summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
34 hourssched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi1-14/+35
34 hourssched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCUChangwoo Min1-12/+19
34 hourssched_ext: Fix SCX_KICK_WAIT deadlock by deferring wait to balance callbackTejun Heo2-25/+73
34 hourssched_ext: Fix inconsistent NUMA node lookup in scx_select_cpu_dfl()Cheng-Yang Chou1-1/+1
34 hourssched/debug: Fix avg_vruntime() usagePeter Zijlstra1-1/+3
34 hourssched/fair: Fix zero_vruntime tracking fixPeter Zijlstra1-7/+3
10 dayssched_ext: Use WRITE_ONCE() for the write side of dsq->seq updatezhidao su1-1/+1
2026-03-25sched: idle: Consolidate the handling of two special casesRafael J. Wysocki1-9/+21
2026-03-19sched_ext: Use WRITE_ONCE() for the write side of scx_enable helper pointerzhidao su1-4/+5
2026-03-19sched_ext: Fix enqueue_task_scx() truncation of upper enqueue flagsTejun Heo1-3/+2
2026-03-19sched_ext: Fix starvation of scx_enable() under fair-class saturationTejun Heo1-10/+56
2026-03-19sched_ext: Disable preemption between scx_claim_exit() and kicking helper workTejun Heo1-0/+12
2026-03-19sched/mmcid: Avoid full tasklist walksThomas Gleixner1-42/+12
2026-03-19sched/mmcid: Remove pointless preempt guardThomas Gleixner1-5/+7
2026-03-19sched/mmcid: Handle vfork()/CLONE_VM correctlyThomas Gleixner1-4/+1
2026-03-19sched/mmcid: Prevent CID stalls due to concurrent forksThomas Gleixner1-7/+15
2026-03-19sched_ext: Remove redundant css_put() in scx_cgroup_init()Cheng-Yang Chou1-1/+0
2026-03-19sched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki1-1/+10
2026-03-12sched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boostingJuri Lelli1-0/+30
2026-03-12sched_ext: Fix SCX_EFLAG_INITIALIZED being a no-op flagDavid Carlier1-1/+1
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-04sched/debug: Fix updating of ppos on server write opsJoel Fernandes1-3/+4
2026-02-26sched: Re-evaluate scheduling when migrating queued tasks out of throttled cg...Zicheng Qu1-0/+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-16sched/mmcid: Don't assume CID is CPU owned on mode switchThomas Gleixner2-6/+7
2026-02-07Merge tag 'sched-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-67/+161
2026-02-04Merge tag 'sched_ext-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+48
2026-02-04sched_ext: Short-circuit sched_class operations on dead tasksTejun Heo1-0/+48
2026-02-04sched/mmcid: Optimize transitional CIDs when scheduling outThomas Gleixner1-2/+21
2026-02-04sched/mmcid: Drop per CPU CID immediately when switching to per task modeThomas Gleixner1-2/+8
2026-02-04sched/mmcid: Protect transition on weakly ordered systemsThomas Gleixner2-31/+56
2026-02-04sched/mmcid: Prevent live lock on task to CPU mode transitionThomas Gleixner2-44/+88
2026-01-30sched/deadline: Fix 'stuck' dl_serverPeter Zijlstra1-0/+12
2026-01-23sched/fair: Revert force wakeup preemptionVincent Guittot1-10/+0
2026-01-23sched/fair: Disable scheduler feature NEXT_BUDDYMel Gorman1-1/+1
2026-01-21sched/fair: Fix pelt clock sync when entering idleVincent Guittot2-6/+6
2026-01-15sched/deadline: Use ENQUEUE_MOVE to allow priority changePeter Zijlstra1-1/+1
2026-01-15sched: Deadline has dynamic priorityPeter Zijlstra2-2/+2
2026-01-15sched: Audit MOVE vs balance_callbacksPeter Zijlstra3-2/+8
2026-01-15sched: Fold rq-pin swizzle into __balance_callbacks()Peter Zijlstra1-6/+8
2026-01-15sched/deadline: Avoid double update_rq_clock()Peter Zijlstra1-2/+1