linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rcu 0/2] NOCB-CPU updates for v5.15
@ 2021-07-21 20:27 Paul E. McKenney
  2021-07-21 20:27 ` [PATCH rcu 1/2] rcu/nocb: Start moving nocb code to its own plugin file Paul E. McKenney
  2021-07-21 20:27 ` [PATCH rcu 2/2] rcu/nocb: Remove NOCB deferred wakeup from rcutree_dead_cpu() Paul E. McKenney
  0 siblings, 2 replies; 3+ messages in thread
From: Paul E. McKenney @ 2021-07-21 20:27 UTC (permalink / raw)
  To: rcu
  Cc: linux-kernel, kernel-team, mingo, jiangshanlai, akpm,
	mathieu.desnoyers, josh, tglx, peterz, rostedt, dhowells,
	edumazet, fweisbec, oleg, joel

Hello!

The following series provides NOCB updates:

1.	Start moving nocb code to its own plugin file, courtesy of
	Frederic Weisbecker.

2.	Remove NOCB deferred wakeup from rcutree_dead_cpu(), courtesy
	of Frederic Weisbecker.

						Thanx, Paul

------------------------------------------------------------------------

 b/kernel/rcu/tree.c        |    1 
 b/kernel/rcu/tree_nocb.h   | 1496 +++++++++++++++++++++++++++++++++++++++++++++
 b/kernel/rcu/tree_plugin.h | 1487 --------------------------------------------
 kernel/rcu/tree.c          |    3 
 4 files changed, 1497 insertions(+), 1490 deletions(-)

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

end of thread, other threads:[~2021-07-21 20:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 20:27 [PATCH rcu 0/2] NOCB-CPU updates for v5.15 Paul E. McKenney
2021-07-21 20:27 ` [PATCH rcu 1/2] rcu/nocb: Start moving nocb code to its own plugin file Paul E. McKenney
2021-07-21 20:27 ` [PATCH rcu 2/2] rcu/nocb: Remove NOCB deferred wakeup from rcutree_dead_cpu() 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;
as well as URLs for NNTP newsgroup(s).