| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/atomic: delete !ARCH_ATOMIC remnants | Mark Rutland | 2021-05-26 | 1 | -29/+0 |
* | locking/atomic: atomic64: support ARCH_ATOMIC | Mark Rutland | 2021-05-26 | 1 | -13/+61 |
* | locking/atomic: Use s64 for atomic64 | Mark Rutland | 2019-06-03 | 1 | -10/+10 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | atomics/treewide: Make conditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -0/+1 |
* | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 2018-06-21 | 1 | -5/+0 |
* | atomics/treewide: Make test ops optional | Mark Rutland | 2018-06-21 | 1 | -4/+0 |
* | atomics/generic: Define atomic64_fetch_add_unless() | Mark Rutland | 2018-06-21 | 1 | -1/+2 |
* | atomics/treewide: Make atomic64_inc_not_zero() optional | Mark Rutland | 2018-06-21 | 1 | -1/+0 |
* | atomics: Make conditional ops return 'bool' | Mark Rutland | 2018-06-21 | 1 | -1/+2 |
* | locking/atomic: Fix atomic_set_release() for 'funny' architectures | Peter Zijlstra | 2017-08-10 | 1 | -0/+2 |
* | locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}... | Peter Zijlstra | 2016-06-16 | 1 | -4/+11 |
* | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+4 |
* | locking,arch: Rewrite generic atomic support | Peter Zijlstra | 2014-08-14 | 1 | -4/+16 |
* | lib: Provide generic atomic64_t implementation | Paul Mackerras | 2009-06-15 | 1 | -0/+42 |