summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/atomic.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/atomics' into for-next/coreWill Deacon2019-08-301-11/+83
|\
| * arm64: atomics: Undefine internal macros after useWill Deacon2019-08-301-0/+7
| * arm64: asm: Kill 'asm/atomic_arch.h'Will Deacon2019-08-301-1/+76
| * arm64: atomics: avoid out-of-line ll/sc atomicsAndrew Murray2019-08-291-10/+1
* | arm64: remove pointless __KERNEL__ guardsMark Rutland2019-08-051-4/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64, locking/atomics: Use instrumented atomicsMark Rutland2018-11-011-115/+122
* atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-0/+2
* atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-24/+0
* atomics/treewide: Make test ops optionalMark Rutland2018-06-211-8/+0
* atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland2018-06-211-12/+0
* atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-1/+0
* atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-2/+0
* atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-1/+1
* locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra2016-06-161-2/+0
* locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Peter Zijlstra2016-06-161-0/+62
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-041-4/+59
|\
| * arm64: atomics: implement native {relaxed, acquire, release} atomicsWill Deacon2015-10-121-4/+59
* | atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-1/+1
|/
* arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchgWill Deacon2015-07-271-0/+2
* arm64: atomics: tidy up common atomic{,64}_* macrosWill Deacon2015-07-271-59/+40
* arm64: cmpxchg: patch in lse instructions when supported by the CPUWill Deacon2015-07-271-1/+2
* arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon2015-07-271-2/+2
* arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon2015-07-271-0/+9
* arm64: atomics: move ll/sc atomics into separate header fileWill Deacon2015-07-271-174/+6
* atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-1/+0
* arm64: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-0/+15
* locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-031-2/+2
* locking,arch,arm64: Fold atomic_opsPeter Zijlstra2014-08-141-117/+80
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-061-1/+1
|\
| * arm64: Make atomic64_t() return "long", not "long long"Bjorn Helgaas2014-05-091-1/+1
* | arch,arm64: Convert smp_mb__*()Peter Zijlstra2014-04-181-5/+0
|/
* arm64: asm: remove redundant "cc" clobbersWill Deacon2014-02-071-14/+10
* arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon2014-02-071-9/+20
* ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h"Chen Gang2013-11-091-14/+0
* arm64: atomics: fix grossly inconsistent asm constraints for exclusivesWill Deacon2013-02-111-66/+66
* arm64: Atomic operationsCatalin Marinas2012-09-171-0/+305