index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
memory-model
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/memory-model: Expand the cheatsheet.txt notion of relaxed
Paul E. McKenney
2020-09-04
1
-14
/
+19
*
tools/memory-model: Add a simple entry point document
Paul E. McKenney
2020-09-03
3
-2
/
+282
*
tools/memory-model: Improve litmus-test documentation
Paul E. McKenney
2020-09-03
2
-117
/
+1108
*
tools/memory-model: Update recipes.txt prime_numbers.c path
Paul E. McKenney
2020-09-03
1
-2
/
+2
*
Replace HTTP links with HTTPS ones: LKMM
Alexander A. Klimov
2020-09-03
1
-1
/
+1
*
Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-08-03
4
-46
/
+100
|
\
|
*
tools/memory-model/README: Mention herdtools7 7.56 in compatibility table
Akira Yokosawa
2020-06-29
1
-1
/
+1
|
*
tools/memory-model/README: Expand dependency of klitmus7
Akira Yokosawa
2020-06-29
1
-2
/
+28
|
*
tools/memory-model: Fix reference to litmus test in recipes.txt
Akira Yokosawa
2020-06-29
1
-1
/
+1
|
*
tools/memory-model: Add an exception for limitations on _unless() family
Boqun Feng
2020-06-29
1
-3
/
+7
|
*
tools/memory-model: Fix "conflict" definition
Marco Elver
2020-06-29
1
-38
/
+45
|
*
tools/memory-model: Add recent references
Paul E. McKenney
2020-06-29
1
-2
/
+19
*
|
tools/memory-model: Remove smp_read_barrier_depends() from informal doc
Will Deacon
2020-07-21
1
-14
/
+12
|
/
*
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
2
-0
/
+2
*
tools/memory-model/Documentation: Add plain accesses and data races to explan...
Alan Stern
2019-10-05
1
-5
/
+534
*
tools/memory-model/Documentation: Put redefinition of rcu-fence into explanat...
Alan Stern
2019-10-05
1
-17
/
+36
*
tools/memory-model/Documentation: Fix typos in explanation.txt
Alan Stern
2019-10-05
1
-5
/
+5
*
tools/memory-model: Fix data race detection for unordered store and load
Alan Stern
2019-10-05
1
-1
/
+1
*
tools/memory-model: Update the informal documentation
Andrea Parri
2019-08-09
2
-35
/
+30
*
tools/memory-model: Use cumul-fence instead of fence in ->prop example
Joel Fernandes (Google)
2019-08-09
1
-3
/
+3
*
tools/memory-model: Make scripts be executable
Paul E. McKenney
2019-08-01
8
-0
/
+0
*
tools/memory-model: Improve data-race detection
Alan Stern
2019-06-24
1
-3
/
+5
*
tools/memory-model: Change definition of rcu-fence
Alan Stern
2019-06-21
1
-10
/
+13
*
tools/memory-model: Expand definition of barrier
Alan Stern
2019-06-21
1
-1
/
+2
*
tools/memory-model: Do not use "herd" to refer to "herd7"
Andrea Parri
2019-06-19
7
-8
/
+8
*
tools/memory-model: Fix comment in MP+poonceonces.litmus
Andrea Parri
2019-06-19
1
-1
/
+1
*
tools/memory-model: Add data-race detection
Alan Stern
2019-05-28
3
-1
/
+51
*
tools/memory-model: Add definitions of plain and marked accesses
Alan Stern
2019-05-28
2
-7
/
+14
*
tools/memory-model: Prepare for data-race detection
Alan Stern
2019-05-28
1
-7
/
+9
*
tools/memory-model: Add support for synchronize_srcu_expedited()
Paul E. McKenney
2019-04-04
1
-0
/
+1
*
tools/memory-model: Avoid duplicating herdtools versions
Andrea Parri
2019-03-18
3
-7
/
+6
*
tools/memory-model: Dynamically check SRCU lock-to-unlock matching
Luc Maranget
2019-03-18
3
-1
/
+6
*
tools/memory-model: Update Documentation/explanation.txt to include SRCU support
Alan Stern
2019-03-18
1
-137
/
+152
*
tools/memory-model: Update README for addition of SRCU
Paul E. McKenney
2019-03-18
1
-2
/
+23
*
tools/memory-model: Add SRCU support
Alan Stern
2019-03-18
3
-4
/
+44
*
tools/memory-model: Refactor some RCU relations
Alan Stern
2019-03-18
1
-10
/
+15
*
tools/memory-model: Rename some RCU relations
Alan Stern
2019-03-18
2
-11
/
+8
*
tools/memory-model: Make scripts take "-j" abbreviation for "--jobs"
Paul E. McKenney
2019-01-21
1
-2
/
+12
*
tools/memory-model: Add scripts to check github litmus tests
Paul E. McKenney
2019-01-21
13
-93
/
+739
*
tools/memory-model: Model smp_mb__after_unlock_lock()
Andrea Parri
2019-01-21
3
-2
/
+6
*
tools/memory-model: Add more LKMM limitations
Paul E. McKenney
2018-10-02
1
-0
/
+39
*
tools/memory-model: Fix a README typo
SeongJae Park
2018-10-02
1
-1
/
+1
*
tools/memory-model: Add extra ordering for locks and remove it for ordinary r...
Alan Stern
2018-10-02
3
-51
/
+150
*
tools/memory-model: Add litmus-test naming scheme
Paul E. McKenney
2018-10-02
1
-2
/
+102
*
tools/memory-model: Rename litmus tests to comply to norm7
Andrea Parri
2018-07-17
11
-30
/
+30
*
tools/memory-model/Documentation: Fix typo, smb->smp
Yauheni Kaliuta
2018-07-17
1
-1
/
+1
*
tools/memory-model: Make scripts executable
Paul E. McKenney
2018-07-17
2
-2
/
+2
*
tools/memory-model: Remove ACCESS_ONCE() from model
Mark Rutland
2018-07-17
1
-1
/
+1
*
tools/memory-model: Remove ACCESS_ONCE() from recipes
Mark Rutland
2018-07-17
1
-2
/
+2
*
tools/memory-model: Fix ISA2+pooncelock+pooncelock+pombonce name
Paul E. McKenney
2018-07-17
1
-1
/
+1
[next]