From: Tejun Heo on
Hello, Ingo.

Please pull from the following branch to receive four sched/core
patches preparing for cmwq. All have been reviewed and acked by
Peter[1]. The first two patches are generic update to when cpu_active
and scheduler configurations are updated during CPU on/offlining. The
latter two add hardcoded hooks for cmwq (currently noop).

git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git sched-wq

Tejun Heo (4):
sched: define and use CPU_PRI_* enums for cpu notifier priorities
sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining
sched: refactor try_to_wake_up()
sched: add hooks for workqueue

include/linux/cpu.h | 25 ++++++
include/linux/cpuset.h | 6 ++
include/linux/perf_event.h | 2 +-
include/linux/sched.h | 1 +
kernel/cpu.c | 6 --
kernel/cpuset.c | 21 +----
kernel/fork.c | 2 +-
kernel/sched.c | 205 ++++++++++++++++++++++++++++++++------------
kernel/workqueue_sched.h | 16 ++++
9 files changed, 203 insertions(+), 81 deletions(-)
create mode 100644 kernel/workqueue_sched.h

Thanks.

--
tejun

[1] http://thread.gmane.org/gmane.linux.kernel/992913
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/