summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
26 hoursfutex: Avoid private hash use-after-free on final putFelix Hoffmann
26 hoursfutex: Fix might_sleep() warning in futex_pivot_pending()Peter Zijlstra
26 hoursfutex: Fix race on the initial mm->futex.phash.ref allocationHyunwoo Kim
26 hoursfutex/pi: Plug private futex exec() raceThomas Gleixner
26 hoursfutex: Sanitize and document task_struct::futex::state transitionsThomas Gleixner
26 hoursfutex/pi: Reject cross-mm private futex ownersKyle Zeng
26 hourskcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
5 daysperf: Reject exited events as group leadersKyle Zeng
5 daysring-buffer: Prevent resizing of persistent ring bufferVincent Donnefort
5 daysring-buffer: Store bpage pointers into subbuf_idsVincent Donnefort
5 daysring-buffer: Add helper functions for allocationsSteven Rostedt
5 dayssched_ext: Take cgroup_lock() first in scx_cgroup_lock()Tejun Heo
5 dayssched_ext: Reorganize enable/disable path for multi-scheduler supportTejun Heo
5 dayssched_ext: Update p->scx.disallow warning in scx_init_task()Tejun Heo
5 daysfutex: Fix race in futex_pivot_pending() during private hash resizeYao Kai
5 daysftrace: Fix off-by-one fentry site disable in ftrace_free_mem()Josh Poimboeuf
5 daysftrace: Protect direct_functions in ftrace_find_rec_directLeon Hwang
9 dayssched/psi: Create the psimon kthread outside of cgroup_mutexTejun Heo
9 dayssched/psi: Shut down rtpoll_timer in psi_cgroup_free()Tejun Heo
9 daysring-buffer: Use current_context for safe per-CPU buffer swapTengda Wu
9 daysring-buffer: Initialise reader page order in rb_allocate_cpu_buffer()Vincent Donnefort
9 daystracing: Fix NULL pointer dereference in module event cache removalHui Su
9 daysring-buffer: Prevent subbuf order change when resizing is disabledVincent Donnefort
9 daystracing: Fix race between update_event_fields and, event_define_fieldsMichael Wu
9 daysperf/core: Fix group leader use-after-free after sibling detachAditya Chillara
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: Propagate untrusted pointer state in commuted arithmeticYiyang Chen
9 daysbpf: split check_reg_sane_offset() in two partsEduard Zingerman
9 daysbpf: Preserve pointer state for commuted arithmeticYiyang Chen
9 dayssched/fair: Revert 6d71a9c61604 ("sched/fair: Fix EEVDF entity placement bug ...Peter Zijlstra
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-09uprobes: Fix NULL pointer dereference in hprobe_expire()Breno Leitao
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/fprobe: Roll back on enable_trace_fprobe() failureRaushan Patel
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: Reset dropped_count in mmio_reset_data()Masami Hiramatsu (Google)
2026-08-09fprobe: Fix module reference count leak on error in register_fprobe()Masami Hiramatsu (Google)
2026-08-03kho: make sure scratch size is always aligned by CMA_MIN_ALIGNMENT_BYTESPratyush Yadav (Google)
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-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)