index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
memory-barriers.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-08
documentation: Add acquire/release barriers to pairing rules
Paul E. McKenney
1
-4
/
+8
2014-07-08
documentation: Clarify wake-up/memory-barrier relationship
Paul E. McKenney
1
-0
/
+15
2014-06-07
Documentation/memory-barriers.txt: fix important typo re memory barriers
Alexey Dobriyan
1
-2
/
+2
2014-04-18
arch,doc: Convert smp_mb__*()
Peter Zijlstra
1
-31
/
+11
2014-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2014-03-21
doc: fix double words
Masanari Iida
1
-1
/
+1
2014-02-24
Documentation/memory-barriers.txt: Clarify release/acquire ordering
Paul E. McKenney
1
-30
/
+61
2014-02-18
Documentation/memory-barriers.txt: Need barriers() for some control dependencies
Paul E. McKenney
1
-7
/
+19
2014-02-18
Documentation/memory-barriers.txt: Conditional must use prior load
Paul E. McKenney
1
-1
/
+2
2014-02-18
Documentation/memory-barriers.txt: ACCESS_ONCE() provides cache coherence
Paul E. McKenney
1
-0
/
+17
2014-01-12
locking/doc: Rename LOCK/UNLOCK to ACQUIRE/RELEASE
Peter Zijlstra
1
-116
/
+121
2013-12-16
Documentation/memory-barriers.txt: Downgrade UNLOCK+BLOCK
Paul E. McKenney
1
-15
/
+69
2013-12-16
Documentation/memory-barriers.txt: Document ACCESS_ONCE()
Paul E. McKenney
1
-35
/
+271
2013-12-16
Documentation/memory-barriers.txt: Prohibit speculative writes
Peter Zijlstra
1
-8
/
+175
2013-12-16
Documentation/memory-barriers.txt: Add long atomic examples to memory-barrier...
Paul E. McKenney
1
-11
/
+13
2013-12-16
Documentation/memory-barriers.txt: Add needed ACCESS_ONCE() calls to memory-b...
Paul E. McKenney
1
-80
/
+126
2013-11-22
Documentation/memory-barriers.txt: Fix a typo in the data dependency description
Ingo Molnar
1
-21
/
+21
2013-08-20
doc: Fix memory-barrier control-dependency example
Paul E. McKenney
1
-4
/
+6
2013-01-09
Documentation: Memory barrier semantics of atomic_xchg()
Richard Braun
1
-0
/
+1
2012-10-24
Documentation: Fix memory-barriers.txt example
Paul E. McKenney
1
-4
/
+5
2011-09-27
doc: fix broken references
Paul Bolle
1
-1
/
+1
2011-03-04
smp: Document transitivity for memory barriers.
Paul E. McKenney
1
-0
/
+58
2010-03-25
Document Linux's circular buffering capabilities
David Howells
1
-0
/
+20
2009-04-29
sched: Document memory barriers implied by sleep/wake-up primitives
David Howells
1
-1
/
+128
2008-05-14
read_barrier_depends arch fixlets
Nick Piggin
1
-1
/
+11
2008-04-21
PCI: doc/pci: create Documentation/PCI/ and move files into it
Randy Dunlap
1
-2
/
+2
2008-02-24
documentation: atomic_add_unless() doesn't imply mb() on failure
Oleg Nesterov
1
-1
/
+1
2007-10-19
bitops: introduce lock ops
Nick Piggin
1
-2
/
+12
2007-05-24
Documentation/memory-barriers.txt: various fixes
Jarek Poplawski
1
-49
/
+49
2006-11-30
Fix typos in /Documentation : 'T''
Matt LaPlante
1
-1
/
+1
2006-11-09
[PATCH] A minor fix for set_mb() in Documentation/memory-barriers.txt
Oleg Nesterov
1
-1
/
+1
2006-10-20
[PATCH] fix typo in memory barrier docs
Paolo 'Blaisorblade' Giarrusso
1
-1
/
+1
2006-10-04
Documentation: remove duplicated words
Paolo Ornati
1
-1
/
+1
2006-10-04
Fix some typos in Documentation/: 'A'
Matt LaPlante
1
-1
/
+1
2006-07-15
[PATCH] remove set_wmb - doc update
Steven Rostedt
1
-3
/
+2
2006-06-30
typo fixes: occuring -> occurring
Adrian Bunk
1
-1
/
+1
2006-06-25
[PATCH] Corrections to memory barrier doc
David Howells
1
-10
/
+9
2006-06-25
[PATCH] Another couple of alterations to the memory barrier doc
David Howells
1
-5
/
+10
2006-06-10
[PATCH] Further alterations for memory barrier document
David Howells
1
-78
/
+270
2006-05-15
[PATCH] Fix typos in Documentation/memory-barriers.txt
Aneesh Kumar
1
-2
/
+2
2006-04-11
[PATCH] Improve data-dependency memory barrier example in documentation
David Howells
1
-1
/
+15
2006-04-11
[PATCH] Fix memory barrier docs wrt atomic ops
David Howells
1
-19
/
+33
2006-04-01
[PATCH] Document Linux's memory barriers [try #7]
David Howells
1
-0
/
+1913