| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/atomic: treewide: delete arch_atomic_*() kerneldoc | Mark Rutland | 2023-06-05 | 1 | -16/+0 |
* | locking/atomic: hexagon: add preprocessor symbols | Mark Rutland | 2023-06-05 | 1 | -0/+9 |
* | locking/atomic: make atomic*_{cmp,}xchg optional | Mark Rutland | 2023-06-05 | 1 | -6/+0 |
* | locking/atomic: hexagon: remove redundant arch_atomic_cmpxchg | Mark Rutland | 2023-06-05 | 1 | -42/+4 |
* | locking/atomic: hexagon: move to ARCH_ATOMIC | Mark Rutland | 2021-05-26 | 1 | -14/+14 |
* | locking/atomic: Move ATOMIC_INIT into linux/types.h | Herbert Xu | 2020-07-29 | 1 | -2/+0 |
* | hexagon: parenthesize registers in asm predicates | Nick Desaulniers | 2020-01-04 | 1 | -4/+4 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267 | Thomas Gleixner | 2019-06-05 | 1 | -15/+1 |
* | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -6/+0 |
* | atomics/treewide: Make test ops optional | Mark Rutland | 2018-06-21 | 1 | -5/+0 |
* | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland | 2018-06-21 | 1 | -0/+1 |
* | atomics/treewide: Remove redundant atomic_inc_not_zero() definitions | Mark Rutland | 2018-06-21 | 1 | -2/+0 |
* | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -2/+2 |
* | locking/atomic: Fix atomic_set_release() for 'funny' architectures | Peter Zijlstra | 2017-08-10 | 1 | -0/+2 |
* | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 | 1 | -2/+0 |
* | locking/atomic, arch/hexagon: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -5/+28 |
* | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 2015-09-23 | 1 | -1/+1 |
* | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -2/+0 |
* | hexagon: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+6 |
* | locking,arch,hexagon: Fold atomic_ops | Peter Zijlstra | 2014-08-14 | 1 | -31/+37 |
* | arch,hexagon: Convert smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -5/+1 |
* | Hexagon: fix atomic_set | Richard Kuo | 2014-04-05 | 1 | -1/+14 |
* | arch: Move smp_mb__{before,after}_atomic_{inc,dec}.h into asm/atomic.h | Peter Zijlstra | 2014-01-12 | 1 | -1/+5 |
* | Hexagon: update copyright dates | Richard Kuo | 2013-05-01 | 1 | -1/+1 |
* | Hexagon: fix __atomic_add_unless | Richard Kuo | 2013-05-01 | 1 | -9/+11 |
* | Hexagon: Copyright marking changes | Richard Kuo | 2012-10-19 | 1 | -1/+1 |
* | Disintegrate asm/system.h for Hexagon | David Howells | 2012-03-28 | 1 | -0/+1 |
* | Hexagon: Add atomic ops support | Richard Kuo | 2011-11-01 | 1 | -0/+164 |