aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/barrier.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-27locking/barriers: Introduce smp_cond_load_relaxed() and atomic_cond_read_relaxed()Will Deacon1-6/+21
2018-03-09mn10300: Remove the architectureDavid Howells1-1/+1
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra1-1/+1
2016-06-14locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.hPeter Zijlstra1-0/+39
2016-01-12asm-generic: implement virt_xxx memory barriersMichael S. Tsirkin1-0/+11
2016-01-12asm-generic: add __smp_xxx wrappersMichael S. Tsirkin1-9/+82
2016-01-12asm-generic: guard smp_store_release/load_acquireMichael S. Tsirkin1-0/+4
2016-01-12lcoking/barriers, arch: Use smp barriers in smp_store_release()Davidlohr Bueso1-1/+1
2015-08-03locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_acquire()Andrey Konovalov1-2/+2
2015-07-01Merge tag 'arc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-1/+27
2015-06-25arch: conditionally define smp_{mb,rmb,wmb}Vineet Gupta1-0/+25
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra1-2/+2
2015-05-19locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra1-1/+1
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck1-0/+8
2014-04-18arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra1-0/+8
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-0/+15
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra1-13/+29
2012-03-28Create asm-generic/barrier.hDavid Howells1-0/+50