[pull request] scheduler updates

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ingo Molnar
Date: Wednesday, September 5, 2007 - 5:51 am

Linus, please pull the latest scheduler git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched.git

8 changes: 6 fixes and 2 preparatory cleanups to one of the fixes. The 
most serious fix is the one from Suresh Siddha - we still under-balanced 
tasks on multi-core systems - this should be the only user-noticeable 
fix. Plus there are 2 debug-only fixes, one build warning fix, one fix 
affecting the granularity of reniced tasks (it was inconsistent with the 
sched_latency goal) and a reniced-tasks granularity code fix that did 
not appear to have visible effects (that anyone noticed) but is correct 
and simple nevertheless.

	Ingo

------------------>
Ingo Molnar (4):
      sched: fix niced_granularity() shift
      sched: debug: fix cfs_rq->wait_runtime accounting
      sched: debug: fix sum_exec_runtime clearing
      sched: fix xtensa build warning

Peter Zijlstra (3):
      sched: simplify __check_preempt_curr_fair()
      sched: improve prev_sum_exec_runtime setting
      sched: fix ideal_runtime calculations for reniced tasks

Suresh Siddha (1):
      sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic.

 sched.c       |   15 +++++---------
 sched_debug.c |    1 
 sched_fair.c  |   59 ++++++++++++++++++++++++++++++----------------------------
 3 files changed, 38 insertions(+), 37 deletions(-)
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[pull request] scheduler updates, Ingo Molnar, (Wed Sep 5, 5:51 am)