aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/pelt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-22sched: Fix various typosIngo Molnar1-1/+1
2020-07-08sched: Add a tracepoint to track rq->nr_runningPhil Auld1-2/+0
2020-06-15sched/pelt: Cleanup PELT dividerVincent Guittot1-1/+1
2020-06-15sched/pelt: Remove redundant cap_scale() definitionDietmar Eggemann1-2/+0
2020-05-19sched/pelt: Sync util/runnable_sum with PELT window when propagatingVincent Guittot1-0/+24
2020-03-06sched/pelt: Add support to track thermal pressureThara Gopinath1-0/+31
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot1-11/+28
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot1-38/+24
2019-12-17schied/fair: Skip calculating @contrib without loadPeng Wang1-3/+17
2019-06-24sched/debug: Add new tracepoint to track PELT at se levelQais Yousef1-0/+2
2019-06-24sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef1-1/+8
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot1-1/+1
2019-02-04sched/fair: Update scale invariance of PELTVincent Guittot1-21/+24
2018-10-02sched/fair: Remove setting task's se->runnable_weight during PELT updateDietmar Eggemann1-6/+0
2018-10-02sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot1-1/+1
2018-07-16sched/core: Use PELT for scale_rt_capacity()Vincent Guittot1-1/+1
2018-07-15sched/irq: Add IRQ utilization trackingVincent Guittot1-0/+40
2018-07-15sched/dl: Add dl_rq utilization trackingVincent Guittot1-0/+23
2018-07-15sched/rt: Add rt_rq utilization trackingVincent Guittot1-0/+25
2018-07-15sched/pelt: Move PELT related code in a dedicated fileVincent Guittot1-0/+311