aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/atomic.h
AgeCommit message (Expand)Author
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland
2023-04-20powerpc/64: Add support to build with prefixed instructionsNicholas Piggin
2023-04-04powerpc/atomics: Remove unused functionNysal Jan K.A
2022-08-10powerpc: Make eh value more explicit when using lwarxChristophe Leroy
2021-11-30powerpc/atomics: Remove atomic_inc()/atomic_dec() and friendsChristophe Leroy
2021-11-30powerpc/atomics: Use immediate operand when possibleChristophe Leroy
2021-10-09powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removalNick Desaulniers
2021-08-25powerpc: Use lwarx/ldarx directly instead of PPC_LWARX/LDARX macrosChristophe Leroy
2021-05-26locking/atomic: powerpc: move to ARCH_ATOMICMark Rutland
2020-12-04powerpc: Fix update form addressing in inline assemblyChristophe Leroy
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu
2020-07-27powerpc/qspinlock: Optimised atomic_try_cmpxchg_lock() that adds the lock hintNicholas Piggin
2020-05-28powerpc: Remove IBM405 Erratum #77Christophe Leroy
2019-06-03locking/atomic, powerpc: Use s64 for atomic64Mark Rutland
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-07-30powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy
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/powerpc: 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-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-12powerpc/64: Fix atomic64_inc_not_zero() to return an intMichael Ellerman
2016-10-04powerpc: Remove static branch prediction in atomic{, 64}_add_unlessAnton Blanchard
2016-06-16locking/atomic, arch/powerpc: Implement atomic{,64}_fetch_{add,sub,and,or,xor...Peter Zijlstra
2016-02-18powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchgBoqun Feng
2016-02-18powerpc: atomic: Implement acquire/release/relaxed variants for xchgBoqun Feng
2016-02-18powerpc: atomic: Implement atomic{, 64}_*_return_* variantsBoqun Feng
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra
2015-07-27powerpc: Provide atomic_{or,xor,and}Peter Zijlstra
2014-08-14locking,arch,powerpc: Fold atomic_opsPeter Zijlstra
2014-04-18arch,powerpc: Convert smp_mb__*()Peter Zijlstra
2012-10-09atomic: implement generic atomic_dec_if_positive()Shaohua Li
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells
2012-03-07powerpc/atomic: Implement atomic*_inc_not_zeroAnton Blanchard
2011-11-17powerpc: Fix atomic_xxx_return barrier semanticsBenjamin Herrenschmidt
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-02-17powerpc: Rename LWSYNC_ON_SMP to PPC_RELEASE_BARRIER, ISYNC_ON_SMP to PPC_ACQ...Anton Blanchard
2009-06-15powerpc: Use generic atomic64_t implementation on 32-bit processorsPaul Mackerras
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox
2008-11-19powerpc: Tell gcc when we clobber the carry in inline asmPaul Mackerras
2008-08-04powerpc: Move include files to arch/powerpc/include/asmStephen Rothwell