| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-15 | s390/atomic: Provide arch_atomic_*_and_test() implementations | Heiko Carstens | 1 | -0/+36 |
| 2024-12-15 | s390/atomic: Consistent layering between atomic.h and atomic_ops.h | Heiko Carstens | 1 | -4/+4 |
| 2024-12-15 | s390/atomic: Implement arch_atomic_inc() / arch_atomic_dec() | Heiko Carstens | 1 | -0/+24 |
| 2024-11-12 | s390/atomic: Provide arch_atomic_try_cmpxchg() | Heiko Carstens | 1 | -0/+12 |
| 2024-11-12 | s390/cmpxchg: Use arch_cmpxchg() instead of __atomic_cmpxchg() | Heiko Carstens | 1 | -2/+2 |
| 2024-11-12 | s390/atomic: Convert arch_atomic_xchg() to C function | Heiko Carstens | 1 | -2/+10 |
| 2024-04-03 | s390/atomic: mark all functions __always_inline | Ilya Leoshkevich | 1 | -22/+22 |
| 2021-05-26 | locking/atomic: make ARCH_ATOMIC a Kconfig symbol | Mark Rutland | 1 | -2/+0 |
| 2021-04-12 | s390/atomic,cmpxchg: switch to use atomic-instrumented.h | Heiko Carstens | 1 | -24/+52 |
| 2021-04-12 | s390/atomic: move remaining inline assemblies to atomic_ops.h | Heiko Carstens | 1 | -18/+4 |
| 2021-01-19 | s390/atomic: remove small optimization to fix clang build | Heiko Carstens | 1 | -20/+0 |
| 2020-08-11 | s390/atomic: circumvent gcc 10 build regression | Vasily Gorbik | 1 | -2/+10 |
| 2020-07-29 | locking/atomic: Move ATOMIC_INIT into linux/types.h | Herbert Xu | 1 | -2/+0 |
| 2019-06-03 | locking/atomic, s390: Use s64 for atomic64 | Mark Rutland | 1 | -19/+19 |
| 2018-06-21 | atomics/treewide: Make conditional inc/dec ops optional | Mark Rutland | 1 | -17/+0 |
| 2018-06-21 | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 1 | -8/+0 |
| 2018-06-21 | atomics/treewide: Make test ops optional | Mark Rutland | 1 | -8/+0 |
| 2018-06-21 | atomics/treewide: Make atomic64_fetch_add_unless() optional | Mark Rutland | 1 | -16/+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 | -1/+0 |
| 2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2016-11-11 | s390/atomic: refactor atomic primitives | Martin Schwidefsky | 1 | -168/+39 |
| 2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |
| 2016-06-16 | locking/atomic, arch/s390: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -10/+32 |
| 2015-10-14 | s390/barrier: remove unnecessary serialization in atomics and bitops | Martin Schwidefsky | 1 | -2/+0 |
| 2015-07-27 | atomic: Collapse all atomic_{set,clear}_mask definitions | Peter Zijlstra | 1 | -10/+0 |
| 2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -2/+0 |
| 2015-07-27 | s390: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -14/+33 |
| 2015-03-25 | s390: remove 31 bit support | Heiko Carstens | 1 | -95/+0 |
| 2014-04-18 | arch,s390: Convert smp_mb__*() | Peter Zijlstra | 1 | -5/+0 |
| 2014-04-01 | s390/bitops,atomic: add missing memory barriers | Heiko Carstens | 1 | -28/+42 |
| 2013-10-24 | s390/atomic: use 'unsigned int' instead of 'unsigned long' for atomic_*_mask() | Chen Gang | 1 | -2/+2 |
| 2013-10-24 | s390/atomic: various small cleanups | Heiko Carstens | 1 | -18/+24 |
| 2013-10-24 | s390/atomic: optimize atomic_add() for constant values | Heiko Carstens | 1 | -8/+40 |
| 2013-10-24 | s390/atomic: make use of interlocked-access facility 1 instructions | Heiko Carstens | 1 | -12/+65 |
| 2013-10-24 | s390/atomic: implement atomic_sub_return() with atomic_add_return() | Heiko Carstens | 1 | -21/+2 |
| 2012-07-20 | s390/comments: unify copyright messages and remove file names | Heiko Carstens | 1 | -4/+4 |
| 2012-03-28 | Disintegrate asm/system.h for S390 | David Howells | 1 | -1/+1 |
| 2011-07-26 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 1 | -2/+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 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
| 2011-02-17 | [S390] atomic: use inline asm | Heiko Carstens | 1 | -4/+18 |
| 2011-02-17 | [S390] atomic: use ACCESS_ONCE() for atomic_read() | Heiko Carstens | 1 | -6/+2 |
| 2010-05-26 | [S390] atomic: implement atomic64_dec_if_positive | Heiko Carstens | 1 | -0/+19 |
| 2010-02-26 | [S390] use inline assembly contraints available with gcc 3.3.3 | Martin Schwidefsky | 1 | -75/+11 |
| 2009-12-07 | [S390] Improve code generated by atomic operations. | Martin Schwidefsky | 1 | -4/+4 |
| 2009-09-11 | [S390] atomic ops: small cleanups | Heiko Carstens | 1 | -22/+19 |
| 2009-09-11 | [S390] atomic ops: add effecient atomic64 support for 31 bit | Heiko Carstens | 1 | -37/+127 |