aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-09sched/fair: Always trigger resched at the end of a protected periodVincent Guittot1-9/+1
2025-07-09sched/fair: Fix entity's lag with run to parityVincent Guittot1-3/+13
2025-07-09sched/fair: Limit run to parity to the min slice of enqueued entitiesVincent Guittot1-4/+6
2025-07-09sched/fair: Remove spurious shorter slice preemptionVincent Guittot1-30/+14
2025-07-09sched/fair: Fix NO_RUN_TO_PARITY caseVincent Guittot1-11/+20
2025-07-09sched/fair: Use protect_slice() instead of direct comparisonVincent Guittot1-1/+1
2025-07-09sched/deadline: Less agressive dl_server handlingPeter Zijlstra2-12/+22
2025-07-09sched/psi: Optimize psi_group_change() cpu_clock() usagePeter Zijlstra1-55/+66
2025-07-09sched/fair: Bump sd->max_newidle_lb_cost when newidle balance failsChris Mason1-3/+16
2025-07-04sched/deadline: Fix dl_server runtime calculation formulakuyo chang1-5/+5
2025-07-01sched/core: Fix migrate_swap() vs. hotplugPeter Zijlstra1-0/+5
2025-07-01sched: Fix preemption string of preempt_dynamic_noneThomas Weißschuh1-1/+1
2025-06-30entry: Split generic entry into generic exception and syscall entryJinjie Ruan1-4/+4
2025-06-25sched_ext: Drop kfuncs marked for removal in 6.15Jake Hillion1-69/+2
2025-06-24sched_ext, rcu: Eject BPF scheduler on RCU CPU stall panicDavid Dai1-0/+35
2025-06-23kernel/sched/ext.c: fix typo "occured" -> "occurred" in commentsKe Ma1-2/+2
2025-06-23sched/wait: Add a waitqueue helper for fully exclusive priority waitersSean Christopherson1-0/+18
2025-06-23sched/wait: Drop WQ_FLAG_EXCLUSIVE from add_wait_queue_priority()Sean Christopherson1-2/+2
2025-06-20sched_ext: Add support for cgroup bandwidth control interfaceTejun Heo4-10/+91
2025-06-20sched_ext, sched/core: Factor out struct scx_task_groupTejun Heo2-20/+17
2025-06-20sched_ext: Merge branch 'for-6.16-fixes' into for-6.17Tejun Heo3-8/+15
2025-06-20sched_ext: Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo3-161/+178
2025-06-18sched/core: Reorganize cgroup bandwidth control interface file writesTejun Heo3-113/+106
2025-06-18sched/core: Reorganize cgroup bandwidth control interface file readsTejun Heo1-18/+40
2025-06-18sched/core: Relocate tg_get_cfs_*() and cpu_cfs_*_read_*()Tejun Heo1-67/+67
2025-06-18sched/fair: Move max_cfs_quota_period decl and default_cfs_period() def from ...Tejun Heo2-11/+13
2025-06-17sched_ext, sched/core: Don't call scx_group_set_weight() prematurely from sch...Tejun Heo3-2/+9
2025-06-17sched_ext: Make scx_group_set_weight() always update tg->scx.weightTejun Heo1-6/+6
2025-06-16sched_ext: Return NULL in llc_spanCheng-Yang Chou1-1/+1
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext_idle.hCheng-Yang Chou1-5/+0
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext_idle.cCheng-Yang Chou1-34/+1
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext.hCheng-Yang Chou1-1/+1
2025-06-13sched_ext: Always use SMP versions in kernel/sched/ext.cCheng-Yang Chou1-25/+1
2025-06-13Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo38-885/+316
2025-06-13sched/smp: Use the SMP version of double_rq_clock_clear_update()Ingo Molnar1-3/+0
2025-06-13sched/smp: Use the SMP version of add_nr_running()Ingo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of ENQUEUE_MIGRATEDIngo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of WF_ and SD_ flag sanity checksIngo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of task_on_cpu()Ingo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of rq_pin_lock()Ingo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of is_migration_disabled()Ingo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of cpu_of()Ingo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of the stop-CPU scheduling classIngo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of the idle scheduling classIngo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of sched_update_asym_prefer_cpu()Ingo Molnar1-2/+0
2025-06-13sched/smp: Use the SMP version of the scheduler syscallsIngo Molnar1-5/+1
2025-06-13sched/smp: Use the SMP version of schedstatsIngo Molnar1-4/+0
2025-06-13sched/smp: Use the SMP version of scheduler debugging dataIngo Molnar1-14/+0
2025-06-13sched/smp: Use the SMP version of the deadline scheduling classIngo Molnar1-8/+0
2025-06-13sched/smp: Use the SMP version of the RT scheduling classIngo Molnar2-74/+0