summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
14 hoursbpf: Fix use-after-free in offloaded map/prog info fillJiayuan Chen
14 hoursperf: Reject exited events as group leadersKyle Zeng
14 hoursbpf: Ensure reg is PTR_TO_STACK in process_iter_argTao Lyu
7 dayskcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
7 daysperf/core: Fix group leader use-after-free after sibling detachAditya Chillara
7 daysperf: Unify perf_event_free_task() / perf_event_exit_task_context()Peter Zijlstra
11 daysring-buffer: Use current_context for safe per-CPU buffer swapTengda Wu
11 daysring-buffer: Remove jump to out label in ring_buffer_swap_cpu()Steven Rostedt
11 daysdma-direct: add a CONFIG_ARCH_HAS_DMA_ALLOC symbolChristoph Hellwig
11 daysfs: don't block write during exec on pre-content watched filesAmir Goldstein
11 daysftrace: Fix off-by-one fentry site disable in ftrace_free_mem()Josh Poimboeuf
11 daysftrace: Protect direct_functions in ftrace_find_rec_directLeon Hwang
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-09sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2026-08-09tracing/filters: Fix false positive match in regex_match_full()Masami Hiramatsu (Google)
2026-08-09tracing: Check return value of __register_event() in trace_module_add_events()Masami Hiramatsu (Google)
2026-08-09audit: fix potential use-after-free in audit_del_rule()Luxiao Xu
2026-08-09audit: fix potential integer overflow in audit_log_n_string()Zhan Xusheng
2026-08-09tracing/probes: Reject $arg0 in meta argument expansionRaushan Patel
2026-08-09tracing/mmiotrace: Reset dropped_count in mmio_reset_data()Masami Hiramatsu (Google)
2026-08-03locking/rt: Fix the incorrect RCU protection in rt_spin_unlock()Thomas Gleixner
2026-08-03tracing/user_events: Fix use-after-free in user_event_mm_dup()Michael Bommarito
2026-08-03workqueue: Add system_percpu_wq and system_dfl_wqMarco Crivellari
2026-08-03workqueue: Factor out init_cpu_worker_pool()Tejun Heo
2026-08-03taskstats: retain dead thread stats in TGID queriesYiyang Chen
2026-08-03taskstats: fill_stats_for_tgid: use for_each_thread()Oleg Nesterov
2026-08-03audit: fix recursive locking deadlock in audit_dupe_exe()Ricardo Robaina
2026-08-03audit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina
2026-08-03audit: widen ino fields to u64Jeff Layton
2026-08-03VFS/audit: introduce kern_path_parent() for auditNeilBrown
2026-08-03bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski
2026-08-03bpf: drop bpf_lsm_getselfattr from hook listWentao Guan
2026-08-03ftrace: Add global mutex to serialize trace_parser accessTengda Wu
2026-08-03tracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()Masami Hiramatsu (Google)
2026-08-03tracing/probes: Fix potential underflow in LEN_OR_ZERO macroMasami Hiramatsu (Google)
2026-08-03tracing/probes: Avoid temporary buffer truncation in trace_probe_match_comman...Masami Hiramatsu (Google)
2026-08-03tracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()Masami Hiramatsu (Google)
2026-08-03tracing: Fix resource leak on mmiotrace trace_pipe closedeepakraog
2026-08-03tracing: Fix mmiotrace possible NULL dereferencing of hiter->devSteven Rostedt
2026-08-03sched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev
2026-08-03bpf: Fix ld_{abs,ind} failure path analysis in subprogsDaniel Borkmann
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