summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
5 daysbpf: drop kthread_exit from noreturn_denyChristian Loehle1-1/+0
5 dayskprobes: Remove unneeded warnings from __arm_kprobe_ftrace()Masami Hiramatsu (Google)1-2/+2
5 dayssched_ext: Fix enqueue_task_scx() truncation of upper enqueue flagsTejun Heo1-3/+2
5 daystracing: Fix trace_buf_size= cmdline parameter with sizes >= 2GCalvin Owens1-3/+3
5 daystracing: Fix enabling multiple events on the kernel command line and bootconfigAndrei-Alexandru Tachici1-1/+5
5 daystracing: Fix syscall events activation by ensuring refcount hits zeroHuiwen He1-15/+37
5 daysbpf: Fix kprobe_multi cookies access in show_fdinfo callbackJiri Olsa1-1/+3
5 dayskthread: consolidate kthread exit paths to prevent use-after-freeChristian Brauner2-36/+11
5 daystime/jiffies: Mark jiffies_64_to_clock_t() notraceSteven Rostedt1-1/+1
5 dayskprobes: avoid crash when rmmod/insmod after ftrace killedMasami Hiramatsu (Google)1-0/+4
5 dayssched_ext: Remove redundant css_put() in scx_cgroup_init()Cheng-Yang Chou1-1/+0
5 dayscgroup: fix race between task migration and iterationQingye Zhao1-0/+1
5 dayssched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki1-1/+10
5 daysworkqueue: Use POOL_BH instead of WQ_BH when checking pool flagsBreno Leitao1-1/+1
5 daysunshare: fix unshare_fs() handlingAl Viro1-1/+1
12 daysbpf: collect only live registers in linked regsEduard Zingerman1-3/+10
12 daystracing: Add NULL pointer check to trigger_data_free()Guenter Roeck1-0/+3
12 daystimekeeping: Fix timex status validation for auxiliary clocksMiroslav Lichvar1-2/+4
12 daysbpf: Fix a UAF issue in bpf_trampoline_link_cgroup_shimLang Xu1-3/+1
12 daysmodule: Remove duplicate freeing of lockdep classesPetr Pavlu1-6/+0
12 daystracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang2-0/+34
12 daysx86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov1-3/+7
12 daysunwind_user/x86: Teach FP unwind about start of functionPeter Zijlstra1-9/+30
12 daysunwind: Implement compat fp unwindPeter Zijlstra1-11/+29
12 daysunwind: Simplify unwind_user_next_fp() alignment checkPeter Zijlstra1-3/+1
12 daysbpf: Improve bounds when tnum has a single possible valuePaul Chaignon1-0/+30
12 daysbpf: Introduce tnum_step to step through tnum's membersHarishankar Vishwanathan1-0/+56
12 daysbpf: Add bitwise tracking for BPF_ENDTianci Cao2-3/+73
12 daysbpf: Fix race in devmap on PREEMPT_RTJiayuan Chen1-4/+21
12 daysbpf: Fix race in cpumap on PREEMPT_RTJiayuan Chen1-2/+15
12 dayssched_ext: Fix SCX_EFLAG_INITIALIZED being a no-op flagDavid Carlier1-1/+1
12 daysbpf: Fix stack-out-of-bounds write in devmapKohei Enju1-5/+17
12 daysperf: Fix __perf_event_overflow() vs perf_remove_from_context() racePeter Zijlstra1-1/+41
12 dayscgroup/cpuset: Fix incorrect use of cpuset_update_tasks_cpumask() in update_c...Waiman Long1-1/+1
12 daysperf/core: Fix invalid wait context in ctx_sched_in()Namhyung Kim1-1/+2
12 daysrseq: Clarify rseq registration rseq_size bound check commentMathieu Desnoyers1-2/+3
12 dayssched/fair: Fix lag clampPeter Zijlstra1-4/+35
12 dayssched/eevdf: Update se->vprot in reweight_entity()Wang Tao1-0/+12
12 dayssched/fair: Only set slice protection at pick timePeter Zijlstra1-5/+6
12 dayssched/fair: Fix zero_vruntime trackingPeter Zijlstra1-27/+57
12 dayssched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers f...Ingo Molnar1-15/+51
12 dayssched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper funct...Ingo Molnar2-14/+14
12 dayssched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weightIngo Molnar2-9/+9
12 daysperf/core: Fix refcount bug and potential UAF in perf_mmapHaocheng Yu1-19/+19
2026-03-04tracing: Wake up poll waiters for hist files when removing an eventPetr Pavlu1-0/+3
2026-03-04tracing: Fix checking of freed trace_event_file for hist filesPetr Pavlu1-2/+2
2026-03-04fgraph: Do not call handlers direct when not using ftrace_opsSteven Rostedt1-1/+11
2026-03-04tracing: ring-buffer: Fix to check event length before usingMasami Hiramatsu (Google)1-1/+5
2026-03-04ring-buffer: Fix possible dereference of uninitialized pointerDaniil Dulov1-1/+2
2026-03-04function_graph: Restore direct mode when callbacks drop to oneShengming Hu1-1/+1