Linus,
Please pull the latest scheduler git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git sched/for-linus
Thanks,
Ingo
------------------>
Ankita Garg (1):
sched: fix accounting in task delay accounting & migration
Arjan van de Ven (1):
sched: print module list in the "scheduling while atomic" warning
David Rientjes (1):
sched: prevent bound kthreads from changing cpus_allowed
Dhaval Giani (2):
sched: add comments for ifdefs in sched.c
sched: make sched_{rt,fair}.c ifdefs more readable
Dmitry Adamushko (2):
sched: check for SD_SERIALIZE atomically in rebalance_domains()
sched: rework of "prioritize non-migratable tasks over migratable ones"
Gautham R Shenoy (2):
sched: update the sched-domains debug documentation
sched: print the sd->level in sched_domain_debug code
Gregory Haskins (7):
sched: prioritize non-migratable tasks over migratable ones
sched: use a 2-d bitmap for searching lowest-pri CPU
sched: fix SCHED_OTHER balance iterator to include all tasks
sched: fix cpupri hotplug support
sched: fix cpupri priocount
sched: terminate newidle balancing once at least one task has moved over
sched: add avg-overlap support to RT tasks
Hiroshi Shimamoto (1):
sched: fix typo in Documentation/scheduler/sched-rt-group.txt
Ingo Molnar (5):
namespacecheck: more sched.c fixes
sched: fix cpuprio build bug
sched: export cpu_clock
sched: sched_clock_cpu() based cpu_clock(), lockdep fix
sched: build fix
Max Krasnyansky (2):
sched: CPU hotplug events must not destroy scheduler domains created by the cpusets
sched: Move cpu masks from kernel/sched.c into kernel/cpu.c
Mike Galbraith (2):
sched: make !hrtick faster
sched: trivial sched_features cleanup
Paul Mundt (1):
sched: kill off dead cfs_rq_set_shares()
Peter Zijlstra (34):
sched: fix h...