[git pull] scheduler fixes

From: Ingo Molnar
Date: Mon Oct 29 2007 - 16:39:51 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 contains 7 commits: 3 (small) fixes, 1 code cleanup and 3 style
cleanups - all fallout of recent merges.

[ There is one commit that is borderline for post-rc1 inclusion: "sched:
report CPU usage in CFS cgroup directories" which completes/fixes
cgroup CPU accounting by introducing a small piece of new code. It's
only relevant to cgroups which is a new feature in 2.6.24 so there are
no regression/compatibility worries, so i included it. ]

Thanks,

Ingo

------------------>
Adrian Bunk (1):
sched: make kernel/sched.c:account_guest_time() static

Ingo Molnar (2):
sched: fix style of swap() macro in kernel/sched_fair.c
sched: fix style in kernel/sched.c

James Bottomley (1):
sched: fix incorrect assumption that cpu 0 exists

Paul Menage (1):
sched: report CPU usage in CFS cgroup directories

Peter Zijlstra (1):
sched: keep utime/stime monotonic

Srivatsa Vaddagiri (1):
sched: move rcu_head to task_group struct

fs/proc/array.c | 3 +-
include/linux/sched.h | 1
kernel/fork.c | 1
kernel/sched.c | 70 +++++++++++++++++++++++++++++++++++---------------
kernel/sched_fair.c | 2 -
5 files changed, 54 insertions(+), 23 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/