| Commit message (Expand) | Author | Age | Files | Lines |
* | arch: Remove cmpxchg_double | Peter Zijlstra | 2023-06-05 | 1 | -33/+0 |
* | arch: Introduce arch_{,try_}_cmpxchg128{,_local}() | Peter Zijlstra | 2023-06-05 | 1 | -0/+41 |
* | arm64: cmpxchg_double*: hazard against entire exchange variable | Mark Rutland | 2023-01-05 | 1 | -1/+1 |
* | arm64: atomic: always inline the assembly | Mark Rutland | 2022-09-09 | 1 | -9/+9 |
* | arm64: atomics: remove LL/SC trampolines | Mark Rutland | 2022-09-09 | 1 | -31/+9 |
* | arm64: atomics: format whitespace consistently | Mark Rutland | 2021-12-14 | 1 | -43/+43 |
* | arm64: Move the LSE gas support detection to Kconfig | Catalin Marinas | 2020-01-15 | 1 | -1/+1 |
* | arm64: atomics: Use K constraint when toolchain appears to support it | Will Deacon | 2019-08-30 | 1 | -23/+40 |
* | arm64: atomics: avoid out-of-line ll/sc atomics | Andrew Murray | 2019-08-29 | 1 | -55/+58 |
* | arm64: Use correct ll/sc atomic constraints | Andrew Murray | 2019-08-29 | 1 | -42/+47 |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-07-09 | 1 | -10/+10 |
|\ |
|
| * | locking/atomic, arm64: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 1 | -10/+10 |
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 1 | -12/+1 |
|/ |
|
* | Merge branch 'locking/atomics' into locking/core, to pick up WIP commits | Ingo Molnar | 2019-02-11 | 1 | -14/+14 |
|\ |
|
| * | arm64, locking/atomics: Use instrumented atomics | Mark Rutland | 2018-11-01 | 1 | -14/+14 |
* | | arm64: cmpxchg: Use "K" instead of "L" for ll/sc immediate constraint | Will Deacon | 2018-12-07 | 1 | -1/+1 |
* | | arm64: Avoid masking "old" for LSE cmpxchg() implementation | Will Deacon | 2018-12-07 | 1 | -0/+8 |
* | | arm64: Avoid redundant type conversions in xchg() and cmpxchg() | Will Deacon | 2018-12-07 | 1 | -26/+27 |
|/ |
|
* | arm64: Remove redundant mov from LL/SC cmpxchg | Robin Murphy | 2017-05-15 | 1 | -1/+0 |
* | locking/atomic, arch/arm64: Implement atomic{,64}_fetch_{add,sub,and,andnot,o... | Peter Zijlstra | 2016-06-16 | 1 | -24/+86 |
* | arm64: cmpxchg_dbl: fix return value type | Lorenzo Pieralisi | 2015-11-05 | 1 | -1/+1 |
* | arm64: atomics: implement native {relaxed, acquire, release} atomics | Will Deacon | 2015-10-12 | 1 | -38/+60 |
* | arm64: make ll/sc __cmpxchg_case_##name asm consistent | Mark Rutland | 2015-08-04 | 1 | -1/+1 |
* | arm64: atomic64_dec_if_positive: fix incorrect branch condition | Will Deacon | 2015-07-27 | 1 | -1/+1 |
* | arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchg | Will Deacon | 2015-07-27 | 1 | -46/+0 |
* | arm64: atomics: prefetch the destination word for write prior to stxr | Will Deacon | 2015-07-27 | 1 | -0/+9 |
* | arm64: cmpxchg: avoid memory barrier on comparison failure | Will Deacon | 2015-07-27 | 1 | -26/+22 |
* | arm64: cmpxchg: avoid "cc" clobber in ll/sc routines | Will Deacon | 2015-07-27 | 1 | -8/+6 |
* | arm64: cmpxchg_dbl: patch in lse instructions when supported by the CPU | Will Deacon | 2015-07-27 | 1 | -0/+34 |
* | arm64: cmpxchg: patch in lse instructions when supported by the CPU | Will Deacon | 2015-07-27 | 1 | -0/+38 |
* | arm64: atomics: patch in lse instructions when supported by the CPU | Will Deacon | 2015-07-27 | 1 | -12/+0 |
* | arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomics | Will Deacon | 2015-07-27 | 1 | -2/+17 |
* | arm64: atomics: move ll/sc atomics into separate header file | Will Deacon | 2015-07-27 | 1 | -0/+215 |