summaryrefslogtreecommitdiffstats
path: root/kernel/sched/deadline.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli2018-01-101-4/+22
* sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli2018-01-101-30/+73
* sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli2018-01-101-3/+4
* sched/deadline: Implement "runtime overrun signal" supportJuri Lelli2018-01-101-0/+7
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-151-1/+1
|\
| * cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo2017-09-251-1/+1
* | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-081-0/+1
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* | sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra2017-10-101-5/+5
* | sched/deadline: Fix switching to -deadlineLuca Abeni2017-10-101-7/+4
|/
* sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2017-09-081-31/+19