summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/atomic.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/atomic: Use YZ constraints for DS-form instructionsMichael Ellerman9 days1-2/+3
* locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-24/+0
* powerpc/64: Add support to build with prefixed instructionsNicholas Piggin2023-04-201-4/+20
* powerpc/atomics: Remove unused functionNysal Jan K.A2023-04-041-29/+0
* powerpc: Make eh value more explicit when using lwarxChristophe Leroy2022-08-101-2/+3
* powerpc/atomics: Remove atomic_inc()/atomic_dec() and friendsChristophe Leroy2021-11-301-95/+0
* powerpc/atomics: Use immediate operand when possibleChristophe Leroy2021-11-301-28/+28
* powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removalNick Desaulniers2021-10-091-4/+4
* powerpc: Use lwarx/ldarx directly instead of PPC_LWARX/LDARX macrosChristophe Leroy2021-08-251-2/+2
* locking/atomic: powerpc: move to ARCH_ATOMICMark Rutland2021-05-261-67/+73
* powerpc: Fix update form addressing in inline assemblyChristophe Leroy2020-12-041-4/+5
* Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-071-0/+28
|\
| * powerpc/qspinlock: Optimised atomic_try_cmpxchg_lock() that adds the lock hintNicholas Piggin2020-07-271-0/+28
* | locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
|/
* powerpc: Remove IBM405 Erratum #77Christophe Leroy2020-05-281-11/+0
* locking/atomic, powerpc: Use s64 for atomic64Mark Rutland2019-06-031-22/+22
* Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-171-0/+1
|\
| * powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy2018-07-301-0/+1
* | locking/atomics: Rework ordering barriersMark Rutland2018-07-251-12/+5
* | atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-0/+1
* | atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-0/+4
* | atomics/treewide: Make test ops optionalMark Rutland2018-06-211-30/+0
* | atomics/powerpc: Define atomic64_fetch_add_unless()Mark Rutland2018-06-211-4/+5
* | atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-0/+1
* | atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-0/+1
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-4/+4
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* powerpc/64: Fix atomic64_inc_not_zero() to return an intMichael Ellerman2017-07-121-2/+2
* powerpc: Remove static branch prediction in atomic{, 64}_add_unlessAnton Blanchard2016-10-041-2/+2
* locking/atomic, arch/powerpc: Implement atomic{,64}_fetch_{add,sub,and,or,xor...Peter Zijlstra2016-06-161-9/+74
* powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchgBoqun Feng2016-02-181-0/+10
* powerpc: atomic: Implement acquire/release/relaxed variants for xchgBoqun Feng2016-02-181-0/+2
* powerpc: atomic: Implement atomic{, 64}_*_return_* variantsBoqun Feng2016-02-181-62/+85
* atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-2/+0
* powerpc: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-0/+9
* locking,arch,powerpc: Fold atomic_opsPeter Zijlstra2014-08-141-121/+77
* arch,powerpc: Convert smp_mb__*()Peter Zijlstra2014-04-181-5/+1
* atomic: implement generic atomic_dec_if_positive()Shaohua Li2012-10-091-0/+1
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-6/+2
* powerpc/atomic: Implement atomic*_inc_not_zeroAnton Blanchard2012-03-071-1/+58
* powerpc: Fix atomic_xxx_return barrier semanticsBenjamin Herrenschmidt2011-11-171-24/+24
* atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-261-4/+0
* atomic: move atomic_add_unless to generic codeArun Sharma2011-07-261-7/+7
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+0
* powerpc: Rename LWSYNC_ON_SMP to PPC_RELEASE_BARRIER, ISYNC_ON_SMP to PPC_ACQ...Anton Blanchard2010-02-171-24/+24
* powerpc: Use generic atomic64_t implementation on 32-bit processorsPaul Mackerras2009-06-151-0/+3
* asm-generic: rename atomic.h to atomic-long.hArnd Bergmann2009-06-111-1/+1
* atomic_t: unify all arch definitionsMatthew Wilcox2009-01-061-3/+1
* powerpc: Tell gcc when we clobber the carry in inline asmPaul Mackerras2008-11-191-9/+9
* powerpc: Move include files to arch/powerpc/include/asmStephen Rothwell2008-08-041-0/+479