summaryrefslogtreecommitdiffstats
path: root/kernel/sched/deadline.c
Commit message (Expand)AuthorAge
* cpusets: Rebuild root domain deadline accounting informationMathieu Poirier2019-07-25
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-09
|\
| * docs: scheduler: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-14
* | sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-24
* | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-03
|/
* sched/deadline: Correctly handle active 0-lag timersluca abeni2019-04-16
* sched/fair: Update scale invariance of PELTVincent Guittot2019-02-04
* sched/core: Remove unnecessary unlikely() in push_*_task()Yangtao Li2018-12-11
* sched: Fix various typos in commentsIngo Molnar2018-12-03
* sched/core: Introduce set_next_task() helper for better code readabilityMuchun Song2018-11-03
* sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju2018-10-02
* Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2018-07-25
|\
| * sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira2018-07-25
| * sched/deadline: Fix switched_from_dl() warningJuri Lelli2018-07-15
* | sched/core: Use PELT for scale_rt_capacity()Vincent Guittot2018-07-15
* | sched/dl: Add dl_rq utilization trackingVincent Guittot2018-07-15
|/
* sched/deadline: Fix missing clock updateJuri Lelli2018-05-31
* sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre2018-05-18
* sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-05-18
* sched/core: Simplify helpers for rq clock update skip requestsDavidlohr Bueso2018-04-05
* cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra2018-03-09
* sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat...Ingo Molnar2018-03-04
* sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-04
* sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-03
* sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker2018-02-21
* sched/deadline: Make update_curr_dl() more accurateWen Yang2018-02-13
* sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli2018-01-10
* sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli2018-01-10
* sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli2018-01-10
* sched/deadline: Implement "runtime overrun signal" supportJuri Lelli2018-01-10
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-15
|\
| * cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo2017-09-25
* | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-08
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
| |/
* | sched/deadline: Rename __dl_clear() to __dl_sub()Peter Zijlstra2017-10-10
* | sched/deadline: Fix switching to -deadlineLuca Abeni2017-10-10
|/
* sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2017-09-08
* Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-05
|\
| * sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar2017-08-01
* | sched/deadline: Change return value of cpudl_find()Byungchul Park2017-08-10
* | sched/deadline: Make find_later_rq() choose a closer CPU in topologyByungchul Park2017-08-10
* | sched: Mark pick_next_task_dl() and build_sched_domain() as staticViresh Kumar2017-08-10
|/
* sched/deadline: Fix confusing comments about selection of top pi-waiterJoel Fernandes2017-07-14
* sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre2017-06-23
* sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2017-06-08
* sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang2017-06-08
* sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni2017-06-08
* sched/deadline: Base GRUB reclaiming on the inactive utilizationLuca Abeni2017-06-08
* sched/deadline: Track the "total rq utilization" tooLuca Abeni2017-06-08
* sched/deadline: Make GRUB a task's flagLuca Abeni2017-06-08