summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
43 hourssched_ext: Fix SCX_EFLAG_INITIALIZED being a no-op flagDavid Carlier1-1/+1
43 hourssched/fair: Fix lag clampPeter Zijlstra1-4/+35
43 hourssched/eevdf: Update se->vprot in reweight_entity()Wang Tao1-0/+12
43 hourssched/fair: Only set slice protection at pick timePeter Zijlstra1-5/+6
43 hourssched/fair: Fix zero_vruntime trackingPeter Zijlstra1-27/+57
43 hourssched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers f...Ingo Molnar1-15/+51
43 hourssched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper funct...Ingo Molnar2-14/+14
43 hourssched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weightIngo Molnar2-9/+9
10 dayssched/debug: Fix updating of ppos on server write opsJoel Fernandes1-3/+4
2026-02-26sched/rt: Skip currently executing CPU in rto_next_cpu()Chen Jinghuang1-0/+5
2026-02-26sched/deadline: Clear the defer paramsJoel Fernandes1-0/+3
2026-02-26sched: Fix build for modules using set_tsk_need_resched()Gabriele Monaco1-0/+1
2026-02-26sched: Export hidden tracepoints to modulesGabriele Monaco1-0/+3
2026-02-11sched/fair: Have SD_SERIALIZE affect newidle balancingPeter Zijlstra1-1/+1
2026-02-11sched/fair: Skip sched_balance_running cmpxchg when balance is not dueTim Chen1-26/+28
2026-02-06sched_ext: Fix SCX_KICK_WAIT to work reliablyTejun Heo2-22/+30
2026-02-06sched_ext: Don't kick CPUs running higher classesTejun Heo1-3/+8
2026-02-06sched/deadline: Fix 'stuck' dl_serverPeter Zijlstra1-0/+12
2026-02-06sched/deadline: Document dl_serverPeter Zijlstra1-0/+194
2026-01-30sched/fair: Fix pelt clock sync when entering idleVincent Guittot2-6/+6
2026-01-23sched: Deadline has dynamic priorityPeter Zijlstra2-2/+2
2026-01-23sched/deadline: Avoid double update_rq_clock()Peter Zijlstra1-2/+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 uninitialized ret on alloc_percpu() failureLiang Jie1-1/+3
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-95/+31
2026-01-08sched/core: Add comment explaining force-idle vruntime snapshotsPeter Zijlstra1-0/+181
2026-01-08sched/proxy: Yield the donor taskFernand Sieber5-7/+8
2026-01-02sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()Tejun Heo1-0/+10
2026-01-02sched_ext: Fix bypass depth leak on scx_enable() failureTejun Heo1-0/+14
2026-01-02sched_ext: Fix the memleak for sch->helper objectsZqiang1-2/+2
2026-01-02sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()Tejun Heo1-15/+19
2026-01-02sched/fair: Revert max_newidle_lb_cost bumpPeter Zijlstra1-16/+3
2026-01-02sched/deadline: only set free_cpus for online runqueuesDoug Berger3-32/+14
2025-12-18sched/core: Fix psi_dequeue() for Proxy ExecutionJohn Stultz1-1/+6
2025-12-18sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the las...xupengbo1-0/+3
2025-12-18sched/fair: Forfeit vruntime on yieldFernand Sieber1-1/+13
2025-11-20Merge tag 'sched_ext-for-6.18-rc6-fixes-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+4
2025-11-20sched_ext: Fix scx_enable() crash on helper kthread creation failureSaket Kumar Bhaskar1-1/+4
2025-11-17Merge tag 'sched_ext-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-13/+13
2025-11-17sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx.kick_cpus_irq_workZqiang1-1/+1
2025-11-13sched_ext: Fix possible deadlock in the deferred_irq_workfn()Zqiang1-1/+1
2025-11-12sched/ext: convert scx_tasks_lock to raw spinlockEmil Tsalapatis1-8/+8
2025-11-12sched_ext: Fix unsafe locking in the scx_dump_state()Zqiang1-2/+2
2025-11-06sched/fair: Prevent cfs_rq from being unthrottled with zero runtime_remainingAaron Lu2-10/+7
2025-10-29sched_ext: Fix use of uninitialized variable in scx_bpf_cpuperf_set()Andrea Righi1-1/+1
2025-10-27Merge tag 'sched_ext-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-15/+112
2025-10-26Merge tag 'sched_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+12