summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
5 dayssched/debug: Fix avg_vruntime() usagePeter Zijlstra
10 dayssched/deadline: Use revised wakeup rule for dl_serverPeter Zijlstra
2026-04-11sched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi
2026-04-11sched_ext: Refactor do_enqueue_task() local and global DSQ pathsTejun Heo
2026-04-11sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCUChangwoo Min
2026-04-11sched_ext: Fix inconsistent NUMA node lookup in scx_select_cpu_dfl()Cheng-Yang Chou
2026-04-11sched/fair: Fix zero_vruntime tracking fixPeter Zijlstra
2026-04-02sched_ext: Use WRITE_ONCE() for the write side of dsq->seq updatezhidao su
2026-03-25sched: idle: Consolidate the handling of two special casesRafael J. Wysocki
2026-03-25sched_ext: Disable preemption between scx_claim_exit() and kicking helper workTejun Heo
2026-03-25sched_ext: Simplify breather mechanism with scx_aborting flagTejun Heo
2026-03-25sched_ext: Fix starvation of scx_enable() under fair-class saturationTejun Heo
2026-03-19sched_ext: Fix enqueue_task_scx() truncation of upper enqueue flagsTejun Heo
2026-03-19sched_ext: Remove redundant css_put() in scx_cgroup_init()Cheng-Yang Chou
2026-03-19sched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki
2026-03-12sched_ext: Fix SCX_EFLAG_INITIALIZED being a no-op flagDavid Carlier
2026-03-12sched/fair: Fix lag clampPeter Zijlstra
2026-03-12sched/eevdf: Update se->vprot in reweight_entity()Wang Tao
2026-03-12sched/fair: Only set slice protection at pick timePeter Zijlstra
2026-03-12sched/fair: Fix zero_vruntime trackingPeter Zijlstra
2026-03-12sched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers f...Ingo Molnar
2026-03-12sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper funct...Ingo Molnar
2026-03-12sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weightIngo Molnar
2026-03-04sched/debug: Fix updating of ppos on server write opsJoel Fernandes
2026-02-26sched/rt: Skip currently executing CPU in rto_next_cpu()Chen Jinghuang
2026-02-26sched/deadline: Clear the defer paramsJoel Fernandes
2026-02-26sched: Fix build for modules using set_tsk_need_resched()Gabriele Monaco
2026-02-26sched: Export hidden tracepoints to modulesGabriele Monaco
2026-02-11sched/fair: Have SD_SERIALIZE affect newidle balancingPeter Zijlstra
2026-02-11sched/fair: Skip sched_balance_running cmpxchg when balance is not dueTim Chen
2026-02-06sched_ext: Fix SCX_KICK_WAIT to work reliablyTejun Heo
2026-02-06sched_ext: Don't kick CPUs running higher classesTejun Heo
2026-02-06sched/deadline: Fix 'stuck' dl_serverPeter Zijlstra
2026-02-06sched/deadline: Document dl_serverPeter Zijlstra
2026-01-30sched/fair: Fix pelt clock sync when entering idleVincent Guittot
2026-01-23sched: Deadline has dynamic priorityPeter Zijlstra
2026-01-23sched/deadline: Avoid double update_rq_clock()Peter Zijlstra
2026-01-11sched/fair: Proportional newidle balancePeter Zijlstra
2026-01-11sched/fair: Small cleanup to update_newidle_cost()Peter Zijlstra
2026-01-11sched/fair: Small cleanup to sched_balance_newidle()Peter Zijlstra
2026-01-08sched_ext: fix uninitialized ret on alloc_percpu() failureLiang Jie
2026-01-08sched_ext: Fix incorrect sched_class settings for per-cpu migration tasksZqiang
2026-01-08sched/eevdf: Fix min_vruntime vs avg_vruntimePeter Zijlstra
2026-01-08sched/core: Add comment explaining force-idle vruntime snapshotsPeter Zijlstra
2026-01-08sched/proxy: Yield the donor taskFernand Sieber
2026-01-02sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()Tejun Heo
2026-01-02sched_ext: Fix bypass depth leak on scx_enable() failureTejun Heo
2026-01-02sched_ext: Fix the memleak for sch->helper objectsZqiang
2026-01-02sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()Tejun Heo
2026-01-02sched/fair: Revert max_newidle_lb_cost bumpPeter Zijlstra