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-7.1.y
linux-7.2.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
19 hours
perf/core: Fix group leader use-after-free after sibling detach
Aditya Chillara
19 hours
perf: Fix dangling cgroup pointer in cpuctx
Yeoreum Yun
19 hours
perf: Fix cgroup state vs ERROR
Peter Zijlstra
19 hours
perf/core: Fix child_total_time_enabled accounting bug at task exit
Yeoreum Yun
19 hours
kcov: fix data corruption and race conditions on PREEMPT_RT
Tetsuo Handa
5 days
ring-buffer: Use current_context for safe per-CPU buffer swap
Tengda Wu
5 days
ring-buffer: Remove jump to out label in ring_buffer_swap_cpu()
Steven Rostedt
5 days
fs: don't block write during exec on pre-content watched files
Amir Goldstein
5 days
tracing/osnoise: Call synchronize_rcu() when unregistering
Crystal Wood
5 days
tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
5 days
locking/rt: Fix the incorrect RCU protection in rt_spin_unlock()
Thomas Gleixner
5 days
bpf,fork: wipe ->bpf_storage before bailouts that access it
Jann Horn
5 days
taskstats: retain dead thread stats in TGID queries
Yiyang Chen
5 days
taskstats: fill_stats_for_tgid: use for_each_thread()
Oleg Nesterov
5 days
audit: fix recursive locking deadlock in audit_dupe_exe()
Ricardo Robaina
5 days
audit: use 'unsigned int' instead of 'unsigned'
Ricardo Robaina
5 days
audit: widen ino fields to u64
Jeff Layton
5 days
VFS/audit: introduce kern_path_parent() for audit
NeilBrown
5 days
bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitialized
Matt Bobrowski
5 days
ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()
Josh Poimboeuf
5 days
kernel/user: Allow user_struct::locked_vm to be usable for iommufd
Jason Gunthorpe
9 days
sched/psi: Shut down rtpoll_timer in psi_cgroup_free()
Tejun Heo
9 days
tracing: Fix race between update_event_fields and, event_define_fields
Michael Wu
9 days
ring-buffer: Fix crash passing ERR_PTR to kthread_stop()
Hui Su
9 days
futex: Prevent robust futex exit race some more
Keno Fischer
9 days
bpf: Preserve pointer state for commuted arithmetic
Yiyang Chen
9 days
tracing/filters: Fix false positive match in regex_match_full()
Masami Hiramatsu (Google)
9 days
tracing: Check return value of __register_event() in trace_module_add_events()
Masami Hiramatsu (Google)
9 days
audit: fix potential use-after-free in audit_del_rule()
Luxiao Xu
9 days
audit: fix potential integer overflow in audit_log_n_string()
Zhan Xusheng
9 days
tracing/mmiotrace: Reset dropped_count in mmio_reset_data()
Masami Hiramatsu (Google)
9 days
bpf: drop bpf_lsm_getselfattr from hook list
Wentao Guan
9 days
ftrace: Add global mutex to serialize trace_parser access
Tengda Wu
9 days
tracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()
Masami Hiramatsu (Google)
9 days
tracing/probes: Fix potential underflow in LEN_OR_ZERO macro
Masami Hiramatsu (Google)
9 days
tracing/probes: Avoid temporary buffer truncation in trace_probe_match_comman...
Masami Hiramatsu (Google)
9 days
tracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()
Masami Hiramatsu (Google)
9 days
tracing: Fix resource leak on mmiotrace trace_pipe close
deepakraog
9 days
tracing: Fix mmiotrace possible NULL dereferencing of hiter->dev
Steven Rostedt
9 days
bpf: Fix ld_{abs,ind} failure path analysis in subprogs
Daniel Borkmann
9 days
bpf: Prefer dirty packs for eBPF allocations
Pawan Gupta
9 days
bpf: Prefer packs that won't trigger an IBPB flush on allocation
Pawan Gupta
9 days
bpf: Skip redundant IBPB in pack allocator
Pawan Gupta
9 days
bpf: Restrict JIT predictor flush to cBPF
Pawan Gupta
9 days
bpf: Support for hardening against JIT spraying
Pawan Gupta
2026-07-30
posix-cpu-timers: Prevent UAF caused by non-leader exec() race
Thomas Gleixner
2026-07-29
mm: refactor mm_access() to not return NULL
Lorenzo Stoakes
2026-07-24
audit: fix potential integer overflow in audit_log_n_hex()
Ricardo Robaina
2026-07-24
audit: add audit_log_nf_skb helper function
Ricardo Robaina
2026-07-24
bpf: Allow LPM map access from sleepable BPF programs
Vlad Poenaru
[next]