aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/deadline.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-23sched/deadline: Stop dl_server before CPU goes offlinePeter Zijlstra (Intel)1-0/+3
2025-10-19sched/deadline: Fix race in push_dl_task()Harshit Agarwal1-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-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/kernel/git/tip/tipLinus 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/kernel/git/tip/tipLinus Torvalds1-30/+89
2024-12-13sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)1-2/+6
2024-12-10sched: deadline: Cleanup goto label in pick_earliest_pushable_dl_taskJohn Stultz1-4/+1
2024-12-02sched/deadline: Consolidate Timer CancellationWander Lairson Costa1-14/+27
2024-12-02sched/deadline: Check bandwidth overflow earlier for hotplugJuri Lelli1-2/+10
2024-12-02sched/deadline: Correctly account for allocated bandwidth during hotplugJuri Lelli1-9/+39
2024-12-02sched/deadline: Restore dl_server bandwidth on non-destructive root domain changesJuri Lelli1-3/+14
2024-12-02sched/deadline: Fix warning in migrate_enable for boosted tasksWander Lairson Costa1-0/+1
2024-12-02sched/deadline: Fix replenish_dl_new_period dl_server conditionJuri Lelli1-1/+1
2024-10-14sched: Split scheduler and execution contextsPeter Zijlstra1-19/+20
2024-10-14sched: Consolidate pick_*_task to task_is_pushable helperConnor O'Brien1-9/+1
2024-10-14sched: Add move_queued_task_locked helperConnor O'Brien1-6/+2
2024-10-11sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()Phil Auld1-1/+1
2024-09-03sched: Add put_prev_task(.next)Peter Zijlstra1-1/+1
2024-09-03sched: Rework dl_serverPeter Zijlstra1-1/+1
2024-09-03sched: Rework pick_next_task()Peter Zijlstra1-20/+1
2024-09-03sched: Clean up DL server vs core schedPeter Zijlstra1-11/+7
2024-09-03sched: Fixup set_next_task() implementationsPeter Zijlstra1-3/+3
2024-09-03sched/deadline: Fix schedstats vs deadline serversHuang Shijie1-22/+16
2024-08-17sched/fair: Implement delayed dequeuePeter Zijlstra1-1/+0
2024-08-17sched: Allow sched_class::dequeue_task() to failPeter Zijlstra1-1/+3
2024-07-29sched/rt: Remove default bandwidth controlPeter Zijlstra1-2/+3
2024-07-29sched/core: Fix picking of tasks for core scheduling with DL serverJoel Fernandes (Google)1-5/+22