aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/barrier.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-09arm64: ensure extension of smp_store_release valueMark Rutland1-5/+15
2016-09-09arm64: barriers: introduce nops and __nops macros for NOP sequencesWill Deacon1-0/+3
2016-07-07locking/barriers, arch/arm64: Implement LDXR+WFE based smp_cond_load_acquire()Will Deacon1-0/+13
2016-01-12arm64: define __smp_xxxMichael S. Tsirkin1-5/+5
2016-01-12arm64: reuse asm-generic/barrier.hMichael S. Tsirkin1-8/+1
2015-11-18arm64: barriers: fix smp_load_acquire to work with const argumentsWill Deacon1-6/+10
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon1-24/+0
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra1-1/+1
2015-05-19locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra1-1/+1
2015-04-27arm64: add missing data types in smp_load_acquire/smp_store_releaseAndre Przywara1-0/+16
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck1-0/+3
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into nextLinus Torvalds1-10/+10
2014-05-09arm64: barriers: use barrier() instead of smp_mb() when !SMPWill Deacon1-2/+2
2014-05-09arm64: barriers: wire up new barrier optionsWill Deacon1-7/+7
2014-05-09arm64: barriers: make use of barrier options with explicit barriersWill Deacon1-1/+1
2014-04-18arch,arm64: Convert smp_mb__*()Peter Zijlstra1-0/+3
2014-03-10arm64: barriers: add dmb barrierWill Deacon1-0/+1
2014-02-06arm64: barriers: allow dsb macro to take option parameterWill Deacon1-1/+1
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra1-0/+50
2012-09-17arm64: Miscellaneous header filesCatalin Marinas1-0/+52