index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
11 days
kernel: be more careful about dup_mmap() failures and uprobe registering
Liam R. Howlett
11 days
sched/deadline: Use revised wakeup rule for dl_server
Peter Zijlstra
11 days
tracing/probe: reject non-closed empty immediate strings
Pengpeng Hou
2026-04-18
workqueue: Add pool_workqueue to pending_pwqs list when unplugging multiple i...
Matthew Brost
2026-04-18
sched_ext: Fix stale direct dispatch state in ddsp_dsq_id
Andrea Righi
2026-04-18
blktrace: fix __this_cpu_read/write in preemptible context
Chaitanya Kulkarni
2026-04-11
bpf: Fix u32/s32 bounds when ranges cross min/max boundary
Eduard Zingerman
2026-04-11
bpf: Add third round of bounds deduction
Paul Chaignon
2026-04-11
bpf: Improve bounds when s64 crosses sign boundary
Paul Chaignon
2026-04-11
sched/fair: Fix zero_vruntime tracking fix
Peter Zijlstra
2026-04-11
sched/fair: Use protect_slice() instead of direct comparison
Vincent Guittot
2026-04-11
bpf: reject direct access to nullable PTR_TO_BUF pointers
Qi Tang
2026-04-11
bpf: Fix regsafe() for pointers to packet
Alexei Starovoitov
2026-04-02
futex: Require sys_futex_requeue() to have identical flags
Peter Zijlstra
2026-04-02
tracing: Fix potential deadlock in cpu hotplug with osnoise
Luo Haiyang
2026-04-02
tracing: Switch trace_osnoise.c code over to use guard() and __free()
Steven Rostedt
2026-04-02
futex: Clear stale exiting pointer in futex_lock_pi() retry path
Davidlohr Bueso
2026-04-02
alarmtimer: Fix argument order in alarm_timer_forward()
Zhan Xusheng
2026-04-02
sysctl: fix uninitialized variable in proc_do_large_bitmap
Marc Buerg
2026-04-02
PM: hibernate: Drain trailing zero pages on userspace restore
Alberto Garcia
2026-04-02
dma: swiotlb: add KMSAN annotations to swiotlb_bounce()
Shigeru Yoshida
2026-04-02
sched_ext: Use WRITE_ONCE() for the write side of dsq->seq update
zhidao su
2026-04-02
module: Fix kernel panic when a symbol st_shndx is out of bounds
Ihor Solodrai
2026-04-02
bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR
Daniel Wade
2026-04-02
bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
Jenny Guanni Qu
2026-04-02
bpf: Release module BTF IDR before module unload
Kumar Kartikeya Dwivedi
2026-04-02
perf: Make sure to use pmu_ctx->pmu for groups
Peter Zijlstra
2026-04-02
bpf: Fix constant blinding for PROBE_MEM32 stores
Sachin Kumar
2026-03-25
ring-buffer: Fix to update per-subbuf entries of persistent ring buffer
Masami Hiramatsu (Google)
2026-03-25
sched: idle: Consolidate the handling of two special cases
Rafael J. Wysocki
2026-03-25
kprobes: Remove unneeded warnings from __arm_kprobe_ftrace()
Masami Hiramatsu (Google)
2026-03-25
kprobes: Remove unneeded goto
Masami Hiramatsu (Google)
2026-03-25
sched/fair: Fix zero_vruntime tracking
Peter Zijlstra
2026-03-25
sched_ext: Remove redundant css_put() in scx_cgroup_init()
Cheng-Yang Chou
2026-03-25
x86/uprobes: Fix XOL allocation failure for 32-bit tasks
Oleg Nesterov
2026-03-25
tracing: Add recursion protection in kernel stack trace recording
Steven Rostedt
2026-03-25
fgraph: Fix thresh_return clear per-task notrace
Shengming Hu
2026-03-25
sched_ext: Fix starvation of scx_enable() under fair-class saturation
Tejun Heo
2026-03-25
sched_ext: Disable preemption between scx_claim_exit() and kicking helper work
Tejun Heo
2026-03-25
tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2G
Calvin Owens
2026-03-25
tracing: Fix enabling multiple events on the kernel command line and bootconfig
Andrei-Alexandru Tachici
2026-03-25
tracing: Fix syscall events activation by ensuring refcount hits zero
Huiwen He
2026-03-25
time/jiffies: Mark jiffies_64_to_clock_t() notrace
Steven Rostedt
2026-03-25
kprobes: avoid crash when rmmod/insmod after ftrace killed
Masami Hiramatsu (Google)
2026-03-25
cgroup: fix race between task migration and iteration
Qingye Zhao
2026-03-25
sched: idle: Make skipping governor callbacks more consistent
Rafael J. Wysocki
2026-03-25
workqueue: Use POOL_BH instead of WQ_BH when checking pool flags
Breno Leitao
2026-03-25
kexec: Consolidate machine_kexec_mask_interrupts() implementation
Eliav Farber
2026-03-25
unshare: fix unshare_fs() handling
Al Viro
2026-03-13
tracing: Add NULL pointer check to trigger_data_free()
Guenter Roeck
[next]