summaryrefslogtreecommitdiffstats
path: root/Documentation/memory-barriers.txt
AgeCommit message (Expand)Author
2020-02-27Documentation/memory-barriers: Fix typosSeongJae Park
2020-02-04smp_mb__{before,after}_atomic(): update DocumentationManfred Spraul
2019-11-22docs/memory-barriers.txt: Remove remaining references to mmiowb()SeongJae Park
2019-07-17docs: fix broken doc references due to renamesMauro Carvalho Chehab
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-06-08docs: pci: fix broken links due to conversion from pci.txt to pci.rstMauro Carvalho Chehab
2019-05-28doc: Remove ".vnet" from paulmck email addressesPaul E. McKenney
2019-04-23docs/memory-barriers.txt: Update I/O section to be clearer about CPU vs threadWill Deacon
2019-04-11docs/memory-barriers.txt: Fix style, spacing and grammar in I/O sectionWill Deacon
2019-04-08Documentation: Kill all references to mmiowb()Will Deacon
2019-04-08docs/memory-barriers.txt: Rewrite "KERNEL I/O BARRIER EFFECTS" sectionWill Deacon
2018-11-20Documentation: Use "while" instead of "whilst"Will Deacon
2018-10-02locking/memory-barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Andrea Parri
2018-07-17sched/Documentation: Update wake_up() & co. memory-barrier guaranteesAndrea Parri
2018-06-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-05-15locking/memory-barriers.txt: Fix broken DMA vs. MMIO ordering exampleWill Deacon
2018-05-08docs: core-api: add circular-buffers documentationMauro Carvalho Chehab
2018-05-08docs: core-api: add cachetlb documentationMauro Carvalho Chehab
2018-03-10locking/memory-barriers: De-emphasize smp_read_barrier_depends() some morePaul E. McKenney
2018-02-21memory-barriers: Fix description of data dependency barriersNikolay Borisov
2018-02-21Documentation/memory-barriers.txt: Cross-reference "tools/memory-model/"Andrea Parri
2017-12-05doc: De-emphasize smp_read_barrier_dependsPaul E. McKenney
2017-12-04doc: READ_ONCE() now implies smp_barrier_depends()Paul E. McKenney
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