index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-20
sched_ext: create_dsq: Return -EEXIST on duplicate request
Jake Hillion
1
-2
/
+2
2025-04-20
ring-buffer: Use flush_kernel_vmap_range() over flush_dcache_folio()
Steven Rostedt
1
-2
/
+3
2025-04-20
ftrace: Properly merge notrace hashes
Andy Chiu
1
-4
/
+4
2025-04-20
ftrace: Add cond_resched() to ftrace_graph_set_hash()
zhoumin
1
-0
/
+1
2025-04-20
tracing: Do not add length to print format in synthetic events
Steven Rostedt
1
-1
/
+0
2025-04-20
tracing: fprobe events: Fix possible UAF on modules
Masami Hiramatsu (Google)
1
-9
/
+17
2025-04-20
tracing: fprobe: Fix to lock module while registering fprobe
Masami Hiramatsu (Google)
1
-19
/
+48
2025-04-20
uprobes: Avoid false-positive lockdep splat on CONFIG_PREEMPT_RT=y in the ri_...
Andrii Nakryiko
1
-2
/
+13
2025-04-20
locking/lockdep: Decrease nr_unused_locks if lock unused in zap_class()
Boqun Feng
1
-0
/
+3
2025-04-20
tracing: probe-events: Add comments about entry data storing code
Masami Hiramatsu (Google)
1
-0
/
+28
2025-04-20
tracing: probe-events: Log error for exceeding the number of arguments
Masami Hiramatsu (Google)
5
-4
/
+18
2025-04-20
tracing: fix return value in __ftrace_event_enable_disable for TRACE_REG_UNRE...
Gabriele Paoloni
1
-1
/
+3
2025-04-20
tracing: Disable branch profiling in noinstr code
Josh Poimboeuf
4
-0
/
+19
2025-04-20
Flush console log from kernel_power_off()
Paul E. McKenney
2
-3
/
+2
2025-04-20
PM: hibernate: Avoid deadlock in hibernate_compressor_param_set()
Lizhi Xu
1
-3
/
+3
2025-04-20
srcu: Force synchronization for srcu_get_delay()
Paul E. McKenney
1
-1
/
+10
2025-04-20
perf: Fix hang while freeing sigtrap event
Frederic Weisbecker
1
-46
/
+18
2025-04-20
perf/core: Simplify the perf_event_alloc() error path
Peter Zijlstra
1
-69
/
+69
2025-04-20
tracing: fprobe: Cleanup fprobe hash when module unloading
Masami Hiramatsu (Google)
1
-2
/
+101
2025-04-20
cgroup/cpuset: Fix race between newly created partition and dying one
Waiman Long
2
-3
/
+23
2025-04-20
cgroup/cpuset: Fix error handling in remote_partition_disable()
Waiman Long
1
-9
/
+20
2025-04-20
cgroup/cpuset: Fix incorrect isolated_cpus update in update_parent_effective_...
Waiman Long
1
-3
/
+3
2025-04-10
tracing: Do not use PERF enums when perf is not defined
Steven Rostedt
1
-2
/
+6
2025-04-10
tracing: Verify event formats that have "%*p.."
Steven Rostedt
1
-0
/
+7
2025-04-10
tracing/osnoise: Fix possible recursive locking for cpus_read_lock()
Ran Xiaokai
1
-1
/
+0
2025-04-10
tracing: Fix synth event printk format for str fields
Douglas Raillard
1
-1
/
+1
2025-04-10
tracing: Ensure module defining synth event cannot be unloaded while tracing
Douglas Raillard
1
-1
/
+29
2025-04-10
tracing: Fix use-after-free in print_graph_function_flags during tracer switc...
Tengda Wu
3
-4
/
+1
2025-04-10
uprobes/x86: Harden uretprobe syscall trampoline check
Jiri Olsa
1
-1
/
+1
2025-04-10
perf/core: Fix child_total_time_enabled accounting bug at task exit
Yeoreum Yun
1
-9
/
+9
2025-04-10
ring-buffer: Fix bytes_dropped calculation issue
Feng Yang
1
-2
/
+2
2025-04-10
reboot: reboot, not shutdown, on hw_protection_reboot timeout
Ahmad Fatoum
1
-21
/
+49
2025-04-10
reboot: replace __hw_protection_shutdown bool action parameter with an enum
Ahmad Fatoum
1
-8
/
+6
2025-04-10
kexec: initialize ELF lowest address to ULONG_MAX
Sourabh Jain
1
-1
/
+1
2025-04-10
kernel/events/uprobes: handle device-exclusive entries correctly in __replace...
David Hildenbrand
1
-1
/
+12
2025-04-10
bpf: Fix array bounds error with may_goto
Jiayuan Chen
2
-4
/
+22
2025-04-10
bpf: Use preempt_count() directly in bpf_send_signal_common()
Hou Tao
1
-1
/
+1
2025-04-10
x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()
David Hildenbrand
1
-0
/
+4
2025-04-10
sched/deadline: Rebuild root domain accounting after every update
Juri Lelli
4
-15
/
+29
2025-04-10
sched/deadline: Generalize unique visiting of root domains
Juri Lelli
4
-12
/
+17
2025-04-10
sched/topology: Wrappers for sched_domains_mutex
Juri Lelli
4
-10
/
+18
2025-04-10
sched/deadline: Ignore special tasks when rebuilding domains
Juri Lelli
1
-1
/
+1
2025-04-10
perf: Supply task information to sched_task()
Kan Liang
1
-9
/
+11
2025-04-10
perf: Save PMU specific data in task_struct
Kan Liang
1
-0
/
+1
2025-04-10
perf/ring_buffer: Allow the EPOLLRDNORM flag for poll
Tao Chen
1
-1
/
+1
2025-04-10
watchdog/hardlockup/perf: Fix perf_event memory leak
Li Huafei
3
-57
/
+1
2025-04-10
rseq: Update kernel fields in lockstep with CONFIG_DEBUG_RSEQ=y
Michael Jeanson
1
-40
/
+40
2025-04-10
sched/eevdf: Force propagating min_slice of cfs_rq when {en,de}queue tasks
Tianchen Ding
1
-0
/
+4
2025-04-10
sched: Cancel the slice protection of the idle entity
zihan zhou
1
-13
/
+33
2025-04-10
seccomp: fix the __secure_computing() stub for !HAVE_ARCH_SECCOMP_FILTER
Oleg Nesterov
1
-4
/
+10
[next]