aboutsummaryrefslogtreecommitdiffstats
path: root/lib/atomic64.c
AgeCommit message (Expand)Author
2021-12-13locking/atomic: atomic64: Remove unusable atomic opsMark Rutland
2021-05-26locking/atomic: atomic64: support ARCH_ATOMICMark Rutland
2019-06-03locking/atomic: Use s64 for atomic64Mark Rutland
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-06-21atomics/generic: Define atomic64_fetch_add_unless()Mark Rutland
2018-06-21atomics: Make conditional ops return 'bool'Mark Rutland
2016-06-16locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}...Peter Zijlstra
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra
2014-08-14locking,arch: Rewrite generic atomic supportPeter Zijlstra
2012-12-20lib: atomic64: Initialize locks statically to fix early usersStephen Boyd
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker
2011-09-14lib: atomic64: Change the type of local lock to raw_spinlock_tYong Zhang
2011-09-13locking, lib/atomic64: Annotate atomic64_lock::lock as rawShan Hai
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2010-03-01lib: Fix atomic64_add_unless return value conventionLuca Barbieri
2009-07-29lib: export generic atomic64_t functionsRoland Dreier
2009-06-15lib: Provide generic atomic64_t implementationPaul Mackerras