summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/atomic_lse.h
Commit message (Expand)AuthorAgeFilesLines
* locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Will Deacon2016-06-161-0/+172
* locking/atomic, arch/arm64: Generate LSE non-return cases using common macrosWill Deacon2016-06-161-90/+32
* arm64: lse: deal with clobbered IP registers after branch via PLTArd Biesheuvel2016-02-261-19/+19
* arm64: cmpxchg_dbl: fix return value typeLorenzo Pieralisi2015-11-051-1/+1
* arm64: atomics: implement native {relaxed, acquire, release} atomicsWill Deacon2015-10-121-77/+116
* arm64: lse: fix lse cmpxchg code indentationWill Deacon2015-07-291-3/+3
* arm64: atomic64_dec_if_positive: fix incorrect branch conditionWill Deacon2015-07-271-1/+1
* arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchgWill Deacon2015-07-271-43/+0
* arm64: cmpxchg: avoid "cc" clobber in ll/sc routinesWill Deacon2015-07-271-2/+2
* arm64: cmpxchg_dbl: patch in lse instructions when supported by the CPUWill Deacon2015-07-271-0/+43
* arm64: cmpxchg: patch in lse instructions when supported by the CPUWill Deacon2015-07-271-0/+39
* arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon2015-07-271-109/+291
* arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon2015-07-271-0/+170