1. 2040c9c docs/memory-barriers.txt: Remove left-over references to "CACHE COHERENCY" by Akira Yokosawa · 6 months ago
  2. ad94463 doc: Clarify historical disclaimers in memory-barriers.txt by Paul E. McKenney · 1 year, 2 months ago
  3. 1566bf4 docs: memory-barriers: Add note on compiler transformation and address deps by Joel Fernandes (Google) · 1 year, 4 months ago
  4. 289e1c8 locking/memory-barriers.txt: Improve documentation for writel() example by Parav Pandit · 2 years, 2 months ago
  5. 1ab8f24 docs/memory-barriers.txt: Add a missed closing parenthesis by SeongJae Park · 2 years, 2 months ago
  6. f556082 docs/memory-barriers.txt: Fixup long lines by Akira Yokosawa · 2 years, 6 months ago
  7. 203185f docs/memory-barriers.txt: Fix confusing name of 'data dependency barrier' by Akira Yokosawa · 2 years, 6 months ago
  8. ed59dfd asm-generic: Add memory barrier dma_mb() by Kefeng Wang · 2 years, 7 months ago
  9. d5624bb asm-generic: introduce io_stop_wc() and add implementation for ARM64 by Xiongfeng Wang · 3 years ago
  10. d8566f1 docs/memory-barriers.txt: Fix a typo in CPU MEMORY BARRIERS section by Fox Chen · 4 years, 3 months ago
  11. 537f3a7 docs/memory-barriers.txt: Fix references for DMA*.txt files by SeongJae Park · 4 years, 4 months ago
  12. 25d8d4e Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 4 months ago
  13. 8ca924a Documentation/barriers: Remove references to [smp_]read_barrier_depends() by Will Deacon · 5 years ago
  14. 3e79f08 libnvdimm/nvdimm/flush: Allow architecture to override the flush barrier by Aneesh Kumar K.V · 4 years, 6 months ago
  15. 72ef5e5 docs: fix broken references to text files by Mauro Carvalho Chehab · 4 years, 8 months ago
  16. 8149b5c Documentation/memory-barriers: Fix typos by SeongJae Park · 4 years, 11 months ago
  17. 39323c6 smp_mb__{before,after}_atomic(): update Documentation by Manfred Spraul · 4 years, 11 months ago
  18. a897b13 docs/memory-barriers.txt: Remove remaining references to mmiowb() by SeongJae Park · 5 years ago
  19. bff9e34 docs: fix broken doc references due to renames by Mauro Carvalho Chehab · 5 years ago
  20. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  21. b640fba docs: pci: fix broken links due to conversion from pci.txt to pci.rst by Mauro Carvalho Chehab · 6 years ago
  22. 714b690 doc: Remove ".vnet" from paulmck email addresses by Paul E. McKenney · 6 years ago
  23. 9726840 docs/memory-barriers.txt: Update I/O section to be clearer about CPU vs thread by Will Deacon · 6 years ago
  24. 0cde62a docs/memory-barriers.txt: Fix style, spacing and grammar in I/O section by Will Deacon · 6 years ago
  25. 9155303 Documentation: Kill all references to mmiowb() by Will Deacon · 6 years ago
  26. 4614bbd docs/memory-barriers.txt: Rewrite "KERNEL I/O BARRIER EFFECTS" section by Will Deacon · 6 years ago
  27. 806654a Documentation: Use "while" instead of "whilst" by Will Deacon · 6 years ago
  28. 2f359c7 locking/memory-barriers: Replace smp_cond_acquire() with smp_cond_load_acquire() by Andrea Parri · 6 years ago
  29. 7696f99 sched/Documentation: Update wake_up() & co. memory-barrier guarantees by Andrea Parri · 6 years ago
  30. 92400b8 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  31. 5846581 locking/memory-barriers.txt: Fix broken DMA vs. MMIO ordering example by Will Deacon · 7 years ago
  32. d8a121e docs: core-api: add circular-buffers documentation by Mauro Carvalho Chehab · 7 years ago
  33. de0f51e docs: core-api: add cachetlb documentation by Mauro Carvalho Chehab · 7 years ago
  34. f28f086 locking/memory-barriers: De-emphasize smp_read_barrier_depends() some more by Paul E. McKenney · 7 years ago
  35. 51de788 memory-barriers: Fix description of data dependency barriers by Nikolay Borisov · 7 years ago
  36. 621df43 Documentation/memory-barriers.txt: Cross-reference "tools/memory-model/" by Andrea Parri · 7 years ago
  37. 9ad3c14 doc: De-emphasize smp_read_barrier_depends by Paul E. McKenney · 7 years ago
  38. 4055594 doc: READ_ONCE() now implies smp_barrier_depends() by Paul E. McKenney · 7 years ago
  39. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  40. 59ecbbe locking/barriers: Kill lockless_dereference() by Will Deacon · 7 years ago
  41. 5692fcc doc: Rewrite confusing statement about memory barriers by Guilherme G. Piccoli · 7 years ago
  42. d92f842 memory-barriers.txt: Fix typo in pairing example by Scott Tsai · 7 years ago
  43. 0902b1f memory-barriers: Rework multicopy-atomicity section by Alan Stern · 7 years ago
  44. f1ab25a memory-barriers: Replace uses of "transitive" by Paul E. McKenney · 7 years ago
  45. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  46. 66ce3a4 doc: Update memory-barriers.txt for read-to-write dependencies by Paul E. McKenney · 7 years ago
  47. a9668cd locking: Remove smp_mb__before_spinlock() by Peter Zijlstra · 8 years ago
  48. 706eeb3 Documentation/locking/atomic: Add documents for new atomic_t APIs by Peter Zijlstra · 8 years ago
  49. 954e6e0 Merge tag '4.13-fixes' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  50. 3afadfd memory-barriers.txt: Fix broken link to atomic_ops.txt by SeongJae Park · 7 years ago
  51. 650fc87 Merge tag 'docs-4.13' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  52. f5620df Documentation: atomic_ops.txt is core-api/atomic_ops.rst by Palmer Dabbelt · 7 years ago
  53. 35bdc72 docs: Fix typo in Documentation/memory-barriers.txt by Stan Drozd · 8 years ago
  54. 09d79d1 Merge tag 'docs-4.12-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  55. 0fe397f docs: update references to the device io book by Helmut Grohne · 8 years ago
  56. b26cfc4 doc: Update control-dependencies section of memory-barriers.txt by pierre Kuo · 8 years ago
  57. c8241f8 doc: Update control-dependencies section of memory-barriers.txt by Paul E. McKenney · 8 years ago
  58. 8b9e771 locking/Documentation: Fix a typo of example result by SeongJae Park · 8 years ago
  59. d7cab36 locking/Documentation: Fix wrong section reference by SeongJae Park · 8 years ago
  60. dfeccea locking/Documentation: Maintain consistent blank line by SeongJae Park · 8 years ago
  61. ebff09a locking/Documentation: Clarify limited control-dependency scope by Paul E. McKenney · 9 years ago
  62. 3cfe2e8 locking/Documentation: Clarify that ACQUIRE applies to loads, RELEASE applies to stores by Will Deacon · 9 years ago
  63. 8d4840e locking/Documentation: State purpose of memory-barriers.txt by David Howells · 9 years ago
  64. e7720af5 locking/Documentation: Add disclaimer by Peter Zijlstra · 9 years ago
  65. 787df63 locking/Documentation: Mention smp_cond_acquire() by Davidlohr Bueso · 9 years ago
  66. 0b6fa34 locking/Documentation: Insert white spaces consistently by SeongJae Park · 9 years ago
  67. 3dbf091 locking/Documentation: Fix formatting inconsistencies by SeongJae Park · 9 years ago
  68. 01e1cd6 locking/Documentation: Add missed subsection in TOC by SeongJae Park · 9 years ago
  69. 166bda7 locking/Documentation: Fix missed s/lock/acquire renames by SeongJae Park · 9 years ago
  70. a505265 locking/Documentation: Clarify relationship of barrier() to control dependencies by Paul E. McKenney · 9 years ago
  71. 65f95ff documentation: Clarify compiler store-fusion example by SeongJae Park · 9 years ago
  72. f36fe1e documentation: Transitivity is not cumulativity by Paul E. McKenney · 9 years ago
  73. 37ef034 documentation: Add alternative release-acquire outcome by Paul E. McKenney · 9 years ago
  74. c535cc9 documentation: Distinguish between local and global transitivity by Paul E. McKenney · 9 years ago
  75. 92a84dd documentation: Subsequent writes ordered by rcu_dereference() by Paul E. McKenney · 9 years ago
  76. 0e4bd2a documentation: Remove obsolete reference to RCU-protected indexes by Paul E. McKenney · 9 years ago
  77. 895f554 documentation: Fix memory-barriers.txt section references by Paul E. McKenney · 9 years ago
  78. 7817b79 documentation: Fix control dependency and identical stores by Paul E. McKenney · 9 years ago
  79. a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  80. 6a65d26 asm-generic: implement virt_xxx memory barriers by Michael S. Tsirkin · 9 years ago
  81. 24af98c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  82. f84cfbb Documentation/memory-barriers.txt: Fix ACCESS_ONCE thinko by Chris Metcalf · 9 years ago
  83. 2d142e5 locking/barriers, arch: Remove ambiguous statement in the smp_store_mb() documentation by Davidlohr Bueso · 9 years ago
  84. 105ff3c atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl() by Linus Torvalds · 9 years ago
  85. d63a978 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  86. ad2ad5d documentation: Add lockless_dereference() by Paul E. McKenney · 9 years ago
  87. 2756613 documentation: No acquire/release for RCU readers by Paul E. McKenney · 9 years ago
  88. e3e72ab atomic: Implement atomic_read_ctrl() by Peter Zijlstra · 9 years ago
  89. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  90. 12d560f rcu,locking: Privatize smp_mb__after_unlock_lock() by Paul E. McKenney · 9 years ago
  91. ed2de9f locking/Documentation: Clarify failed cmpxchg() memory ordering semantics by Will Deacon · 9 years ago
  92. 96d7744 doc: Call out smp_mb__after_unlock_lock() transitivity by Paul E. McKenney · 9 years ago
  93. 9af194c documentation: Replace ACCESS_ONCE() by READ_ONCE() and WRITE_ONCE() by Paul E. McKenney · 9 years ago
  94. 57aecae documentation: Fix variable-name typo in memory-barriers.txt by Paul E. McKenney · 10 years ago
  95. 1bf7067 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  96. 0868aa2 Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', 'hotplug.2015.05.27a', 'init.2015.05.27a', 'tiny.2015.05.27a' and 'torture.2015.05.27a' into HEAD by Paul E. McKenney · 10 years ago
  97. 5af4692 smp: Make control dependencies work on Alpha, improve documentation by Paul E. McKenney · 10 years ago
  98. d956028 documentation: memory-barriers: Fix smp_mb__before_spinlock() semantics by Will Deacon · 10 years ago
  99. b92b8b3 locking/arch: Rename set_mb() to smp_store_mb() by Peter Zijlstra · 10 years ago
  100. d6a24d0 Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 10 years ago