summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
3 hourstimer: Keep debugobjects state consistent in migrate_timer_list()Thomas Gleixner
3 hourstimekeeping: Check the return value of tk_get_aux_ts64 in __do_adjtimex()Thomas Weißschuh (Schneider Electric)
3 hourstaskstats: fix cpumask parsing cutting off the last characterBradley Morgan
3 hourssignal: avoid shared siginfo namespace rewritesBradley Morgan
3 hourssysctl: move the "cad_pid" entry from pid_table[] to kern_reboot_table[]Oleg Nesterov
3 hoursring-buffer: Fix subbuf resize race with ring buffer readersVincent Donnefort
3 hoursring-buffer: Hold cpu_buffer::lock when resizing a subbufVincent Donnefort
3 hoursring-buffer: Free cpu_buffer::free_page with subbuf_orderVincent Donnefort
3 hoursring-buffer: Fix subbuf resize race with ring_buffer_alloc_read_page()Vincent Donnefort
3 hoursparams: fix charp corruption on allocation failureJiacheng Yu
3 hoursmodule/kallsyms: fix nextval for data symbol lookupStanislaw Gruszka
3 hoursmodule: validate string table section typesThiébaud Weksteen
3 hourscpufreq: schedutil: Fix rate limit overflowHui Su
3 hoursbpf: Harden bloom filter sizing and indexing on 32-bit kernelsJérémy Jean
3 hoursbpf: Disable preemption in __bpf_get_stackDaniel Borkmann
3 hoursaudit: avoid dropping live tree ref on fsnotify rule autoremoveJérémy Jean
3 hourstracing: Fix use-after-free with same-name named triggersHui Su
3 hourstracing: Fix use-after-free in trace_pipe read on sub-buffer order changeDeepanshu Kartikey
3 hourstracing: Fix logged instance name on creation failureVincent Donnefort
3 hourstracing: Fix crash passing ERR_PTR to kthread_stop()Hui Su
3 hourstracing/user_events: Clear copied tracing state before fork duplicationJérémy Jean
3 hourstimers/itimer: Zero-init old itimerval before copy to userspaceJérémy Jean
3 hoursbpf: Fix incorrect pruning due to atomic fetch precision trackingDaniel Borkmann
5 daysbpf: Fix use-after-free in offloaded map/prog info fillJiayuan Chen
11 daysfutex: Avoid private hash use-after-free on final putFelix Hoffmann
11 daysfutex: Fix might_sleep() warning in futex_pivot_pending()Peter Zijlstra
11 daysfutex: Fix race on the initial mm->futex.phash.ref allocationHyunwoo Kim
11 daysfutex/pi: Plug private futex exec() raceThomas Gleixner
11 daysfutex: Sanitize and document task_struct::futex::state transitionsThomas Gleixner
11 daysfutex/pi: Reject cross-mm private futex ownersKyle Zeng
11 dayskcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
2026-08-23perf: Reject exited events as group leadersKyle Zeng
2026-08-23ring-buffer: Prevent resizing of persistent ring bufferVincent Donnefort
2026-08-23ring-buffer: Store bpage pointers into subbuf_idsVincent Donnefort
2026-08-23ring-buffer: Add helper functions for allocationsSteven Rostedt
2026-08-23sched_ext: Take cgroup_lock() first in scx_cgroup_lock()Tejun Heo
2026-08-23sched_ext: Reorganize enable/disable path for multi-scheduler supportTejun Heo
2026-08-23sched_ext: Update p->scx.disallow warning in scx_init_task()Tejun Heo
2026-08-23futex: Fix race in futex_pivot_pending() during private hash resizeYao Kai
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-19sched/psi: Create the psimon kthread outside of cgroup_mutexTejun Heo
2026-08-19sched/psi: Shut down rtpoll_timer in psi_cgroup_free()Tejun Heo
2026-08-19ring-buffer: Use current_context for safe per-CPU buffer swapTengda Wu
2026-08-19ring-buffer: Initialise reader page order in rb_allocate_cpu_buffer()Vincent Donnefort
2026-08-19tracing: Fix NULL pointer dereference in module event cache removalHui Su
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-19perf/core: Fix group leader use-after-free after sibling detachAditya Chillara
2026-08-19ring-buffer: Fix crash passing ERR_PTR to kthread_stop()Hui Su