summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/atomic_ll_sc.h
Commit message (Expand)AuthorAgeFilesLines
* arch: Remove cmpxchg_doublePeter Zijlstra2023-06-051-33/+0
* arch: Introduce arch_{,try_}_cmpxchg128{,_local}()Peter Zijlstra2023-06-051-0/+41
* arm64: cmpxchg_double*: hazard against entire exchange variableMark Rutland2023-01-051-1/+1
* arm64: atomic: always inline the assemblyMark Rutland2022-09-091-9/+9
* arm64: atomics: remove LL/SC trampolinesMark Rutland2022-09-091-31/+9
* arm64: atomics: format whitespace consistentlyMark Rutland2021-12-141-43/+43
* arm64: Move the LSE gas support detection to KconfigCatalin Marinas2020-01-151-1/+1
* arm64: atomics: Use K constraint when toolchain appears to support itWill Deacon2019-08-301-23/+40
* arm64: atomics: avoid out-of-line ll/sc atomicsAndrew Murray2019-08-291-55/+58
* arm64: Use correct ll/sc atomic constraintsAndrew Murray2019-08-291-42/+47
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-10/+10
|\
| * locking/atomic, arm64: Use s64 for atomic64Mark Rutland2019-06-031-10/+10
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
|/
* Merge branch 'locking/atomics' into locking/core, to pick up WIP commitsIngo Molnar2019-02-111-14/+14
|\
| * arm64, locking/atomics: Use instrumented atomicsMark Rutland2018-11-011-14/+14
* | arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraintWill Deacon2018-12-071-1/+1
* | arm64: Avoid masking "old" for LSE cmpxchg() implementationWill Deacon2018-12-071-0/+8
* | arm64: Avoid redundant type conversions in xchg() and cmpxchg()Will Deacon2018-12-071-26/+27
|/
* arm64: Remove redundant mov from LL/SC cmpxchgRobin Murphy2017-05-151-1/+0
* locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Peter Zijlstra2016-06-161-24/+86
* arm64: cmpxchg_dbl: fix return value typeLorenzo Pieralisi2015-11-051-1/+1
* arm64: atomics: implement native {relaxed, acquire, release} atomicsWill Deacon2015-10-121-38/+60
* arm64: make ll/sc __cmpxchg_case_##name asm consistentMark Rutland2015-08-041-1/+1
* 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-46/+0
* arm64: atomics: prefetch the destination word for write prior to stxrWill Deacon2015-07-271-0/+9
* arm64: cmpxchg: avoid memory barrier on comparison failureWill Deacon2015-07-271-26/+22
* arm64: cmpxchg: avoid "cc" clobber in ll/sc routinesWill Deacon2015-07-271-8/+6
* arm64: cmpxchg_dbl: patch in lse instructions when supported by the CPUWill Deacon2015-07-271-0/+34
* arm64: cmpxchg: patch in lse instructions when supported by the CPUWill Deacon2015-07-271-0/+38
* arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon2015-07-271-12/+0
* arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomicsWill Deacon2015-07-271-2/+17
* arm64: atomics: move ll/sc atomics into separate header fileWill Deacon2015-07-271-0/+215