| Commit message (Expand) | Author | Age | Files | Lines |
* | sparc32: add __cmpxchg_u{8,16}() and teach __cmpxchg() to handle those sizes | Al Viro | 2024-04-10 | 1 | -0/+4 |
* | sparc32: unify __cmpxchg_u{32,64} | Al Viro | 2024-04-10 | 1 | -25/+16 |
* | sparc32: make the first argument of __cmpxchg_u64() volatile u64 * | Al Viro | 2024-04-10 | 1 | -1/+1 |
* | sparc32: make __cmpxchg_u32() return u32 | Al Viro | 2024-04-10 | 1 | -2/+2 |
* | bitops: wrap non-atomic bitops with a transparent macro | Alexander Lobakin | 2022-07-01 | 1 | -6/+6 |
* | locking/atomic: sparc: move to ARCH_ATOMIC | Mark Rutland | 2021-05-26 | 1 | -12/+12 |
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2017-11-18 | 1 | -0/+14 |
|\ |
|
| * | sparc32: Add cmpxchg64(). | David S. Miller | 2017-09-28 | 1 | -0/+14 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
|/ |
|
* | locking/atomic, arch/sparc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -12/+17 |
* | sparc: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -3/+19 |
* | sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locks | Andreas Larsson | 2014-11-07 | 1 | -0/+27 |
* | locking,arch,sparc: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -12/+17 |
* | sparc: Fix __atomic_add_unless() return value. | Josip Rodin | 2011-08-04 | 1 | -1/+1 |
* | sparc: rename atomic_add_unless | Stephen Rothwell | 2011-07-27 | 1 | -2/+2 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 1 | -1/+1 |
* | sparc: Replace deprecated spinlock initialization | Thomas Gleixner | 2011-01-27 | 1 | -1/+1 |
* | [SPARC32]: Build fix. | Andrew Morton | 2007-05-31 | 1 | -2/+2 |
* | [SPARC]: Emulate cmpxchg like parisc | Kyle McMartin | 2007-05-29 | 1 | -0/+15 |
* | [SPARC32]: Fix SMP build regression | Robert Reif | 2007-03-27 | 1 | -0/+2 |
* | [SPARC]: Make bitops use same spinlocks as atomics. | David S. Miller | 2006-12-18 | 1 | -0/+39 |
* | [SPARC]: atomic_clear_mask build fix | Paul Jackson | 2005-12-12 | 1 | -1/+0 |
* | [PATCH] atomic: inc_not_zero | Nick Piggin | 2005-11-14 | 1 | -0/+15 |
* | [PATCH] atomic: cmpxchg | Nick Piggin | 2005-11-14 | 1 | -5/+16 |
* | [PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions | Ingo Molnar | 2005-09-09 | 1 | -1/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-17 | 1 | -0/+53 |