summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/atomic.h
AgeCommit message (Expand)AuthorLines
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland-6/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland-4/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland-25/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2016-08-05sh: add J2 atomics using the cas.l instructionRich Felker-0/+8
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra-2/+2
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar-1/+1
2014-04-18arch,sh: Convert smp_mb__*()Peter Zijlstra-5/+1
2012-04-27sh: Fix up tracepoint build fallout from static key introduction.Nobuhiro Iwamatsu-1/+1
2012-03-28Disintegrate asm/system.h for SHDavid Howells-1/+1
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma-3/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma-4/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+0
2010-05-17atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard-1/+1
2010-01-08sh: consolidate atomic_cmpxchg()/atomic_add_unless() definitions.Paul Mundt-44/+29
2009-10-18sh: Fix up smp_mb__xxx() memory barriers for SH-4A SMP.Paul Mundt-5/+4
2009-06-17sh: Use generic atomic64_t implementation.Paul Mundt-0/+2
2009-06-12asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann-2/+2
2009-06-11asm-generic: rename atomic.h to atomic-long.hArnd Bergmann-1/+1
2009-06-11sh: Fix sh4a llsc-based cmpxchg()Aoi Shinkai-2/+2
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox-4/+3
2008-07-29sh: migrate to arch/sh/include/Paul Mundt-0/+89