summaryrefslogtreecommitdiffstats
path: root/tools/memory-model
AgeCommit message (Expand)AuthorLines
2021-11-30tools/memory-model: litmus: Add two tests for unlock(A)+lock(B) orderingBoqun Feng-0/+76
2021-11-30tools/memory-model: doc: Describe the requirement of the litmus-tests directoryBoqun Feng-0/+12
2021-11-30tools/memory-model: Provide extra ordering for unlock+lock pair on the same CPUBoqun Feng-22/+28
2021-07-27tools/memory-model: Document data_race(READ_ONCE())Paul E. McKenney-14/+35
2021-07-27tools/memory-model: Heuristics using data_race() must handle all valuesManfred Spraul-0/+5
2021-07-27tools/memory-model: Add example for heuristic lockless readsPaul E. McKenney-0/+93
2021-07-20tools/memory-model: Make read_foo_diagnostic() more clearly diagnosticPaul E. McKenney-2/+2
2021-05-10tools/memory-model: Fix smp_mb__after_spinlock() spellingBjörn Töpel-1/+1
2021-03-15tools/memory-model: Add access-marking documentationPaul E. McKenney-0/+479
2021-03-08tools/memory-model: Remove reference to atomic_ops.rstAkira Yokosawa-1/+0
2021-03-08doc: Update rcu_dereference.rst referenceMauro Carvalho Chehab-1/+1
2021-01-04tools/memory-model: Fix typo in klitmus7 compatibility tableAkira Yokosawa-1/+1
2021-01-04tools/memory-model: Remove redundant initialization in litmus testsAkira Yokosawa-134/+32
2021-01-04tools/memory-model: Tie acquire loads to reads-fromPaul E. McKenney-3/+9
2020-11-06tools/memory-model: Label MP tests' producers and consumersPaul E. McKenney-24/+24
2020-11-06tools/memory-model: Use "buf" and "flag" for message-passing testsPaul E. McKenney-46/+46
2020-11-06tools/memory-model: Add types to litmus testsPaul E. McKenney-31/+130
2020-11-06tools/memory-model: Add a glossary of LKMM termsPaul E. McKenney-0/+172
2020-11-06tools/memory-model: Document categories of ordering primitivesPaul E. McKenney-0/+831
2020-10-26tools/memory-model: Move Documentation description to Documentation/READMEPaul E. McKenney-20/+61
2020-10-26tools: memory-model: Document that the LKMM can easily miss control dependenciesAlan Stern-0/+17
2020-09-04tools/memory-model: Expand the cheatsheet.txt notion of relaxedPaul E. McKenney-14/+19
2020-09-03tools/memory-model: Add a simple entry point documentPaul E. McKenney-2/+282
2020-09-03tools/memory-model: Improve litmus-test documentationPaul E. McKenney-117/+1108
2020-09-03tools/memory-model: Update recipes.txt prime_numbers.c pathPaul E. McKenney-2/+2
2020-09-03Replace HTTP links with HTTPS ones: LKMMAlexander A. Klimov-1/+1
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-46/+100
2020-07-21tools/memory-model: Remove smp_read_barrier_depends() from informal docWill Deacon-14/+12
2020-06-29tools/memory-model/README: Mention herdtools7 7.56 in compatibility tableAkira Yokosawa-1/+1
2020-06-29tools/memory-model/README: Expand dependency of klitmus7Akira Yokosawa-2/+28
2020-06-29tools/memory-model: Fix reference to litmus test in recipes.txtAkira Yokosawa-1/+1
2020-06-29tools/memory-model: Add an exception for limitations on _unless() familyBoqun Feng-3/+7
2020-06-29tools/memory-model: Fix "conflict" definitionMarco Elver-38/+45
2020-06-29tools/memory-model: Add recent referencesPaul E. McKenney-2/+19
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+2
2019-10-05tools/memory-model/Documentation: Add plain accesses and data races to explan...Alan Stern-5/+534
2019-10-05tools/memory-model/Documentation: Put redefinition of rcu-fence into explanat...Alan Stern-17/+36
2019-10-05tools/memory-model/Documentation: Fix typos in explanation.txtAlan Stern-5/+5
2019-10-05tools/memory-model: Fix data race detection for unordered store and loadAlan Stern-1/+1
2019-08-09tools/memory-model: Update the informal documentationAndrea Parri-35/+30
2019-08-09tools/memory-model: Use cumul-fence instead of fence in ->prop exampleJoel Fernandes (Google)-3/+3
2019-08-01tools/memory-model: Make scripts be executablePaul E. McKenney-0/+0
2019-06-24tools/memory-model: Improve data-race detectionAlan Stern-3/+5
2019-06-21tools/memory-model: Change definition of rcu-fenceAlan Stern-10/+13
2019-06-21tools/memory-model: Expand definition of barrierAlan Stern-1/+2
2019-06-19tools/memory-model: Do not use "herd" to refer to "herd7"Andrea Parri-8/+8
2019-06-19tools/memory-model: Fix comment in MP+poonceonces.litmusAndrea Parri-1/+1
2019-05-28tools/memory-model: Add data-race detectionAlan Stern-1/+51
2019-05-28tools/memory-model: Add definitions of plain and marked accessesAlan Stern-7/+14
2019-05-28tools/memory-model: Prepare for data-race detectionAlan Stern-7/+9