Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup... | Linus Torvalds | 2015-07-01 | 1 | -1/+27 |
|\ | |||||
| * | arch: conditionally define smp_{mb,rmb,wmb} | Vineet Gupta | 2015-06-25 | 1 | -0/+25 |
* | | locking/arch: Rename set_mb() to smp_store_mb() | Peter Zijlstra | 2015-05-19 | 1 | -2/+2 |
* | | locking/arch: Add WRITE_ONCE() to set_mb() | Peter Zijlstra | 2015-05-19 | 1 | -1/+1 |
|/ | |||||
* | arch: Add lightweight memory barriers dma_rmb() and dma_wmb() | Alexander Duyck | 2014-12-11 | 1 | -0/+8 |
* | arch: Prepare for smp_mb__{before,after}_atomic() | Peter Zijlstra | 2014-04-18 | 1 | -0/+8 |
* | arch: Introduce smp_load_acquire(), smp_store_release() | Peter Zijlstra | 2014-01-12 | 1 | -0/+15 |
* | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h | Peter Zijlstra | 2014-01-12 | 1 | -13/+29 |
* | Create asm-generic/barrier.h | David Howells | 2012-03-28 | 1 | -0/+50 |