index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
psi.c
Age
Commit message (
Expand
)
Author
2025-01-13
sched, psi: Don't account irq time if sched_clock_irqtime is disabled
Yafang Shao
2024-10-03
sched: psi: fix bogus pressure spikes from aggregation race
Johannes Weiner
2024-07-11
Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...
Ingo Molnar
2024-07-04
sched/psi: Optimise psi_group_change a bit
Tvrtko Ursulin
2024-07-01
sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpath
John Stultz
2024-05-27
sched: Fix spelling in comments
Ingo Molnar
2023-10-16
sched/psi: Update poll => rtpoll in relevant comments
Fan Yu
2023-10-13
sched/psi: Bail out early from irq time accounting
Haifeng Xu
2023-10-11
sched/psi: Delete the 'update_total' function parameter from update_triggers()
Yang Yang
2023-10-11
sched/psi: Avoid updating PSI triggers and ->rtpoll_total when there are no s...
Yang Yang
2023-10-09
sched/psi: Change update_triggers() to a 'void' function
Yang Yang
2023-07-19
Merge tag 'v6.5-rc2' into sched/core, to pick up fixes
Ingo Molnar
2023-07-13
sched/psi: make psi_cgroups_enabled static
Miaohe Lin
2023-07-10
sched/psi: use kernfs polling functions for PSI trigger polling
Suren Baghdasaryan
2023-05-20
sched/psi: Avoid resetting the min update period when it is unnecessary
Yang Yang
2023-05-08
psi: remove 500ms min window size limitation for triggers
Suren Baghdasaryan
2023-04-05
sched/psi: Allow unprivileged polling of N*2s period
Domenico Cerasuolo
2023-04-05
sched/psi: Extract update_triggers side effect
Domenico Cerasuolo
2023-04-05
sched/psi: Rename existing poll members in preparation
Domenico Cerasuolo
2023-04-05
sched/psi: Rearrange polling code in preparation
Domenico Cerasuolo
2023-02-15
sched/psi: Fix use-after-free in ep_remove_wait_queue()
Munehisa Kamata
2022-10-30
sched/psi: Stop relying on timer_pending() for poll_work rescheduling
Suren Baghdasaryan
2022-10-30
sched/psi: Fix avgs_work re-arm in psi_avgs_work()
Chengming Zhou
2022-10-30
sched/psi: Fix possible missing or delayed pending event
Hao Lee
2022-10-14
Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-07
Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
Linus Torvalds
2022-09-20
sched/psi: export psi_memstall_{enter,leave}
Christoph Hellwig
2022-09-09
sched/psi: Per-cgroup PSI accounting disable/re-enable interface
Chengming Zhou
2022-09-09
sched/psi: Cache parent psi_group to speed up group iteration
Chengming Zhou
2022-09-09
sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressure
Chengming Zhou
2022-09-09
sched/psi: Remove NR_ONCPU task accounting
Johannes Weiner
2022-09-09
sched/psi: Optimize task switch inside shared cgroups again
Chengming Zhou
2022-09-09
sched/psi: Save percpu memory when !psi_cgroups_enabled
Chengming Zhou
2022-09-09
sched/psi: Fix periodic aggregation shut off
Chengming Zhou
2022-08-15
sched/psi: Remove unused parameter nbytes of psi_trigger_create()
Hao Jia
2022-08-15
sched/psi: Zero the memory of struct psi_group
Hao Jia
2022-06-07
psi: dont alloc memory for psi by default
Chen Wandun
2022-04-22
sched/psi: report zeroes for CPU full at the system level
Chengming Zhou
2022-04-22
psi: Fix trigger being fired unexpectedly at initial
Hailong Liu
2022-02-23
sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...
Ingo Molnar
2022-02-21
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
2022-02-16
psi: fix possible trigger missing in the window
Zhaoyang Huang
2022-01-30
psi: fix "defined but not used" warnings when CONFIG_PROC_FS=n
Suren Baghdasaryan
2022-01-27
psi: Fix "defined but not used" warnings when CONFIG_PROC_FS=n
Suren Baghdasaryan
2022-01-18
psi: Fix uaf issue when psi trigger is destroyed while being polled
Suren Baghdasaryan
2021-11-17
psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim
Brian Chen
2021-11-17
psi: Add a missing SPDX license header
Liu Xinpeng
2021-11-17
psi: Remove repeated verbose comment
Liu Xinpeng
2021-07-01
Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2021-06-24
psi: Fix race between psi_trigger_create/destroy
Zhaoyang Huang
[next]