summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/atomic.h
AgeCommit message (Expand)AuthorLines
2021-05-26locking/atomic: make ARCH_ATOMIC a Kconfig symbolMark Rutland-2/+0
2021-01-13arm64: make atomic helpers __always_inlineArnd Bergmann-5/+5
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu-2/+0
2020-06-11locking/atomics: Flip fallbacks and instrumentationPeter Zijlstra-3/+3
2019-08-30Merge branch 'for-next/atomics' into for-next/coreWill Deacon-11/+83
2019-08-30arm64: atomics: Undefine internal macros after useWill Deacon-0/+7
2019-08-30arm64: asm: Kill 'asm/atomic_arch.h'Will Deacon-1/+76
2019-08-29arm64: atomics: avoid out-of-line ll/sc atomicsAndrew Murray-10/+1
2019-08-05arm64: remove pointless __KERNEL__ guardsMark Rutland-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2018-11-01arm64, locking/atomics: Use instrumented atomicsMark Rutland-115/+122
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland-0/+2
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland-24/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland-8/+0
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland-12/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland-1/+0
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland-1/+1
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra-2/+0
2016-06-16locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Peter Zijlstra-0/+62
2015-11-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+59
2015-10-12arm64: atomics: implement native {relaxed, acquire, release} atomicsWill Deacon-4/+59
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra-1/+1
2015-07-27arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchgWill Deacon-0/+2
2015-07-27arm64: atomics: tidy up common atomic{,64}_* macrosWill Deacon-59/+40
2015-07-27arm64: cmpxchg: patch in lse instructions when supported by the CPUWill Deacon-1/+2
2015-07-27arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon-2/+2
2015-07-27arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon-0/+9
2015-07-27arm64: atomics: move ll/sc atomics into separate header fileWill Deacon-174/+6
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra-1/+0
2015-07-27arm64: Provide atomic_{or,xor,and}Peter Zijlstra-0/+15
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar-2/+2
2014-08-14locking,arch,arm64: Fold atomic_opsPeter Zijlstra-117/+80
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-1/+1
2014-05-09arm64: Make atomic64_t() return "long", not "long long"Bjorn Helgaas-1/+1
2014-04-18arch,arm64: Convert smp_mb__*()Peter Zijlstra-5/+0
2014-02-07arm64: asm: remove redundant "cc" clobbersWill Deacon-14/+10
2014-02-07arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon-9/+20
2013-11-09ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h"Chen Gang-14/+0
2013-02-11arm64: atomics: fix grossly inconsistent asm constraints for exclusivesWill Deacon-66/+66
2012-09-17arm64: Atomic operationsCatalin Marinas-0/+305