aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/psi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-09-13sched/psi: Correct overly pessimistic size calculationMiles Chen1-1/+1
2019-08-24psi: get poll_work to run when calling poll syscall next timeJason Xing1-0/+8
2019-08-06sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan1-1/+1
2019-08-06sched/psi: Reduce psimon FIFO priorityPeter Zijlstra1-1/+1
2019-05-14kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg1-1/+1
2019-05-14psi: introduce psi monitorSuren Baghdasaryan1-16/+478
2019-05-14psi: track changed statesSuren Baghdasaryan1-6/+18
2019-05-14psi: split update_stats into partsSuren Baghdasaryan1-23/+34
2019-05-14psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan1-20/+21
2019-05-14psi: make psi_enable staticSuren Baghdasaryan1-2/+2
2019-05-14psi: introduce state_mask to represent stalled psi statesSuren Baghdasaryan1-10/+19
2019-02-21psi: avoid divide-by-zero crash inside virtual machinesJohannes Weiner1-1/+1
2019-02-01psi: fix aggregation idle shut-offJohannes Weiner1-4/+17
2018-11-30psi: make disabling/enabling easier for vendor kernelsJohannes Weiner1-9/+21
2018-11-18kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson1-21/+22
2018-10-26psi: cgroup supportJohannes Weiner1-8/+110
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner1-0/+657