| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/atomic: parisc: move to ARCH_ATOMIC | Mark Rutland | 2021-05-26 | 1 | -17/+17 |
* | Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-08-12 | 1 | -4/+4 |
|\ |
|
| * | parisc: Whitespace cleanups in atomic.h | Helge Deller | 2020-08-11 | 1 | -4/+4 |
* | | Merge branch 'linus' into locking/core, to resolve conflict | Ingo Molnar | 2020-07-31 | 1 | -0/+2 |
|\| |
|
| * | parisc: Add atomic64_set_release() define to avoid CPU soft lockups | John David Anglin | 2020-07-21 | 1 | -0/+2 |
* | | locking/atomic: Move ATOMIC_INIT into linux/types.h | Herbert Xu | 2020-07-29 | 1 | -2/+0 |
|/ |
|
* | atomics/treewide: Make conditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -23/+0 |
* | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -12/+0 |
* | atomics/treewide: Make test ops optional | Mark Rutland | 2018-06-21 | 1 | -22/+0 |
* | atomics/treewide: Make atomic64_fetch_add_unless() optional | Mark Rutland | 2018-06-21 | 1 | -24/+0 |
* | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 2018-06-21 | 1 | -24/+0 |
* | atomics/treewide: Make atomic64_inc_not_zero() optional | Mark Rutland | 2018-06-21 | 1 | -2/+0 |
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -2/+2 |
* | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 1 | -1/+1 |
|/ |
|
* | locking/atomic: Fix atomic_set_release() for 'funny' architectures | Peter Zijlstra | 2017-08-10 | 1 | -0/+2 |
* | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 | 1 | -2/+0 |
* | locking/atomic, arch/parisc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -8/+57 |
* | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 2015-09-23 | 1 | -1/+1 |
* | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -2/+0 |
* | parisc: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+9 |
* | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar | 2014-10-03 | 1 | -2/+2 |
* | locking,arch,parisc: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -44/+69 |
* | arch,parisc: Convert smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -5/+1 |
* | parisc: implement atomic64_dec_if_positive() | Helge Deller | 2013-05-06 | 1 | -0/+23 |
* | parisc: fix compile warnings triggered by atomic_sub(sizeof(),v) | Helge Deller | 2013-03-02 | 1 | -2/+2 |
* | [PARISC] Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts | Mel Gorman | 2012-07-25 | 1 | -2/+2 |
* | parisc: fix missing cmpxchg file error from system.h split | Paul Gortmaker | 2012-04-02 | 1 | -106/+1 |
* | Disintegrate asm/system.h for PA-RISC | David Howells | 2012-03-28 | 1 | -1/+0 |
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/pa... | Linus Torvalds | 2011-08-04 | 1 | -2/+2 |
|\ |
|
| * | [PARISC] fix return type of __atomic64_add_return | John David Anglin | 2011-07-29 | 1 | -2/+2 |
* | | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 2011-07-27 | 1 | -5/+0 |
* | | atomic: move atomic_add_unless to generic code | Arun Sharma | 2011-07-27 | 1 | -5/+5 |
* | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 1 | -1/+0 |
|/ |
|
* | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard | 2010-05-17 | 1 | -2/+2 |
* | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 2009-12-14 | 1 | -2/+2 |
* | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 2009-12-14 | 1 | -3/+3 |
* | parisc: use generic atomic64 on 32-bit | Kyle McMartin | 2009-07-03 | 1 | -1/+5 |
* | parisc: Remove casts from atomic macros | Bastian Blank | 2009-07-03 | 1 | -4/+4 |
* | asm-generic: rename atomic.h to atomic-long.h | Arnd Bergmann | 2009-06-11 | 1 | -1/+1 |
* | parisc: fix macro expansion in atomic.h | James Bottomley | 2009-03-31 | 1 | -9/+9 |
* | atomic_t: unify all arch definitions | Matthew Wilcox | 2009-01-07 | 1 | -8/+3 |
* | parisc: move include/asm-parisc to arch/parisc/include/asm | Kyle McMartin | 2008-10-10 | 1 | -0/+348 |