index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
barrier.h
Age
Commit message (
Expand
)
Author
2019-04-16
arm64: instrument smp_{load_acquire,store_release}
Mark Rutland
2018-12-06
arm64: Add support for SB barrier and patch in over DSB; ISB sequences
Will Deacon
2018-07-05
arm64: barrier: Implement smp_cond_load_relaxed
Will Deacon
2018-02-06
arm64: Implement array_index_mask_nospec()
Robin Murphy
2018-02-06
arm64: barrier: Add CSDB macros to control data-value prediction
Will Deacon
2017-10-18
arm64: sysreg: Move SPE registers and PSB into common header files
Will Deacon
2017-05-09
arm64: ensure extension of smp_store_release value
Mark Rutland
2016-09-09
arm64: barriers: introduce nops and __nops macros for NOP sequences
Will Deacon
2016-07-07
locking/barriers, arch/arm64: Implement LDXR+WFE based smp_cond_load_acquire()
Will Deacon
2016-01-12
arm64: define __smp_xxx
Michael S. Tsirkin
2016-01-12
arm64: reuse asm-generic/barrier.h
Michael S. Tsirkin
2015-11-18
arm64: barriers: fix smp_load_acquire to work with const arguments
Will Deacon
2015-07-27
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
Will Deacon
2015-05-19
locking/arch: Rename set_mb() to smp_store_mb()
Peter Zijlstra
2015-05-19
locking/arch: Add WRITE_ONCE() to set_mb()
Peter Zijlstra
2015-04-27
arm64: add missing data types in smp_load_acquire/smp_store_release
Andre Przywara
2014-12-11
arch: Add lightweight memory barriers dma_rmb() and dma_wmb()
Alexander Duyck
2014-06-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2014-05-09
arm64: barriers: use barrier() instead of smp_mb() when !SMP
Will Deacon
2014-05-09
arm64: barriers: wire up new barrier options
Will Deacon
2014-05-09
arm64: barriers: make use of barrier options with explicit barriers
Will Deacon
2014-04-18
arch,arm64: Convert smp_mb__*()
Peter Zijlstra
2014-03-10
arm64: barriers: add dmb barrier
Will Deacon
2014-02-06
arm64: barriers: allow dsb macro to take option parameter
Will Deacon
2014-01-12
arch: Introduce smp_load_acquire(), smp_store_release()
Peter Zijlstra
2012-09-17
arm64: Miscellaneous header files
Catalin Marinas