Age | Commit message (Expand) | Author | Files | Lines |
2015-11-05 | arm64: cmpxchg_dbl: fix return value type | Lorenzo Pieralisi | 1 | -1/+1 |
2015-10-12 | arm64: atomics: implement native {relaxed, acquire, release} atomics | Will Deacon | 1 | -38/+60 |
2015-08-04 | arm64: make ll/sc __cmpxchg_case_##name asm consistent | Mark Rutland | 1 | -1/+1 |
2015-07-27 | arm64: atomic64_dec_if_positive: fix incorrect branch condition | Will Deacon | 1 | -1/+1 |
2015-07-27 | arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchg | Will Deacon | 1 | -46/+0 |
2015-07-27 | arm64: atomics: prefetch the destination word for write prior to stxr | Will Deacon | 1 | -0/+9 |
2015-07-27 | arm64: cmpxchg: avoid memory barrier on comparison failure | Will Deacon | 1 | -26/+22 |
2015-07-27 | arm64: cmpxchg: avoid "cc" clobber in ll/sc routines | Will Deacon | 1 | -8/+6 |
2015-07-27 | arm64: cmpxchg_dbl: patch in lse instructions when supported by the CPU | Will Deacon | 1 | -0/+34 |
2015-07-27 | arm64: cmpxchg: patch in lse instructions when supported by the CPU | Will Deacon | 1 | -0/+38 |
2015-07-27 | arm64: atomics: patch in lse instructions when supported by the CPU | Will Deacon | 1 | -12/+0 |
2015-07-27 | arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomics | Will Deacon | 1 | -2/+17 |
2015-07-27 | arm64: atomics: move ll/sc atomics into separate header file | Will Deacon | 1 | -0/+215 |