summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/atomic.h
AgeCommit message (Expand)Author
2023-06-05locking/atomic: arm: add preprocessor symbolsMark Rutland
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland
2021-05-26locking/atomic: arm: move to ARCH_ATOMICMark Rutland
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-03locking/atomic, arm: Use s64 for atomic64Mark Rutland
2018-06-21atomics/treewide: Clean up '*_andnot()' ifdefferyMark 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/arm: 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
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra
2016-06-16locking/atomic, arch/arm: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,...Peter Zijlstra
2015-10-20ARM, locking/atomics: Implement _relaxed variants of atomic[64]_{inc,dec}Will Deacon
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra
2015-08-12locking, ARM, atomics: Define our SMP atomics in terms of _relaxed() operationsWill Deacon
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra
2015-07-27arm: 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,arm: Fold atomic_opsPeter Zijlstra
2014-04-18arch,arm: Convert smp_mb__*()Peter Zijlstra
2014-02-25ARM: 7983/1: atomics: implement a better __atomic_add_unless for v6+Will Deacon
2014-02-25ARM: 7984/1: prefetch: add prefetchw invocations for barriered atomicsWill Deacon
2013-11-12Merge branch 'devel-stable' into for-nextRussell King
2013-11-09ARM: 7868/1: arm/arm64: remove atomic_clear_mask() in "include/asm/atomic.h"Chen Gang
2013-11-09ARM: 7867/1: include: asm: use 'int' instead of 'unsigned long' for 'oldval' ...Chen Gang
2013-11-09ARM: 7866/1: include: asm: use 'long long' instead of 'u64' within atomic.hChen Gang
2013-10-30Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/...Russell King
2013-10-19ARM: atomic64: fix endian-ness in atomic.hVictor Kamensky
2013-09-30ARM: atomics: prefetch the destination word for write prior to strexWill Deacon
2013-04-03ARM: 7687/1: atomics: don't use exclusives for atomic64 read/set with LPAEWill Deacon
2012-07-05ARM: fix warnings about atomic64_readRussell King
2012-03-28Disintegrate asm/system.h for ARMDavid 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-07-09ARM: 6212/1: atomic ops: add memory constraints to inline asmWill Deacon
2010-07-09ARM: 6211/1: atomic ops: fix register constraints for atomic64_add_unlessWill Deacon
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard
2010-02-15ARM: 5889/1: Add atomic64 routines for ARMv6k and above.Will Deacon
2009-09-18Clear the exclusive monitor when returning from an exceptionCatalin Marinas
2009-07-25ARM: includecheck fix: atomic.hJaswinder Singh Rajput
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann
2009-05-28[ARM] barriers: improve xchg, bitops and atomic SMP barriersRussell King
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox
2008-08-02[ARM] move include/asm-arm to arch/arm/include/asmRussell King