public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 RFC 0/3] Memory-barrier documentation updates
@ 2013-11-21 21:30 Paul E. McKenney
  2013-11-21 21:31 ` [PATCH v2 RFC 1/3] documentation: Add needed ACCESS_ONCE() calls to memory-barriers.txt Paul E. McKenney
  0 siblings, 1 reply; 14+ messages in thread
From: Paul E. McKenney @ 2013-11-21 21:30 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, dhowells, edumazet, darren, fweisbec, sbw

Hello!

This series applies some long-needed updates to memory-barriers.txt:

1.	Add ACCESS_ONCE() calls where needed to ensure their inclusion
	in code copy-and-pasted from this file.

2.	Add long atomic examples alongside the existing atomics.

3.	Prohibit architectures supporting the Linux kernel from
	speculating stores.

Changes from v1:

o	Combined with Peter Zijlstra's speculative-store-prohibition patch.

o	Added more pitfalls to avoid when prohibiting speculative
	stores, along with how to avoid them.

o	Applied Josh Triplett's review comments.

							Thanx, Paul

 b/Documentation/memory-barriers.txt |  360 ++++++++++++++++++++++++++----------
 1 file changed, 266 insertions(+), 94 deletions(-)


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

end of thread, other threads:[~2013-12-04  0:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-21 21:30 [PATCH v2 RFC 0/3] Memory-barrier documentation updates Paul E. McKenney
2013-11-21 21:31 ` [PATCH v2 RFC 1/3] documentation: Add needed ACCESS_ONCE() calls to memory-barriers.txt Paul E. McKenney
2013-11-21 21:31   ` [PATCH v2 RFC 2/3] documentation: Add long atomic examples " Paul E. McKenney
2013-11-21 21:55   ` [PATCH v2 RFC 1/3] documentation: Add needed ACCESS_ONCE() calls " Peter Zijlstra
2013-11-21 22:09     ` Paul E. McKenney
2013-11-21 22:18       ` Peter Zijlstra
2013-11-21 22:32         ` Paul E. McKenney
2013-11-22 11:17           ` Peter Zijlstra
2013-11-22 18:54             ` Paul E. McKenney
2013-11-22 15:39   ` Peter Zijlstra
2013-11-22 18:13     ` Paul E. McKenney
2013-11-23  9:04       ` Peter Zijlstra
2013-11-23 17:17         ` Paul E. McKenney
2013-12-04  0:47           ` 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