| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/Documentation: Clarify limited control-dependency scope | Paul E. McKenney | 2016-06-17 | 1 | -0/+41 |
* | locking/Documentation: Clarify that ACQUIRE applies to loads, RELEASE applies... | Will Deacon | 2016-04-28 | 1 | -0/+5 |
* | locking/Documentation: State purpose of memory-barriers.txt | David Howells | 2016-04-28 | 1 | -0/+16 |
* | locking/Documentation: Add disclaimer | Peter Zijlstra | 2016-04-28 | 1 | -1/+17 |
* | locking/Documentation: Mention smp_cond_acquire() | Davidlohr Bueso | 2016-04-13 | 1 | -2/+3 |
* | locking/Documentation: Insert white spaces consistently | SeongJae Park | 2016-04-13 | 1 | -20/+23 |
* | locking/Documentation: Fix formatting inconsistencies | SeongJae Park | 2016-04-13 | 1 | -4/+4 |
* | locking/Documentation: Add missed subsection in TOC | SeongJae Park | 2016-04-13 | 1 | -0/+1 |
* | locking/Documentation: Fix missed s/lock/acquire renames | SeongJae Park | 2016-04-13 | 1 | -7/+7 |
* | locking/Documentation: Clarify relationship of barrier() to control dependencies | Paul E. McKenney | 2016-04-13 | 1 | -3/+4 |
* | documentation: Clarify compiler store-fusion example | SeongJae Park | 2016-03-14 | 1 | -2/+2 |
* | documentation: Transitivity is not cumulativity | Paul E. McKenney | 2016-03-14 | 1 | -1/+1 |
* | documentation: Add alternative release-acquire outcome | Paul E. McKenney | 2016-03-14 | 1 | -0/+4 |
* | documentation: Distinguish between local and global transitivity | Paul E. McKenney | 2016-03-14 | 1 | -2/+76 |
* | documentation: Subsequent writes ordered by rcu_dereference() | Paul E. McKenney | 2016-03-14 | 1 | -0/+24 |
* | documentation: Remove obsolete reference to RCU-protected indexes | Paul E. McKenney | 2016-03-14 | 1 | -15/+0 |
* | documentation: Fix memory-barriers.txt section references | Paul E. McKenney | 2016-03-14 | 1 | -2/+2 |
* | documentation: Fix control dependency and identical stores | Paul E. McKenney | 2016-03-14 | 1 | -3/+7 |
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2016-01-19 | 1 | -5/+23 |
|\ |
|
| * | asm-generic: implement virt_xxx memory barriers | Michael S. Tsirkin | 2016-01-12 | 1 | -5/+23 |
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-01-11 | 1 | -2/+2 |
|\ \ |
|
| * | | locking/barriers, arch: Remove ambiguous statement in the smp_store_mb() docu... | Davidlohr Bueso | 2015-12-04 | 1 | -2/+2 |
| |/ |
|
* / | Documentation/memory-barriers.txt: Fix ACCESS_ONCE thinko | Chris Metcalf | 2015-12-05 | 1 | -4/+4 |
|/ |
|
* | atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl() | Linus Torvalds | 2015-11-04 | 1 | -32/+22 |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-11-04 | 1 | -8/+9 |
|\ |
|
| * | atomic: Implement atomic_read_ctrl() | Peter Zijlstra | 2015-09-23 | 1 | -8/+9 |
* | | documentation: Add lockless_dereference() | Paul E. McKenney | 2015-10-06 | 1 | -0/+11 |
* | | documentation: No acquire/release for RCU readers | Paul E. McKenney | 2015-10-06 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-04 | 1 | -3/+3 |
|\ |
|
| * | locking/Documentation: Clarify failed cmpxchg() memory ordering semantics | Will Deacon | 2015-08-03 | 1 | -3/+3 |
* | | rcu,locking: Privatize smp_mb__after_unlock_lock() | Paul E. McKenney | 2015-08-04 | 1 | -67/+4 |
* | | doc: Call out smp_mb__after_unlock_lock() transitivity | Paul E. McKenney | 2015-07-15 | 1 | -5/+6 |
* | | documentation: Replace ACCESS_ONCE() by READ_ONCE() and WRITE_ONCE() | Paul E. McKenney | 2015-07-15 | 1 | -169/+177 |
* | | documentation: Fix variable-name typo in memory-barriers.txt | Paul E. McKenney | 2015-07-15 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-06-22 | 1 | -3/+3 |
|\ |
|
| * | locking/arch: Rename set_mb() to smp_store_mb() | Peter Zijlstra | 2015-05-19 | 1 | -3/+3 |
| | | |
| \ | |
*-. \ | Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '... | Paul E. McKenney | 2015-05-27 | 1 | -26/+36 |
|\ \ \
| |_|/
|/| | |
|
| | * | smp: Make control dependencies work on Alpha, improve documentation | Paul E. McKenney | 2015-05-27 | 1 | -22/+33 |
| |/
|/| |
|
| * | documentation: memory-barriers: Fix smp_mb__before_spinlock() semantics | Will Deacon | 2015-05-27 | 1 | -4/+3 |
|/ |
|
* | Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2015-04-18 | 1 | -1/+1 |
|\ |
|
| * | Documentation/memory-barriers.txt: typo fix | Sylvain Trias | 2015-04-08 | 1 | -1/+1 |
* | | documentation: Clarify control-dependency pairing | Paul E. McKenney | 2015-02-26 | 1 | -13/+29 |
|/ |
|
* | documentation: Fix smp typo in memory-barriers.txt | Davidlohr Bueso | 2015-01-07 | 1 | -1/+1 |
* | documentation: Record limitations of bitfields and small variables | Paul E. McKenney | 2015-01-07 | 1 | -0/+44 |
* | arch: Add lightweight memory barriers dma_rmb() and dma_wmb() | Alexander Duyck | 2014-12-12 | 1 | -0/+42 |
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-10 | 1 | -11/+29 |
|\ |
|
| * | documentation: memory-barriers.txt: Correct example for reorderings | Pranith Kumar | 2014-11-13 | 1 | -11/+11 |
| * | documentation: Additional restriction for control dependencies | Paul E. McKenney | 2014-11-13 | 1 | -0/+18 |
* | | documentation: memory-barriers: clarify relaxed io accessor semantics | Will Deacon | 2014-10-20 | 1 | -4/+9 |
|/ |
|
* | memory-barriers: Fix description of 2-legged-if-based control dependencies | Paul E. McKenney | 2014-09-08 | 1 | -54/+49 |