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