summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
7 daysbpf: Fix use-after-free in offloaded map/prog info fillJiayuan Chen
13 daysperf/core: Fix group leader use-after-free after sibling detachAditya Chillara
13 daysperf: Fix dangling cgroup pointer in cpuctxYeoreum Yun
13 daysperf: Fix cgroup state vs ERRORPeter Zijlstra
13 daysperf/core: Fix child_total_time_enabled accounting bug at task exitYeoreum Yun
13 dayskcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
2026-08-23ring-buffer: Use current_context for safe per-CPU buffer swapTengda Wu
2026-08-23ring-buffer: Remove jump to out label in ring_buffer_swap_cpu()Steven Rostedt
2026-08-23fs: don't block write during exec on pre-content watched filesAmir Goldstein
2026-08-23tracing/osnoise: Call synchronize_rcu() when unregisteringCrystal Wood
2026-08-23tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)
2026-08-23locking/rt: Fix the incorrect RCU protection in rt_spin_unlock()Thomas Gleixner
2026-08-23bpf,fork: wipe ->bpf_storage before bailouts that access itJann Horn
2026-08-23taskstats: retain dead thread stats in TGID queriesYiyang Chen
2026-08-23taskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov
2026-08-23audit: fix recursive locking deadlock in audit_dupe_exe()Ricardo Robaina
2026-08-23audit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina
2026-08-23audit: widen ino fields to u64Jeff Layton
2026-08-23VFS/audit: introduce kern_path_parent() for auditNeilBrown
2026-08-23bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski
2026-08-23ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()Josh Poimboeuf
2026-08-23kernel/user: Allow user_struct::locked_vm to be usable for iommufdJason Gunthorpe
2026-08-19sched/psi: Shut down rtpoll_timer in psi_cgroup_free()Tejun Heo
2026-08-19tracing: Fix race between update_event_fields and, event_define_fieldsMichael Wu
2026-08-19ring-buffer: Fix crash passing ERR_PTR to kthread_stop()Hui Su
2026-08-19futex: Prevent robust futex exit race some moreKeno Fischer
2026-08-19bpf: Preserve pointer state for commuted arithmeticYiyang Chen
2026-08-19tracing/filters: Fix false positive match in regex_match_full()Masami Hiramatsu (Google)
2026-08-19tracing: Check return value of __register_event() in trace_module_add_events()Masami Hiramatsu (Google)
2026-08-19audit: fix potential use-after-free in audit_del_rule()Luxiao Xu
2026-08-19audit: fix potential integer overflow in audit_log_n_string()Zhan Xusheng
2026-08-19tracing/mmiotrace: Reset dropped_count in mmio_reset_data()Masami Hiramatsu (Google)
2026-08-19bpf: drop bpf_lsm_getselfattr from hook listWentao Guan
2026-08-19ftrace: Add global mutex to serialize trace_parser accessTengda Wu
2026-08-19tracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()Masami Hiramatsu (Google)
2026-08-19tracing/probes: Fix potential underflow in LEN_OR_ZERO macroMasami Hiramatsu (Google)
2026-08-19tracing/probes: Avoid temporary buffer truncation in trace_probe_match_comman...Masami Hiramatsu (Google)
2026-08-19tracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()Masami Hiramatsu (Google)
2026-08-19tracing: Fix resource leak on mmiotrace trace_pipe closedeepakraog
2026-08-19tracing: Fix mmiotrace possible NULL dereferencing of hiter->devSteven Rostedt
2026-08-19bpf: Fix ld_{abs,ind} failure path analysis in subprogsDaniel Borkmann
2026-08-19bpf: Prefer dirty packs for eBPF allocationsPawan Gupta
2026-08-19bpf: Prefer packs that won't trigger an IBPB flush on allocationPawan Gupta
2026-08-19bpf: Skip redundant IBPB in pack allocatorPawan Gupta
2026-08-19bpf: Restrict JIT predictor flush to cBPFPawan Gupta
2026-08-19bpf: Support for hardening against JIT sprayingPawan Gupta
2026-07-30posix-cpu-timers: Prevent UAF caused by non-leader exec() raceThomas Gleixner
2026-07-29mm: refactor mm_access() to not return NULLLorenzo Stoakes
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