summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
9 hoursring-buffer: Make cpu_buffer::free_page a buffer_data_read_pageVincent Donnefort
9 hourssched/core: Make core-sched flips wait for in-flight selectionsTejun Heo
9 hourssched: Rework prev_balance() to avoid stale prev referencesJohn Stultz
9 hourssched: Add assert_balance_callbacks_empty helperJohn Stultz
9 hourssched_ext: Fix inverted ops.core_sched_before() invocationTejun Heo
9 hourssched_ext: Fix exit_task leak on fork failure during enablefangqiurong
9 hoursbpf: Disable preemption in bpf_get_stackidJiri Olsa
9 hoursbpf: Use stack id functions instead of __bpf_get_stackidJiri Olsa
9 hoursbpf: Factor stackid_new_bucket from __bpf_get_stackidJiri Olsa
9 hoursbpf: Factor stackid_fastpath function from __bpf_get_stackidJiri Olsa
9 hoursbpf: Factor stackid_init function from __bpf_get_stackidJiri Olsa
9 hourskprobes: Protect kprobe_blacklist with RCUMasami Hiramatsu (Google)
9 hoursbpf: Fix infinite loop in pcpu_freelist push with one possible CPUHui Su
9 hoursdma-direct: return struct page from dma_direct_alloc_from_pool()Aneesh Kumar K.V (Arm)
9 hoursftrace: Synchronize the initialization of ftrace_opsSteven Rostedt
9 hoursfutex: Prevent rcuwait use-after-free during requeue PIYao Kai
9 hoursbpf: fix the return value of push_stackAnton Protopopov
9 hoursentry: Fix seccomp bypass after ptrace with TSYNCJinjie Ruan
4 daystimer: Keep debugobjects state consistent in migrate_timer_list()Thomas Gleixner
4 daystimekeeping: Check the return value of tk_get_aux_ts64 in __do_adjtimex()Thomas Weißschuh (Schneider Electric)
4 daystaskstats: fix cpumask parsing cutting off the last characterBradley Morgan
4 dayssignal: avoid shared siginfo namespace rewritesBradley Morgan
4 dayssysctl: move the "cad_pid" entry from pid_table[] to kern_reboot_table[]Oleg Nesterov
4 daysring-buffer: Fix subbuf resize race with ring buffer readersVincent Donnefort
4 daysring-buffer: Hold cpu_buffer::lock when resizing a subbufVincent Donnefort
4 daysring-buffer: Free cpu_buffer::free_page with subbuf_orderVincent Donnefort
4 daysring-buffer: Fix subbuf resize race with ring_buffer_alloc_read_page()Vincent Donnefort
4 daysparams: fix charp corruption on allocation failureJiacheng Yu
4 daysmodule/kallsyms: fix nextval for data symbol lookupStanislaw Gruszka
4 daysmodule: validate string table section typesThiébaud Weksteen
4 dayscpufreq: schedutil: Fix rate limit overflowHui Su
4 daysbpf: Harden bloom filter sizing and indexing on 32-bit kernelsJérémy Jean
4 daysbpf: Disable preemption in __bpf_get_stackDaniel Borkmann
4 daysaudit: avoid dropping live tree ref on fsnotify rule autoremoveJérémy Jean
4 daystracing: Fix use-after-free with same-name named triggersHui Su
4 daystracing: Fix use-after-free in trace_pipe read on sub-buffer order changeDeepanshu Kartikey
4 daystracing: Fix logged instance name on creation failureVincent Donnefort
4 daystracing: Fix crash passing ERR_PTR to kthread_stop()Hui Su
4 daystracing/user_events: Clear copied tracing state before fork duplicationJérémy Jean
4 daystimers/itimer: Zero-init old itimerval before copy to userspaceJérémy Jean
4 daysbpf: Fix incorrect pruning due to atomic fetch precision trackingDaniel Borkmann
9 daysbpf: Fix use-after-free in offloaded map/prog info fillJiayuan Chen
2026-08-27futex: Avoid private hash use-after-free on final putFelix Hoffmann
2026-08-27futex: Fix might_sleep() warning in futex_pivot_pending()Peter Zijlstra
2026-08-27futex: Fix race on the initial mm->futex.phash.ref allocationHyunwoo Kim
2026-08-27futex/pi: Plug private futex exec() raceThomas Gleixner
2026-08-27futex: Sanitize and document task_struct::futex::state transitionsThomas Gleixner
2026-08-27futex/pi: Reject cross-mm private futex ownersKyle Zeng
2026-08-27kcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
2026-08-23perf: Reject exited events as group leadersKyle Zeng