summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/atomic_lse.h
AgeCommit message (Expand)Author
2016-09-09arm64: lse: convert lse alternatives NOP padding to use __nopsWill Deacon
2016-06-16locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Will Deacon
2016-06-16locking/atomic, arch/arm64: Generate LSE non-return cases using common macrosWill Deacon
2016-02-26arm64: lse: deal with clobbered IP registers after branch via PLTArd Biesheuvel
2015-11-05arm64: cmpxchg_dbl: fix return value typeLorenzo Pieralisi
2015-10-12arm64: atomics: implement native {relaxed, acquire, release} atomicsWill Deacon
2015-07-29arm64: lse: fix lse cmpxchg code indentationWill Deacon
2015-07-27arm64: atomic64_dec_if_positive: fix incorrect branch conditionWill Deacon
2015-07-27arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchgWill Deacon
2015-07-27arm64: cmpxchg: avoid "cc" clobber in ll/sc routinesWill Deacon
2015-07-27arm64: cmpxchg_dbl: patch in lse instructions when supported by the CPUWill Deacon
2015-07-27arm64: cmpxchg: patch in lse instructions when supported by the CPUWill Deacon
2015-07-27arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon
2015-07-27arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon