summaryrefslogtreecommitdiffstats
path: root/kernel/sched/psi.c
AgeCommit message (Expand)AuthorLines
2020-06-15sched,psi: Convert to sched_set_fifo_low()Peter Zijlstra-4/+1
2020-06-15psi: eliminate kthread_worker from psi trigger scheduling mechanismSuren Baghdasaryan-49/+64
2020-03-20psi: Move PF_MEMSTALL out of task->flagsYafang Shao-6/+6
2020-03-20psi: Optimize switching tasks inside shared cgroupsJohannes Weiner-20/+67
2020-03-20psi: Fix cpu.pressure for cpu.max and competing cgroupsJohannes Weiner-5/+7
2020-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+3
2020-02-11sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan-0/+3
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-24/+24
2020-01-17sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when...Wang Long-4/+6
2019-12-17psi: Fix a division error in psi poll()Johannes Weiner-1/+1
2019-12-17sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner-1/+2
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2019-09-13sched/psi: Correct overly pessimistic size calculationMiles Chen-1/+1
2019-08-24psi: get poll_work to run when calling poll syscall next timeJason Xing-0/+8
2019-08-06sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan-1/+1
2019-08-06sched/psi: Reduce psimon FIFO priorityPeter Zijlstra-1/+1
2019-05-14kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg-1/+1
2019-05-14psi: introduce psi monitorSuren Baghdasaryan-16/+478
2019-05-14psi: track changed statesSuren Baghdasaryan-6/+18
2019-05-14psi: split update_stats into partsSuren Baghdasaryan-23/+34
2019-05-14psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan-20/+21
2019-05-14psi: make psi_enable staticSuren Baghdasaryan-2/+2
2019-05-14psi: introduce state_mask to represent stalled psi statesSuren Baghdasaryan-10/+19
2019-02-21psi: avoid divide-by-zero crash inside virtual machinesJohannes Weiner-1/+1
2019-02-01psi: fix aggregation idle shut-offJohannes Weiner-4/+17
2018-11-30psi: make disabling/enabling easier for vendor kernelsJohannes Weiner-9/+21
2018-11-18kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson-21/+22
2018-10-26psi: cgroup supportJohannes Weiner-8/+110
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner-0/+657