index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
memory-model
/
Documentation
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-23
tools/memory-model/Documentation: Fix SRCU section in explanation.txt
Uladzislau Rezki (Sony)
1
-1
/
+1
2025-04-22
tools/memory-model: docs/references: Remove broken link to imgtec.com
Akira Yokosawa
1
-2
/
+1
2025-04-22
tools/memory-model: docs/ordering: Fix trivial typos
Akira Yokosawa
1
-11
/
+11
2025-04-22
tools/memory-model: docs/simple.txt: Fix trivial typos
Akira Yokosawa
1
-2
/
+2
2025-04-22
tools/memory-model: docs/README: Update introduction of locking.txt
Akira Yokosawa
3
-2
/
+14
2025-02-25
tools/memory-model: glossary.txt: Fix indents
Akira Yokosawa
1
-16
/
+16
2025-02-25
tools/memory-model: Distinguish between syntactic and semantic tags
Jonas Oberhauser
1
-22
/
+22
2025-02-25
tools/memory-model: Switch to softcoded herd7 tags
Jonas Oberhauser
1
-12
/
+15
2024-09-13
tools/memory-model: simple.txt: Fix stale reference to recipes-pairs.txt
Akira Yokosawa
1
-1
/
+1
2024-09-13
tools/memory-model: Add locking.txt and glossary.txt to README
Akira Yokosawa
1
-0
/
+17
2024-09-13
tools/memory-model: Document herd7 (abstract) representation
Andrea Parri
2
-1
/
+116
2024-07-15
Merge tag 'kcsan.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+23
2024-06-06
tools/memory-model: Add access-marking.txt to README
Paul E. McKenney
1
-0
/
+4
2024-06-06
tools/memory-model: Add KCSAN LF mentorship session citation
Paul E. McKenney
1
-3
/
+7
2024-05-30
kcsan: Add example to data_race() kerneldoc header
Paul E. McKenney
1
-1
/
+23
2023-04-24
Merge tag 'lkmm-scripting.2023.04.07a' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-26
/
+299
2023-03-24
tools/memory-model: Remove out-of-date SRCU documentation
Andrea Parri
1
-26
/
+1
2023-03-24
tools/memory-model: Document locking corner cases
Paul E. McKenney
1
-0
/
+298
2023-03-22
tools/memory-model: Add documentation about SRCU read-side critical sections
Alan Stern
1
-11
/
+167
2023-01-03
tools: memory-model: Make plain accesses carry dependencies
Jonas Oberhauser
1
-1
/
+8
2023-01-03
tools: memory-model: Add rmw-sequences to the LKMM
Alan Stern
1
-0
/
+30
2022-10-18
tools/memory-model: Weaken ctrl dependency definition in explanation.txt
Paul Heidekrüger
1
-3
/
+4
2022-08-31
tools/memory-model: Clarify LKMM's limitations in litmus-tests.txt
Paul Heidekrüger
1
-10
/
+27
2022-02-01
tools/memory-model: Explain syntactic and semantic dependencies
Alan Stern
1
-0
/
+51
2021-11-30
tools/memory-model: Provide extra ordering for unlock+lock pair on the same CPU
Boqun Feng
1
-19
/
+25
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: Tie acquire loads to reads-from
Paul E. McKenney
1
-3
/
+9
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
1
-0
/
+59
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
2
-2
/
+277
2020-09-03
tools/memory-model: Improve litmus-test documentation
Paul E. McKenney
1
-0
/
+1070
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
3
-41
/
+65
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: Fix reference to litmus test in recipes.txt
Akira Yokosawa
1
-1
/
+1
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
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
[next]