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
unittest-data
Kconfig -rw-r--r-- 2.3 KB
Makefile -rw-r--r-- 659 bytes
address.c -rw-r--r-- 24.7 KB
base.c -rw-r--r-- 58.8 KB
device.c -rw-r--r-- 8.2 KB
dynamic.c -rw-r--r-- 22.6 KB
fdt.c -rw-r--r-- 31.2 KB
fdt_address.c -rw-r--r-- 6.2 KB
irq.c -rw-r--r-- 18.6 KB
kobj.c -rw-r--r-- 3.8 KB
of_mdio.c -rw-r--r-- 13.6 KB
of_net.c -rw-r--r-- 3.2 KB
of_numa.c -rw-r--r-- 3.9 KB
of_private.h -rw-r--r-- 5.4 KB
of_reserved_mem.c -rw-r--r-- 10.3 KB
overlay.c -rw-r--r-- 34.2 KB
pdt.c -rw-r--r-- 4.8 KB
platform.c -rw-r--r-- 19.8 KB
property.c -rw-r--r-- 28.7 KB
resolver.c -rw-r--r-- 8.5 KB
unittest.c -rw-r--r-- 68.8 KB

back to top