public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] v2 Make hierarchical RCU less IPI-happy and add more tracing
@ 2009-04-14  4:31 Paul E. McKenney
  2009-04-14  4:31 ` [PATCH 1/3] v2 Make hierarchical RCU less IPI-happy Paul E. McKenney
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Paul E. McKenney @ 2009-04-14  4:31 UTC (permalink / raw)
  To: linux-kernel
  Cc: anton, mingo, akpm, dipankar, manfred, cl, josht, schamp, niv,
	dvhltc, ego, laijs, rostedt, peterz, penberg, andi, tglx,
	Paul E. McKenney

This three-patch set fixes a hierarchical-RCU performance bug located
by Anton Blanchard.  This bug affects certain high-end floating-point
computation-heavy workloads with closely spaced barrier-synchronized
iterations, where an interruption of any one CPU's processing during a
given iteration slows the system as a whole.  This bug manifests itself
as excessive resched IPIs, and is strictly a performance regression.
It does not affect correctness.

The first patch provides the fix for the problem, the second patch
adds the tracing, and the third patch adds the documentation for the
tracing.

Located-by: Anton Blanchard <anton@au1.ibm.com>
Tested-by: Anton Blanchard <anton@au1.ibm.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
---

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

end of thread, other threads:[~2009-04-14 10:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-14  4:31 [PATCH 0/3] v2 Make hierarchical RCU less IPI-happy and add more tracing Paul E. McKenney
2009-04-14  4:31 ` [PATCH 1/3] v2 Make hierarchical RCU less IPI-happy Paul E. McKenney
2009-04-14 10:00   ` [tip:core/rcu] rcu: " tip-bot for Paul E. McKenney
2009-04-14  4:31 ` [PATCH 2/3] v2 Add __rcu_pending tracing to hierarchical RCU Paul E. McKenney
2009-04-14 10:00   ` [tip:core/rcu] rcu: " tip-bot for Paul E. McKenney
2009-04-14  4:31 ` [PATCH 3/3] v2 Update RCU tracing documentation for __rcu_pending Paul E. McKenney
2009-04-14 10:01   ` [tip:core/rcu] rcu: " tip-bot for Paul E. McKenney
2009-04-14  9:34 ` [PATCH 0/3] v2 Make hierarchical RCU less IPI-happy and add more tracing Ingo Molnar

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