summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
25 hoursfutex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()Hao-Yu Yang1-1/+1
25 hoursfutex: Require sys_futex_requeue() to have identical flagsPeter Zijlstra1-0/+8
25 hoursfutex: Clear stale exiting pointer in futex_lock_pi() retry pathDavidlohr Bueso1-1/+2
25 hoursalarmtimer: Fix argument order in alarm_timer_forward()Zhan Xusheng1-1/+1
25 hourstracing: Fix potential deadlock in cpu hotplug with osnoiseLuo Haiyang1-5/+5
25 hourssysctl: fix uninitialized variable in proc_do_large_bitmapMarc Buerg1-1/+1
25 hoursPM: sleep: Drop spurious WARN_ON() from pm_restore_gfp_mask()Youngjun Park1-1/+1
25 hoursPM: hibernate: Drain trailing zero pages on userspace restoreAlberto Garcia1-0/+11
25 hoursdma: swiotlb: add KMSAN annotations to swiotlb_bounce()Shigeru Yoshida1-2/+19
25 hourssched_ext: Use WRITE_ONCE() for the write side of dsq->seq updatezhidao su1-1/+1
25 hoursbpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman1-0/+24
25 hoursmodule: Fix kernel panic when a symbol st_shndx is out of boundsIhor Solodrai1-0/+7
25 hoursbpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_ORDaniel Wade1-1/+1
25 hoursbpf: Fix undefined behavior in interpreter sdiv/smod for INT_MINJenny Guanni Qu1-8/+14
25 hoursbpf: Fix exception exit lock checking for subprogsIhor Solodrai1-1/+2
25 hoursbpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi1-4/+20
25 hoursperf: Make sure to use pmu_ctx->pmu for groupsPeter Zijlstra1-11/+8
25 hoursbpf: Fix constant blinding for PROBE_MEM32 storesSachin Kumar1-0/+21
25 hoursbpf: Reset register ID for BPF_END value trackingYazhou Tang1-0/+7
9 daystracing: Fix trace_marker copy link list updatesSteven Rostedt1-9/+10
9 daystracing: Fix failure to read user space from system call trace eventsSteven Rostedt1-0/+17
9 daysring-buffer: Fix to update per-subbuf entries of persistent ring bufferMasami Hiramatsu (Google)1-1/+1
9 dayssched: idle: Consolidate the handling of two special casesRafael J. Wysocki1-9/+21
9 dayssched_ext: Disable preemption between scx_claim_exit() and kicking helper workTejun Heo1-0/+12
9 dayssched_ext: Simplify breather mechanism with scx_aborting flagTejun Heo1-29/+25
9 dayssched_ext: Fix starvation of scx_enable() under fair-class saturationTejun Heo1-10/+56
9 daysnsfs: tighten permission checks for ns iteration ioctlsChristian Brauner1-0/+6
9 daysfgraph: Fix thresh_return nosleeptime double-adjustShengming Hu1-4/+11
9 dayscrash_dump: don't log dm-crypt key bytes in read_key_from_user_keyingThorsten Blum1-2/+2
2026-03-19bpf: drop kthread_exit from noreturn_denyChristian Loehle1-1/+0
2026-03-19kprobes: Remove unneeded warnings from __arm_kprobe_ftrace()Masami Hiramatsu (Google)1-2/+2
2026-03-19sched_ext: Fix enqueue_task_scx() truncation of upper enqueue flagsTejun Heo1-3/+2
2026-03-19tracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens1-3/+3
2026-03-19tracing: Fix enabling multiple events on the kernel command line and bootconfigAndrei-Alexandru Tachici1-1/+5
2026-03-19tracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He1-15/+37
2026-03-19bpf: Fix kprobe_multi cookies access in show_fdinfo callbackJiri Olsa1-1/+3
2026-03-19kthread: consolidate kthread exit paths to prevent use-after-freeChristian Brauner2-36/+11
2026-03-19time/jiffies: Mark jiffies_64_to_clock_t() notraceSteven Rostedt1-1/+1
2026-03-19kprobes: avoid crash when rmmod/insmod after ftrace killedMasami Hiramatsu (Google)1-0/+4
2026-03-19sched_ext: Remove redundant css_put() in scx_cgroup_init()Cheng-Yang Chou1-1/+0
2026-03-19cgroup: fix race between task migration and iterationQingye Zhao1-0/+1
2026-03-19sched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki1-1/+10
2026-03-19workqueue: Use POOL_BH instead of WQ_BH when checking pool flagsBreno Leitao1-1/+1
2026-03-19unshare: fix unshare_fs() handlingAl Viro1-1/+1
2026-03-12bpf: collect only live registers in linked regsEduard Zingerman1-3/+10
2026-03-12tracing: Add NULL pointer check to trigger_data_free()Guenter Roeck1-0/+3
2026-03-12timekeeping: Fix timex status validation for auxiliary clocksMiroslav Lichvar1-2/+4
2026-03-12bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu1-3/+1
2026-03-12module: Remove duplicate freeing of lockdep classesPetr Pavlu1-6/+0
2026-03-12tracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang2-0/+34