summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2 daysperf/core: Fix group leader use-after-free after sibling detachAditya Chillara
2 daysperf: Fix dangling cgroup pointer in cpuctxYeoreum Yun
2 daysperf: Fix cgroup state vs ERRORPeter Zijlstra
2 daysperf/core: Fix child_total_time_enabled accounting bug at task exitYeoreum Yun
6 daysring-buffer: Use current_context for safe per-CPU buffer swapTengda Wu
6 daysring-buffer: Remove jump to out label in ring_buffer_swap_cpu()Steven Rostedt
6 dayssched/psi: Shut down rtpoll_timer in psi_cgroup_free()Tejun Heo
6 daysfs: don't block write during exec on pre-content watched filesAmir Goldstein
6 daysftrace: Add global mutex to serialize trace_parser accessTengda Wu
6 dayslocking/rt: Fix the incorrect RCU protection in rt_spin_unlock()Thomas Gleixner
6 daysbpf,fork: wipe ->bpf_storage before bailouts that access itJann Horn
6 daystaskstats: retain dead thread stats in TGID queriesYiyang Chen
6 daystaskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov
6 daysaudit: fix recursive locking deadlock in audit_dupe_exe()Ricardo Robaina
6 daysaudit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina
6 daysaudit: widen ino fields to u64Jeff Layton
6 daysVFS/audit: introduce kern_path_parent() for auditNeilBrown
6 daysbpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski
6 daysftrace: Fix off-by-one fentry site disable in ftrace_free_mem()Josh Poimboeuf
10 daystracing: Fix race between update_event_fields and, event_define_fieldsMichael Wu
10 daysfutex: Prevent robust futex exit race some moreKeno Fischer
10 daysbpf: Preserve pointer state for commuted arithmeticYiyang Chen
10 daystracing/filters: Fix false positive match in regex_match_full()Masami Hiramatsu (Google)
10 daystracing: Check return value of __register_event() in trace_module_add_events()Masami Hiramatsu (Google)
10 daysaudit: fix potential use-after-free in audit_del_rule()Luxiao Xu
10 daysaudit: fix potential integer overflow in audit_log_n_string()Zhan Xusheng
10 daystracing/mmiotrace: Reset dropped_count in mmio_reset_data()Masami Hiramatsu (Google)
10 daystracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()Masami Hiramatsu (Google)
10 daystracing/probes: Fix potential underflow in LEN_OR_ZERO macroMasami Hiramatsu (Google)
10 daystracing/probes: Avoid temporary buffer truncation in trace_probe_match_comman...Masami Hiramatsu (Google)
10 daystracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()Masami Hiramatsu (Google)
10 daystracing: Fix resource leak on mmiotrace trace_pipe closedeepakraog
10 daystracing: Fix mmiotrace possible NULL dereferencing of hiter->devSteven Rostedt
10 daysbpf: Fix ld_{abs,ind} failure path analysis in subprogsDaniel Borkmann
10 dayssched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev
10 daysfutex: Prevent lockup in requeue-PI during signal/ timeout wakeupSebastian Andrzej Siewior
2026-07-30posix-cpu-timers: Prevent UAF caused by non-leader exec() raceThomas Gleixner
2026-07-24posix-cpu-timers: Use u64 multiplication in update_rlimit_cpu()Zhan Xusheng
2026-07-24audit: fix potential integer overflow in audit_log_n_hex()Ricardo Robaina
2026-07-24audit: add audit_log_nf_skb helper functionRicardo Robaina
2026-07-24bpf: Allow LPM map access from sleepable BPF programsVlad Poenaru
2026-07-24bpf: Consistently use bpf_rcu_lock_held() everywhereAndrii Nakryiko
2026-07-24bpf: Convert lpm_trie.c to rqspinlockKumar Kartikeya Dwivedi
2026-07-24bpf: Reject fragmented frames in devmapZhao Zhang
2026-07-24bitops: make BYTES_TO_BITS() treewide-availableAlexander Lobakin
2026-07-24cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowedFarhad Alemi
2026-07-24tracing/probes: Fix double addition of offset for @+FOFFSETMasami Hiramatsu (Google)
2026-07-24cpu: hotplug: Bound hotplug states sysfs outputBradley Morgan
2026-07-24cpu: hotplug: Preserve per instance callback errorsBradley Morgan
2026-07-24time: Fix off-by-one in compat settimeofday() usec validationWang Yan