summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-03-19sched_ext: Use WRITE_ONCE() for the write side of scx_enable helper pointerzhidao su1-4/+5
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-19fgraph: Fix thresh_return nosleeptime double-adjustShengming Hu1-4/+10
2026-03-19tracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He1-15/+37
2026-03-19fgraph: Fix thresh_return clear per-task notraceShengming Hu1-2/+3
2026-03-19nstree: tighten permission checks for listingChristian Brauner1-25/+4
2026-03-19sched_ext: Fix starvation of scx_enable() under fair-class saturationTejun Heo1-10/+56
2026-03-19sched_ext: Disable preemption between scx_claim_exit() and kicking helper workTejun Heo1-0/+12
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-19liveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)1-16/+25
2026-03-19nsfs: tighten permission checks for ns iteration ioctlsChristian Brauner1-0/+6
2026-03-19kprobes: avoid crash when rmmod/insmod after ftrace killedMasami Hiramatsu (Google)1-0/+4
2026-03-19sched/mmcid: Avoid full tasklist walksThomas Gleixner2-42/+13
2026-03-19sched/mmcid: Remove pointless preempt guardThomas Gleixner1-5/+7
2026-03-19sched/mmcid: Handle vfork()/CLONE_VM correctlyThomas Gleixner1-4/+1
2026-03-19sched/mmcid: Prevent CID stalls due to concurrent forksThomas Gleixner2-9/+15
2026-03-19time/jiffies: Mark jiffies_64_to_clock_t() notraceSteven Rostedt1-1/+1
2026-03-19cgroup: Don't expose dead tasks in cgroupSebastian Andrzej Siewior1-0/+6
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-12sched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boostingJuri Lelli1-0/+30
2026-03-12time/jiffies: Fix sysctl file error on configurations where USER_HZ < HZGerd Rausch1-2/+0
2026-03-12bpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu1-3/+1
2026-03-12blktrace: fix __this_cpu_read/write in preemptible contextChaitanya Kulkarni1-2/+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
2026-03-12bpf: Improve bounds when tnum has a single possible valuePaul Chaignon1-0/+30
2026-03-12bpf: Introduce tnum_step to step through tnum's membersHarishankar Vishwanathan1-0/+56
2026-03-12bpf: Add bitwise tracking for BPF_ENDTianci Cao2-3/+73
2026-03-12bpf: Fix race in devmap on PREEMPT_RTJiayuan Chen1-4/+21
2026-03-12bpf: Fix race in cpumap on PREEMPT_RTJiayuan Chen1-2/+15
2026-03-12sched_ext: Fix SCX_EFLAG_INITIALIZED being a no-op flagDavid Carlier1-1/+1
2026-03-12bpf: Fix stack-out-of-bounds write in devmapKohei Enju1-5/+17
2026-03-12perf: Fix __perf_event_overflow() vs perf_remove_from_context() racePeter Zijlstra1-1/+41
2026-03-12cgroup/cpuset: Fix incorrect use of cpuset_update_tasks_cpumask() in update_c...Waiman Long1-1/+1
2026-03-12cgroup/cpuset: Fix incorrect change to effective_xcpus in partition_xcpus_del()Waiman Long1-1/+1
2026-03-12perf/core: Fix invalid wait context in ctx_sched_in()Namhyung Kim1-1/+2
2026-03-12rseq: Clarify rseq registration rseq_size bound check commentMathieu Desnoyers1-2/+3
2026-03-12sched/fair: Fix lag clampPeter Zijlstra1-4/+35