aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/memory-barriers.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-03-21doc: fix double wordsMasanari Iida1-1/+1
2014-02-24Documentation/memory-barriers.txt: Clarify release/acquire orderingPaul E. McKenney1-30/+61
2014-02-17Documentation/memory-barriers.txt: Need barriers() for some control dependenciesPaul E. McKenney1-7/+19
2014-02-17Documentation/memory-barriers.txt: Conditional must use prior loadPaul E. McKenney1-1/+2
2014-02-17Documentation/memory-barriers.txt: ACCESS_ONCE() provides cache coherencePaul E. McKenney1-0/+17
2014-01-12locking/doc: Rename LOCK/UNLOCK to ACQUIRE/RELEASEPeter Zijlstra1-116/+121
2013-12-16Documentation/memory-barriers.txt: Downgrade UNLOCK+BLOCKPaul E. McKenney1-15/+69
2013-12-16Documentation/memory-barriers.txt: Document ACCESS_ONCE()Paul E. McKenney1-35/+271
2013-12-16Documentation/memory-barriers.txt: Prohibit speculative writesPeter Zijlstra1-8/+175
2013-12-16Documentation/memory-barriers.txt: Add long atomic examples to memory-barriers.txtPaul E. McKenney1-11/+13
2013-12-16Documentation/memory-barriers.txt: Add needed ACCESS_ONCE() calls to memory-barriers.txtPaul E. McKenney1-80/+126
2013-11-22Documentation/memory-barriers.txt: Fix a typo in the data dependency descriptionIngo Molnar1-21/+21
2013-08-19doc: Fix memory-barrier control-dependency examplePaul E. McKenney1-4/+6
2013-01-08Documentation: Memory barrier semantics of atomic_xchg()Richard Braun1-0/+1
2012-10-23Documentation: Fix memory-barriers.txt examplePaul E. McKenney1-4/+5
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2011-03-04smp: Document transitivity for memory barriers.Paul E. McKenney1-0/+58
2010-03-24Document Linux's circular buffering capabilitiesDavid Howells1-0/+20
2009-04-29sched: Document memory barriers implied by sleep/wake-up primitivesDavid Howells1-1/+128
2008-05-14read_barrier_depends arch fixletsNick Piggin1-1/+11
2008-04-20PCI: doc/pci: create Documentation/PCI/ and move files into itRandy Dunlap1-2/+2
2008-02-23documentation: atomic_add_unless() doesn't imply mb() on failureOleg Nesterov1-1/+1
2007-10-18bitops: introduce lock opsNick Piggin1-2/+12
2007-05-23Documentation/memory-barriers.txt: various fixesJarek Poplawski1-49/+49
2006-11-30Fix typos in /Documentation : 'T''Matt LaPlante1-1/+1
2006-11-08[PATCH] A minor fix for set_mb() in Documentation/memory-barriers.txtOleg Nesterov1-1/+1
2006-10-20[PATCH] fix typo in memory barrier docsPaolo 'Blaisorblade' Giarrusso1-1/+1
2006-10-03Documentation: remove duplicated wordsPaolo Ornati1-1/+1
2006-10-03Fix some typos in Documentation/: 'A'Matt LaPlante1-1/+1
2006-07-14[PATCH] remove set_wmb - doc updateSteven Rostedt1-3/+2
2006-06-30typo fixes: occuring -> occurringAdrian Bunk1-1/+1
2006-06-25[PATCH] Corrections to memory barrier docDavid Howells1-10/+9
2006-06-25[PATCH] Another couple of alterations to the memory barrier docDavid Howells1-5/+10
2006-06-10[PATCH] Further alterations for memory barrier documentDavid Howells1-78/+270
2006-05-15[PATCH] Fix typos in Documentation/memory-barriers.txtAneesh Kumar1-2/+2
2006-04-11[PATCH] Improve data-dependency memory barrier example in documentationDavid Howells1-1/+15
2006-04-11[PATCH] Fix memory barrier docs wrt atomic opsDavid Howells1-19/+33
2006-03-31[PATCH] Document Linux's memory barriers [try #7]David Howells1-0/+1913