aboutsummaryrefslogtreecommitdiffstats
path: root/tools/memory-model (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31tools/memory-model: Clarify LKMM's limitations in litmus-tests.txtPaul Heidekrüger1-10/+27
2022-05-03tools/memory-model/README: Update klitmus7 compat tableAkira Yokosawa1-1/+2
2022-02-01tools/memory-model: Explain syntactic and semantic dependenciesAlan Stern1-0/+51
2021-11-30tools/memory-model: litmus: Add two tests for unlock(A)+lock(B) orderingBoqun Feng3-0/+76
2021-11-30tools/memory-model: doc: Describe the requirement of the litmus-tests directoryBoqun Feng1-0/+12
2021-11-30tools/memory-model: Provide extra ordering for unlock+lock pair on the same CPUBoqun Feng2-22/+28
2021-07-27tools/memory-model: Document data_race(READ_ONCE())Paul E. McKenney1-14/+35
2021-07-27tools/memory-model: Heuristics using data_race() must handle all valuesManfred Spraul1-0/+5
2021-07-27tools/memory-model: Add example for heuristic lockless readsPaul E. McKenney1-0/+93
2021-07-20tools/memory-model: Make read_foo_diagnostic() more clearly diagnosticPaul E. McKenney1-2/+2
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