Staging
v0.7.0
https://github.com/torvalds/linux
Revision e72ff0bb2c163eb13014ba113701bd42dab382fe authored by Con Kolivas on 31 March 2006, 10:31:26 UTC, committed by Linus Torvalds on 31 March 2006, 20:18:58 UTC
We watch for tasks that sleep extended periods and don't allow one single
prolonged sleep period from elevating priority to maximum bonus to prevent cpu
bound tasks from getting high priority with single long sleeps.  There is a
bug in the current code that also penalises tasks that already have high
priority.  Correct that bug.

Signed-off-by: Con Kolivas <kernel@kolivas.org>
Acked-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent e7c38cb
History
Tip revision: e72ff0bb2c163eb13014ba113701bd42dab382fe authored by Con Kolivas on 31 March 2006, 10:31:26 UTC
[PATCH] sched: dont decrease idle sleep avg
Tip revision: e72ff0b
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 462 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.7 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 67.2 KB
Makefile -rw-r--r-- 43.8 KB
README -rw-r--r-- 15.1 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top