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
2021-11-30
tools/memory-model: litmus: Add two tests for unlock(A)+lock(B) ordering
Boqun Feng
3
-0
/
+76
2021-11-30
tools/memory-model: doc: Describe the requirement of the litmus-tests directory
Boqun Feng
1
-0
/
+12
2021-11-30
tools/memory-model: Provide extra ordering for unlock+lock pair on the same CPU
Boqun Feng
2
-22
/
+28
2021-07-27
tools/memory-model: Document data_race(READ_ONCE())
Paul E. McKenney
1
-14
/
+35
2021-07-27
tools/memory-model: Heuristics using data_race() must handle all values
Manfred Spraul
1
-0
/
+5
2021-07-27
tools/memory-model: Add example for heuristic lockless reads
Paul E. McKenney
1
-0
/
+93
2021-07-20
tools/memory-model: Make read_foo_diagnostic() more clearly diagnostic
Paul E. McKenney
1
-2
/
+2
2021-05-10
tools/memory-model: Fix smp_mb__after_spinlock() spelling
Björn Töpel
1
-1
/
+1
2021-03-15
tools/memory-model: Add access-marking documentation
Paul E. McKenney
1
-0
/
+479
2021-03-08
tools/memory-model: Remove reference to atomic_ops.rst
Akira Yokosawa
1
-1
/
+0
2021-03-08
doc: Update rcu_dereference.rst reference
Mauro Carvalho Chehab
1
-1
/
+1
2021-01-04
tools/memory-model: Fix typo in klitmus7 compatibility table
Akira Yokosawa
1
-1
/
+1
2021-01-04
tools/memory-model: Remove redundant initialization in litmus tests
Akira Yokosawa
32
-134
/
+32
2021-01-04
tools/memory-model: Tie acquire loads to reads-from
Paul E. McKenney
1
-3
/
+9
2020-11-06
tools/memory-model: Label MP tests' producers and consumers
Paul E. McKenney
8
-24
/
+24
2020-11-06
tools/memory-model: Use "buf" and "flag" for message-passing tests
Paul E. McKenney
6
-46
/
+46
2020-11-06
tools/memory-model: Add types to litmus tests
Paul E. McKenney
32
-31
/
+130
2020-11-06
tools/memory-model: Add a glossary of LKMM terms
Paul E. McKenney
1
-0
/
+172
2020-11-06
tools/memory-model: Document categories of ordering primitives
Paul E. McKenney
3
-0
/
+831
2020-10-26
tools/memory-model: Move Documentation description to Documentation/README
Paul E. McKenney
2
-20
/
+61
2020-10-26
tools: memory-model: Document that the LKMM can easily miss control dependencies
Alan Stern
1
-0
/
+17
2020-09-04
tools/memory-model: Expand the cheatsheet.txt notion of relaxed
Paul E. McKenney
1
-14
/
+19
2020-09-03
tools/memory-model: Add a simple entry point document
Paul E. McKenney
3
-2
/
+282
2020-09-03
tools/memory-model: Improve litmus-test documentation
Paul E. McKenney
2
-117
/
+1108
2020-09-03
tools/memory-model: Update recipes.txt prime_numbers.c path
Paul E. McKenney
1
-2
/
+2
2020-09-03
Replace HTTP links with HTTPS ones: LKMM
Alexander A. Klimov
1
-1
/
+1
2020-08-03
Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-46
/
+100
2020-07-21
tools/memory-model: Remove smp_read_barrier_depends() from informal doc
Will Deacon
1
-14
/
+12
2020-06-29
tools/memory-model/README: Mention herdtools7 7.56 in compatibility table
Akira Yokosawa
1
-1
/
+1
2020-06-29
tools/memory-model/README: Expand dependency of klitmus7
Akira Yokosawa
1
-2
/
+28
2020-06-29
tools/memory-model: Fix reference to litmus test in recipes.txt
Akira Yokosawa
1
-1
/
+1
2020-06-29
tools/memory-model: Add an exception for limitations on _unless() family
Boqun Feng
1
-3
/
+7
2020-06-29
tools/memory-model: Fix "conflict" definition
Marco Elver
1
-38
/
+45
2020-06-29
tools/memory-model: Add recent references
Paul E. McKenney
1
-2
/
+19
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
[next]