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