From: Tejun Heo <tj@kernel.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <peterz@infradead.org>,
lkml <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] sched/core: scheduler patches for cmwq
Date: Fri, 04 Jun 2010 15:27:18 +0200 [thread overview]
Message-ID: <4C08FF36.80806@kernel.org> (raw)
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
next reply other threads:[~2010-06-04 13:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-04 13:27 Tejun Heo [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4C08FF36.80806@kernel.org \
--to=tj@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=peterz@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.