aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/atomic_lse.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-11Merge branch 'locking/atomics' into locking/core, to pick up WIP commitsIngo Molnar1-19/+19
2018-12-07arm64: Avoid masking "old" for LSE cmpxchg() implementationWill Deacon1-2/+2
2018-12-07arm64: Avoid redundant type conversions in xchg() and cmpxchg()Will Deacon1-23/+23
2018-11-01arm64, locking/atomics: Use instrumented atomicsMark Rutland1-19/+19
2018-05-21arm64: lse: Add early clobbers to some input/output asm operandsWill Deacon1-12/+12
2017-07-20arm64: atomics: Remove '&' from '+&' asm constraint in lse atomicsWill Deacon1-1/+1
2017-05-09arm64: atomic_lse: match asm register sizesMark Rutland1-2/+2
2016-09-09arm64: lse: convert lse alternatives NOP padding to use __nopsWill Deacon1-37/+27
2016-06-16locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}() for LSE instructionsWill Deacon1-0/+172
2016-06-16locking/atomic, arch/arm64: Generate LSE non-return cases using common macrosWill Deacon1-90/+32
2016-02-26arm64: lse: deal with clobbered IP registers after branch via PLTArd Biesheuvel1-19/+19
2015-11-05arm64: cmpxchg_dbl: fix return value typeLorenzo Pieralisi1-1/+1
2015-10-12arm64: atomics: implement native {relaxed, acquire, release} atomicsWill Deacon1-77/+116
2015-07-29arm64: lse: fix lse cmpxchg code indentationWill Deacon1-3/+3
2015-07-27arm64: atomic64_dec_if_positive: fix incorrect branch conditionWill Deacon1-1/+1
2015-07-27arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchgWill Deacon1-43/+0
2015-07-27arm64: cmpxchg: avoid "cc" clobber in ll/sc routinesWill Deacon1-2/+2
2015-07-27arm64: cmpxchg_dbl: patch in lse instructions when supported by the CPUWill Deacon1-0/+43
2015-07-27arm64: cmpxchg: patch in lse instructions when supported by the CPUWill Deacon1-0/+39
2015-07-27arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon1-109/+291
2015-07-27arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon1-0/+170