aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/sched/psi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-01-13sched, psi: Don't account irq time if sched_clock_irqtime is disabledYafang Shao1-1/+6
2024-10-03sched: psi: fix bogus pressure spikes from aggregation raceJohannes Weiner1-14/+12
2024-07-11Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the branchIngo Molnar1-5/+16
2024-07-04sched/psi: Optimise psi_group_change a bitTvrtko Ursulin1-27/+27
2024-07-01sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz1-5/+16
2024-05-27sched: Fix spelling in commentsIngo Molnar1-3/+3
2023-10-16sched/psi: Update poll => rtpoll in relevant commentsFan Yu1-16/+16
2023-10-13sched/psi: Bail out early from irq time accountingHaifeng Xu1-0/+3
2023-10-11sched/psi: Delete the 'update_total' function parameter from update_triggers()Yang Yang1-14/+3
2023-10-11sched/psi: Avoid updating PSI triggers and ->rtpoll_total when there are no state changesYang Yang1-3/+4
2023-10-09sched/psi: Change update_triggers() to a 'void' functionYang Yang1-4/+3
2023-07-19Merge tag 'v6.5-rc2' into sched/core, to pick up fixesIngo Molnar1-8/+21
2023-07-13sched/psi: make psi_cgroups_enabled staticMiaohe Lin1-1/+1
2023-07-10sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan1-8/+21
2023-05-20sched/psi: Avoid resetting the min update period when it is unnecessaryYang Yang1-5/+10
2023-05-08psi: remove 500ms min window size limitation for triggersSuren Baghdasaryan1-3/+1
2023-04-05sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo1-67/+108
2023-04-05sched/psi: Extract update_triggers side effectDomenico Cerasuolo1-9/+10
2023-04-05sched/psi: Rename existing poll members in preparationDomenico Cerasuolo1-81/+82
2023-04-05sched/psi: Rearrange polling code in preparationDomenico Cerasuolo1-98/+98
2023-02-15sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata1-3/+4
2022-10-30sched/psi: Stop relying on timer_pending() for poll_work reschedulingSuren Baghdasaryan1-10/+52
2022-10-30sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou1-3/+27
2022-10-30sched/psi: Fix possible missing or delayed pending eventHao Lee1-3/+5
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-74/+206
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2022-09-20sched/psi: export psi_memstall_{enter,leave}Christoph Hellwig1-0/+2
2022-09-09sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou1-7/+63
2022-09-09sched/psi: Cache parent psi_group to speed up group iterationChengming Zhou1-30/+19
2022-09-09sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou1-2/+72
2022-09-09sched/psi: Remove NR_ONCPU task accountingJohannes Weiner1-11/+30
2022-09-09sched/psi: Optimize task switch inside shared cgroups againChengming Zhou1-12/+9
2022-09-09sched/psi: Save percpu memory when !psi_cgroups_enabledChengming Zhou1-3/+4
2022-09-09sched/psi: Fix periodic aggregation shut offChengming Zhou1-14/+14
2022-08-15sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia1-2/+2
2022-08-15sched/psi: Zero the memory of struct psi_groupHao Jia1-5/+1
2022-06-07psi: dont alloc memory for psi by defaultChen Wandun1-6/+13
2022-04-22sched/psi: report zeroes for CPU full at the system levelChengming Zhou1-6/+9
2022-04-22psi: Fix trigger being fired unexpectedly at initialHailong Liu1-1/+2
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c files thereIngo Molnar1-15/+0
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar1-37/+29
2022-02-16psi: fix possible trigger missing in the windowZhaoyang Huang1-16/+30
2022-01-30psi: fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan1-38/+41
2022-01-27psi: Fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan1-38/+41
2022-01-18psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan1-37/+29
2021-11-17psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaimBrian Chen1-17/+28
2021-11-17psi: Add a missing SPDX license headerLiu Xinpeng1-0/+1
2021-11-17psi: Remove repeated verbose commentLiu Xinpeng1-1/+0