aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2026-02-10Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds13-388/+628
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-63/+162
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds1-4/+4
2026-02-09Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticksLinus Torvalds2-26/+123
2026-02-07Merge tag 'sched-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-67/+161
2026-02-04Merge tag 'sched_ext-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus 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-02-03kthread: Honour kthreads preferred affinity after cpuset changesFrederic Weisbecker1-0/+3
2026-02-03cpuset: Propagate cpuset isolation update to timers through housekeepingFrederic Weisbecker1-0/+4
2026-02-03cpuset: Propagate cpuset isolation update to workqueue through housekeepingFrederic Weisbecker1-0/+3
2026-02-03PCI: Flush PCI probe workqueue on cpuset isolated partition changeFrederic Weisbecker1-0/+2
2026-02-03sched/isolation: Flush vmstat workqueues on cpuset isolated partition changeFrederic Weisbecker2-0/+2
2026-02-03sched/isolation: Flush memcg workqueues on cpuset isolated partition changeFrederic Weisbecker2-0/+3
2026-02-03cpuset: Update HK_TYPE_DOMAIN cpumask from cpusetFrederic Weisbecker2-6/+70
2026-02-03sched/isolation: Convert housekeeping cpumasks to rcu pointersFrederic Weisbecker2-23/+38
2026-02-03sched/isolation: Save boot defined domain flagsFrederic Weisbecker1-2/+3
2026-02-03sched: Re-evaluate scheduling when migrating queued tasks out of throttled cgroupsZicheng Qu1-0/+4
2026-02-03sched/cpufreq: Use %pe format for PTR_ERR() printingzenghongling1-1/+1
2026-02-03sched/rt: Skip currently executing CPU in rto_next_cpu()Chen Jinghuang1-0/+5
2026-02-03sched/clock: Avoid false sharing for sched_clock_irqtimeWangyang Guo3-6/+10
2026-02-03sched/debug: Fix dl_server (re)start conditionsPeter Zijlstra2-21/+16
2026-02-03sched/debug: Add support to change sched_ext server paramsJoel Fernandes1-24/+133
2026-02-03sched_ext: Add a DL server for sched_ext tasksAndrea Righi6-23/+109
2026-02-03sched/debug: Stop and start server based on if it was activeJoel Fernandes1-3/+8
2026-02-03sched/debug: Fix updating of ppos on server write opsJoel Fernandes1-3/+4
2026-02-03sched/deadline: Clear the defer paramsJoel Fernandes1-0/+3
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra9-113/+141
2026-01-31delayacct: add timestamp of delay maxWang Yaxin1-2/+6
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-22sched: Update rq->avg_idle when a task is moved to an idle CPUShubhang Kaushik3-12/+14
2026-01-22sched/debug: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()Fushuai Wang1-10/+4
2026-01-21sched/fair: Fix pelt clock sync when entering idleVincent Guittot2-6/+6
2026-01-15sched/fair: Remove nohz.nr_cpus and use weight of cpumask insteadShrikanth Hegde1-4/+1
2026-01-15sched/fair: Change likelyhood of nohz.nr_cpusShrikanth Hegde1-2/+2
2026-01-15sched/fair: Move checking for nohz cpus after time checkShrikanth Hegde1-7/+16
2026-01-15sched/fair: Fix math notation errors in avg_vruntime commentZhan Xusheng1-2/+2
2026-01-15sched: Fix build for modules using set_tsk_need_resched()Gabriele Monaco1-0/+1
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
2026-01-15sched/deadline: Ensure get_prio_dl() is up-to-datePeter Zijlstra1-0/+6
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov4-17/+15