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
compress-2026-03-30
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
25 hours
bpf: Fix u32/s32 bounds when ranges cross min/max boundary
Eduard Zingerman
1
-0
/
+24
25 hours
bpf: Add third round of bounds deduction
Paul Chaignon
1
-0
/
+1
25 hours
bpf: Improve bounds when s64 crosses sign boundary
Paul Chaignon
1
-0
/
+52
25 hours
sched/fair: Fix zero_vruntime tracking fix
Peter Zijlstra
1
-7
/
+3
25 hours
sched/fair: Use protect_slice() instead of direct comparison
Vincent Guittot
1
-1
/
+1
25 hours
bpf: reject direct access to nullable PTR_TO_BUF pointers
Qi Tang
1
-1
/
+2
25 hours
bpf: Fix regsafe() for pointers to packet
Alexei Starovoitov
1
-1
/
+6
10 days
futex: Require sys_futex_requeue() to have identical flags
Peter Zijlstra
1
-0
/
+8
10 days
tracing: Fix potential deadlock in cpu hotplug with osnoise
Luo Haiyang
1
-5
/
+5
10 days
tracing: Switch trace_osnoise.c code over to use guard() and __free()
Steven Rostedt
1
-27
/
+13
10 days
futex: Clear stale exiting pointer in futex_lock_pi() retry path
Davidlohr Bueso
1
-1
/
+2
10 days
alarmtimer: Fix argument order in alarm_timer_forward()
Zhan Xusheng
1
-1
/
+1
10 days
sysctl: fix uninitialized variable in proc_do_large_bitmap
Marc Buerg
1
-1
/
+1
10 days
PM: hibernate: Drain trailing zero pages on userspace restore
Alberto Garcia
1
-0
/
+11
10 days
dma: swiotlb: add KMSAN annotations to swiotlb_bounce()
Shigeru Yoshida
1
-2
/
+19
10 days
sched_ext: Use WRITE_ONCE() for the write side of dsq->seq update
zhidao su
1
-1
/
+1
10 days
module: Fix kernel panic when a symbol st_shndx is out of bounds
Ihor Solodrai
1
-0
/
+7
10 days
bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR
Daniel Wade
1
-1
/
+1
10 days
bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
Jenny Guanni Qu
1
-8
/
+14
10 days
bpf: Release module BTF IDR before module unload
Kumar Kartikeya Dwivedi
1
-4
/
+20
10 days
perf: Make sure to use pmu_ctx->pmu for groups
Peter Zijlstra
1
-11
/
+8
10 days
bpf: Fix constant blinding for PROBE_MEM32 stores
Sachin Kumar
1
-0
/
+21
2026-03-25
ring-buffer: Fix to update per-subbuf entries of persistent ring buffer
Masami Hiramatsu (Google)
1
-1
/
+1
2026-03-25
sched: idle: Consolidate the handling of two special cases
Rafael J. Wysocki
1
-9
/
+21
2026-03-25
kprobes: Remove unneeded warnings from __arm_kprobe_ftrace()
Masami Hiramatsu (Google)
1
-2
/
+2
2026-03-25
kprobes: Remove unneeded goto
Masami Hiramatsu (Google)
1
-24
/
+21
2026-03-25
sched/fair: Fix zero_vruntime tracking
Peter Zijlstra
1
-27
/
+57
2026-03-25
sched_ext: Remove redundant css_put() in scx_cgroup_init()
Cheng-Yang Chou
1
-1
/
+0
2026-03-25
x86/uprobes: Fix XOL allocation failure for 32-bit tasks
Oleg Nesterov
1
-3
/
+7
2026-03-25
tracing: Add recursion protection in kernel stack trace recording
Steven Rostedt
1
-0
/
+6
2026-03-25
fgraph: Fix thresh_return clear per-task notrace
Shengming Hu
1
-2
/
+4
2026-03-25
sched_ext: Fix starvation of scx_enable() under fair-class saturation
Tejun Heo
1
-10
/
+54
2026-03-25
sched_ext: Disable preemption between scx_claim_exit() and kicking helper work
Tejun Heo
1
-4
/
+20
2026-03-25
tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2G
Calvin Owens
1
-3
/
+3
2026-03-25
tracing: Fix enabling multiple events on the kernel command line and bootconfig
Andrei-Alexandru Tachici
1
-1
/
+5
2026-03-25
tracing: Fix syscall events activation by ensuring refcount hits zero
Huiwen He
1
-15
/
+37
2026-03-25
time/jiffies: Mark jiffies_64_to_clock_t() notrace
Steven Rostedt
1
-1
/
+1
2026-03-25
kprobes: avoid crash when rmmod/insmod after ftrace killed
Masami Hiramatsu (Google)
1
-0
/
+4
2026-03-25
cgroup: fix race between task migration and iteration
Qingye Zhao
1
-0
/
+1
2026-03-25
sched: idle: Make skipping governor callbacks more consistent
Rafael J. Wysocki
1
-1
/
+10
2026-03-25
workqueue: Use POOL_BH instead of WQ_BH when checking pool flags
Breno Leitao
1
-1
/
+1
2026-03-25
kexec: Consolidate machine_kexec_mask_interrupts() implementation
Eliav Farber
3
-1
/
+47
2026-03-25
unshare: fix unshare_fs() handling
Al Viro
1
-1
/
+1
2026-03-13
tracing: Add NULL pointer check to trigger_data_free()
Guenter Roeck
1
-0
/
+3
2026-03-13
bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shim
Lang Xu
1
-3
/
+1
2026-03-13
tracing: Fix WARN_ON in tracing_buffers_mmap_close
Qing Wang
2
-0
/
+34
2026-03-13
uprobes: Fix incorrect lockdep condition in filter_chain()
Breno Leitao
1
-1
/
+1
2026-03-13
uprobes: switch to RCU Tasks Trace flavor for better performance
Andrii Nakryiko
1
-22
/
+16
2026-03-13
kexec: define functions to map and unmap segments
Steven Chen
1
-0
/
+54
2026-03-13
workqueue: Add system_percpu_wq and system_dfl_wq
Marco Crivellari
1
-4
/
+9
[next]