aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/deadline.c
AgeCommit message (Expand)AuthorFilesLines
6 dayssched/deadline: Use ENQUEUE_MOVE to allow priority changePeter Zijlstra1-1/+1
6 dayssched/deadline: Avoid double update_rq_clock()Peter Zijlstra1-2/+1
6 dayssched/deadline: Ensure get_prio_dl() is up-to-datePeter Zijlstra1-0/+6
9 dayssched/deadline: Fix server stopping with runnable tasksGabriele Monaco1-4/+9
9 dayssched/deadline: Fix potential race in dl_add_task_root_domain()Pingfan Liu1-1/+2
9 dayssched/deadline: Remove unnecessary comment in dl_add_task_root_domain()Pingfan Liu1-9/+0
2025-12-03Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+48
2025-11-20sched/deadline: Walk up cpuset hierarchy to decide root domain when hot-unplugPingfan Liu1-6/+48
2025-11-11sched/deadline: Minor cleanup in select_task_rq_dl()Shrikanth Hegde1-2/+1
2025-11-11sched/deadline: Use cpumask_weight_and() in dl_bw_cpusShrikanth Hegde1-10/+1
2025-11-11sched/deadline: Document dl_serverPeter Zijlstra1-0/+194
2025-11-11sched/deadline: Fix dl_server stop conditionPeter Zijlstra1-2/+38
2025-11-11sched/deadline: Fix dl_server time accountingPeter Zijlstra1-25/+15
2025-11-11sched/proxy: Yield the donor taskFernand Sieber1-1/+1
2025-10-29Merge branch 'linus/master' into sched/core, to resolve conflictPeter Zijlstra1-0/+3
2025-10-16sched: Add support to pick functions to take rfJoel Fernandes1-4/+4
2025-10-16sched: Detect per-class runqueue changesPeter Zijlstra1-0/+2
2025-10-16sched: Move sched_class::prio_changed() into the change patternPeter Zijlstra1-9/+11
2025-10-16sched/deadline: Prepare for switched_from() changePeter Zijlstra1-5/+5
2025-10-16sched/deadline: only set free_cpus for online runqueuesDoug Berger1-4/+4
2025-10-14sched/deadline: Stop dl_server before CPU goes offlinePeter Zijlstra (Intel)1-0/+3
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-24/+49
2025-09-25sched/deadline: Fix dl_server behaviourPeter Zijlstra1-21/+2
2025-09-25sched/deadline: Fix dl_server getting stuckPeter Zijlstra1-11/+1
2025-09-03sched/deadline: Fix race in push_dl_task()Harshit Agarwal1-24/+49
2025-08-26sched/deadline: Don't count nr_running for dl_server proxy tasksYicong Yang1-2/+6
2025-08-26sched/deadline: Fix RT task potential starvation when expiry time passedkuyo chang1-3/+5
2025-08-26sched/deadline: Fix dl_server_stopped()Huacai Chen1-1/+1
2025-07-14sched: Fix proxy/current (push,pull)abilityValentin Schneider1-0/+7
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra1-5/+5
2025-07-14sched/deadline: Fix accounting after global limits changeJuri Lelli1-1/+3
2025-07-14sched/deadline: Reset extra_bw to max_bw when clearing root domainsJuri Lelli1-0/+7
2025-07-14sched/deadline: Initialize dl_servers after SMPJuri Lelli1-18/+30
2025-07-09sched/deadline: Less agressive dl_server handlingPeter Zijlstra1-3/+22
2025-07-04sched/deadline: Fix dl_server runtime calculation formulakuyo chang1-5/+5
2025-06-13sched/smp: Use the SMP version of the deadline scheduling classIngo Molnar1-8/+0
2025-06-13sched/smp: Make SMP unconditionalIngo Molnar1-95/+0
2025-06-13sched: Clean up and standardize #if/#else/#endif markers in sched/deadline.cIngo Molnar1-18/+18
2025-06-11sched: Make clangd usablePeter Zijlstra1-0/+4
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+2
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar1-2/+0
2025-03-19sched/debug: Change SCHED_WARN_ON() to WARN_ON_ONCE()Ingo Molnar1-6/+6
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli1-6/+10
2025-03-17sched/deadline: Generalize unique visiting of root domainsJuri Lelli1-10/+13
2025-03-17sched/deadline: Ignore special tasks when rebuilding domainsJuri Lelli1-1/+1
2025-03-06sched/deadline: Use online cpus for validating runtimeShrikanth Hegde1-1/+1
2025-02-18sched: Switch to use hrtimer_setup()Nam Cao1-4/+2
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-21Merge tag 'sched-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-30/+89
2024-12-13sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)1-2/+6