summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/barrier.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: uaccess: permit __smp_store_release() to use zero registerMark Rutland2023-03-281-5/+5
* arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucapMark Rutland2023-01-311-4/+7
* arm64: kcsan: Support detecting more missing memory barriersKefeng Wang2022-06-231-6/+6
* arm64: Add wfet()/wfit() helpersMarc Zyngier2022-04-201-0/+4
* asm-generic: introduce io_stop_wc() and add implementation for ARM64Xiongfeng Wang2021-12-221-0/+9
* arm64: errata: Add workaround for TSB flush failuresSuzuki K Poulose2021-10-211-1/+15
* arm64: Fix stale link in the arch_counter_enforce_ordering() commentCatalin Marinas2021-05-181-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-011-0/+1
|\
| * arm64: Add support for trace synchronization barrierSuzuki K Poulose2021-04-051-0/+1
| |
| \
*-. \ Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/xntable', 'fo...Catalin Marinas2021-04-151-0/+19
|\ \ \ | | |/ | |/|
| | * arm64: vdso: Avoid ISB after reading from cntvct_el0Will Deacon2021-03-241-0/+19
| |/
* / arm64: barrier: Remove spec_bar() macroLinus Walleij2021-03-251-4/+0
|/
* iommu/arm-smmu-v3: Ensure queue is read after updating prod pointerZhou Wang2020-09-281-0/+1
* arm64: barrier: Use '__unqual_scalar_typeof' for acquire/release macrosWill Deacon2020-04-161-8/+8
* arm64: Relax ICC_PMR_EL1 accesses when ICC_CTLR_EL1.PMHE is clearMarc Zyngier2019-10-151-0/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: instrument smp_{load_acquire,store_release}Mark Rutland2019-04-161-9/+15
* arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon2018-12-061-0/+4
* arm64: barrier: Implement smp_cond_load_relaxedWill Deacon2018-07-051-0/+13
* arm64: Implement array_index_mask_nospec()Robin Murphy2018-02-061-0/+21
* arm64: barrier: Add CSDB macros to control data-value predictionWill Deacon2018-02-061-0/+1
* arm64: sysreg: Move SPE registers and PSB into common header filesWill Deacon2017-10-181-0/+2
* arm64: ensure extension of smp_store_release valueMark Rutland2017-05-091-5/+15
* arm64: barriers: introduce nops and __nops macros for NOP sequencesWill Deacon2016-09-091-0/+3
* locking/barriers, arch/arm64: Implement LDXR+WFE based smp_cond_load_acquire()Will Deacon2016-07-071-0/+13
* arm64: define __smp_xxxMichael S. Tsirkin2016-01-121-5/+5
* arm64: reuse asm-generic/barrier.hMichael S. Tsirkin2016-01-121-8/+1
* arm64: barriers: fix smp_load_acquire to work with const argumentsWill Deacon2015-11-181-6/+10
* arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon2015-07-271-24/+0
* locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra2015-05-191-1/+1
* locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2015-05-191-1/+1
* arm64: add missing data types in smp_load_acquire/smp_store_releaseAndre Przywara2015-04-271-0/+16
* arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck2014-12-111-0/+3
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-061-10/+10
|\
| * arm64: barriers: use barrier() instead of smp_mb() when !SMPWill Deacon2014-05-091-2/+2
| * arm64: barriers: wire up new barrier optionsWill Deacon2014-05-091-7/+7
| * arm64: barriers: make use of barrier options with explicit barriersWill Deacon2014-05-091-1/+1
* | arch,arm64: Convert smp_mb__*()Peter Zijlstra2014-04-181-0/+3
|/
* arm64: barriers: add dmb barrierWill Deacon2014-03-101-0/+1
* arm64: barriers: allow dsb macro to take option parameterWill Deacon2014-02-061-1/+1
* arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2014-01-121-0/+50
* arm64: Miscellaneous header filesCatalin Marinas2012-09-171-0/+52