summaryrefslogtreecommitdiff
path: root/Documentation/memory-barriers.txt
AgeCommit message (Expand)Author
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-10-24locking/barriers: Kill lockless_dereference()Will Deacon
2017-10-20doc: Rewrite confusing statement about memory barriersGuilherme G. Piccoli
2017-10-20memory-barriers.txt: Fix typo in pairing exampleScott Tsai
2017-10-09memory-barriers: Rework multicopy-atomicity sectionAlan Stern
2017-10-09memory-barriers: Replace uses of "transitive"Paul E. McKenney
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-08-17doc: Update memory-barriers.txt for read-to-write dependenciesPaul E. McKenney
2017-08-10locking: Remove smp_mb__before_spinlock()Peter Zijlstra
2017-08-10Documentation/locking/atomic: Add documents for new atomic_t APIsPeter Zijlstra
2017-07-13Merge tag '4.13-fixes' of git://git.lwn.net/linuxLinus Torvalds
2017-07-12memory-barriers.txt: Fix broken link to atomic_ops.txtSeongJae Park
2017-07-03Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds
2017-06-24Documentation: atomic_ops.txt is core-api/atomic_ops.rstPalmer Dabbelt
2017-06-08docs: Fix typo in Documentation/memory-barriers.txtStan Drozd
2017-05-11Merge tag 'docs-4.12-2' of git://git.lwn.net/linuxLinus Torvalds
2017-05-09docs: update references to the device io bookHelmut Grohne
2017-04-12doc: Update control-dependencies section of memory-barriers.txtpierre Kuo
2017-01-14doc: Update control-dependencies section of memory-barriers.txtPaul E. McKenney
2016-08-12locking/Documentation: Fix a typo of example resultSeongJae Park
2016-08-12locking/Documentation: Fix wrong section referenceSeongJae Park
2016-08-12locking/Documentation: Maintain consistent blank lineSeongJae Park
2016-06-17locking/Documentation: Clarify limited control-dependency scopePaul E. McKenney
2016-04-28locking/Documentation: Clarify that ACQUIRE applies to loads, RELEASE applies...Will Deacon
2016-04-28locking/Documentation: State purpose of memory-barriers.txtDavid Howells
2016-04-28locking/Documentation: Add disclaimerPeter Zijlstra
2016-04-13locking/Documentation: Mention smp_cond_acquire()Davidlohr Bueso
2016-04-13locking/Documentation: Insert white spaces consistentlySeongJae Park
2016-04-13locking/Documentation: Fix formatting inconsistenciesSeongJae Park
2016-04-13locking/Documentation: Add missed subsection in TOCSeongJae Park
2016-04-13locking/Documentation: Fix missed s/lock/acquire renamesSeongJae Park
2016-04-13locking/Documentation: Clarify relationship of barrier() to control dependenciesPaul E. McKenney
2016-03-14documentation: Clarify compiler store-fusion exampleSeongJae Park
2016-03-14documentation: Transitivity is not cumulativityPaul E. McKenney
2016-03-14documentation: Add alternative release-acquire outcomePaul E. McKenney
2016-03-14documentation: Distinguish between local and global transitivityPaul E. McKenney
2016-03-14documentation: Subsequent writes ordered by rcu_dereference()Paul E. McKenney
2016-03-14documentation: Remove obsolete reference to RCU-protected indexesPaul E. McKenney
2016-03-14documentation: Fix memory-barriers.txt section referencesPaul E. McKenney
2016-03-14documentation: Fix control dependency and identical storesPaul E. McKenney
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-01-12asm-generic: implement virt_xxx memory barriersMichael S. Tsirkin
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-12-05Documentation/memory-barriers.txt: Fix ACCESS_ONCE thinkoChris Metcalf
2015-12-04locking/barriers, arch: Remove ambiguous statement in the smp_store_mb() docu...Davidlohr Bueso
2015-11-03atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds
2015-11-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-10-06documentation: Add lockless_dereference()Paul E. McKenney
2015-10-06documentation: No acquire/release for RCU readersPaul E. McKenney
2015-09-23atomic: Implement atomic_read_ctrl()Peter Zijlstra