| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-04-03 | 1 | -1/+1 |
|\ |
|
| * | doc: fix double words | Masanari Iida | 2014-03-21 | 1 | -1/+1 |
* | | Documentation/memory-barriers.txt: Clarify release/acquire ordering | Paul E. McKenney | 2014-02-24 | 1 | -30/+61 |
* | | Documentation/memory-barriers.txt: Need barriers() for some control dependencies | Paul E. McKenney | 2014-02-17 | 1 | -7/+19 |
* | | Documentation/memory-barriers.txt: Conditional must use prior load | Paul E. McKenney | 2014-02-17 | 1 | -1/+2 |
* | | Documentation/memory-barriers.txt: ACCESS_ONCE() provides cache coherence | Paul E. McKenney | 2014-02-17 | 1 | -0/+17 |
|/ |
|
* | locking/doc: Rename LOCK/UNLOCK to ACQUIRE/RELEASE | Peter Zijlstra | 2014-01-12 | 1 | -116/+121 |
* | Documentation/memory-barriers.txt: Downgrade UNLOCK+BLOCK | Paul E. McKenney | 2013-12-16 | 1 | -15/+69 |
* | Documentation/memory-barriers.txt: Document ACCESS_ONCE() | Paul E. McKenney | 2013-12-16 | 1 | -35/+271 |
* | Documentation/memory-barriers.txt: Prohibit speculative writes | Peter Zijlstra | 2013-12-16 | 1 | -8/+175 |
* | Documentation/memory-barriers.txt: Add long atomic examples to memory-barrier... | Paul E. McKenney | 2013-12-16 | 1 | -11/+13 |
* | Documentation/memory-barriers.txt: Add needed ACCESS_ONCE() calls to memory-b... | Paul E. McKenney | 2013-12-16 | 1 | -80/+126 |
* | Documentation/memory-barriers.txt: Fix a typo in the data dependency description | Ingo Molnar | 2013-11-22 | 1 | -21/+21 |
* | doc: Fix memory-barrier control-dependency example | Paul E. McKenney | 2013-08-20 | 1 | -4/+6 |
* | Documentation: Memory barrier semantics of atomic_xchg() | Richard Braun | 2013-01-08 | 1 | -0/+1 |
* | Documentation: Fix memory-barriers.txt example | Paul E. McKenney | 2012-10-23 | 1 | -4/+5 |
* | doc: fix broken references | Paul Bolle | 2011-09-27 | 1 | -1/+1 |
* | smp: Document transitivity for memory barriers. | Paul E. McKenney | 2011-03-04 | 1 | -0/+58 |
* | Document Linux's circular buffering capabilities | David Howells | 2010-03-25 | 1 | -0/+20 |
* | sched: Document memory barriers implied by sleep/wake-up primitives | David Howells | 2009-04-29 | 1 | -1/+128 |
* | read_barrier_depends arch fixlets | Nick Piggin | 2008-05-14 | 1 | -1/+11 |
* | PCI: doc/pci: create Documentation/PCI/ and move files into it | Randy Dunlap | 2008-04-21 | 1 | -2/+2 |
* | documentation: atomic_add_unless() doesn't imply mb() on failure | Oleg Nesterov | 2008-02-24 | 1 | -1/+1 |
* | bitops: introduce lock ops | Nick Piggin | 2007-10-18 | 1 | -2/+12 |
* | Documentation/memory-barriers.txt: various fixes | Jarek Poplawski | 2007-05-24 | 1 | -49/+49 |
* | Fix typos in /Documentation : 'T'' | Matt LaPlante | 2006-11-30 | 1 | -1/+1 |
* | [PATCH] A minor fix for set_mb() in Documentation/memory-barriers.txt | Oleg Nesterov | 2006-11-09 | 1 | -1/+1 |
* | [PATCH] fix typo in memory barrier docs | Paolo 'Blaisorblade' Giarrusso | 2006-10-20 | 1 | -1/+1 |
* | Documentation: remove duplicated words | Paolo Ornati | 2006-10-03 | 1 | -1/+1 |
* | Fix some typos in Documentation/: 'A' | Matt LaPlante | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] remove set_wmb - doc update | Steven Rostedt | 2006-07-15 | 1 | -3/+2 |
* | typo fixes: occuring -> occurring | Adrian Bunk | 2006-06-30 | 1 | -1/+1 |
* | [PATCH] Corrections to memory barrier doc | David Howells | 2006-06-25 | 1 | -10/+9 |
* | [PATCH] Another couple of alterations to the memory barrier doc | David Howells | 2006-06-25 | 1 | -5/+10 |
* | [PATCH] Further alterations for memory barrier document | David Howells | 2006-06-10 | 1 | -78/+270 |
* | [PATCH] Fix typos in Documentation/memory-barriers.txt | Aneesh Kumar | 2006-05-15 | 1 | -2/+2 |
* | [PATCH] Improve data-dependency memory barrier example in documentation | David Howells | 2006-04-11 | 1 | -1/+15 |
* | [PATCH] Fix memory barrier docs wrt atomic ops | David Howells | 2006-04-11 | 1 | -19/+33 |
* | [PATCH] Document Linux's memory barriers [try #7] | David Howells | 2006-03-31 | 1 | -0/+1913 |