public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH memory-model 0/7] LKMM updates for v6.12
@ 2024-08-02  0:22 Paul E. McKenney
  2024-08-02  0:22 ` [PATCH memory-model 1/7] tools/memory-model: Add atomic_and()/or()/xor() and add_negative Paul E. McKenney
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Paul E. McKenney @ 2024-08-02  0:22 UTC (permalink / raw)
  To: linux-kernel, linux-arch, lkmm, kernel-team, mingo
  Cc: stern, parri.andrea, will, peterz, boqun.feng, npiggin, dhowells,
	j.alglave, luc.maranget, akiyks

Hello!

This series adds a few atomic operations, some documentation, and updates
the MAINTAINERS file.

1.	Add atomic_and()/or()/xor() and add_negative, courtesy of
	Puranjay Mohan.

2.	Add atomic_andnot() with its variants, courtesy of Puranjay Mohan.

3.	Document herd7 (abstract) representation, courtesy of Andrea
	Parri.

4.	Add locking.txt and glossary.txt to README, courtesy of Akira
	Yokosawa.

5.	simple.txt: Fix stale reference to recipes-pairs.txt, courtesy
	of Akira Yokosawa.

6.	docs/memory-barriers.txt: Remove left-over references to "CACHE
	COHERENCY", courtesy of Akira Yokosawa.

7.	MAINTAINERS: Add the dedicated maillist info for LKMM, courtesy
	of Boqun Feng.

						Thanx, Paul

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

 b/Documentation/memory-barriers.txt                        |    3 
 b/MAINTAINERS                                              |    1 
 b/tools/memory-model/Documentation/README                  |    7 
 b/tools/memory-model/Documentation/herd-representation.txt |  110 +++++++++++++
 b/tools/memory-model/Documentation/simple.txt              |    2 
 b/tools/memory-model/linux-kernel.def                      |   21 ++
 tools/memory-model/Documentation/README                    |   17 ++
 tools/memory-model/linux-kernel.def                        |    6 
 8 files changed, 162 insertions(+), 5 deletions(-)

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

end of thread, other threads:[~2024-08-02 17:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-02  0:22 [PATCH memory-model 0/7] LKMM updates for v6.12 Paul E. McKenney
2024-08-02  0:22 ` [PATCH memory-model 1/7] tools/memory-model: Add atomic_and()/or()/xor() and add_negative Paul E. McKenney
2024-08-02  0:22 ` [PATCH memory-model 2/7] tools/memory-model: Add atomic_andnot() with its variants Paul E. McKenney
2024-08-02  0:22 ` [PATCH memory-model 3/7] tools/memory-model: Document herd7 (abstract) representation Paul E. McKenney
2024-08-02  0:22 ` [PATCH memory-model 4/7] tools/memory-model: Add locking.txt and glossary.txt to README Paul E. McKenney
2024-08-02  0:22 ` [PATCH memory-model 5/7] tools/memory-model: simple.txt: Fix stale reference to recipes-pairs.txt Paul E. McKenney
2024-08-02  0:22 ` [PATCH memory-model 6/7] docs/memory-barriers.txt: Remove left-over references to "CACHE COHERENCY" Paul E. McKenney
2024-08-02  0:22 ` [PATCH memory-model 7/7] MAINTAINERS: Add the dedicated maillist info for LKMM Paul E. McKenney
2024-08-02  9:46   ` Andrea Parri
2024-08-02 17: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