summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/barrier.h
AgeCommit message (Expand)Author
2023-03-28arm64: uaccess: permit __smp_store_release() to use zero registerMark Rutland
2023-01-31arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucapMark Rutland
2022-06-23arm64: kcsan: Support detecting more missing memory barriersKefeng Wang
2022-04-20arm64: Add wfet()/wfit() helpersMarc Zyngier
2021-12-22asm-generic: introduce io_stop_wc() and add implementation for ARM64Xiongfeng Wang
2021-10-21arm64: errata: Add workaround for TSB flush failuresSuzuki K Poulose
2021-05-18arm64: Fix stale link in the arch_counter_enforce_ordering() commentCatalin Marinas
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-15Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...Catalin Marinas
2021-04-05arm64: Add support for trace synchronization barrierSuzuki K Poulose
2021-03-25arm64: barrier: Remove spec_bar() macroLinus Walleij
2021-03-24arm64: vdso: Avoid ISB after reading from cntvct_el0Will Deacon
2020-09-28iommu/arm-smmu-v3: Ensure queue is read after updating prod pointerZhou Wang
2020-04-16arm64: barrier: Use '__unqual_scalar_typeof' for acquire/release macrosWill Deacon
2019-10-15arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clearMarc Zyngier
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-16arm64: instrument smp_{load_acquire,store_release}Mark Rutland
2018-12-06arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon
2018-07-05arm64: barrier: Implement smp_cond_load_relaxedWill Deacon
2018-02-06arm64: Implement array_index_mask_nospec()Robin Murphy
2018-02-06arm64: barrier: Add CSDB macros to control data-value predictionWill Deacon
2017-10-18arm64: sysreg: Move SPE registers and PSB into common header filesWill Deacon
2017-05-09arm64: ensure extension of smp_store_release valueMark Rutland
2016-09-09arm64: barriers: introduce nops and __nops macros for NOP sequencesWill Deacon
2016-07-07locking/barriers, arch/arm64: Implement LDXR+WFE based smp_cond_load_acquire()Will Deacon
2016-01-12arm64: define __smp_xxxMichael S. Tsirkin
2016-01-12arm64: reuse asm-generic/barrier.hMichael S. Tsirkin
2015-11-18arm64: barriers: fix smp_load_acquire to work with const argumentsWill Deacon
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra
2015-05-19locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra
2015-04-27arm64: add missing data types in smp_load_acquire/smp_store_releaseAndre Przywara
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-05-09arm64: barriers: use barrier() instead of smp_mb() when !SMPWill Deacon
2014-05-09arm64: barriers: wire up new barrier optionsWill Deacon
2014-05-09arm64: barriers: make use of barrier options with explicit barriersWill Deacon
2014-04-18arch,arm64: Convert smp_mb__*()Peter Zijlstra
2014-03-10arm64: barriers: add dmb barrierWill Deacon
2014-02-06arm64: barriers: allow dsb macro to take option parameterWill Deacon
2014-01-12arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra
2012-09-17arm64: Miscellaneous header filesCatalin Marinas