aboutsummaryrefslogtreecommitdiff
path: root/tools/memory-model
AgeCommit message (Expand)Author
2021-01-04tools/memory-model: Fix typo in klitmus7 compatibility tableAkira Yokosawa
2021-01-04tools/memory-model: Remove redundant initialization in litmus testsAkira Yokosawa
2021-01-04tools/memory-model: Tie acquire loads to reads-fromPaul E. McKenney
2020-11-06tools/memory-model: Label MP tests' producers and consumersPaul E. McKenney
2020-11-06tools/memory-model: Use "buf" and "flag" for message-passing testsPaul E. McKenney
2020-11-06tools/memory-model: Add types to litmus testsPaul E. McKenney
2020-11-06tools/memory-model: Add a glossary of LKMM termsPaul E. McKenney
2020-11-06tools/memory-model: Document categories of ordering primitivesPaul E. McKenney
2020-10-26tools/memory-model: Move Documentation description to Documentation/READMEPaul E. McKenney
2020-10-26tools: memory-model: Document that the LKMM can easily miss control dependenciesAlan Stern
2020-09-04tools/memory-model: Expand the cheatsheet.txt notion of relaxedPaul E. McKenney
2020-09-03tools/memory-model: Add a simple entry point documentPaul E. McKenney
2020-09-03tools/memory-model: Improve litmus-test documentationPaul E. McKenney
2020-09-03tools/memory-model: Update recipes.txt prime_numbers.c pathPaul E. McKenney
2020-09-03Replace HTTP links with HTTPS ones: LKMMAlexander A. Klimov
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-21tools/memory-model: Remove smp_read_barrier_depends() from informal docWill Deacon
2020-06-29tools/memory-model/README: Mention herdtools7 7.56 in compatibility tableAkira Yokosawa
2020-06-29tools/memory-model/README: Expand dependency of klitmus7Akira Yokosawa
2020-06-29tools/memory-model: Fix reference to litmus test in recipes.txtAkira Yokosawa
2020-06-29tools/memory-model: Add an exception for limitations on _unless() familyBoqun Feng
2020-06-29tools/memory-model: Fix "conflict" definitionMarco Elver
2020-06-29tools/memory-model: Add recent referencesPaul E. McKenney
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2019-10-05tools/memory-model/Documentation: Add plain accesses and data races to explan...Alan Stern
2019-10-05tools/memory-model/Documentation: Put redefinition of rcu-fence into explanat...Alan Stern
2019-10-05tools/memory-model/Documentation: Fix typos in explanation.txtAlan Stern
2019-10-05tools/memory-model: Fix data race detection for unordered store and loadAlan Stern
2019-08-09tools/memory-model: Update the informal documentationAndrea Parri
2019-08-09tools/memory-model: Use cumul-fence instead of fence in ->prop exampleJoel Fernandes (Google)
2019-08-01tools/memory-model: Make scripts be executablePaul E. McKenney
2019-06-24tools/memory-model: Improve data-race detectionAlan Stern
2019-06-21tools/memory-model: Change definition of rcu-fenceAlan Stern
2019-06-21tools/memory-model: Expand definition of barrierAlan Stern
2019-06-19tools/memory-model: Do not use "herd" to refer to "herd7"Andrea Parri
2019-06-19tools/memory-model: Fix comment in MP+poonceonces.litmusAndrea Parri
2019-05-28tools/memory-model: Add data-race detectionAlan Stern
2019-05-28tools/memory-model: Add definitions of plain and marked accessesAlan Stern
2019-05-28tools/memory-model: Prepare for data-race detectionAlan Stern
2019-04-04tools/memory-model: Add support for synchronize_srcu_expedited()Paul E. McKenney
2019-03-18tools/memory-model: Avoid duplicating herdtools versionsAndrea Parri
2019-03-18tools/memory-model: Dynamically check SRCU lock-to-unlock matchingLuc Maranget
2019-03-18tools/memory-model: Update Documentation/explanation.txt to include SRCU supportAlan Stern
2019-03-18tools/memory-model: Update README for addition of SRCUPaul E. McKenney
2019-03-18tools/memory-model: Add SRCU supportAlan Stern
2019-03-18tools/memory-model: Refactor some RCU relationsAlan Stern
2019-03-18tools/memory-model: Rename some RCU relationsAlan Stern
2019-01-21tools/memory-model: Make scripts take "-j" abbreviation for "--jobs"Paul E. McKenney
2019-01-21tools/memory-model: Add scripts to check github litmus testsPaul E. McKenney
2019-01-21tools/memory-model: Model smp_mb__after_unlock_lock()Andrea Parri