From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: linux-kernel@vger.kernel.org
Cc: mingo@elte.hu, laijs@cn.fujitsu.com, dipankar@in.ibm.com,
akpm@linux-foundation.org, mathieu.desnoyers@polymtl.ca,
josh@joshtriplett.org, dvhltc@us.ibm.com, niv@us.ibm.com,
tglx@linutronix.de, peterz@infradead.org, rostedt@goodmis.org,
Valdis.Kletnieks@vt.edu, dhowells@redhat.com,
eric.dumazet@gmail.com
Subject: [PATCH RFC tip/core/rcu 0/10] rcu: patches queued for 2.6.35
Date: Mon, 5 Apr 2010 11:34:03 -0700 [thread overview]
Message-ID: <20100405183403.GA23075@linux.vnet.ibm.com> (raw)
Hello!
RFC preview of RCU patches queued for 2.6.35:
1. substitute set_need_resched for sending resched IPIs
This reduces OS jitter.
2. make dead code really dead
3. move some code from macro to function
Cleanups from Lai Jiangshan.
4. ignore offline CPUs in last non dyntick idle CPU check
Fix to my CONFIG_RCU_FAST_NO_HZ code to handle offline and
non-existent CPUs, also from Lai Jiangshan.
5. fix bogus CONFIG_PROVE_LOCKING in comments to reality
6. fix now bogus rcu_scheduler_active comments
Comment fixups.
7. shrink rcutiny by making synchronize_rcu_bh be inline
Shrink TINY_RCU some more.
8. rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblk
First step towards TINY_PREEMPTIBLE_RCU.
9. refactor RCU's context switch handling
Reduce the number of needless softirqs.
10. slim down rcutiny by removing rcu_scheduler_active and friends
More shrinkage for TINY_RCU
Thanx, Paul
b/include/linux/rcupdate.h | 15 ++++++-----
b/include/linux/rcutiny.h | 12 ++++++++-
b/include/linux/rcutree.h | 2 +
b/include/linux/srcu.h | 4 +--
b/kernel/rcupdate.c | 19 --------------
b/kernel/rcutiny.c | 9 +-----
b/kernel/rcutiny_plugin.h | 39 ++++++++++++++++++++++++++++++
b/kernel/rcutree.c | 10 +++++++
b/kernel/rcutree_plugin.h | 2 -
b/kernel/sched.c | 2 -
b/kernel/softirq.c | 2 -
include/linux/rcupdate.h | 12 +++------
include/linux/rcutiny.h | 17 +++++++++++++
include/linux/rcutree.h | 4 +++
kernel/rcutiny.c | 20 ++++++++++-----
kernel/rcutree.c | 58 ++++++++++++++++++++++++++++++++-------------
kernel/rcutree_plugin.h | 11 +++++---
17 files changed, 166 insertions(+), 72 deletions(-)
next reply other threads:[~2010-04-05 18:34 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-05 18:34 Paul E. McKenney [this message]
2010-04-05 18:34 ` [PATCH RFC tip/core/rcu 01/10] rcu: substitute set_need_resched for sending resched IPIs Paul E. McKenney
2010-04-05 18:34 ` [PATCH RFC tip/core/rcu 02/10] rcu: make dead code really dead Paul E. McKenney
2010-04-05 18:49 ` Mathieu Desnoyers
2010-04-05 18:56 ` Paul E. McKenney
2010-04-05 18:34 ` [PATCH RFC tip/core/rcu 03/10] rcu: move some code from macro to function Paul E. McKenney
2010-04-05 18:34 ` [PATCH RFC tip/core/rcu 04/10] rcu: ignore offline CPUs in last non-dyntick-idle CPU check Paul E. McKenney
2010-04-05 18:34 ` [PATCH RFC tip/core/rcu 05/10] rcu: Fix bogus CONFIG_PROVE_LOCKING in comments to reflect reality Paul E. McKenney
2010-04-05 18:34 ` [PATCH RFC tip/core/rcu 06/10] rcu: fix now-bogus rcu_scheduler_active comments Paul E. McKenney
2010-04-05 18:34 ` [PATCH RFC tip/core/rcu 07/10] rcu: shrink rcutiny by making synchronize_rcu_bh() be inline Paul E. McKenney
2010-04-05 18:34 ` [PATCH RFC tip/core/rcu 08/10] rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblk Paul E. McKenney
2010-04-05 18:34 ` [PATCH RFC tip/core/rcu 09/10] rcu: refactor RCU's context-switch handling Paul E. McKenney
2010-04-05 18:34 ` [PATCH RFC tip/core/rcu 10/10] rcu: slim down rcutiny by removing rcu_scheduler_active and friends Paul E. McKenney
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=20100405183403.GA23075@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=Valdis.Kletnieks@vt.edu \
--cc=akpm@linux-foundation.org \
--cc=dhowells@redhat.com \
--cc=dipankar@in.ibm.com \
--cc=dvhltc@us.ibm.com \
--cc=eric.dumazet@gmail.com \
--cc=josh@joshtriplett.org \
--cc=laijs@cn.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@polymtl.ca \
--cc=mingo@elte.hu \
--cc=niv@us.ibm.com \
--cc=peterz@infradead.org \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
/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