aboutsummaryrefslogtreecommitdiffstats
path: root/tools/memory-model (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-18tools/memory-model: Rename some RCU relationsAlan Stern2-11/+8
2019-01-21tools/memory-model: Make scripts take "-j" abbreviation for "--jobs"Paul E. McKenney1-2/+12
2019-01-21tools/memory-model: Add scripts to check github litmus testsPaul E. McKenney13-93/+739
2019-01-21tools/memory-model: Model smp_mb__after_unlock_lock()Andrea Parri3-2/+6
2018-10-02tools/memory-model: Add more LKMM limitationsPaul E. McKenney1-0/+39
2018-10-02tools/memory-model: Fix a README typoSeongJae Park1-1/+1
2018-10-02tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquireAlan Stern3-51/+150
2018-10-02tools/memory-model: Add litmus-test naming schemePaul E. McKenney1-2/+102
2018-07-17tools/memory-model: Rename litmus tests to comply to norm7Andrea Parri11-30/+30
2018-07-17tools/memory-model/Documentation: Fix typo, smb->smpYauheni Kaliuta1-1/+1
2018-07-17tools/memory-model: Make scripts executablePaul E. McKenney2-2/+2
2018-07-17tools/memory-model: Remove ACCESS_ONCE() from modelMark Rutland1-1/+1
2018-07-17tools/memory-model: Remove ACCESS_ONCE() from recipesMark Rutland1-2/+2
2018-07-17tools/memory-model: Fix ISA2+pooncelock+pooncelock+pombonce namePaul E. McKenney1-1/+1
2018-07-17tools/memory-model: Add litmus test for full multicopy atomicityPaul E. McKenney2-0/+41
2018-05-15tools/memory-model: Add reference for 'Simplifying ARM concurrency'Andrea Parri1-0/+6
2018-05-15tools/memory-model: Update ASPLOS informationAndrea Parri4-11/+12
2018-05-15tools/memory-model: Fix coding style in 'lock.cat'Andrea Parri1-14/+14
2018-05-15tools/memory-model: Remove out-of-date comments and code from lock.catAlan Stern1-9/+6
2018-05-15tools/memory-model: Improve mixed-access checking in lock.catAlan Stern1-11/+11
2018-05-15tools/memory-model: Improve comments in lock.catAlan Stern1-15/+36
2018-05-15tools/memory-model: Remove duplicated code from lock.catAlan Stern1-22/+6
2018-05-15tools/memory-model: Flag "cumulativity" and "propagation" testsPaul E. McKenney3-5/+10
2018-05-15tools/memory-model: Add model support for spin_is_locked()Luc Maranget5-4/+129
2018-05-15tools/memory-model: Add scripts to test memory modelPaul E. McKenney3-0/+160
2018-05-15tools/memory-model: Fix coding style in 'linux-kernel.def'Andrea Parri1-14/+14
2018-05-15tools/memory-model: Model 'smp_store_mb()'Andrea Parri1-0/+1
2018-05-15tools/memory-order: Update the cheat-sheet to show that smp_mb__after_atomic() orders later RMW operationsPaul E. McKenney1-1/+1