aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/deadline.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-24scheduler: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2023-11-15sched/deadline: Introduce deadline serversPeter Zijlstra1-107/+225
2023-11-15sched/deadline: Move bandwidth accounting into {en,de}queue_dl_entityPeter Zijlstra1-58/+72
2023-11-15sched/deadline: Collect sched_dl_entity initializationPeter Zijlstra1-7/+15
2023-11-15sched: Unify runtime accounting across classesPeter Zijlstra1-12/+3
2023-10-13sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra1-0/+2
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot1-2/+2
2023-09-29sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloadedValentin Schneider1-43/+14
2023-09-19sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar1-5/+5
2023-06-27Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-13/+54
2023-06-16sched/deadline: Fix bandwidth reclaim equation in GRUBVineeth Pillai1-27/+23
2023-05-30sched/deadline: remove unused dl_bandwidthMiaohe Lin1-7/+0
2023-05-08sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann1-13/+40
2023-05-08sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli1-0/+14
2023-04-21sched/rt: Fix bad task migration for rt tasksSchspa Shi1-0/+1
2023-03-22sched/core: Avoid selecting the task that is throttled to run when core-sched...Hao Jia1-0/+10
2023-02-11sched/deadline: Add more reschedule cases to prio_changed_dl()Valentin Schneider1-15/+27
2022-10-27sched: Introduce affinity_contextWaiman Long1-4/+3
2022-10-17sched: Introduce struct balance_callback to avoid CFI mismatchesKees Cook1-2/+2
2022-09-07sched: Rename task_running() to task_on_cpu()Peter Zijlstra1-3/+3
2022-09-01sched/deadline: Move __dl_clear_params out of dl_bw lockShang XiaoJing1-1/+1
2022-09-01sched/deadline: Add replenish_dl_new_period helperShang XiaoJing1-10/+13
2022-09-01sched/deadline: Add dl_task_is_earliest_deadline helperShang XiaoJing1-12/+12
2022-08-30Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...Ingo Molnar1-13/+13
2022-08-27sched: Add update_current_exec_runtime helperShang XiaoJing1-5/+1
2022-08-12sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()Ingo Molnar1-13/+13
2022-08-02sched/deadline: Make dl_cpuset_cpumask_can_shrink() capacity-awareDietmar Eggemann1-13/+11
2022-08-02sched/core: Introduce sched_asym_cpucap_active()Dietmar Eggemann1-2/+2
2022-08-01Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+4
2022-07-21sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli1-1/+4
2022-06-13sched/deadline: Use proc_douintvec_minmax() limit minimum valueYajun Deng1-2/+4
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+34
2022-05-11sched/deadline: Remove superfluous rq clock update in push_dl_task()Hao Jia1-7/+1
2022-05-11sched/core: Avoid obvious double update_rq_clock warningHao Jia1-2/+3
2022-05-01sched: Fix missing prototype warningsThomas Gleixner1-2/+0
2022-04-06sched: Move deadline_period sysctls to deadline.cZhen Ni1-8/+34
2022-03-15Merge branch 'sched/fast-headers' into sched/coreIngo Molnar1-2/+0
2022-03-08sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann1-3/+2
2022-03-08sched/deadline,rt: Remove unused functions for !CONFIG_SMPDietmar Eggemann1-9/+0
2022-03-08sched/deadline: Use __node_2_[pdl|dle]() and rb_first_cached() consistentlyDietmar Eggemann1-12/+12
2022-03-08sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann1-38/+14
2022-03-08sched/deadline: Move bandwidth mgmt and reclaim functions into sched class so...Dietmar Eggemann1-0/+44
2022-03-08sched/deadline: Remove unused def_dl_bandwidthDietmar Eggemann1-7/+0
2022-03-01sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider1-6/+6
2022-02-23sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...Ingo Molnar1-2/+0
2021-10-05sched/dl: Support schedstats for deadline sched classYafang Shao1-0/+93
2021-10-05sched/dl: Support sched_stat_runtime tracepoint for deadline sched classYafang Shao1-0/+2
2021-10-05sched: Make struct sched_statistics independent of fair sched classYafang Shao1-2/+2
2021-08-06sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann1-0/+1
2021-08-04sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret1-3/+4
2021-06-22sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort1-0/+2
2021-06-18sched: Change task_struct::statePeter Zijlstra1-5/+5
2021-05-12sched: Introduce sched_class::pick_task()Peter Zijlstra1-2/+14
2021-05-12sched: Optimize rq_lockp() usagePeter Zijlstra1-2/+2
2021-05-12sched: Wrap rq::lock accessPeter Zijlstra1-11/+11
2021-03-22sched: Fix various typosIngo Molnar1-6/+6
2021-02-17sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli1-2/+2
2021-02-17sched/deadline: Reduce rq lock contention in dl_add_task_root_domain()Dietmar Eggemann1-4/+7
2021-02-17rbtree, sched/deadline: Use rb_add_cached()Peter Zijlstra1-49/+28
2021-01-14sched: Use task_current() instead of 'rq->curr == p'Hui Su1-1/+1
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar1-44/+53
2020-11-22Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-44/+53
2020-11-17sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli1-44/+53
2020-11-10sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider1-2/+2
2020-11-10Merge branch 'sched/migrate-disable'Peter Zijlstra1-15/+31
2020-11-10sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra1-7/+22
2020-11-10sched,rt: Use the full cpumask for balancingPeter Zijlstra1-2/+2
2020-11-10sched,rt: Use cpumask_any*_distribute()Peter Zijlstra1-3/+3
2020-11-10sched: Massage set_cpus_allowed()Peter Zijlstra1-2/+3
2020-11-10sched: Fix hotplug vs CPU bandwidth controlPeter Zijlstra1-1/+1
2020-10-29sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra1-2/+2
2020-10-29sched/cpupri: Add CPUPRI_HIGHERPeter Zijlstra1-0/+3
2020-10-29sched/deadline: Fix sched_dl_global_validate()Peng Liu1-2/+3
2020-10-29sched/deadline: Optimize sched_dl_global_validate()Peng Liu1-7/+32
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-03sched/deadline: Unthrottle PI boosted threads while enqueuingDaniel Bristot de Oliveira1-0/+21
2020-09-25sched/deadline: Fix stale throttling on de-/boosted tasksLucas Stach1-5/+8
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra1-0/+1
2020-06-28sched/deadline: Initialize ->dl_boostedJuri Lelli1-0/+1
2020-06-25sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)1-1/+0
2020-06-25sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)1-1/+2
2020-06-15sched/deadline: Fix a typo in a commentChristophe JAILLET1-1/+1
2020-06-15sched/deadline: Make DL capacity-awareLuca Abeni1-4/+14
2020-06-15sched/deadline: Improve admission control for asymmetric CPU capacitiesLuca Abeni1-13/+17
2020-06-15sched/deadline: Add dl_bw_capacity()Dietmar Eggemann1-0/+33
2020-06-15sched/deadline: Optimize dl_bw_cpus()Dietmar Eggemann1-1/+7
2020-06-15sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra1-2/+21
2020-03-06sched/deadline: Make two functions staticYu Chen1-2/+4
2019-11-11sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra1-2/+5
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra1-4/+1
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra1-20/+20
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-45/+89
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra1-28/+2
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra1-1/+13
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra1-6/+1
2019-08-08sched/{rt,deadline}: Fix set_next_task vs pick_next_taskPeter Zijlstra1-11/+11
2019-08-06sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann1-8/+0
2019-08-01sched/deadline: Ensure inactive_timer runs in hardirq contextJuri Lelli1-2/+2
2019-08-01sched: Mark hrtimers to expire in hard interrupt contextSebastian Andrzej Siewior1-2/+2
2019-07-25sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli1-0/+33
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier1-0/+30
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot1-1/+1
2019-06-14docs: scheduler: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-3/+3
2019-04-16sched/deadline: Correctly handle active 0-lag timersluca abeni1-2/+1
2019-02-04sched/fair: Update scale invariance of PELTVincent Guittot1-3/+3
2018-12-11sched/core: Remove unnecessary unlikely() in push_*_task()Yangtao Li1-3/+1
2018-12-03sched: Fix various typos in commentsIngo Molnar1-1/+1
2018-11-04sched/core: Introduce set_next_task() helper for better code readabilityMuchun Song1-9/+10
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju1-1/+1
2018-07-25Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-2/+17
2018-07-25sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira1-1/+7
2018-07-16sched/core: Use PELT for scale_rt_capacity()Vincent Guittot1-2/+0
2018-07-15sched/dl: Add dl_rq utilization trackingVincent Guittot1-0/+6
2018-07-15sched/deadline: Fix switched_from_dl() warningJuri Lelli1-1/+10
2018-05-31sched/deadline: Fix missing clock updateJuri Lelli1-3/+3
2018-05-18sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre1-1/+1
2018-05-18sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre1-2/+0
2018-04-05sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso1-1/+1
2018-03-09cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra1-2/+2
2018-03-04sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat...Ingo Molnar1-8/+8
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-3/+0
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-24/+27
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker1-0/+8
2018-02-13sched/deadline: Make update_curr_dl() more accurateWen Yang1-2/+4
2018-01-10sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli1-4/+22
2018-01-10sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli1-30/+73
2018-01-10sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli1-3/+4
2018-01-10sched/deadline: Implement "runtime overrun signal" supportJuri Lelli1-0/+7
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-1/+1
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-10sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra1-5/+5
2017-10-10sched/deadline: Fix switching to -deadlineLuca Abeni1-7/+4
2017-09-25cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo1-1/+1
2017-09-08sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso1-31/+19
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2017-08-10sched/deadline: Change return value of cpudl_find()Byungchul Park1-3/+3
2017-08-10sched/deadline: Make find_later_rq() choose a closer CPU in topologyByungchul Park1-13/+14
2017-08-10sched: Mark pick_next_task_dl() and build_sched_domain() as staticViresh Kumar1-1/+1
2017-08-01sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar1-1/+1
2017-07-14sched/deadline: Fix confusing comments about selection of top pi-waiterJoel Fernandes1-6/+8
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre1-0/+344
2017-06-08sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira1-12/+86
2017-06-08sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang1-0/+2
2017-06-08sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni1-15/+27
2017-06-08sched/deadline: Base GRUB reclaiming on the inactive utilizationLuca Abeni1-18/+22
2017-06-08sched/deadline: Track the "total rq utilization" tooLuca Abeni1-34/+84
2017-06-08sched/deadline: Make GRUB a task's flagLuca Abeni1-1/+2
2017-06-08sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni1-1/+11
2017-06-08sched/deadline: Implement GRUB accountingLuca Abeni1-0/+17
2017-06-08sched/deadline: Fix the update of the total -deadline utilizationLuca Abeni1-15/+13
2017-06-08sched/deadline: Improve the tracking of active utilizationLuca Abeni1-15/+254
2017-06-08sched/deadline: Track the active utilizationLuca Abeni1-4/+61
2017-05-23sched/deadline: Remove unnecessary condition in push_dl_task()Byungchul Park1-1/+1
2017-03-16sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)1-4/+4
2017-03-16sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira1-0/+45
2017-03-16sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira1-2/+7
2017-03-16sched/deadline: Add missing update_rq_clock() in dl_task_timer()Wanpeng Li1-0/+1
2017-03-02sched/core: Remove the tsk_nr_cpus_allowed() wrapperIngo Molnar1-14/+14
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar1-4/+3
2017-01-30sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior1-2/+1
2017-01-14sched/core: Add wrappers for lockdep_(un)pin_lock()Matt Fleming1-5/+5
2016-11-23sched/dl: Fix comment in pick_next_task_dl()T.Zhou1-1/+1
2016-11-11sched/deadline: Fix typo in a commentDaniel Bristot de Oliveira1-1/+1
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-39/+39
2016-09-05sched/deadline: Fix the intention to re-evalute tick dependency for offline CPUWanpeng Li1-28/+18
2016-09-05sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear()Tommaso Cucinotta1-5/+5
2016-08-16cpufreq / sched: Pass runqueue pointer to cpufreq_update_util()Rafael J. Wysocki1-2/+1
2016-08-16cpufreq / sched: Pass flags to cpufreq_update_util()Rafael J. Wysocki1-2/+2
2016-08-10sched/deadline: Remove useless parameter from setup_new_dl_entity()Juri Lelli1-6/+16
2016-08-10sched/deadline: Fix lock pinning warning during CPU hotplugWanpeng Li1-1/+4
2016-05-12sched/core: Provide a tsk_nr_cpus_allowed() helperThomas Gleixner1-14/+14
2016-05-12sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowedThomas Gleixner1-1/+1
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar1-0/+1
2016-05-10sched/rt, sched/dl: Don't push if task's scheduling class was changedXunlei Pang1-0/+1
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra1-5/+6
2016-05-05sched/core: Introduce 'struct rq_flags'Peter Zijlstra1-3/+3
2016-04-28sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple timesWanpeng Li1-4/+4
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2016-03-14Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+4
2016-03-09cpufreq: Add mechanism for registering utilization update callbacksRafael J. Wysocki1-0/+4
2016-03-08sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni1-22/+13
2016-02-29sched/deadline: Remove superfluous call to switched_to_dl()Peter Zijlstra1-2/+1
2016-02-29sched/deadline: Always calculate end of period on sched_yield()Peter Zijlstra1-9/+13
2016-02-17sched/deadline: Fix trivial typo in printk() messageSteven Rostedt1-1/+1
2016-01-06sched/deadline: Fix the earliest_dl.next logicWanpeng Li1-52/+7
2015-10-23sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra1-1/+8
2015-10-20sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni1-3/+5
2015-08-12sched/deadline: Fix comment in enqueue_task_dl()Andrea Parri1-1/+1
2015-08-12sched/deadline: Fix comment in push_dl_tasks()Andrea Parri1-1/+1
2015-08-12sched: Change the sched_class::set_cpus_allowed() calling contextPeter Zijlstra1-37/+2
2015-08-12sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra1-8/+12
2015-08-03sched/deadline: Remove a redundant condition from task_woken_dl()Xunlei Pang1-1/+0
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-103/+135
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+2
2015-06-19sched/deadline: Remove needless parameter in dl_runtime_exceeded()Zhiqiang Zhang1-2/+2
2015-06-19sched/deadline: Reduce rq lock contention by eliminating locking of non-feasi...Wanpeng Li1-1/+14