summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
10 hoursbpf: Fix use-after-free in offloaded map/prog info fillJiayuan Chen
6 daysperf/core: Fix group leader use-after-free after sibling detachAditya Chillara
6 daysperf: Fix dangling cgroup pointer in cpuctxYeoreum Yun
6 daysperf: Fix cgroup state vs ERRORPeter Zijlstra
6 daysperf/core: Fix child_total_time_enabled accounting bug at task exitYeoreum Yun
6 dayskcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
10 daysring-buffer: Use current_context for safe per-CPU buffer swapTengda Wu
10 daysring-buffer: Remove jump to out label in ring_buffer_swap_cpu()Steven Rostedt
10 daysfs: don't block write during exec on pre-content watched filesAmir Goldstein
10 daystracing/osnoise: Call synchronize_rcu() when unregisteringCrystal Wood
10 daystracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)
10 dayslocking/rt: Fix the incorrect RCU protection in rt_spin_unlock()Thomas Gleixner
10 daysbpf,fork: wipe ->bpf_storage before bailouts that access itJann Horn
10 daystaskstats: retain dead thread stats in TGID queriesYiyang Chen
10 daystaskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov
10 daysaudit: fix recursive locking deadlock in audit_dupe_exe()Ricardo Robaina
10 daysaudit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina
10 daysaudit: widen ino fields to u64Jeff Layton
10 daysVFS/audit: introduce kern_path_parent() for auditNeilBrown
10 daysbpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski
10 daysftrace: Fix off-by-one fentry site disable in ftrace_free_mem()Josh Poimboeuf
10 dayskernel/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