From: Tejun Heo <tj@kernel.org>
To: mingo@elte.hu, peterz@infradead.org,
linux-kernel@vger.kernel.org, rusty@rustcorp.com.au,
paulus@samba.org, acme@redhat.com
Subject: [PATCHSET sched/core] sched: prepare for cmwq, take#2
Date: Mon, 31 May 2010 20:56:35 +0200 [thread overview]
Message-ID: <1275332199-28082-1-git-send-email-tj@kernel.org> (raw)
Hello,
This is the second take of repare-for-cmwq patchset. Changes from the
first take[L] are
* consult-online-mask-instead-of-active-in-select_fallback_rq and
implement-__set_cpus_allowed replaced by updates to when cpu_active
and cpuset configuration are updated as suggested by Peter.
* Patch description updated in 0004 as suggested by Peter.
0001-sched-define-and-use-CPU_PRI_-enums-for-cpu-notifier.patch
0002-sched-adjust-when-cpu_active-and-cpuset-configuratio.patch
0003-sched-refactor-try_to_wake_up.patch
0004-sched-add-hooks-for-workqueue.patch
This patchset is available in the following git tree.
git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git sched-wq
and contains the following changes.
include/linux/cpu.h | 25 ++++++
include/linux/perf_event.h | 2
include/linux/sched.h | 1
kernel/cpu.c | 6 -
kernel/cpuset.c | 46 +++++++-----
kernel/fork.c | 2
kernel/sched.c | 169 ++++++++++++++++++++++++++++++++++-----------
kernel/workqueue_sched.h | 16 ++++
8 files changed, 203 insertions(+), 64 deletions(-)
Thanks.
--
tejun
[L] http://thread.gmane.org/gmane.linux.kernel/984967
next reply other threads:[~2010-05-31 18:58 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-31 18:56 Tejun Heo [this message]
2010-05-31 18:56 ` [PATCH 1/4] sched: define and use CPU_PRI_* enums for cpu notifier priorities Tejun Heo
2010-05-31 18:56 ` [PATCH 2/4] sched: adjust when cpu_active and cpuset configurations are updated during cpu on/offlining Tejun Heo
2010-06-01 15:57 ` Peter Zijlstra
2010-06-01 16:58 ` Tejun Heo
2010-06-01 17:20 ` Peter Zijlstra
2010-06-02 16:03 ` [PATCH UPDATED " Tejun Heo
2010-06-04 7:43 ` Tejun Heo
2010-06-04 11:58 ` Peter Zijlstra
2010-06-04 12:03 ` Tejun Heo
2010-06-04 12:07 ` Peter Zijlstra
2010-05-31 18:56 ` [PATCH 3/4] sched: refactor try_to_wake_up() Tejun Heo
2010-05-31 18:56 ` [PATCH 4/4] sched: add hooks for workqueue 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=1275332199-28082-1-git-send-email-tj@kernel.org \
--to=tj@kernel.org \
--cc=acme@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=paulus@samba.org \
--cc=peterz@infradead.org \
--cc=rusty@rustcorp.com.au \
/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 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).