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