summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2026-03-12x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov1-3/+7
2026-03-12unwind_user/x86: Teach FP unwind about start of functionPeter Zijlstra1-9/+30
2026-03-12unwind: Implement compat fp unwindPeter Zijlstra1-11/+29
2026-03-12unwind: Simplify unwind_user_next_fp() alignment checkPeter Zijlstra1-3/+1
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-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
2026-03-12sched/eevdf: Update se->vprot in reweight_entity()Wang Tao1-0/+12
2026-03-12sched/fair: Only set slice protection at pick timePeter Zijlstra1-5/+6
2026-03-12sched/fair: Fix zero_vruntime trackingPeter Zijlstra1-27/+57
2026-03-12sched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers f...Ingo Molnar1-15/+51
2026-03-12sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper funct...Ingo Molnar2-14/+14
2026-03-12sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weightIngo Molnar2-9/+9
2026-03-12perf/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
2026-03-04mm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao1-18/+36
2026-03-04tracing: Reset last_boot_info if ring buffer is resetMasami Hiramatsu (Google)1-0/+6
2026-03-04tracing: Fix to set write permission to per-cpu buffer_size_kbMasami Hiramatsu (Google)1-1/+1
2026-03-04watchdog/softlockup: fix sample ring index wrap in need_counting_irqs()Shengming Hu1-1/+1
2026-03-04uprobes: Fix incorrect lockdep condition in filter_chain()Breno Leitao1-1/+1
2026-03-04kho: skip memoryless NUMA nodes when reserving scratch areasEvangelos Petrongonas1-2/+6
2026-03-04crash_dump: fix dm_crypt keys locking and ref leakVasily Gorbik1-4/+13
2026-03-04kexec: derive purgatory entry from symbolLi Chen1-57/+74
2026-03-04Remove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds1-1/+0