[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20071024163913.GA27422@elte.hu>
Date: Wed, 24 Oct 2007 18:39:13 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org
Subject: [git pull] 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
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists