summaryrefslogtreecommitdiffstats
path: root/kernel/sched/deadline.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched/urgent'Peter Zijlstra2020-07-081-0/+1
|\
| * sched/deadline: Initialize ->dl_boostedJuri Lelli2020-06-281-0/+1
* | sched: Remove struct sched_class::next fieldSteven Rostedt (VMware)2020-06-251-1/+0
* | sched: Force the address order of each sched class descriptorSteven Rostedt (VMware)2020-06-251-1/+2
* | sched/deadline: Fix a typo in a commentChristophe JAILLET2020-06-151-1/+1
* | sched/deadline: Make DL capacity-awareLuca Abeni2020-06-151-4/+14
* | sched/deadline: Improve admission control for asymmetric CPU capacitiesLuca Abeni2020-06-151-13/+17
* | sched/deadline: Add dl_bw_capacity()Dietmar Eggemann2020-06-151-0/+33
* | sched/deadline: Optimize dl_bw_cpus()Dietmar Eggemann2020-06-151-1/+7
* | sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra2020-06-151-2/+21
|/
* sched/deadline: Make two functions staticYu Chen2020-03-061-2/+4
* sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra2019-11-111-2/+5
* sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra2019-11-111-4/+1
* sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra2019-11-081-20/+20
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-4/+4
|\
| * sched/deadline: Ensure inactive_timer runs in hardirq contextJuri Lelli2019-08-011-2/+2
| * sched: Mark hrtimers to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-011-2/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-45/+89
|\ \
| * | sched: Rework pick_next_task() slow-pathPeter Zijlstra2019-08-081-28/+2
| * | sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra2019-08-081-1/+13
| * | sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra2019-08-081-6/+1
| * | sched/{rt,deadline}: Fix set_next_task vs pick_next_taskPeter Zijlstra2019-08-081-11/+11
| * | sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli2019-07-251-0/+33
| * | cpusets: Rebuild root domain deadline accounting informationMathieu Poirier2019-07-251-0/+30
| |/
* / sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann2019-08-061-8/+0
|/
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\
| * docs: scheduler: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-241-1/+1
* | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-3/+3
|/
* sched/deadline: Correctly handle active 0-lag timersluca abeni2019-04-161-2/+1
* sched/fair: Update scale invariance of PELTVincent Guittot2019-02-041-3/+3
* sched/core: Remove unnecessary unlikely() in push_*_task()Yangtao Li2018-12-111-3/+1
* sched: Fix various typos in commentsIngo Molnar2018-12-031-1/+1
* sched/core: Introduce set_next_task() helper for better code readabilityMuchun Song2018-11-041-9/+10
* sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju2018-10-021-1/+1
* Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-07-251-2/+17
|\
| * sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira2018-07-251-1/+7
| * sched/deadline: Fix switched_from_dl() warningJuri Lelli2018-07-151-1/+10
* | sched/core: Use PELT for scale_rt_capacity()Vincent Guittot2018-07-161-2/+0
* | sched/dl: Add dl_rq utilization trackingVincent Guittot2018-07-151-0/+6
|/
* sched/deadline: Fix missing clock updateJuri Lelli2018-05-311-3/+3
* sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre2018-05-181-1/+1
* sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-05-181-2/+0
* sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso2018-04-051-1/+1
* cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra2018-03-091-2/+2
* sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat...Ingo Molnar2018-03-041-8/+8
* sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-041-3/+0
* sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-031-24/+27
* sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker2018-02-211-0/+8
* sched/deadline: Make update_curr_dl() more accurateWen Yang2018-02-131-2/+4