aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/atomic.h
AgeCommit message (Expand)Author
2023-06-05locking/atomic: treewide: delete arch_atomic_*() kerneldocMark Rutland
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland
2021-05-26locking/atomic: alpha: move to ARCH_ATOMICMark Rutland
2020-08-03Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu
2020-07-21alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb()Will Deacon
2019-06-03locking/atomic, alpha: Use s64 for atomic64Mark Rutland
2018-07-25locking/atomics: Rework ordering barriersMark Rutland
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland
2018-06-21atomics/treewide: Make test ops optionalMark Rutland
2018-06-21atomics/alpha: Define atomic64_fetch_add_unless()Mark Rutland
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-24locking/atomics/alpha: Add smp_read_barrier_depends() to _release()/_relaxed(...Will Deacon
2016-06-16locking/atomic, arch/alpha: Convert to _relaxed atomicsPeter Zijlstra
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra
2016-06-16locking/atomic, arch/alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,o...Peter Zijlstra
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra
2015-07-27alpha: Provide atomic_{or,xor,and}Peter Zijlstra
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar
2014-08-14locking,arch,alpha: Fold atomic_opsPeter Zijlstra
2014-04-18arch,alpha: Convert smp_mb__*() to the asm-generic primitivesPeter Zijlstra
2013-07-19alpha: Implement atomic64_dec_if_positiveRichard Henderson
2013-07-19alpha: Improve atomic_add_unlessRichard Henderson
2012-08-19Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsMel Gorman
2012-04-13alpha: fix build failures from system.h dismembermentPaul Gortmaker
2012-03-28Disintegrate asm/system.h for AlphaDavid Howells
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox
2008-08-15alpha: move include/asm-alpha to arch/alpha/include/asmLinus Torvalds