public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/6] rcu: Tiny RCU, expedited RCU, rcutorture fixes, lockdep simplification
@ 2009-10-26  2:02 Paul E. McKenney
  2009-10-26  2:03 ` [PATCH tip/core/rcu 1/6] rcu: The Bloatwatch Edition, v8 Paul E. McKenney
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Paul E. McKenney @ 2009-10-26  2:02 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, dvhltc,
	niv, tglx, peterz, rostedt, Valdis.Kletnieks, dhowells, avi,
	mtosatti

Updated patches for post 2.6.32:

o	RCU the Bloatwatch Edition, v8

o	Add synchronize_rcu_expedited().

o	Add rcutorture tests for synchronize_rcu_expedited().

o	Update RCU documentation for synchronize_rcu_expedited().

o	Make rcutorture list the torture types it knows about when
	complaining about the one specified.

o	Simplify creation of the separate lockdep class for the
	root rcu_node structure's lock.


 b/Documentation/RCU/whatisRCU.txt |    3 
 b/include/linux/hardirq.h         |   24 +++
 b/include/linux/rcupdate.h        |    6 
 b/include/linux/rcutiny.h         |   97 ++++++++++++
 b/include/linux/srcu.h            |    1 
 b/init/Kconfig                    |    9 +
 b/kernel/Makefile                 |    1 
 b/kernel/rcupdate.c               |    4 
 b/kernel/rcutiny.c                |  295 +++++++++++++++++++++++++++++++++++++-
 b/kernel/rcutorture.c             |   26 ++-
 b/kernel/rcutree.c                |    5 
 b/kernel/rcutree.h                |    3 
 b/kernel/srcu.c                   |   75 ++++++---
 kernel/rcutorture.c               |    7 
 14 files changed, 519 insertions(+), 37 deletions(-)

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

end of thread, other threads:[~2009-10-26 17:29 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-26  2:02 [PATCH tip/core/rcu 0/6] rcu: Tiny RCU, expedited RCU, rcutorture fixes, lockdep simplification Paul E. McKenney
2009-10-26  2:03 ` [PATCH tip/core/rcu 1/6] rcu: The Bloatwatch Edition, v8 Paul E. McKenney
2009-10-26 11:36   ` [tip:core/rcu] rcu: "Tiny RCU", The Bloatwatch Edition tip-bot for Paul E. McKenney
2009-10-26 11:37   ` [tip:core/rcu] rcu: Do tiny cleanups in rcutiny tip-bot for Ingo Molnar
2009-10-26 16:29     ` Paul E. McKenney
2009-10-26  2:03 ` [PATCH tip/core/rcu 2/6] rcu: Add synchronize_srcu_expedited() Paul E. McKenney
2009-10-26 11:36   ` [tip:core/rcu] " tip-bot for Paul E. McKenney
2009-10-26  2:03 ` [PATCH tip/core/rcu 3/6] rcu: add synchronize_srcu_expedited() to the rcutorture test suite Paul E. McKenney
2009-10-26 11:37   ` [tip:core/rcu] rcu: Add " tip-bot for Paul E. McKenney
2009-10-26  2:03 ` [PATCH tip/core/rcu 4/6] rcu: add synchronize_srcu_expedited() to the documentation Paul E. McKenney
2009-10-26 11:37   ` [tip:core/rcu] rcu: Add " tip-bot for Paul E. McKenney
2009-10-26  2:03 ` [PATCH tip/core/rcu 5/6] rcu: Improve rcutorture diagnostics when bad torture_type specified Paul E. McKenney
2009-10-26 11:37   ` [tip:core/rcu] " tip-bot for Paul E. McKenney
2009-10-26  2:03 ` [PATCH tip/core/rcu 6/6] rcu: Simplify creating of lockdep class for root rcu_node Paul E. McKenney
2009-10-26  6:50   ` Ingo Molnar
2009-10-26 17:13     ` Paul E. McKenney
2009-10-26  8:34   ` Lai Jiangshan
2009-10-26 17:12     ` Paul E. McKenney
2009-10-26  2:27 ` [PATCH tip/core/rcu 0/6] rcu: Tiny RCU, expedited RCU, rcutorture fixes, lockdep simplification Josh Triplett

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