index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
memory-barriers.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs/memory-barriers.txt: Fixup long lines
Akira Yokosawa
2022-08-31
1
-46
/
+47
*
docs/memory-barriers.txt: Fix confusing name of 'data dependency barrier'
Akira Yokosawa
2022-08-31
1
-52
/
+64
*
asm-generic: Add memory barrier dma_mb()
Kefeng Wang
2022-06-23
1
-5
/
+6
*
asm-generic: introduce io_stop_wc() and add implementation for ARM64
Xiongfeng Wang
2021-12-22
1
-0
/
+8
*
docs/memory-barriers.txt: Fix a typo in CPU MEMORY BARRIERS section
Fox Chen
2020-11-06
1
-1
/
+1
*
docs/memory-barriers.txt: Fix references for DMA*.txt files
SeongJae Park
2020-08-31
1
-4
/
+4
*
Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-08-07
1
-0
/
+14
|
\
|
*
libnvdimm/nvdimm/flush: Allow architecture to override the flush barrier
Aneesh Kumar K.V
2020-07-16
1
-0
/
+14
*
|
Documentation/barriers: Remove references to [smp_]read_barrier_depends()
Will Deacon
2020-07-21
1
-148
/
+8
|
/
*
docs: fix broken references to text files
Mauro Carvalho Chehab
2020-04-20
1
-1
/
+1
*
Documentation/memory-barriers: Fix typos
SeongJae Park
2020-02-27
1
-4
/
+4
*
smp_mb__{before,after}_atomic(): update Documentation
Manfred Spraul
2020-02-04
1
-6
/
+10
*
docs/memory-barriers.txt: Remove remaining references to mmiowb()
SeongJae Park
2019-11-22
1
-8
/
+3
*
docs: fix broken doc references due to renames
Mauro Carvalho Chehab
2019-07-17
1
-1
/
+1
*
Merge tag 'docs-5.3' of git://git.lwn.net/linux
Linus Torvalds
2019-07-09
1
-1
/
+1
|
\
|
*
docs: pci: fix broken links due to conversion from pci.txt to pci.rst
Mauro Carvalho Chehab
2019-06-08
1
-1
/
+1
*
|
doc: Remove ".vnet" from paulmck email addresses
Paul E. McKenney
2019-05-28
1
-1
/
+1
|
/
*
docs/memory-barriers.txt: Update I/O section to be clearer about CPU vs thread
Will Deacon
2019-04-23
1
-27
/
+40
*
docs/memory-barriers.txt: Fix style, spacing and grammar in I/O section
Will Deacon
2019-04-11
1
-58
/
+66
*
Documentation: Kill all references to mmiowb()
Will Deacon
2019-04-08
1
-99
/
+4
*
docs/memory-barriers.txt: Rewrite "KERNEL I/O BARRIER EFFECTS" section
Will Deacon
2019-04-08
1
-45
/
+70
*
Documentation: Use "while" instead of "whilst"
Will Deacon
2018-11-20
1
-11
/
+11
*
locking/memory-barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()
Andrea Parri
2018-10-02
1
-2
/
+1
*
sched/Documentation: Update wake_up() & co. memory-barrier guarantees
Andrea Parri
2018-07-17
1
-16
/
+27
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-06-04
1
-8
/
+9
|
\
|
*
locking/memory-barriers.txt: Fix broken DMA vs. MMIO ordering example
Will Deacon
2018-05-15
1
-8
/
+9
*
|
docs: core-api: add circular-buffers documentation
Mauro Carvalho Chehab
2018-05-08
1
-1
/
+1
*
|
docs: core-api: add cachetlb documentation
Mauro Carvalho Chehab
2018-05-08
1
-1
/
+1
|
/
*
locking/memory-barriers: De-emphasize smp_read_barrier_depends() some more
Paul E. McKenney
2018-03-10
1
-8
/
+18
*
memory-barriers: Fix description of data dependency barriers
Nikolay Borisov
2018-02-21
1
-1
/
+1
*
Documentation/memory-barriers.txt: Cross-reference "tools/memory-model/"
Andrea Parri
2018-02-21
1
-1
/
+5
*
doc: De-emphasize smp_read_barrier_depends
Paul E. McKenney
2017-12-05
1
-2
/
+5
*
doc: READ_ONCE() now implies smp_barrier_depends()
Paul E. McKenney
2017-12-04
1
-6
/
+9
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-11-13
1
-12
/
+0
|
\
|
*
locking/barriers: Kill lockless_dereference()
Will Deacon
2017-10-24
1
-12
/
+0
*
|
doc: Rewrite confusing statement about memory barriers
Guilherme G. Piccoli
2017-10-20
1
-2
/
+2
*
|
memory-barriers.txt: Fix typo in pairing example
Scott Tsai
2017-10-20
1
-1
/
+1
*
|
memory-barriers: Rework multicopy-atomicity section
Alan Stern
2017-10-09
1
-28
/
+30
*
|
memory-barriers: Replace uses of "transitive"
Paul E. McKenney
2017-10-09
1
-94
/
+91
|
/
*
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-09-04
1
-93
/
+8
|
\
|
*
locking: Remove smp_mb__before_spinlock()
Peter Zijlstra
2017-08-10
1
-4
/
+1
|
*
Documentation/locking/atomic: Add documents for new atomic_t APIs
Peter Zijlstra
2017-08-10
1
-89
/
+7
*
|
doc: Update memory-barriers.txt for read-to-write dependencies
Paul E. McKenney
2017-08-17
1
-17
/
+24
|
/
*
Merge tag '4.13-fixes' of git://git.lwn.net/linux
Linus Torvalds
2017-07-13
1
-3
/
+3
|
\
|
*
memory-barriers.txt: Fix broken link to atomic_ops.txt
SeongJae Park
2017-07-12
1
-3
/
+3
*
|
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
2017-07-03
1
-5
/
+5
|
\
|
|
*
Documentation: atomic_ops.txt is core-api/atomic_ops.rst
Palmer Dabbelt
2017-06-24
1
-5
/
+5
*
|
docs: Fix typo in Documentation/memory-barriers.txt
Stan Drozd
2017-06-08
1
-1
/
+1
|
/
*
Merge tag 'docs-4.12-2' of git://git.lwn.net/linux
Linus Torvalds
2017-05-11
1
-2
/
+2
|
\
|
*
docs: update references to the device io book
Helmut Grohne
2017-05-09
1
-2
/
+2
[next]