aboutsummaryrefslogtreecommitdiffstats
path: root/tools/memory-model (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-10tools/memory-model: Fix smp_mb__after_spinlock() spellingBjörn Töpel1-1/+1
2021-03-15tools/memory-model: Add access-marking documentationPaul E. McKenney1-0/+479
2021-03-08tools/memory-model: Remove reference to atomic_ops.rstAkira Yokosawa1-1/+0
2021-03-08doc: Update rcu_dereference.rst referenceMauro Carvalho Chehab1-1/+1
2021-01-04tools/memory-model: Fix typo in klitmus7 compatibility tableAkira Yokosawa1-1/+1
2021-01-04tools/memory-model: Remove redundant initialization in litmus testsAkira Yokosawa32-134/+32
2021-01-04tools/memory-model: Tie acquire loads to reads-fromPaul E. McKenney1-3/+9
2020-11-06tools/memory-model: Label MP tests' producers and consumersPaul E. McKenney8-24/+24
2020-11-06tools/memory-model: Use "buf" and "flag" for message-passing testsPaul E. McKenney6-46/+46
2020-11-06tools/memory-model: Add types to litmus testsPaul E. McKenney32-31/+130
2020-11-06tools/memory-model: Add a glossary of LKMM termsPaul E. McKenney1-0/+172
2020-11-06tools/memory-model: Document categories of ordering primitivesPaul E. McKenney3-0/+831
2020-10-26tools/memory-model: Move Documentation description to Documentation/READMEPaul E. McKenney2-20/+61
2020-10-26tools: memory-model: Document that the LKMM can easily miss control dependenciesAlan Stern1-0/+17
2020-09-04tools/memory-model: Expand the cheatsheet.txt notion of relaxedPaul E. McKenney1-14/+19
2020-09-03tools/memory-model: Add a simple entry point documentPaul E. McKenney3-2/+282
2020-09-03tools/memory-model: Improve litmus-test documentationPaul E. McKenney2-117/+1108
2020-09-03tools/memory-model: Update recipes.txt prime_numbers.c pathPaul E. McKenney1-2/+2
2020-09-03Replace HTTP links with HTTPS ones: LKMMAlexander A. Klimov1-1/+1
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-46/+100
2020-07-21tools/memory-model: Remove smp_read_barrier_depends() from informal docWill Deacon1-14/+12
2020-06-29tools/memory-model/README: Mention herdtools7 7.56 in compatibility tableAkira Yokosawa1-1/+1
2020-06-29tools/memory-model/README: Expand dependency of klitmus7Akira Yokosawa1-2/+28
2020-06-29tools/memory-model: Fix reference to litmus test in recipes.txtAkira Yokosawa1-1/+1
2020-06-29tools/memory-model: Add an exception for limitations on _unless() familyBoqun Feng1-3/+7
2020-06-29tools/memory-model: Fix "conflict" definitionMarco Elver1-38/+45
2020-06-29tools/memory-model: Add recent referencesPaul E. McKenney1-2/+19
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2019-10-05tools/memory-model/Documentation: Add plain accesses and data races to explanation.txtAlan Stern1-5/+534
2019-10-05tools/memory-model/Documentation: Put redefinition of rcu-fence into explanation.txtAlan Stern1-17/+36
2019-10-05tools/memory-model/Documentation: Fix typos in explanation.txtAlan Stern1-5/+5
2019-10-05tools/memory-model: Fix data race detection for unordered store and loadAlan Stern1-1/+1
2019-08-09tools/memory-model: Update the informal documentationAndrea Parri2-35/+30
2019-08-09tools/memory-model: Use cumul-fence instead of fence in ->prop exampleJoel Fernandes (Google)1-3/+3
2019-08-01tools/memory-model: Make scripts be executablePaul E. McKenney8-0/+0
2019-06-24tools/memory-model: Improve data-race detectionAlan Stern1-3/+5
2019-06-21tools/memory-model: Change definition of rcu-fenceAlan Stern1-10/+13
2019-06-21tools/memory-model: Expand definition of barrierAlan Stern1-1/+2
2019-06-19tools/memory-model: Do not use "herd" to refer to "herd7"Andrea Parri7-8/+8
2019-06-19tools/memory-model: Fix comment in MP+poonceonces.litmusAndrea Parri1-1/+1
2019-05-28tools/memory-model: Add data-race detectionAlan Stern3-1/+51
2019-05-28tools/memory-model: Add definitions of plain and marked accessesAlan Stern2-7/+14
2019-05-28tools/memory-model: Prepare for data-race detectionAlan Stern1-7/+9
2019-04-04tools/memory-model: Add support for synchronize_srcu_expedited()Paul E. McKenney1-0/+1
2019-03-18tools/memory-model: Avoid duplicating herdtools versionsAndrea Parri3-7/+6
2019-03-18tools/memory-model: Dynamically check SRCU lock-to-unlock matchingLuc Maranget3-1/+6
2019-03-18tools/memory-model: Update Documentation/explanation.txt to include SRCU supportAlan Stern1-137/+152
2019-03-18tools/memory-model: Update README for addition of SRCUPaul E. McKenney1-2/+23
2019-03-18tools/memory-model: Add SRCU supportAlan Stern3-4/+44
2019-03-18tools/memory-model: Refactor some RCU relationsAlan Stern1-10/+15