summaryrefslogtreecommitdiffstats
path: root/kernel/sched/deadline.c
Commit message (Expand)AuthorAgeFilesLines
* sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli2022-07-211-1/+4
* Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-8/+34
|\
| * sched: Move deadline_period sysctls to deadline.cZhen Ni2022-04-061-8/+34
* | sched/deadline: Remove superfluous rq clock update in push_dl_task()Hao Jia2022-05-111-7/+1
* | sched/core: Avoid obvious double update_rq_clock warningHao Jia2022-05-111-2/+3
* | sched: Fix missing prototype warningsThomas Gleixner2022-05-011-2/+0
|/
* Merge branch 'sched/fast-headers' into sched/coreIngo Molnar2022-03-151-2/+0
|\
| * sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...Ingo Molnar2022-02-231-2/+0
* | sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann2022-03-081-3/+2
* | sched/deadline,rt: Remove unused functions for !CONFIG_SMPDietmar Eggemann2022-03-081-9/+0
* | sched/deadline: Use __node_2_[pdl|dle]() and rb_first_cached() consistentlyDietmar Eggemann2022-03-081-12/+12
* | sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann2022-03-081-38/+14
* | sched/deadline: Move bandwidth mgmt and reclaim functions into sched class so...Dietmar Eggemann2022-03-081-0/+44
* | sched/deadline: Remove unused def_dl_bandwidthDietmar Eggemann2022-03-081-7/+0
* | sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider2022-03-011-6/+6
|/
* sched/dl: Support schedstats for deadline sched classYafang Shao2021-10-051-0/+93
* sched/dl: Support sched_stat_runtime tracepoint for deadline sched classYafang Shao2021-10-051-0/+2
* sched: Make struct sched_statistics independent of fair sched classYafang Shao2021-10-051-2/+2
* sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann2021-08-061-0/+1
* sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret2021-08-041-3/+4
* sched/rt: Fix Deadline utilization tracking during policy changeVincent Donnefort2021-06-221-0/+2
* sched: Change task_struct::statePeter Zijlstra2021-06-181-5/+5
* sched: Introduce sched_class::pick_task()Peter Zijlstra2021-05-121-2/+14
* sched: Optimize rq_lockp() usagePeter Zijlstra2021-05-121-2/+2
* sched: Wrap rq::lock accessPeter Zijlstra2021-05-121-11/+11
* sched: Fix various typosIngo Molnar2021-03-221-6/+6
* sched/features: Distinguish between NORMAL and DEADLINE hrtickJuri Lelli2021-02-171-2/+2
* sched/deadline: Reduce rq lock contention in dl_add_task_root_domain()Dietmar Eggemann2021-02-171-4/+7
* rbtree, sched/deadline: Use rb_add_cached()Peter Zijlstra2021-02-171-49/+28
* sched: Use task_current() instead of 'rq->curr == p'Hui Su2021-01-141-1/+1
* Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271-44/+53
|\
| * Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-221-44/+53
| |\
| | * sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2020-11-171-44/+53
* | | sched: Remove select_task_rq()'s sd_flag parameterValentin Schneider2020-11-101-2/+2
* | | Merge branch 'sched/migrate-disable'Peter Zijlstra2020-11-101-15/+31
|\ \ \
| * | | sched: Fix migrate_disable() vs rt/dl balancingPeter Zijlstra2020-11-101-7/+22
| * | | sched,rt: Use the full cpumask for balancingPeter Zijlstra2020-11-101-2/+2
| * | | sched,rt: Use cpumask_any*_distribute()Peter Zijlstra2020-11-101-3/+3
| * | | sched: Massage set_cpus_allowed()Peter Zijlstra2020-11-101-2/+3
| * | | sched: Fix hotplug vs CPU bandwidth controlPeter Zijlstra2020-11-101-1/+1
| |/ /
* | | sched: Remove relyance on STRUCT_ALIGNMENTPeter Zijlstra2020-10-291-2/+2
* | | sched/cpupri: Add CPUPRI_HIGHERPeter Zijlstra2020-10-291-0/+3
* | | sched/deadline: Fix sched_dl_global_validate()Peng Liu2020-10-291-2/+3
* | | sched/deadline: Optimize sched_dl_global_validate()Peng Liu2020-10-291-7/+32
|/ /
* / treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
|/
* sched/deadline: Unthrottle PI boosted threads while enqueuingDaniel Bristot de Oliveira2020-10-031-0/+21
* sched/deadline: Fix stale throttling on de-/boosted tasksLucas Stach2020-09-251-5/+8
* 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