aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/atomic.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-26locking/atomic: alpha: move to ARCH_ATOMICMark Rutland1-41/+47
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-1/+0
2020-07-21alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()Will Deacon1-8/+8
2019-06-03locking/atomic, alpha: Use s64 for atomic64Mark Rutland1-10/+10
2018-07-25locking/atomics: Rework ordering barriersMark Rutland1-4/+4
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland1-0/+1
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-12/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-12/+0
2018-06-21atomics/alpha: Define atomic64_fetch_add_unless()Mark Rutland1-11/+12
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-1/+1
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-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24locking/atomics/alpha: Add smp_read_barrier_depends() to _release()/_relaxed() atomicsWill Deacon1-0/+13
2016-06-16locking/atomic, arch/alpha: Convert to _relaxed atomicsPeter Zijlstra1-12/+24
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,xor}()Peter Zijlstra1-9/+56
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra1-4/+4
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra1-1/+0
2015-07-27alpha: Provide atomic_{or,xor,and}Peter Zijlstra1-15/+28
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar1-2/+2
2014-08-14locking,arch,alpha: Fold atomic_opsPeter Zijlstra1-133/+80
2014-04-18arch,alpha: Convert smp_mb__*() to the asm-generic primitivesPeter Zijlstra1-5/+0
2013-07-19alpha: Implement atomic64_dec_if_positiveRichard Henderson1-0/+28
2013-07-19alpha: Improve atomic_add_unlessRichard Henderson1-23/+37
2012-08-19Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsMel Gorman1-2/+2
2012-04-13alpha: fix build failures from system.h dismembermentPaul Gortmaker1-67/+1
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells1-1/+67
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-1/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma1-5/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+0
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-8/+1
2008-08-15alpha: move include/asm-alpha to arch/alpha/include/asmLinus Torvalds1-0/+267