aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/atomic_ll_sc.h
Commit message (Expand)AuthorAge
* arm64: Remove redundant mov from LL/SC cmpxchgRobin Murphy2017-05-15
* locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Peter Zijlstra2016-06-16
* arm64: cmpxchg_dbl: fix return value typeLorenzo Pieralisi2015-11-05
* arm64: atomics: implement native {relaxed, acquire, release} atomicsWill Deacon2015-10-12
* arm64: make ll/sc __cmpxchg_case_##name asm consistentMark Rutland2015-08-04
* arm64: atomic64_dec_if_positive: fix incorrect branch conditionWill Deacon2015-07-27
* arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchgWill Deacon2015-07-27
* arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon2015-07-27
* arm64: cmpxchg: avoid memory barrier on comparison failureWill Deacon2015-07-27
* arm64: cmpxchg: avoid "cc" clobber in ll/sc routinesWill Deacon2015-07-27
* arm64: cmpxchg_dbl: patch in lse instructions when supported by the CPUWill Deacon2015-07-27
* arm64: cmpxchg: patch in lse instructions when supported by the CPUWill Deacon2015-07-27
* arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon2015-07-27
* arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon2015-07-27
* arm64: atomics: move ll/sc atomics into separate header fileWill Deacon2015-07-27