lkml.org 
[lkml]   [2007]   [Sep]   [5]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 5 Sep 2007 14:51:14 +0200
FromIngo Molnar <>
Subject[pull request] scheduler updates
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(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2007-09-05 14:53    [from the cache]
©2003-2008