| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2018-08-17 | 1 | -0/+1 |
|\ |
|
| * | powerpc/405: move PPC405_ERR77 in asm-405.h | Christophe Leroy | 2018-07-30 | 1 | -0/+1 |
* | | locking/atomics: Rework ordering barriers | Mark Rutland | 2018-07-25 | 1 | -12/+5 |
* | | atomics/treewide: Make conditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -0/+1 |
* | | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -0/+4 |
* | | atomics/treewide: Make test ops optional | Mark Rutland | 2018-06-21 | 1 | -30/+0 |
* | | atomics/powerpc: Define atomic64_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -4/+5 |
* | | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 2018-06-21 | 1 | -0/+1 |
* | | atomics/treewide: Make atomic64_inc_not_zero() optional | Mark Rutland | 2018-06-21 | 1 | -0/+1 |
* | | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -4/+4 |
|/ |
|
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | powerpc/64: Fix atomic64_inc_not_zero() to return an int | Michael Ellerman | 2017-07-12 | 1 | -2/+2 |
* | powerpc: Remove static branch prediction in atomic{, 64}_add_unless | Anton Blanchard | 2016-10-04 | 1 | -2/+2 |
* | locking/atomic, arch/powerpc: Implement atomic{,64}_fetch_{add,sub,and,or,xor... | Peter Zijlstra | 2016-06-16 | 1 | -9/+74 |
* | powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg | Boqun Feng | 2016-02-18 | 1 | -0/+10 |
* | powerpc: atomic: Implement acquire/release/relaxed variants for xchg | Boqun Feng | 2016-02-18 | 1 | -0/+2 |
* | powerpc: atomic: Implement atomic{, 64}_*_return_* variants | Boqun Feng | 2016-02-18 | 1 | -62/+85 |
* | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -2/+0 |
* | powerpc: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+9 |
* | locking,arch,powerpc: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -121/+77 |
* | arch,powerpc: Convert smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -5/+1 |
* | atomic: implement generic atomic_dec_if_positive() | Shaohua Li | 2012-10-09 | 1 | -0/+1 |
* | Disintegrate asm/system.h for PowerPC | David Howells | 2012-03-28 | 1 | -6/+2 |
* | powerpc/atomic: Implement atomic*_inc_not_zero | Anton Blanchard | 2012-03-07 | 1 | -1/+58 |
* | powerpc: Fix atomic_xxx_return barrier semantics | Benjamin Herrenschmidt | 2011-11-17 | 1 | -24/+24 |
* | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 2011-07-26 | 1 | -4/+0 |
* | atomic: move atomic_add_unless to generic code | Arun Sharma | 2011-07-26 | 1 | -7/+7 |
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 1 | -1/+0 |
* | powerpc: Rename LWSYNC_ON_SMP to PPC_RELEASE_BARRIER, ISYNC_ON_SMP to PPC_ACQ... | Anton Blanchard | 2010-02-17 | 1 | -24/+24 |
* | powerpc: Use generic atomic64_t implementation on 32-bit processors | Paul Mackerras | 2009-06-15 | 1 | -0/+3 |
* | asm-generic: rename atomic.h to atomic-long.h | Arnd Bergmann | 2009-06-11 | 1 | -1/+1 |
* | atomic_t: unify all arch definitions | Matthew Wilcox | 2009-01-06 | 1 | -3/+1 |
* | powerpc: Tell gcc when we clobber the carry in inline asm | Paul Mackerras | 2008-11-19 | 1 | -9/+9 |
* | powerpc: Move include files to arch/powerpc/include/asm | Stephen Rothwell | 2008-08-04 | 1 | -0/+479 |