summaryrefslogtreecommitdiff
path: root/kernel/sched/psi.c
AgeCommit message (Expand)Author
2023-10-16sched/psi: Update poll => rtpoll in relevant commentsFan Yu
2023-10-13sched/psi: Bail out early from irq time accountingHaifeng Xu
2023-10-11sched/psi: Delete the 'update_total' function parameter from update_triggers()Yang Yang
2023-10-11sched/psi: Avoid updating PSI triggers and ->rtpoll_total when there are no s...Yang Yang
2023-10-09sched/psi: Change update_triggers() to a 'void' functionYang Yang
2023-07-19Merge tag 'v6.5-rc2' into sched/core, to pick up fixesIngo Molnar
2023-07-13sched/psi: make psi_cgroups_enabled staticMiaohe Lin
2023-07-10sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan
2023-05-20sched/psi: Avoid resetting the min update period when it is unnecessaryYang Yang
2023-05-08psi: remove 500ms min window size limitation for triggersSuren Baghdasaryan
2023-04-05sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo
2023-04-05sched/psi: Extract update_triggers side effectDomenico Cerasuolo
2023-04-05sched/psi: Rename existing poll members in preparationDomenico Cerasuolo
2023-04-05sched/psi: Rearrange polling code in preparationDomenico Cerasuolo
2023-02-15sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata
2022-10-30sched/psi: Stop relying on timer_pending() for poll_work reschedulingSuren Baghdasaryan
2022-10-30sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou
2022-10-30sched/psi: Fix possible missing or delayed pending eventHao Lee
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-20sched/psi: export psi_memstall_{enter,leave}Christoph Hellwig
2022-09-09sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou
2022-09-09sched/psi: Cache parent psi_group to speed up group iterationChengming Zhou
2022-09-09sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou
2022-09-09sched/psi: Remove NR_ONCPU task accountingJohannes Weiner
2022-09-09sched/psi: Optimize task switch inside shared cgroups againChengming Zhou
2022-09-09sched/psi: Save percpu memory when !psi_cgroups_enabledChengming Zhou
2022-09-09sched/psi: Fix periodic aggregation shut offChengming Zhou
2022-08-15sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia
2022-08-15sched/psi: Zero the memory of struct psi_groupHao Jia
2022-06-07psi: dont alloc memory for psi by defaultChen Wandun
2022-04-22sched/psi: report zeroes for CPU full at the system levelChengming Zhou
2022-04-22psi: Fix trigger being fired unexpectedly at initialHailong Liu
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar
2022-02-16psi: fix possible trigger missing in the windowZhaoyang Huang
2022-01-30psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan
2022-01-27psi: 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