aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/atomic_lse.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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