summaryrefslogtreecommitdiff
path: root/Documentation/memory-barriers.txt
AgeCommit message (Expand)AuthorFilesLines
2017-12-05doc: De-emphasize smp_read_barrier_dependsPaul E. McKenney1-2/+5
2017-12-04doc: READ_ONCE() now implies smp_barrier_depends()Paul E. McKenney1-6/+9
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-12/+0
2017-10-24locking/barriers: Kill lockless_dereference()Will Deacon1-12/+0
2017-10-20doc: Rewrite confusing statement about memory barriersGuilherme G. Piccoli1-2/+2
2017-10-20memory-barriers.txt: Fix typo in pairing exampleScott Tsai1-1/+1
2017-10-09memory-barriers: Rework multicopy-atomicity sectionAlan Stern1-28/+30
2017-10-09memory-barriers: Replace uses of "transitive"Paul E. McKenney1-94/+91
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-93/+8
2017-08-17doc: Update memory-barriers.txt for read-to-write dependenciesPaul E. McKenney1-17/+24
2017-08-10locking: Remove smp_mb__before_spinlock()Peter Zijlstra1-4/+1
2017-08-10Documentation/locking/atomic: Add documents for new atomic_t APIsPeter Zijlstra1-89/+7
2017-07-13Merge tag '4.13-fixes' of git://git.lwn.net/linuxLinus Torvalds1-3/+3
2017-07-12memory-barriers.txt: Fix broken link to atomic_ops.txtSeongJae Park1-3/+3
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds1-5/+5
2017-06-24Documentation: atomic_ops.txt is core-api/atomic_ops.rstPalmer Dabbelt1-5/+5
2017-06-08docs: Fix typo in Documentation/memory-barriers.txtStan Drozd1-1/+1
2017-05-11Merge tag 'docs-4.12-2' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2017-05-09docs: update references to the device io bookHelmut Grohne1-2/+2
2017-04-12doc: Update control-dependencies section of memory-barriers.txtpierre Kuo1-1/+1
2017-01-14doc: Update control-dependencies section of memory-barriers.txtPaul E. McKenney1-32/+38
2016-08-12locking/Documentation: Fix a typo of example resultSeongJae Park1-1/+1
2016-08-12locking/Documentation: Fix wrong section referenceSeongJae Park1-1/+1
2016-08-12locking/Documentation: Maintain consistent blank lineSeongJae Park1-0/+1
2016-06-17locking/Documentation: Clarify limited control-dependency scopePaul E. McKenney1-0/+41
2016-04-28locking/Documentation: Clarify that ACQUIRE applies to loads, RELEASE applies...Will Deacon1-0/+5
2016-04-28locking/Documentation: State purpose of memory-barriers.txtDavid Howells1-0/+16
2016-04-28locking/Documentation: Add disclaimerPeter Zijlstra1-1/+17
2016-04-13locking/Documentation: Mention smp_cond_acquire()Davidlohr Bueso1-2/+3
2016-04-13locking/Documentation: Insert white spaces consistentlySeongJae Park1-20/+23
2016-04-13locking/Documentation: Fix formatting inconsistenciesSeongJae Park1-4/+4
2016-04-13locking/Documentation: Add missed subsection in TOCSeongJae Park1-0/+1
2016-04-13locking/Documentation: Fix missed s/lock/acquire renamesSeongJae Park1-7/+7
2016-04-13locking/Documentation: Clarify relationship of barrier() to control dependenciesPaul E. McKenney1-3/+4
2016-03-14documentation: Clarify compiler store-fusion exampleSeongJae Park1-2/+2
2016-03-14documentation: Transitivity is not cumulativityPaul E. McKenney1-1/+1
2016-03-14documentation: Add alternative release-acquire outcomePaul E. McKenney1-0/+4
2016-03-14documentation: Distinguish between local and global transitivityPaul E. McKenney1-2/+76
2016-03-14documentation: Subsequent writes ordered by rcu_dereference()Paul E. McKenney1-0/+24
2016-03-14documentation: Remove obsolete reference to RCU-protected indexesPaul E. McKenney1-15/+0
2016-03-14documentation: Fix memory-barriers.txt section referencesPaul E. McKenney1-2/+2
2016-03-14documentation: Fix control dependency and identical storesPaul E. McKenney1-3/+7
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-5/+23
2016-01-12asm-generic: implement virt_xxx memory barriersMichael S. Tsirkin1-5/+23
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2015-12-05Documentation/memory-barriers.txt: Fix ACCESS_ONCE thinkoChris Metcalf1-4/+4
2015-12-04locking/barriers, arch: Remove ambiguous statement in the smp_store_mb() docu...Davidlohr Bueso1-2/+2
2015-11-03atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds1-32/+22
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+9
2015-10-06documentation: Add lockless_dereference()Paul E. McKenney1-0/+11