summaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/atomic.h
AgeCommit message (Expand)AuthorLines
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland-23/+0
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland-12/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland-22/+0
2018-06-21atomics/treewide: Make atomic64_fetch_add_unless() optionalMark Rutland-24/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland-24/+0
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-08-10locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra-0/+2
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra-2/+0
2016-06-16locking/atomic, arch/parisc: Implement atomic{,64}_fetch_{add,sub,and,or,xor}()Peter Zijlstra-8/+57
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra-1/+1
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra-2/+0
2015-07-27parisc: Provide atomic_{or,xor,and}Peter Zijlstra-0/+9
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar-2/+2
2014-08-14locking,arch,parisc: Fold atomic_opsPeter Zijlstra-44/+69
2014-04-18arch,parisc: Convert smp_mb__*()Peter Zijlstra-5/+1
2013-05-06parisc: implement atomic64_dec_if_positive()Helge Deller-0/+23
2013-03-02parisc: fix compile warnings triggered by atomic_sub(sizeof(),v)Helge Deller-2/+2
2012-07-25[PARISC] Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsMel Gorman-2/+2
2012-04-02parisc: fix missing cmpxchg file error from system.h splitPaul Gortmaker-106/+1
2012-03-28Disintegrate asm/system.h for PA-RISCDavid Howells-1/+0
2011-08-04Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/pa...Linus Torvalds-2/+2
2011-07-29[PARISC] fix return type of __atomic64_add_returnJohn David Anglin-2/+2
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma-5/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma-5/+5
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+0
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard-2/+2
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner-2/+2
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner-3/+3
2009-07-03parisc: use generic atomic64 on 32-bitKyle McMartin-1/+5
2009-07-03parisc: Remove casts from atomic macrosBastian Blank-4/+4
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann-1/+1
2009-03-31parisc: fix macro expansion in atomic.hJames Bottomley-9/+9
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox-8/+3
2008-10-10parisc: move include/asm-parisc to arch/parisc/include/asmKyle McMartin-0/+348