Age | Commit message (Expand) | Author | Files | Lines |
2020-06-15 | sched,psi: Convert to sched_set_fifo_low() | Peter Zijlstra | 1 | -4/+1 |
2020-06-15 | psi: eliminate kthread_worker from psi trigger scheduling mechanism | Suren Baghdasaryan | 1 | -49/+64 |
2020-03-20 | psi: Move PF_MEMSTALL out of task->flags | Yafang Shao | 1 | -6/+6 |
2020-03-20 | psi: Optimize switching tasks inside shared cgroups | Johannes Weiner | 1 | -20/+67 |
2020-03-20 | psi: Fix cpu.pressure for cpu.max and competing cgroups | Johannes Weiner | 1 | -5/+7 |
2020-02-15 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+3 |
2020-02-11 | sched/psi: Fix OOB write when writing 0 bytes to PSI files | Suren Baghdasaryan | 1 | -0/+3 |
2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -24/+24 |
2020-01-17 | sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when... | Wang Long | 1 | -4/+6 |
2019-12-17 | psi: Fix a division error in psi poll() | Johannes Weiner | 1 | -1/+1 |
2019-12-17 | sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptime | Johannes Weiner | 1 | -1/+2 |
2019-09-17 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2019-09-13 | sched/psi: Correct overly pessimistic size calculation | Miles Chen | 1 | -1/+1 |
2019-08-25 | psi: get poll_work to run when calling poll syscall next time | Jason Xing | 1 | -0/+8 |
2019-08-06 | sched/psi: Do not require setsched permission from the trigger creator | Suren Baghdasaryan | 1 | -1/+1 |
2019-08-06 | sched/psi: Reduce psimon FIFO priority | Peter Zijlstra | 1 | -1/+1 |
2019-05-15 | kernel/sched/psi.c: expose pressure metrics on root cgroup | Dan Schatzberg | 1 | -1/+1 |
2019-05-15 | psi: introduce psi monitor | Suren Baghdasaryan | 1 | -16/+478 |
2019-05-15 | psi: track changed states | Suren Baghdasaryan | 1 | -6/+18 |
2019-05-15 | psi: split update_stats into parts | Suren Baghdasaryan | 1 | -23/+34 |
2019-05-15 | psi: rename psi fields in preparation for psi trigger addition | Suren Baghdasaryan | 1 | -20/+21 |
2019-05-15 | psi: make psi_enable static | Suren Baghdasaryan | 1 | -2/+2 |
2019-05-15 | psi: introduce state_mask to represent stalled psi states | Suren Baghdasaryan | 1 | -10/+19 |
2019-02-21 | psi: avoid divide-by-zero crash inside virtual machines | Johannes Weiner | 1 | -1/+1 |
2019-02-02 | psi: fix aggregation idle shut-off | Johannes Weiner | 1 | -4/+17 |
2018-12-01 | psi: make disabling/enabling easier for vendor kernels | Johannes Weiner | 1 | -9/+21 |
2018-11-18 | kernel/sched/psi.c: simplify cgroup_move_task() | Olof Johansson | 1 | -21/+22 |
2018-10-27 | psi: cgroup support | Johannes Weiner | 1 | -8/+110 |
2018-10-27 | psi: pressure stall information for CPU, memory, and IO | Johannes Weiner | 1 | -0/+657 |