Revision dcbb4a153971ff8646af0c963f5698bf21bfbfdc authored by Linus Torvalds on 10 August 2019, 22:48:02 UTC, committed by Linus Torvalds on 10 August 2019, 22:48:02 UTC
Pull scheduler fixes from Thomas Gleixner:
 "Three fixlets for the scheduler:

   - Avoid double bandwidth accounting in the push & pull code

   - Use a sane FIFO priority for the Pressure Stall Information (PSI)
     thread.

   - Avoid permission checks when setting the scheduler params for the
     PSI thread"

* 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  sched/psi: Do not require setsched permission from the trigger creator
  sched/psi: Reduce psimon FIFO priority
  sched/deadline: Fix double accounting of rq/running bw in push & pull
2 parent s ed254bb + 04e048c
History
File Mode Size
Kconfig -rw-r--r-- 7.8 KB
Makefile -rw-r--r-- 1.2 KB
arm_mhu.c -rw-r--r-- 3.7 KB
armada-37xx-rwtm-mailbox.c -rw-r--r-- 5.5 KB
bcm-flexrm-mailbox.c -rw-r--r-- 45.2 KB
bcm-pdc-mailbox.c -rw-r--r-- 47.8 KB
bcm2835-mailbox.c -rw-r--r-- 5.4 KB
hi3660-mailbox.c -rw-r--r-- 7.4 KB
hi6220-mailbox.c -rw-r--r-- 9.1 KB
imx-mailbox.c -rw-r--r-- 8.3 KB
mailbox-altera.c -rw-r--r-- 8.5 KB
mailbox-sti.c -rw-r--r-- 12.9 KB
mailbox-test.c -rw-r--r-- 10.8 KB
mailbox-xgene-slimpro.c -rw-r--r-- 6.5 KB
mailbox.c -rw-r--r-- 15.9 KB
mailbox.h -rw-r--r-- 326 bytes
mtk-cmdq-mailbox.c -rw-r--r-- 14.8 KB
omap-mailbox.c -rw-r--r-- 21.6 KB
pcc.c -rw-r--r-- 16.1 KB
pl320-ipc.c -rw-r--r-- 4.6 KB
platform_mhu.c -rw-r--r-- 4.5 KB
qcom-apcs-ipc-mailbox.c -rw-r--r-- 3.8 KB
rockchip-mailbox.c -rw-r--r-- 6.3 KB
stm32-ipcc.c -rw-r--r-- 10.2 KB
tegra-hsp.c -rw-r--r-- 19.8 KB
ti-msgmgr.c -rw-r--r-- 23.6 KB
zynqmp-ipi-mailbox.c -rw-r--r-- 19.4 KB

back to top