summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2026-01-15sched: Fold rq-pin swizzle into __balance_callbacks()Peter Zijlstra
2026-01-15sched/deadline: Avoid double update_rq_clock()Peter Zijlstra
2026-01-15sched/deadline: Ensure get_prio_dl() is up-to-datePeter Zijlstra
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-13sched: Export hidden tracepoints to modulesGabriele Monaco
2026-01-13sched/deadline: Fix server stopping with runnable tasksGabriele Monaco
2026-01-13sched: Provide idle_rq() helperPeter Zijlstra
2026-01-13sched/deadline: Fix potential race in dl_add_task_root_domain()Pingfan Liu
2026-01-13sched/deadline: Remove unnecessary comment in dl_add_task_root_domain()Pingfan Liu
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross
2026-01-11Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-01-11treewide: Update email addressThomas Gleixner
2026-01-09sched/mm_cid: Prevent NULL mm dereference in sched_mm_cid_after_execve()Cong Wang
2026-01-08sched: Further restrict the preemption modesPeter Zijlstra
2026-01-08sched: Reorder some fields in struct rqBlake Jones
2026-01-08sched/fair: Use cpumask_weight_and() in sched_balance_find_dst_group()Yury Norov (NVIDIA)
2026-01-08sched/fair: Simplify task_numa_find_cpu()Yury Norov (NVIDIA)
2026-01-08sched/fair: Drop useless cpumask_empty() in find_energy_efficient_cpu()Yury Norov (NVIDIA)
2026-01-05sched: Enable context analysis for core.c and fair.cMarco Elver
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan
2025-12-22sched_ext: Avoid multiple irq_work_queue() calls in destroy_dsq()Zqiang
2025-12-22sched_ext: Use the resched_cpu() to replace resched_curr() in the bypass_lb_n...Zqiang
2025-12-19sched_ext: Fix some comments in ext.cZqiang
2025-12-19sched/fair: Fix sched_avg foldPeter Zijlstra
2025-12-17sched: Fix faulty assertion in sched_change_end()Peter Zijlstra
2025-12-17sched/core: Rework sched_class::wakeup_preempt() and rq_modified_*()Peter Zijlstra
2025-12-16sched_ext: fix uninitialized ret on alloc_percpu() failureLiang Jie
2025-12-15sched_ext: Remove unused code in the do_pick_task_scx()Zqiang
2025-12-15sched/fair: Sort out 'blocked_load*' namespace noiseIngo Molnar
2025-12-15sched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers f...Ingo Molnar
2025-12-15sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper funct...Ingo Molnar
2025-12-15sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weightIngo Molnar
2025-12-15sched/fair: Clean up comments in 'struct cfs_rq'Ingo Molnar
2025-12-15sched/fair: Join two #ifdef CONFIG_FAIR_GROUP_SCHED blocksIngo Molnar
2025-12-14sched/core: Add assertions to QUEUE_CLASSPeter Zijlstra
2025-12-14sched/fair: Limit hrtick workPeter Zijlstra
2025-12-14sched/fair: Remove superfluous rcu_read_lock()Peter Zijlstra
2025-12-14sched/fair: Switch to rcu_dereference_all()Peter Zijlstra
2025-12-14sched/headers: Rename rcu_dereference_check_sched_domain() => rcu_dereference...Peter Zijlstra
2025-12-14sched/fair: Avoid rq->lock bouncing in sched_balance_newidle()Peter Zijlstra
2025-12-14sched/fair: Fold the sched_avg updatePeter Zijlstra
2025-12-12sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()Tejun Heo
2025-12-12sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()Tejun Heo
2025-12-11sched_ext: Fix bypass depth leak on scx_enable() failureTejun Heo
2025-12-08sched/ext: Avoid null ptr traversal when ->put_prev_task() is called with NUL...John Stultz
2025-12-08sched_ext: Fix the memleak for sch->helper objectsZqiang
2025-12-06Merge tag 'sched-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-12-06sched/core: Fix psi_dequeue() for Proxy ExecutionJohn Stultz
2025-12-06sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the las...xupengbo