mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/5] Idle changes for 3.8
@ 2012-10-30 17:19 Paul E. McKenney
  2012-10-30 17:19 ` [PATCH tip/core/rcu 1/5] rcu: Remove rcu_switch() Paul E. McKenney
  0 siblings, 1 reply; 6+ messages in thread
From: Paul E. McKenney @ 2012-10-30 17:19 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, Valdis.Kletnieks, dhowells, edumazet, darren,
	fweisbec, sbw, patches

Hello!

This patch series contains changes to RCU's interaction with idle.
The individual patches are as follows:

1.	Remove a layer of indirection to rcu_user_hooks_switch().
	(Courtesy of Frederic Weisbecker.)
2.	Update RCU_FAST_NO_HZ help text to remove the warning about
	running on large systems.
3.	Add "rcu_expedited" boot and sysfs parameters that cause the
	kernel to substitute expedited primitives for the normal
	grace period primitives.  (Courtesy of Antti P Miettinen.)
4.	Fix a precedence error in cpu_needs_another_gp() that
	surprisingly had no effect -- but clarity is good.
5.	Fix grammar issue in RCU_USER_QS help text.  (Courtesy of
	Paul Gortmaker.)

							Thanx, Paul

 b/arch/um/drivers/mconsole_kern.c |    2 +-
 b/include/linux/rcupdate.h        |    2 ++
 b/include/linux/sched.h           |    8 --------
 b/init/Kconfig                    |   15 +++++++--------
 b/kernel/ksysfs.c                 |   18 ++++++++++++++++++
 b/kernel/rcu.h                    |    2 ++
 b/kernel/rcupdate.c               |    3 +++
 b/kernel/rcutiny_plugin.h         |    5 ++++-
 b/kernel/rcutree.c                |   12 +++++++++---
 b/kernel/rcutree_plugin.h         |    7 +++++--
 b/kernel/sched/core.c             |    2 +-
 b/kernel/srcu.c                   |    8 +++++++-
 init/Kconfig                      |    6 +++---
 kernel/rcutree.c                  |    2 +-
 14 files changed, 63 insertions(+), 29 deletions(-)


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

end of thread, other threads:[~2012-10-30 17:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-30 17:19 [PATCH tip/core/rcu 0/5] Idle changes for 3.8 Paul E. McKenney
2012-10-30 17:19 ` [PATCH tip/core/rcu 1/5] rcu: Remove rcu_switch() Paul E. McKenney
2012-10-30 17:19   ` [PATCH tip/core/rcu 2/5] rcu: Update RCU_FAST_NO_HZ help text Paul E. McKenney
2012-10-30 17:19   ` [PATCH tip/core/rcu 3/5] rcu: Add a module parameter to force use of expedited RCU primitives Paul E. McKenney
2012-10-30 17:19   ` [PATCH tip/core/rcu 4/5] rcu: Fix precedence error in cpu_needs_another_gp() Paul E. McKenney
2012-10-30 17:19   ` [PATCH tip/core/rcu 5/5] rcu: Wordsmith help text for RCU_USER_QS kernel parameter Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome