index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
memory-model
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
2
-0
/
+2
2019-10-05
tools/memory-model/Documentation: Add plain accesses and data races to explan...
Alan Stern
1
-5
/
+534
2019-10-05
tools/memory-model/Documentation: Put redefinition of rcu-fence into explanat...
Alan Stern
1
-17
/
+36
2019-10-05
tools/memory-model/Documentation: Fix typos in explanation.txt
Alan Stern
1
-5
/
+5
2019-10-05
tools/memory-model: Fix data race detection for unordered store and load
Alan Stern
1
-1
/
+1
2019-08-09
tools/memory-model: Update the informal documentation
Andrea Parri
2
-35
/
+30
2019-08-09
tools/memory-model: Use cumul-fence instead of fence in ->prop example
Joel Fernandes (Google)
1
-3
/
+3
2019-08-01
tools/memory-model: Make scripts be executable
Paul E. McKenney
8
-0
/
+0
2019-06-24
tools/memory-model: Improve data-race detection
Alan Stern
1
-3
/
+5
2019-06-21
tools/memory-model: Change definition of rcu-fence
Alan Stern
1
-10
/
+13
2019-06-21
tools/memory-model: Expand definition of barrier
Alan Stern
1
-1
/
+2
2019-06-19
tools/memory-model: Do not use "herd" to refer to "herd7"
Andrea Parri
7
-8
/
+8
2019-06-19
tools/memory-model: Fix comment in MP+poonceonces.litmus
Andrea Parri
1
-1
/
+1
2019-05-28
tools/memory-model: Add data-race detection
Alan Stern
3
-1
/
+51
2019-05-28
tools/memory-model: Add definitions of plain and marked accesses
Alan Stern
2
-7
/
+14
2019-05-28
tools/memory-model: Prepare for data-race detection
Alan Stern
1
-7
/
+9
2019-04-04
tools/memory-model: Add support for synchronize_srcu_expedited()
Paul E. McKenney
1
-0
/
+1
2019-03-18
tools/memory-model: Avoid duplicating herdtools versions
Andrea Parri
3
-7
/
+6
2019-03-18
tools/memory-model: Dynamically check SRCU lock-to-unlock matching
Luc Maranget
3
-1
/
+6
2019-03-18
tools/memory-model: Update Documentation/explanation.txt to include SRCU support
Alan Stern
1
-137
/
+152
2019-03-18
tools/memory-model: Update README for addition of SRCU
Paul E. McKenney
1
-2
/
+23
2019-03-18
tools/memory-model: Add SRCU support
Alan Stern
3
-4
/
+44
2019-03-18
tools/memory-model: Refactor some RCU relations
Alan Stern
1
-10
/
+15
2019-03-18
tools/memory-model: Rename some RCU relations
Alan Stern
2
-11
/
+8
2019-01-21
tools/memory-model: Make scripts take "-j" abbreviation for "--jobs"
Paul E. McKenney
1
-2
/
+12
2019-01-21
tools/memory-model: Add scripts to check github litmus tests
Paul E. McKenney
13
-93
/
+739
2019-01-21
tools/memory-model: Model smp_mb__after_unlock_lock()
Andrea Parri
3
-2
/
+6
2018-10-02
tools/memory-model: Add more LKMM limitations
Paul E. McKenney
1
-0
/
+39
2018-10-02
tools/memory-model: Fix a README typo
SeongJae Park
1
-1
/
+1
2018-10-02
tools/memory-model: Add extra ordering for locks and remove it for ordinary r...
Alan Stern
3
-51
/
+150
2018-10-02
tools/memory-model: Add litmus-test naming scheme
Paul E. McKenney
1
-2
/
+102
2018-07-17
tools/memory-model: Rename litmus tests to comply to norm7
Andrea Parri
11
-30
/
+30
2018-07-17
tools/memory-model/Documentation: Fix typo, smb->smp
Yauheni Kaliuta
1
-1
/
+1
2018-07-17
tools/memory-model: Make scripts executable
Paul E. McKenney
2
-2
/
+2
2018-07-17
tools/memory-model: Remove ACCESS_ONCE() from model
Mark Rutland
1
-1
/
+1
2018-07-17
tools/memory-model: Remove ACCESS_ONCE() from recipes
Mark Rutland
1
-2
/
+2
2018-07-17
tools/memory-model: Fix ISA2+pooncelock+pooncelock+pombonce name
Paul E. McKenney
1
-1
/
+1
2018-07-17
tools/memory-model: Add litmus test for full multicopy atomicity
Paul E. McKenney
2
-0
/
+41
2018-05-15
tools/memory-model: Add reference for 'Simplifying ARM concurrency'
Andrea Parri
1
-0
/
+6
2018-05-15
tools/memory-model: Update ASPLOS information
Andrea Parri
4
-11
/
+12
2018-05-15
tools/memory-model: Fix coding style in 'lock.cat'
Andrea Parri
1
-14
/
+14
2018-05-15
tools/memory-model: Remove out-of-date comments and code from lock.cat
Alan Stern
1
-9
/
+6
2018-05-15
tools/memory-model: Improve mixed-access checking in lock.cat
Alan Stern
1
-11
/
+11
2018-05-15
tools/memory-model: Improve comments in lock.cat
Alan Stern
1
-15
/
+36
2018-05-15
tools/memory-model: Remove duplicated code from lock.cat
Alan Stern
1
-22
/
+6
2018-05-15
tools/memory-model: Flag "cumulativity" and "propagation" tests
Paul E. McKenney
3
-5
/
+10
2018-05-15
tools/memory-model: Add model support for spin_is_locked()
Luc Maranget
5
-4
/
+129
2018-05-15
tools/memory-model: Add scripts to test memory model
Paul E. McKenney
3
-0
/
+160
2018-05-15
tools/memory-model: Fix coding style in 'linux-kernel.def'
Andrea Parri
1
-14
/
+14
2018-05-15
tools/memory-model: Model 'smp_store_mb()'
Andrea Parri
1
-0
/
+1
[next]