summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/include/asm/atomic.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-26locking/atomic: hexagon: move to ARCH_ATOMICMark Rutland1-14/+14
2020-07-29locking/atomic: Move ATOMIC_INIT into linux/types.hHerbert Xu1-2/+0
2020-01-04hexagon: parenthesize registers in asm predicatesNick Desaulniers1-4/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267Thomas Gleixner1-15/+1
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-6/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-5/+0
2018-06-21atomics/treewide: Make atomic_fetch_add_unless() optionalMark Rutland1-0/+1
2018-06-21atomics/treewide: Remove redundant atomic_inc_not_zero() definitionsMark Rutland1-2/+0
2018-06-21atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless()Mark Rutland1-2/+2
2017-08-10locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra1-0/+2
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-2/+0
2016-06-16locking/atomic, arch/hexagon: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-5/+28
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra1-1/+1
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra1-2/+0
2015-07-27hexagon: Provide atomic_{or,xor,and}Peter Zijlstra1-0/+6
2014-08-14locking,arch,hexagon: Fold atomic_opsPeter Zijlstra1-31/+37
2014-04-18arch,hexagon: Convert smp_mb__*()Peter Zijlstra1-5/+1
2014-04-04Hexagon: fix atomic_setRichard Kuo1-1/+14
2014-01-12arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.hPeter Zijlstra1-1/+5
2013-04-30Hexagon: update copyright datesRichard Kuo1-1/+1
2013-04-30Hexagon: fix __atomic_add_unlessRichard Kuo1-9/+11
2012-10-18Hexagon: Copyright marking changesRichard Kuo1-1/+1
2012-03-28Disintegrate asm/system.h for HexagonDavid Howells1-0/+1
2011-11-01Hexagon: Add atomic ops supportRichard Kuo1-0/+164