public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/12] TINY_RCU changes for 3.11
@ 2013-04-12 23:48 Paul E. McKenney
  2013-04-12 23:48 ` [PATCH tip/core/rcu 01/12] rcu: Remove TINY_PREEMPT_RCU Paul E. McKenney
  2013-04-13 18:30 ` [PATCH tip/core/rcu 0/12] TINY_RCU changes for 3.11 Josh Triplett
  0 siblings, 2 replies; 16+ messages in thread
From: Paul E. McKenney @ 2013-04-12 23:48 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

Hello!

This series removes TINY_PREEMPT_RCU, as promised/threatened at
http://lwn.net/Articles/541037/ and https://lkml.org/lkml/2012/11/12/545.

1.	Remove TINY_PREEMPT_RCU.  This is a straight syntactic removal,
	with no attempt at cleanup.  The remaining patches do the cleanup.

2.	Inline the now-empty show_tiny_preempt_stats() function.

3.	Inline the now-empty rcu_preempt_check_callbacks() function.

4.	Inline the now-empty rcu_preempt_remove_callbacks() function.

5.	Inline the now-empty rcu_preempt_process_callbacks() function.

6.	Because TINY_RCU no longer has kthreads, remove the code that
	used to abstract away kthread vs. softirq invocation.

7.	Inline the now-empty check_cpu_stall_preempt() function.

8.	Remove CONFIG_TINY_RCU ifdefs from include/linux/rcutiny.h

9.	Inline the now-empty rcu_preempt_note_context_switch() function.

10.	Move code to allow consolidating ifdefs in kernel/rcutiny_plugin.h.

11.	Remove TINY_PREEMPT_RCU's tracing formats from documentation.

12.	Shrink TINY_RCU a bit by moving exit_rcu() to TREE_RCU, leaving
	TINY_RCU with a static inline empty function.

							Thanx, Paul


 b/Documentation/RCU/trace.txt |  100 ----
 b/include/linux/hardirq.h     |    2 
 b/include/linux/rcupdate.h    |    5 
 b/include/linux/rcutiny.h     |   41 -
 b/include/linux/rcutree.h     |    3 
 b/init/Kconfig                |   10 
 b/kernel/rcupdate.c           |   26 -
 b/kernel/rcutiny.c            |   17 
 b/kernel/rcutiny_plugin.h     | 1017 +-----------------------------------------
 b/kernel/rcutree_plugin.h     |   26 +
 10 files changed, 90 insertions(+), 1157 deletions(-)


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

end of thread, other threads:[~2013-04-13 19:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12 23:48 [PATCH tip/core/rcu 0/12] TINY_RCU changes for 3.11 Paul E. McKenney
2013-04-12 23:48 ` [PATCH tip/core/rcu 01/12] rcu: Remove TINY_PREEMPT_RCU Paul E. McKenney
2013-04-12 23:48   ` [PATCH tip/core/rcu 02/12] rcu: Remove show_tiny_preempt_stats() Paul E. McKenney
2013-04-12 23:48   ` [PATCH tip/core/rcu 03/12] rcu: Remove rcu_preempt_check_callbacks() Paul E. McKenney
2013-04-12 23:48   ` [PATCH tip/core/rcu 04/12] rcu: Remove rcu_preempt_remove_callbacks() Paul E. McKenney
2013-04-12 23:48   ` [PATCH tip/core/rcu 05/12] rcu: Remove rcu_preempt_process_callbacks() Paul E. McKenney
2013-04-12 23:48   ` [PATCH tip/core/rcu 06/12] rcu: Simplify RCU_TINY RCU callback invocation Paul E. McKenney
2013-04-12 23:48   ` [PATCH tip/core/rcu 07/12] rcu: Remove check_cpu_stall_preempt() Paul E. McKenney
2013-04-12 23:48   ` [PATCH tip/core/rcu 08/12] rcu: Remove the CONFIG_TINY_RCU ifdefs in rcutiny.h Paul E. McKenney
2013-04-13 18:28     ` Josh Triplett
2013-04-12 23:48   ` [PATCH tip/core/rcu 09/12] rcu: Remove rcu_preempt_note_context_switch() Paul E. McKenney
2013-04-12 23:48   ` [PATCH tip/core/rcu 10/12] rcu: Consolidate rcutiny_plugin.h ifdefs Paul E. McKenney
2013-04-12 23:48   ` [PATCH tip/core/rcu 11/12] rcu: Remove TINY_PREEMPT_RCU tracing documentation Paul E. McKenney
2013-04-12 23:48   ` [PATCH tip/core/rcu 12/12] rcu: Shrink TINY_RCU by moving exit_rcu() Paul E. McKenney
2013-04-13 18:30 ` [PATCH tip/core/rcu 0/12] TINY_RCU changes for 3.11 Josh Triplett
2013-04-13 19:38   ` 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