summaryrefslogtreecommitdiffstats
path: root/kernel/sched/pelt.c
Commit message (Expand)AuthorAgeFilesLines
* sched: Make PELT acronym definition searchableMathieu Desnoyers2023-10-131-1/+1
* sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...Ingo Molnar2022-02-231-4/+0
* sched: Fix various typosIngo Molnar2021-03-221-1/+1
* sched: Add a tracepoint to track rq->nr_runningPhil Auld2020-07-081-2/+0
* sched/pelt: Cleanup PELT dividerVincent Guittot2020-06-151-1/+1
* sched/pelt: Remove redundant cap_scale() definitionDietmar Eggemann2020-06-151-2/+0
* sched/pelt: Sync util/runnable_sum with PELT window when propagatingVincent Guittot2020-05-191-0/+24
* sched/pelt: Add support to track thermal pressureThara Gopinath2020-03-061-0/+31
* sched/pelt: Add a new runnable average signalVincent Guittot2020-02-241-11/+28
* sched/pelt: Remove unused runnable load averageVincent Guittot2020-02-241-38/+24
* schied/fair: Skip calculating @contrib without loadPeng Wang2019-12-171-3/+17
* sched/debug: Add new tracepoint to track PELT at se levelQais Yousef2019-06-241-0/+2
* sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef2019-06-241-1/+8
* sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-241-1/+1
* sched/fair: Update scale invariance of PELTVincent Guittot2019-02-041-21/+24
* sched/fair: Remove setting task's se->runnable_weight during PELT updateDietmar Eggemann2018-10-021-6/+0
* sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot2018-10-021-1/+1
* sched/core: Use PELT for scale_rt_capacity()Vincent Guittot2018-07-161-1/+1
* sched/irq: Add IRQ utilization trackingVincent Guittot2018-07-151-0/+40
* sched/dl: Add dl_rq utilization trackingVincent Guittot2018-07-151-0/+23
* sched/rt: Add rt_rq utilization trackingVincent Guittot2018-07-151-0/+25
* sched/pelt: Move PELT related code in a dedicated fileVincent Guittot2018-07-151-0/+311