Age | Commit message (Expand) | Author | Files | Lines |
2018-06-21 | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 1 | -5/+0 |
2018-06-21 | atomics/treewide: Make test ops optional | Mark Rutland | 1 | -15/+0 |
2018-06-21 | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 1 | -0/+2 |
2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 1 | -1/+1 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -1/+1 |
2017-08-10 | locking/atomic: Fix atomic_set_release() for 'funny' architectures | Peter Zijlstra | 1 | -0/+2 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/sparc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -3/+12 |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -2/+0 |
2015-07-27 | sparc: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -0/+4 |
2014-11-07 | sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locks | Andreas Larsson | 1 | -1/+1 |
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,sparc: Fold atomic_ops | Peter Zijlstra | 1 | -9/+8 |
2014-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds | 1 | -4/+4 |
2014-05-18 | sparc: drop use of extern for prototypes in arch/sparc/include/asm | Sam Ravnborg | 1 | -4/+4 |
2014-04-18 | arch,sparc: Convert smp_mb__*() | Peter Zijlstra | 1 | -6/+1 |
2012-03-28 | Disintegrate asm/system.h for Sparc | David Howells | 1 | -1/+1 |
2011-12-27 | sparc32: support atomic64_t | Sam Ravnborg | 1 | -0/+2 |
2011-12-27 | sparc32: drop useless preprocessor conditional in atomic_32.h | Sam Ravnborg | 1 | -4/+0 |
2011-12-27 | sparc32: drop unused atomic24 support | Sam Ravnborg | 1 | -100/+0 |
2011-07-26 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 1 | -1/+0 |
2011-07-26 | atomic: move atomic_add_unless to generic code | Arun Sharma | 1 | -1/+1 |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+0 |
2010-05-17 | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard | 1 | -1/+1 |
2009-06-11 | asm-generic: rename atomic.h to atomic-long.h | Arnd Bergmann | 1 | -1/+1 |
2009-04-14 | sparc: asm/atomic.h on 32bit should include asm/system.h for xchg | Stephen Rothwell | 1 | -0/+2 |
2009-01-06 | atomic_t: unify all arch definitions | Matthew Wilcox | 1 | -2/+0 |
2008-07-27 | sparc, sparc64: use arch/sparc/include | Sam Ravnborg | 1 | -0/+165 |