aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm/atomic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland1-16/+0
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-9/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-23/+0
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland1-15/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-16/+0
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland1-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-1/+1
2018-03-05ia64: Convert remaining atomic operationsMatthew Wilcox1-46/+23
2018-01-19ia64: Rewrite atomic_add and atomic_subMatthew Wilcox1-18/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-10-07ia64: implement atomic64_dec_if_positiveVineet Gupta1-0/+16
2016-06-16locking/atomic, arch/ia64: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-16/+114
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra1-4/+4
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra1-2/+0
2015-07-27ia64: Provide atomic_{or,xor,and}Peter Zijlstra1-4/+22
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar1-2/+2
2014-08-14locking,arch,ia64: Fold atomic_opsPeter Zijlstra1-102/+86
2014-04-18arch,ia64: Convert smp_mb__*()Peter Zijlstra1-6/+1
2012-07-26[IA64] Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsTony Luck1-2/+2
2012-03-28Disintegrate asm/system.h for IA64David Howells1-1/+0
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-1/+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
2010-08-13[IA64] Fix 64-bit atomic routines to return "long"Tony Luck1-4/+4
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard1-2/+2
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann1-1/+1
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox1-6/+0
2008-08-01[IA64] Move include/asm-ia64 to arch/ia64/include/asmTony Luck1-0/+226