aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/atomic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland1-17/+0
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-8/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-8/+0
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland1-16/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-15/+0
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland1-1/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-11-11s390/atomic: refactor atomic primitivesMartin Schwidefsky1-168/+39
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/s390: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-10/+32
2015-10-14s390/barrier: remove unnecessary serialization in atomics and bitopsMartin Schwidefsky1-2/+0
2015-07-27atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra1-10/+0
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra1-2/+0
2015-07-27s390: Provide atomic_{or,xor,and}Peter Zijlstra1-14/+33
2015-03-25s390: remove 31 bit supportHeiko Carstens1-95/+0
2014-04-18arch,s390: Convert smp_mb__*()Peter Zijlstra1-5/+0
2014-04-01s390/bitops,atomic: add missing memory barriersHeiko Carstens1-28/+42
2013-10-24s390/atomic: use 'unsigned int' instead of 'unsigned long' for atomic_*_mask()Chen Gang1-2/+2
2013-10-24s390/atomic: various small cleanupsHeiko Carstens1-18/+24
2013-10-24s390/atomic: optimize atomic_add() for constant valuesHeiko Carstens1-8/+40
2013-10-24s390/atomic: make use of interlocked-access facility 1 instructionsHeiko Carstens1-12/+65
2013-10-24s390/atomic: implement atomic_sub_return() with atomic_add_return()Heiko Carstens1-21/+2
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-4/+4
2012-03-28Disintegrate asm/system.h for S390David Howells1-1/+1
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-2/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-17[S390] atomic: use inline asmHeiko Carstens1-4/+18
2011-02-17[S390] atomic: use ACCESS_ONCE() for atomic_read()Heiko Carstens1-6/+2
2010-05-26[S390] atomic: implement atomic64_dec_if_positiveHeiko Carstens1-0/+19
2010-02-26[S390] use inline assembly contraints available with gcc 3.3.3Martin Schwidefsky1-75/+11
2009-12-07[S390] Improve code generated by atomic operations.Martin Schwidefsky1-4/+4
2009-09-11[S390] atomic ops: small cleanupsHeiko Carstens1-22/+19
2009-09-11[S390] atomic ops: add effecient atomic64 support for 31 bitHeiko Carstens1-37/+127
2009-07-07[S390] add generic atomic64 support for 31 bitHeiko Carstens1-1/+6
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann1-1/+1
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox1-6/+1
2008-08-01[S390] move include/asm-s390 to arch/s390/include/asmMartin Schwidefsky1-0/+285