Age | Commit message (Expand) | Author | Files | Lines |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/arm: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,... | Peter Zijlstra | 1 | -10/+98 |
2015-10-20 | ARM, locking/atomics: Implement _relaxed variants of atomic[64]_{inc,dec} | Will Deacon | 1 | -4/+4 |
2015-09-23 | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 1 | -2/+2 |
2015-08-12 | locking, ARM, atomics: Define our SMP atomics in terms of _relaxed() operations | Will Deacon | 1 | -21/+16 |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -1/+0 |
2015-07-27 | arm: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -0/+15 |
2014-10-03 | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar | 1 | -1/+1 |
2014-08-14 | locking,arch,arm: Fold atomic_ops | Peter Zijlstra | 1 | -182/+123 |
2014-04-18 | arch,arm: Convert smp_mb__*() | Peter Zijlstra | 1 | -5/+0 |
2014-02-25 | ARM: 7983/1: atomics: implement a better __atomic_add_unless for v6+ | Will Deacon | 1 | -4/+31 |
2014-02-25 | ARM: 7984/1: prefetch: add prefetchw invocations for barriered atomics | Will Deacon | 1 | -0/+9 |
2013-11-12 | Merge branch 'devel-stable' into for-next | Russell King | 1 | -13/+19 |
2013-11-09 | ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h" | Chen Gang | 1 | -24/+0 |
2013-11-09 | ARM: 7867/1: include: asm: use 'int' instead of 'unsigned long' for 'oldval' ... | Chen Gang | 1 | -1/+2 |
2013-11-09 | ARM: 7866/1: include: asm: use 'long long' instead of 'u64' within atomic.h | Chen Gang | 1 | -24/+25 |
2013-10-31 | Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/... | Russell King | 1 | -13/+13 |
2013-10-19 | ARM: atomic64: fix endian-ness in atomic.h | Victor Kamensky | 1 | -13/+13 |
2013-09-30 | ARM: atomics: prefetch the destination word for write prior to strex | Will Deacon | 1 | -0/+7 |
2013-04-03 | ARM: 7687/1: atomics: don't use exclusives for atomic64 read/set with LPAE | Will Deacon | 1 | -0/+24 |
2012-07-05 | ARM: fix warnings about atomic64_read | Russell King | 1 | -1/+1 |
2012-03-28 | Disintegrate asm/system.h for ARM | David Howells | 1 | -1/+3 |
2011-07-27 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 1 | -4/+1 |
2011-07-27 | atomic: move atomic_add_unless to generic code | Arun Sharma | 1 | -2/+2 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+0 |
2010-07-09 | ARM: 6212/1: atomic ops: add memory constraints to inline asm | Will Deacon | 1 | -66/+66 |
2010-07-09 | ARM: 6211/1: atomic ops: fix register constraints for atomic64_add_unless | Will Deacon | 1 | -1/+1 |
2010-05-17 | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard | 1 | -1/+1 |
2010-02-16 | ARM: 5889/1: Add atomic64 routines for ARMv6k and above. | Will Deacon | 1 | -0/+228 |
2009-09-19 | Clear the exclusive monitor when returning from an exception | Catalin Marinas | 1 | -19/+7 |
2009-07-25 | ARM: includecheck fix: atomic.h | Jaswinder Singh Rajput | 1 | -2/+0 |
2009-06-11 | asm-generic: rename atomic.h to atomic-long.h | Arnd Bergmann | 1 | -1/+1 |
2009-05-28 | [ARM] barriers: improve xchg, bitops and atomic SMP barriers | Russell King | 1 | -9/+52 |
2009-01-07 | atomic_t: unify all arch definitions | Matthew Wilcox | 1 | -2/+1 |
2008-08-03 | [ARM] move include/asm-arm to arch/arm/include/asm | Russell King | 1 | -0/+212 |