aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-generic/atomic64.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-03locking/atomic: Use s64 for atomic64Mark Rutland1-10/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-06-21atomics/treewide: Make conditional inc/dec ops optionalMark Rutland1-0/+1
2018-06-21atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland1-5/+0
2018-06-21atomics/treewide: Make test ops optionalMark Rutland1-4/+0
2018-06-21atomics/generic: Define atomic64_fetch_add_unless()Mark Rutland1-1/+2
2018-06-21atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland1-1/+0
2018-06-21atomics: Make conditional ops return 'bool'Mark Rutland1-1/+2
2017-08-10locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra1-0/+2
2016-06-16locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}()Peter Zijlstra1-4/+11
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra1-0/+4
2014-08-14locking,arch: Rewrite generic atomic supportPeter Zijlstra1-4/+16
2009-06-15lib: Provide generic atomic64_t implementationPaul Mackerras1-0/+42