linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH memory-model 0/7] LKMM updates for v6.15
@ 2025-02-20 16:13 Paul E. McKenney
  2025-02-20 16:13 ` [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; 13+ messages in thread
From: Paul E. McKenney @ 2025-02-20 16:13 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 celebrates the release of version 7.58 of herd7, which
permits these commits to head to mainline:

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.	Legitimize current use of tags in LKMM macros, courtesy of
	Jonas Oberhauser.

4.	Define applicable tags on operation in tools/..., courtesy of
	Jonas Oberhauser.

5.	Define effect of Mb tags on RMWs in tools/..., courtesy of
	Jonas Oberhauser.

6.	Switch to softcoded herd7 tags, courtesy of Jonas Oberhauser.

7.	Distinguish between syntactic and semantic tags, courtesy of
	Jonas Oberhauser.

						Thanx, Paul

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

 b/tools/memory-model/Documentation/herd-representation.txt |   27 -
 b/tools/memory-model/README                                |    2 
 b/tools/memory-model/linux-kernel.bell                     |    9 
 b/tools/memory-model/linux-kernel.cat                      |   10 
 b/tools/memory-model/linux-kernel.cfg                      |    1 
 b/tools/memory-model/linux-kernel.def                      |   21 +
 tools/memory-model/Documentation/herd-representation.txt   |   44 +-
 tools/memory-model/linux-kernel.bell                       |   36 +-
 tools/memory-model/linux-kernel.def                        |  222 ++++++-------
 9 files changed, 215 insertions(+), 157 deletions(-)

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [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 2/7] tools/memory-model: Add atomic_andnot() with its variants Paul E. McKenney
  0 siblings, 1 reply; 13+ 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] 13+ messages in thread

end of thread, other threads:[~2025-02-25 18:18 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-20 16:13 [PATCH memory-model 0/7] LKMM updates for v6.15 Paul E. McKenney
2025-02-20 16:13 ` [PATCH memory-model 1/7] tools/memory-model: Add atomic_and()/or()/xor() and add_negative Paul E. McKenney
2025-02-20 16:13 ` [PATCH memory-model 2/7] tools/memory-model: Add atomic_andnot() with its variants Paul E. McKenney
2025-02-20 16:13 ` [PATCH memory-model 3/7] tools/memory-model: Legitimize current use of tags in LKMM macros Paul E. McKenney
2025-02-20 16:14 ` [PATCH memory-model 4/7] tools/memory-model: Define applicable tags on operation in tools/ Paul E. McKenney
2025-02-20 16:14 ` [PATCH memory-model 5/7] tools/memory-model: Define effect of Mb tags on RMWs " Paul E. McKenney
2025-02-20 16:14 ` [PATCH memory-model 6/7] tools/memory-model: Switch to softcoded herd7 tags Paul E. McKenney
2025-02-25  4:24   ` Akira Yokosawa
2025-02-25  7:40     ` Hernan Ponce de Leon
2025-02-20 16:14 ` [PATCH memory-model 7/7] tools/memory-model: Distinguish between syntactic and semantic tags Paul E. McKenney
2025-02-25  4:28   ` Akira Yokosawa
2025-02-25 18:18     ` Paul E. McKenney
  -- strict thread matches above, loose matches on Subject: below --
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 2/7] tools/memory-model: Add atomic_andnot() with its variants 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).