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