aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/pelt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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