summaryrefslogtreecommitdiff
path: root/kernel/sched/psi.c
AgeCommit message (Expand)Author
2022-01-30psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan
2022-01-18psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan
2021-11-17psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen
2021-11-17psi: Add a missing SPDX license headerLiu Xinpeng
2021-11-17psi: Remove repeated verbose commentLiu Xinpeng
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2021-06-24psi: Fix race between psi_trigger_create/destroyZhaoyang Huang
2021-06-08cgroup: make per-cgroup pressure stall tracking configurableSuren Baghdasaryan
2021-05-06psi: Fix psi state corruption when schedule() races with cgroup moveJohannes Weiner
2021-04-21sched,psi: Handle potential task count underflow bugs more gracefullyCharan Teja Reddy
2021-04-08psi: allow unprivileged users with CAP_SYS_RESOURCE to write psi filesJosh Hunt
2021-03-23psi: Reduce calls to sched_clock() in psiShakeel Butt
2021-03-22sched: Fix various typosIngo Molnar
2021-03-06psi: Optimize task switch inside shared cgroupsChengming Zhou
2021-03-06psi: Pressure states are unlikelyJohannes Weiner
2021-03-06psi: Use ONCPU state tracking machinery to detect reclaimChengming Zhou
2021-03-06psi: Add PSI_CPU_FULL stateChengming Zhou
2020-06-15sched,psi: Convert to sched_set_fifo_low()Peter Zijlstra
2020-06-15psi: eliminate kthread_worker from psi trigger scheduling mechanismSuren Baghdasaryan
2020-03-20psi: Move PF_MEMSTALL out of task->flagsYafang Shao
2020-03-20psi: Optimize switching tasks inside shared cgroupsJohannes Weiner
2020-03-20psi: Fix cpu.pressure for cpu.max and competing cgroupsJohannes Weiner
2020-02-15Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-02-11sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-17sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when...Wang Long
2019-12-17psi: Fix a division error in psi poll()Johannes Weiner
2019-12-17sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-13sched/psi: Correct overly pessimistic size calculationMiles Chen
2019-08-24psi: get poll_work to run when calling poll syscall next timeJason Xing
2019-08-06sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan
2019-08-06sched/psi: Reduce psimon FIFO priorityPeter Zijlstra
2019-05-14kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg
2019-05-14psi: introduce psi monitorSuren Baghdasaryan
2019-05-14psi: track changed statesSuren Baghdasaryan
2019-05-14psi: split update_stats into partsSuren Baghdasaryan
2019-05-14psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan
2019-05-14psi: make psi_enable staticSuren Baghdasaryan
2019-05-14psi: introduce state_mask to represent stalled psi statesSuren Baghdasaryan
2019-02-21psi: avoid divide-by-zero crash inside virtual machinesJohannes Weiner
2019-02-01psi: fix aggregation idle shut-offJohannes Weiner
2018-11-30psi: make disabling/enabling easier for vendor kernelsJohannes Weiner
2018-11-18kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson
2018-10-26psi: cgroup supportJohannes Weiner
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner