| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2015-11-04 | 1 | -4/+59 |
|\ |
|
| * | arm64: atomics: implement native {relaxed, acquire, release} atomics | Will Deacon | 2015-10-12 | 1 | -4/+59 |
* | | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 2015-09-23 | 1 | -1/+1 |
|/ |
|
* | arm64: atomics: implement atomic{,64}_cmpxchg using cmpxchg | Will Deacon | 2015-07-27 | 1 | -0/+2 |
* | arm64: atomics: tidy up common atomic{,64}_* macros | Will Deacon | 2015-07-27 | 1 | -59/+40 |
* | arm64: cmpxchg: patch in lse instructions when supported by the CPU | Will Deacon | 2015-07-27 | 1 | -1/+2 |
* | arm64: atomics: patch in lse instructions when supported by the CPU | Will Deacon | 2015-07-27 | 1 | -2/+2 |
* | arm64: introduce CONFIG_ARM64_LSE_ATOMICS as fallback to ll/sc atomics | Will Deacon | 2015-07-27 | 1 | -0/+9 |
* | arm64: atomics: move ll/sc atomics into separate header file | Will Deacon | 2015-07-27 | 1 | -174/+6 |
* | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -1/+0 |
* | arm64: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+15 |
* | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar | 2014-10-03 | 1 | -2/+2 |
* | locking,arch,arm64: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -117/+80 |
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2014-06-06 | 1 | -1/+1 |
|\ |
|
| * | arm64: Make atomic64_t() return "long", not "long long" | Bjorn Helgaas | 2014-05-09 | 1 | -1/+1 |
* | | arch,arm64: Convert smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -5/+0 |
|/ |
|
* | arm64: asm: remove redundant "cc" clobbers | Will Deacon | 2014-02-07 | 1 | -14/+10 |
* | arm64: atomics: fix use of acquire + release for full barrier semantics | Will Deacon | 2014-02-07 | 1 | -9/+20 |
* | ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h" | Chen Gang | 2013-11-09 | 1 | -14/+0 |
* | arm64: atomics: fix grossly inconsistent asm constraints for exclusives | Will Deacon | 2013-02-11 | 1 | -66/+66 |
* | arm64: Atomic operations | Catalin Marinas | 2012-09-17 | 1 | -0/+305 |