summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/barrier.h
Commit message (Expand)AuthorAgeFilesLines
* locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra2016-06-141-1/+1
* locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.hPeter Zijlstra2016-06-141-0/+39
* asm-generic: implement virt_xxx memory barriersMichael S. Tsirkin2016-01-121-0/+11
* asm-generic: add __smp_xxx wrappersMichael S. Tsirkin2016-01-121-9/+82
* asm-generic: guard smp_store_release/load_acquireMichael S. Tsirkin2016-01-121-0/+4
* lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso2016-01-121-1/+1
* locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_a...Andrey Konovalov2015-08-031-2/+2
* Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2015-07-011-1/+27
|\
| * arch: conditionally define smp_{mb,rmb,wmb}Vineet Gupta2015-06-251-0/+25
* | locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-191-2/+2
* | locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2015-05-191-1/+1
|/
* arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck2014-12-111-0/+8
* arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra2014-04-181-0/+8
* arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2014-01-121-0/+15
* arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2014-01-121-13/+29
* Create asm-generic/barrier.hDavid Howells2012-03-281-0/+50