summaryrefslogtreecommitdiff
path: root/kernel/sched/deadline.c
AgeCommit message (Expand)Author
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)
2024-12-10sched: deadline: Cleanup goto label in pick_earliest_pushable_dl_taskJohn Stultz
2024-12-02sched/deadline: Consolidate Timer CancellationWander Lairson Costa
2024-12-02sched/deadline: Check bandwidth overflow earlier for hotplugJuri Lelli
2024-12-02sched/deadline: Correctly account for allocated bandwidth during hotplugJuri Lelli
2024-12-02sched/deadline: Restore dl_server bandwidth on non-destructive root domain ch...Juri Lelli
2024-12-02sched/deadline: Fix warning in migrate_enable for boosted tasksWander Lairson Costa
2024-12-02sched/deadline: Fix replenish_dl_new_period dl_server conditionJuri Lelli
2024-10-14sched: Split scheduler and execution contextsPeter Zijlstra
2024-10-14sched: Consolidate pick_*_task to task_is_pushable helperConnor O'Brien
2024-10-14sched: Add move_queued_task_locked helperConnor O'Brien
2024-10-11sched/deadline: Use hrtick_enabled_dl() before start_hrtick_dl()Phil Auld
2024-09-03sched: Add put_prev_task(.next)Peter Zijlstra
2024-09-03sched: Rework dl_serverPeter Zijlstra
2024-09-03sched: Rework pick_next_task()Peter Zijlstra
2024-09-03sched: Clean up DL server vs core schedPeter Zijlstra
2024-09-03sched: Fixup set_next_task() implementationsPeter Zijlstra
2024-09-03sched/deadline: Fix schedstats vs deadline serversHuang Shijie
2024-08-17sched/fair: Implement delayed dequeuePeter Zijlstra
2024-08-17sched: Allow sched_class::dequeue_task() to failPeter Zijlstra
2024-07-29sched/rt: Remove default bandwidth controlPeter Zijlstra
2024-07-29sched/core: Fix picking of tasks for core scheduling with DL serverJoel Fernandes (Google)
2024-07-29sched/fair: Fair server interfaceDaniel Bristot de Oliveira
2024-07-29sched/deadline: Deferrable dl serverDaniel Bristot de Oliveira
2024-07-29sched/fair: Add trivial fair serverPeter Zijlstra
2024-07-11Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar
2024-07-01sched/deadline: Fix task_struct reference leakWander Lairson Costa
2024-05-27sched: Fix spelling in commentsIngo Molnar
2024-04-24scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados