summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
9 hourstimer: Keep debugobjects state consistent in migrate_timer_list()Thomas Gleixner
9 hourstaskstats: fix cpumask parsing cutting off the last characterBradley Morgan
9 hourssignal: avoid shared siginfo namespace rewritesBradley Morgan
9 hoursring-buffer: Fix subbuf resize race with ring buffer readersVincent Donnefort
9 hoursring-buffer: Hold cpu_buffer::lock when resizing a subbufVincent Donnefort
9 hoursring-buffer: Free cpu_buffer::free_page with subbuf_orderVincent Donnefort
9 hoursparams: fix charp corruption on allocation failureJiacheng Yu
9 hourscpufreq: schedutil: Fix rate limit overflowHui Su
9 hoursbpf: Harden bloom filter sizing and indexing on 32-bit kernelsJérémy Jean
9 hoursbpf: Disable preemption in __bpf_get_stackDaniel Borkmann
9 hoursaudit: avoid dropping live tree ref on fsnotify rule autoremoveJérémy Jean
9 hourstracing: Fix use-after-free with same-name named triggersHui Su
9 hourstracing: Fix use-after-free in trace_pipe read on sub-buffer order changeDeepanshu Kartikey
9 hourstracing: Fix logged instance name on creation failureVincent Donnefort
9 hourstracing: Fix crash passing ERR_PTR to kthread_stop()Hui Su
9 hourstracing/user_events: Clear copied tracing state before fork duplicationJérémy Jean
9 hourstimers/itimer: Zero-init old itimerval before copy to userspaceJérémy Jean
6 daysring buffer: Propagate __rb_map_vma return value to callerAnkit Khushwaha
6 daysbpf: Fix use-after-free in offloaded map/prog info fillJiayuan Chen
6 daysperf: Reject exited events as group leadersKyle Zeng
12 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-23perf/core: Fix group leader use-after-free after sibling detachAditya Chillara
2026-08-23perf: Unify perf_event_free_task() / perf_event_exit_task_context()Peter Zijlstra
2026-08-23ring-buffer: Prevent resizing of persistent ring bufferVincent Donnefort
2026-08-23ring-buffer: Make ring_buffer_{un}map() simpler with guard(mutex)Steven Rostedt
2026-08-23ring-buffer: Simplify ring_buffer_read_page() with guard()Steven Rostedt
2026-08-23ring-buffer: Initialise reader page order in rb_allocate_cpu_buffer()Vincent Donnefort
2026-08-23ring-buffer: Simplify functions with __free(kfree) to free allocationsSteven Rostedt
2026-08-23fs: don't block write during exec on pre-content watched filesAmir Goldstein
2026-08-23ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()Josh Poimboeuf
2026-08-23ftrace: Protect direct_functions in ftrace_find_rec_directLeon Hwang
2026-08-23bpf: Clear delta when clearing reg id for non-{add,sub} opsDaniel Borkmann
2026-08-23bpf: Fix linked reg delta tracking when src_reg == dst_regDaniel Borkmann
2026-08-19sched/psi: Shut down rtpoll_timer in psi_cgroup_free()Tejun Heo
2026-08-19ring-buffer: Prevent subbuf order change when resizing is disabledVincent Donnefort
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-09cpufreq: schedutil: Publish util hooks only after all sg_cpu are initializedZhongqiu Han
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-09sched/deadline: Use revised wakeup rule only for running dl_serverGabriele Monaco
2026-08-09tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functionsMasami Hiramatsu (Google)
2026-08-09tracing/mmiotrace: Remove reference to unused per CPU data pointerSteven Rostedt