| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-06-05 | locking/atomic: sparc: add preprocessor symbols |  Mark Rutland | 1 | -0/+18 |
| 2023-06-05 | locking/atomic: make atomic*_{cmp,}xchg optional |  Mark Rutland | 1 | -11/+0 |
| 2021-05-26 | locking/atomic: sparc: move to ARCH_ATOMIC |  Mark Rutland | 1 | -18/+18 |
| 2020-07-29 | locking/atomic: Move ATOMIC_INIT into linux/types.h |  Herbert Xu | 1 | -1/+0 |
| 2019-06-03 | locking/atomic, sparc: Use s64 for atomic64 |  Mark Rutland | 1 | -4/+4 |
| 2018-06-21 | atomics/treewide: Make conditional inc/dec ops optional |  Mark Rutland | 1 | -0/+1 |
| 2018-06-21 | atomics/treewide: Make unconditional inc/dec ops optional |  Mark Rutland | 1 | -12/+0 |
| 2018-06-21 | atomics/treewide: Make test ops optional |  Mark Rutland | 1 | -20/+0 |
| 2018-06-21 | atomics/treewide: Make atomic64_fetch_add_unless() optional |  Mark Rutland | 1 | -15/+0 |
| 2018-06-21 | atomics/treewide: Make atomic_fetch_add_unless() optional |  Mark Rutland | 1 | -15/+0 |
| 2018-06-21 | atomics/treewide: Make atomic64_inc_not_zero() optional |  Mark Rutland | 1 | -2/+0 |
| 2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() |  Mark Rutland | 1 | -1/+1 |
| 2018-04-03 | sparc64: Make atomic_xchg() an inline function rather than a macro. |  David S. Miller | 1 | -1/+5 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
| 2016-06-16 | locking/atomic, arch/sparc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() |  Peter Zijlstra | 1 | -4/+12 |
| 2015-09-23 | atomic, arch: Audit atomic_{read,set}() |  Peter Zijlstra | 1 | -4/+4 |
| 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/+6 |
| 2014-10-03 | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() |  Pranith Kumar | 1 | -2/+2 |
| 2014-08-14 | locking,arch,sparc: Fold atomic_ops |  Peter Zijlstra | 1 | -22/+23 |
| 2014-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next |  Linus Torvalds | 1 | -9/+9 |
| 2014-05-18 | sparc: drop use of extern for prototypes in arch/sparc/include/asm |  Sam Ravnborg | 1 | -9/+9 |
| 2014-04-18 | arch,sparc: Convert smp_mb__*() |  Peter Zijlstra | 1 | -6/+1 |
| 2012-11-09 | sparc: Support atomic64_dec_if_positive properly. |  David S. Miller | 1 | -1/+3 |
| 2012-03-28 | Disintegrate asm/system.h for Sparc |  David Howells | 1 | -2/+1 |
| 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 | -2/+2 |
| 2011-07-26 | atomic: use <linux/atomic.h> |  Arun Sharma | 1 | -1/+0 |
| 2010-08-17 | sparc64: Really fix atomic64_t interface types. |  David S. Miller | 1 | -4/+4 |
| 2010-08-17 | sparc64: Fix atomic64_t routine return values. |  David S. Miller | 1 | -3/+3 |
| 2010-05-17 | atomic_t: Cast to volatile when accessing atomic variables |  Anton Blanchard | 1 | -2/+2 |
| 2009-06-11 | asm-generic: rename atomic.h to atomic-long.h |  Arnd Bergmann | 1 | -1/+1 |
| 2009-01-06 | atomic_t: unify all arch definitions |  Matthew Wilcox | 1 | -3/+0 |
| 2008-12-04 | sparc64: Stop using memory barriers for atomics and locks. |  David S. Miller | 1 | -7/+0 |
| 2008-07-27 | sparc, sparc64: use arch/sparc/include |  Sam Ravnborg | 1 | -0/+128 |