summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/atomic64.h
Commit message (Expand)AuthorAgeFilesLines
* locking/atomic: Use s64 for atomic64Mark Rutland2019-06-031-10/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* atomics/treewide: Make conditional inc/dec ops optionalMark Rutland2018-06-211-0/+1
* atomics/treewide: Make unconditional inc/dec ops optionalMark Rutland2018-06-211-5/+0Star
* atomics/treewide: Make test ops optionalMark Rutland2018-06-211-4/+0Star
* atomics/generic: Define atomic64_fetch_add_unless()Mark Rutland2018-06-211-1/+2
* atomics/treewide: Make atomic64_inc_not_zero() optionalMark Rutland2018-06-211-1/+0Star
* atomics: Make conditional ops return 'bool'Mark Rutland2018-06-211-1/+2
* locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra2017-08-101-0/+2
* locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}...Peter Zijlstra2016-06-161-4/+11
* atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-0/+4
* locking,arch: Rewrite generic atomic supportPeter Zijlstra2014-08-141-4/+16
* lib: Provide generic atomic64_t implementationPaul Mackerras2009-06-151-0/+42