summaryrefslogtreecommitdiffstats
path: root/arch/sh/include/asm/atomic.h
Commit message (Expand)AuthorAgeFilesLines
* locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-3/+0
* locking/atomic: sh: move to ARCH_ATOMICMark Rutland2021-05-261-4/+4
* locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu2020-07-291-2/+0
* atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-6/+0
* atomics/treewide: Make test ops optionalMark Rutland2018-06-211-4/+0
* atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland2018-06-211-25/+0
* atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland2018-06-211-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sh: add J2 atomics using the cas.l instructionRich Felker2016-08-051-0/+8
* atomic, arch: Audit atomic_{read,set}()Peter Zijlstra2015-09-231-2/+2
* locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2014-10-031-1/+1
* arch,sh: Convert smp_mb__*()Peter Zijlstra2014-04-181-5/+1
* sh: Fix up tracepoint build fallout from static key introduction.Nobuhiro Iwamatsu2012-04-271-1/+1
* Disintegrate asm/system.h for SHDavid Howells2012-03-281-1/+1
* atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-261-3/+0
* atomic: move atomic_add_unless to generic codeArun Sharma2011-07-261-4/+4
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+0
* atomic_t: Cast to volatile when accessing atomic variablesAnton Blanchard2010-05-171-1/+1
* sh: consolidate atomic_cmpxchg()/atomic_add_unless() definitions.Paul Mundt2010-01-081-44/+29
* sh: Fix up smp_mb__xxx() memory barriers for SH-4A SMP.Paul Mundt2009-10-181-5/+4
* sh: Use generic atomic64_t implementation.Paul Mundt2009-06-171-0/+2
* asm-generic: merge branch 'master' of torvalds/linux-2.6Arnd Bergmann2009-06-121-2/+2
|\
| * sh: Fix sh4a llsc-based cmpxchg()Aoi Shinkai2009-06-111-2/+2
* | asm-generic: rename atomic.h to atomic-long.hArnd Bergmann2009-06-111-1/+1
|/
* atomic_t: unify all arch definitionsMatthew Wilcox2009-01-061-4/+3
* sh: migrate to arch/sh/include/Paul Mundt2008-07-291-0/+89