1. 44585f7 psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n by Suren Baghdasaryan · 3 years ago
  2. a06247c psi: Fix uaf issue when psi trigger is destroyed while being polled by Suren Baghdasaryan · 3 years ago
  3. cb0e52b psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim by Brian Chen · 3 years, 2 months ago
  4. 2fb75e1 psi: Add a missing SPDX license header by Liu Xinpeng · 3 years, 3 months ago
  5. 2d3791f1 psi: Remove repeated verbose comment by Liu Xinpeng · 3 years, 3 months ago
  6. 3dbdb38 Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 3 years, 7 months ago
  7. 8f91efd psi: Fix race between psi_trigger_create/destroy by Zhaoyang Huang · 3 years, 7 months ago
  8. 3958e2d cgroup: make per-cgroup pressure stall tracking configurable by Suren Baghdasaryan · 3 years, 8 months ago
  9. d583d36 psi: Fix psi state corruption when schedule() races with cgroup move by Johannes Weiner · 3 years, 9 months ago
  10. 9d10a13 sched,psi: Handle potential task count underflow bugs more gracefully by Charan Teja Reddy · 3 years, 9 months ago
  11. 6db12ee psi: allow unprivileged users with CAP_SYS_RESOURCE to write psi files by Josh Hunt · 3 years, 10 months ago
  12. df77430 psi: Reduce calls to sched_clock() in psi by Shakeel Butt · 3 years, 10 months ago
  13. 3b03706 sched: Fix various typos by Ingo Molnar · 3 years, 10 months ago
  14. 4117ceb psi: Optimize task switch inside shared cgroups by Chengming Zhou · 3 years, 11 months ago
  15. fddc8ba psi: Pressure states are unlikely by Johannes Weiner · 3 years, 11 months ago
  16. 7fae6c8 psi: Use ONCPU state tracking machinery to detect reclaim by Chengming Zhou · 3 years, 11 months ago
  17. e7fcd76 psi: Add PSI_CPU_FULL state by Chengming Zhou · 3 years, 11 months ago
  18. 2cca542 sched,psi: Convert to sched_set_fifo_low() by Peter Zijlstra · 4 years, 9 months ago
  19. 461daba psi: eliminate kthread_worker from psi trigger scheduling mechanism by Suren Baghdasaryan · 4 years, 8 months ago
  20. 1066d1b psi: Move PF_MEMSTALL out of task->flags by Yafang Shao · 4 years, 10 months ago
  21. 36b238d psi: Optimize switching tasks inside shared cgroups by Johannes Weiner · 4 years, 10 months ago
  22. b05e75d psi: Fix cpu.pressure for cpu.max and competing cgroups by Johannes Weiner · 4 years, 10 months ago
  23. ef78e5b7d Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  24. 6fcca0f sched/psi: Fix OOB write when writing 0 bytes to PSI files by Suren Baghdasaryan · 5 years ago
  25. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  26. 3d81768 sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when psi enabled by Wang Long · 5 years ago
  27. c346695 psi: Fix a division error in psi poll() by Johannes Weiner · 5 years ago
  28. 3dfbe25 sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptime by Johannes Weiner · 5 years ago
  29. 7e67a85 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  30. 4adcdce sched/psi: Correct overly pessimistic size calculation by Miles Chen · 5 years ago
  31. 7b2b55d psi: get poll_work to run when calling poll syscall next time by Jason Xing · 5 years ago
  32. 04e048c sched/psi: Do not require setsched permission from the trigger creator by Suren Baghdasaryan · 5 years ago
  33. 14f5c7b sched/psi: Reduce psimon FIFO priority by Peter Zijlstra · 5 years ago
  34. df5ba5b kernel/sched/psi.c: expose pressure metrics on root cgroup by Dan Schatzberg · 6 years ago
  35. 0e94682 psi: introduce psi monitor by Suren Baghdasaryan · 6 years ago
  36. 333f3017c psi: track changed states by Suren Baghdasaryan · 6 years ago
  37. 7fc70a3 psi: split update_stats into parts by Suren Baghdasaryan · 6 years ago
  38. bcc78db psi: rename psi fields in preparation for psi trigger addition by Suren Baghdasaryan · 6 years ago
  39. 9289c5e psi: make psi_enable static by Suren Baghdasaryan · 6 years ago
  40. 33b2d63 psi: introduce state_mask to represent stalled psi states by Suren Baghdasaryan · 6 years ago
  41. 4e37504 psi: avoid divide-by-zero crash inside virtual machines by Johannes Weiner · 6 years ago
  42. 1b69ac6 psi: fix aggregation idle shut-off by Johannes Weiner · 6 years ago
  43. e0c2744 psi: make disabling/enabling easier for vendor kernels by Johannes Weiner · 6 years ago
  44. 8fcb231 kernel/sched/psi.c: simplify cgroup_move_task() by Olof Johansson · 6 years ago
  45. 2ce7135 psi: cgroup support by Johannes Weiner · 6 years ago
  46. eb41468 psi: pressure stall information for CPU, memory, and IO by Johannes Weiner · 6 years ago