Age | Commit message (Expand) | Author | Files | Lines |
2024-09-17 | powerpc/atomic: Use YZ constraints for DS-form instructions | Michael Ellerman | 1 | -2/+3 |
2023-06-05 | locking/atomic: make atomic*_{cmp,}xchg optional | Mark Rutland | 1 | -24/+0 |
2023-04-20 | powerpc/64: Add support to build with prefixed instructions | Nicholas Piggin | 1 | -4/+20 |
2023-04-04 | powerpc/atomics: Remove unused function | Nysal Jan K.A | 1 | -29/+0 |
2022-08-10 | powerpc: Make eh value more explicit when using lwarx | Christophe Leroy | 1 | -2/+3 |
2021-11-30 | powerpc/atomics: Remove atomic_inc()/atomic_dec() and friends | Christophe Leroy | 1 | -95/+0 |
2021-11-30 | powerpc/atomics: Use immediate operand when possible | Christophe Leroy | 1 | -28/+28 |
2021-10-08 | powerpc/asm: Remove UPD_CONSTR after GCC 4.9 removal | Nick Desaulniers | 1 | -4/+4 |
2021-08-25 | powerpc: Use lwarx/ldarx directly instead of PPC_LWARX/LDARX macros | Christophe Leroy | 1 | -2/+2 |
2021-05-26 | locking/atomic: powerpc: move to ARCH_ATOMIC | Mark Rutland | 1 | -67/+73 |
2020-12-04 | powerpc: Fix update form addressing in inline assembly | Christophe Leroy | 1 | -4/+5 |
2020-08-07 | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+28 |
2020-07-29 | locking/atomic: Move ATOMIC_INIT into linux/types.h | Herbert Xu | 1 | -2/+0 |
2020-07-26 | powerpc/qspinlock: Optimised atomic_try_cmpxchg_lock() that adds the lock hint | Nicholas Piggin | 1 | -0/+28 |
2020-05-28 | powerpc: Remove IBM405 Erratum #77 | Christophe Leroy | 1 | -11/+0 |
2019-06-03 | locking/atomic, powerpc: Use s64 for atomic64 | Mark Rutland | 1 | -22/+22 |
2018-08-17 | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -0/+1 |
2018-07-30 | powerpc/405: move PPC405_ERR77 in asm-405.h | Christophe Leroy | 1 | -0/+1 |
2018-07-25 | locking/atomics: Rework ordering barriers | Mark Rutland | 1 | -12/+5 |
2018-06-21 | atomics/treewide: Make conditional inc/dec ops optional | Mark Rutland | 1 | -0/+1 |
2018-06-21 | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 1 | -0/+4 |
2018-06-21 | atomics/treewide: Make test ops optional | Mark Rutland | 1 | -30/+0 |
2018-06-21 | atomics/powerpc: Define atomic64_fetch_add_unless() | Mark Rutland | 1 | -4/+5 |
2018-06-21 | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 1 | -0/+1 |
2018-06-21 | atomics/treewide: Make atomic64_inc_not_zero() optional | Mark Rutland | 1 | -0/+1 |
2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 1 | -4/+4 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-12 | powerpc/64: Fix atomic64_inc_not_zero() to return an int | Michael Ellerman | 1 | -2/+2 |
2016-10-04 | powerpc: Remove static branch prediction in atomic{, 64}_add_unless | Anton Blanchard | 1 | -2/+2 |
2016-06-16 | locking/atomic, arch/powerpc: Implement atomic{,64}_fetch_{add,sub,and,or,xor... | Peter Zijlstra | 1 | -9/+74 |
2016-02-17 | powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg | Boqun Feng | 1 | -0/+10 |
2016-02-17 | powerpc: atomic: Implement acquire/release/relaxed variants for xchg | Boqun Feng | 1 | -0/+2 |
2016-02-17 | powerpc: atomic: Implement atomic{, 64}_*_return_* variants | Boqun Feng | 1 | -62/+85 |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -2/+0 |
2015-07-27 | powerpc: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -0/+9 |
2014-08-14 | locking,arch,powerpc: Fold atomic_ops | Peter Zijlstra | 1 | -121/+77 |
2014-04-18 | arch,powerpc: Convert smp_mb__*() | Peter Zijlstra | 1 | -5/+1 |
2012-10-09 | atomic: implement generic atomic_dec_if_positive() | Shaohua Li | 1 | -0/+1 |
2012-03-28 | Disintegrate asm/system.h for PowerPC | David Howells | 1 | -6/+2 |
2012-03-07 | powerpc/atomic: Implement atomic*_inc_not_zero | Anton Blanchard | 1 | -1/+58 |
2011-11-17 | powerpc: Fix atomic_xxx_return barrier semantics | Benjamin Herrenschmidt | 1 | -24/+24 |
2011-07-27 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 1 | -4/+0 |
2011-07-27 | atomic: move atomic_add_unless to generic code | Arun Sharma | 1 | -7/+7 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+0 |
2010-02-17 | powerpc: Rename LWSYNC_ON_SMP to PPC_RELEASE_BARRIER, ISYNC_ON_SMP to PPC_ACQ... | Anton Blanchard | 1 | -24/+24 |
2009-06-15 | powerpc: Use generic atomic64_t implementation on 32-bit processors | Paul Mackerras | 1 | -0/+3 |
2009-06-11 | asm-generic: rename atomic.h to atomic-long.h | Arnd Bergmann | 1 | -1/+1 |
2009-01-07 | atomic_t: unify all arch definitions | Matthew Wilcox | 1 | -3/+1 |
2008-11-19 | powerpc: Tell gcc when we clobber the carry in inline asm | Paul Mackerras | 1 | -9/+9 |
2008-08-04 | powerpc: Move include files to arch/powerpc/include/asm | Stephen Rothwell | 1 | -0/+479 |