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