linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] sched/core: scheduler patches for cmwq
@ 2010-06-04 13:27 Tejun Heo
  2010-06-08 19:46 ` [PATCH UPDATED] sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining Tejun Heo
  0 siblings, 1 reply; 8+ messages in thread
From: Tejun Heo @ 2010-06-04 13:27 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Peter Zijlstra, lkml

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-06-21 22:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-04 13:27 [GIT PULL] sched/core: scheduler patches for cmwq Tejun Heo
2010-06-08 19:46 ` [PATCH UPDATED] sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining Tejun Heo
2010-06-21 18:28   ` Tony Luck
2010-06-21 20:55     ` Tejun Heo
2010-06-21 21:15       ` Tony Luck
2010-06-21 21:20         ` Tejun Heo
2010-06-21 21:46           ` Tony Luck
2010-06-21 22:02             ` Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).