Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-07-29 | arm64: lse: fix lse cmpxchg code indentation | Will Deacon | 1 | -3/+3 |
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 | -43/+0 |
2015-07-27 | arm64: cmpxchg: avoid "cc" clobber in ll/sc routines | Will Deacon | 1 | -2/+2 |
2015-07-27 | arm64: cmpxchg_dbl: patch in lse instructions when supported by the CPU | Will Deacon | 1 | -0/+43 |
2015-07-27 | arm64: cmpxchg: patch in lse instructions when supported by the CPU | Will Deacon | 1 | -0/+39 |
2015-07-27 | arm64: atomics: patch in lse instructions when supported by the CPU | Will Deacon | 1 | -109/+291 |
2015-07-27 | arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomics | Will Deacon | 1 | -0/+170 |