summaryrefslogtreecommitdiffstats
path: root/kernel/sched/deadline.c
Commit message (Expand)AuthorAgeFilesLines
* sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann2019-08-061-8/+0Star
* 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/+1Star
* 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/+1Star
* 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/+0Star
* | 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/+0Star
* 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/+0Star
* 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/+4Star
|/
* sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2017-09-091-31/+19Star
* Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-051-1/+1
|\
| * sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar2017-08-011-1/+1
* | sched/deadline: Change return value of cpudl_find()Byungchul Park2017-08-101-3/+3
* | sched/deadline: Make find_later_rq() choose a closer CPU in topologyByungchul Park2017-08-101-13/+14
* | sched: Mark pick_next_task_dl() and build_sched_domain() as staticViresh Kumar2017-08-101-1/+1
|/
* sched/deadline: Fix confusing comments about selection of top pi-waiterJoel Fernandes2017-07-141-6/+8
* sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre2017-06-231-0/+344
* sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2017-06-081-12/+86
* sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang2017-06-081-0/+2
* sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni2017-06-081-15/+27
* sched/deadline: Base GRUB reclaiming on the inactive utilizationLuca Abeni2017-06-081-18/+22
* sched/deadline: Track the "total rq utilization" tooLuca Abeni2017-06-081-34/+84
* sched/deadline: Make GRUB a task's flagLuca Abeni2017-06-081-1/+2