summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-03-04rcu: Refactor expedited handling check in rcu_read_unlock_special()Joel Fernandes1-9/+74
2026-02-19cpuset: Fix missing adaptation for cpuset_is_populatedChen Ridong1-1/+1
2026-02-11ring-buffer: Avoid softlockup in ring_buffer_resize() during memory freeWupeng Ma1-0/+2
2026-02-11tracing: Fix ftrace event field alignmentsSteven Rostedt3-21/+33
2026-02-06perf: sched: Fix perf crash with new is_user_task() helperSteven Rostedt2-4/+4
2026-02-06perf: Simplify get_perf_callchain() user logicJosh Poimboeuf1-10/+8
2026-02-06cgroup: Fix kernfs_node UAF in css_free_rwork_fnT.J. Mercier1-1/+1
2026-02-06sched/deadline: Fix 'stuck' dl_serverPeter Zijlstra1-0/+12
2026-02-06sched/deadline: Document dl_serverPeter Zijlstra1-0/+194
2026-02-06dma/pool: distinguish between missing and exhausted atomic poolsSai Sree Kartheek Adivi1-1/+6
2026-01-30sched_ext: Fix possible deadlock in the deferred_irq_workfn()Zqiang1-1/+1
2026-01-30tracing: Fix crash on synthetic stacktrace field usageSteven Rostedt2-1/+16
2026-01-30sched/fair: Fix pelt clock sync when entering idleVincent Guittot2-6/+6
2026-01-30clocksource: Reduce watchdog readout delay limit to prevent false positivesThomas Gleixner1-1/+1
2026-01-30ptp: Add PHC file mode checks. Allow RO adjtime() without FMODE_WRITE.Wojtek Wasko1-1/+1
2026-01-30posix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko1-0/+1
2026-01-23bpf: Reject narrower access to pointer ctx fieldsPaul Chaignon1-4/+4
2026-01-23hrtimer: Fix softirq base check in update_needs_ipi()Thomas Weißschuh1-1/+1
2026-01-11sched/fair: Proportional newidle balancePeter Zijlstra5-4/+61
2026-01-11sched/fair: Small cleanup to update_newidle_cost()Peter Zijlstra1-4/+7
2026-01-11sched/fair: Small cleanup to sched_balance_newidle()Peter Zijlstra1-4/+6
2026-01-08sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()Tejun Heo1-0/+10
2026-01-08sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()Tejun Heo1-15/+19
2026-01-08sched_ext: Fix incorrect sched_class settings for per-cpu migration tasksZqiang1-4/+10
2026-01-08sched/eevdf: Fix min_vruntime vs avg_vruntimePeter Zijlstra3-71/+25
2026-01-08fgraph: Check ftrace_pids_enabled on registration for early filteringShengming Hu1-2/+7
2026-01-08fgraph: Initialize ftrace_ops->private for function graph opsShengming Hu1-0/+1
2026-01-08tracing: Fix fixed array of synthetic eventSteven Rostedt1-1/+0
2026-01-08sched/rt: Fix race in push_rt_taskHarshit Agarwal1-27/+25
2026-01-08tracing: Do not register unsupported perf eventsSteven Rostedt1-0/+2
2026-01-08scs: fix a wrong parameter in __scs_magicZhichi Lin1-1/+1
2026-01-08kallsyms: Fix wrong "big" kernel symbol type read from procfsZheng Yejian1-1/+4
2026-01-08livepatch: Match old_sympos 0 and 1 in klp_find_func()Song Liu1-1/+7
2026-01-08sched/fair: Revert max_newidle_lb_cost bumpPeter Zijlstra1-16/+3
2026-01-08sched/deadline: only set free_cpus for online runqueuesDoug Berger3-32/+14
2025-12-18dma/pool: eliminate alloc_pages warning in atomic_pool_expandDave Kleikamp1-1/+1
2025-12-18sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the las...xupengbo1-0/+3
2025-12-18Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"Ilias Stamatis1-1/+9
2025-12-18resource: introduce is_type_match() helper and use itAndy Shevchenko1-13/+10
2025-12-18resource: replace open coded resource_intersection()Andy Shevchenko1-9/+6
2025-12-18cpuset: Treat cpusets in attaching as populatedChen Ridong1-8/+27
2025-12-18bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui1-0/+3
2025-12-18bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong1-1/+3
2025-12-18bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang1-2/+8
2025-12-18locktorture: Fix memory leak in param_set_cpumask()Wang Liang1-2/+6
2025-12-18task_work: Fix NMI race conditionPeter Zijlstra1-1/+7
2025-12-18bpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte1-7/+8
2025-12-18bpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte1-15/+32
2025-12-18perf: Remove get_perf_callchain() init_nr argumentJosh Poimboeuf3-9/+9
2025-12-18sched/fair: Forfeit vruntime on yieldFernand Sieber1-1/+13