[git pull] scheduler updates

From: Ingo Molnar
Date: Wed Oct 24 2007 - 12:56:07 EST



Linus, please pull the latest scheduler git tree from:

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

it includes 11 commits: 3 (low-key) fixlets, 6 low-impact cleanups, the
marking of CONFIG_FAIR_GROUP_SCHED as !EXPERIMENTAL and a debug-printout
improvement.

The "reduce balance-tasks overhead" commit is admittedly borderline for
a post-rc1 pull because it is primarily a speedup and only secondarily a
cleanup - but it's been in my queue for some time with no problems and a
followup cleanup depended on it too so i included it.

build and boot tested on x86 32-bit and 64-bit.

Ingo

------------------>
Adrian Bunk (1):
sched: make cpu_shares_{show,store}() static

Ingo Molnar (3):
sched: fix fastcall mismatch in completion APIs
sched: clean up sched_domain_debug()
sched: mark CONFIG_FAIR_GROUP_SCHED as !EXPERIMENTAL

Joe Perches (1):
sched: constify sched.h

Mel Gorman (1):
sched: document profile=sleep requiring CONFIG_SCHEDSTATS

Milton Miller (1):
sched: fix sched_domain sysctl registration again

Paul Menage (1):
sched: clean up some control group code

Peter Williams (2):
sched: reduce balance-tasks overhead
sched: isolate SMP balancing code a bit more

Satyam Sharma (1):
sched: use show_regs() to improve __schedule_bug() output

Documentation/kernel-parameters.txt | 3
include/linux/completion.h | 18 -
include/linux/sched.h | 37 ++--
init/Kconfig | 1
kernel/profile.c | 5
kernel/sched.c | 330 +++++++++++++++++++-----------------
kernel/sched_fair.c | 48 ++++-
kernel/sched_idletask.c | 18 +
kernel/sched_rt.c | 32 ++-
kernel/user.c | 5
10 files changed, 292 insertions(+), 205 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/