aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/atomic64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-16locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}()Peter Zijlstra1-4/+28
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra1-0/+3
2014-08-14locking,arch: Rewrite generic atomic supportPeter Zijlstra1-47/+36
2012-12-20lib: atomic64: Initialize locks statically to fix early usersStephen Boyd1-12/+5
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-09-14lib: atomic64: Change the type of local lock to raw_spinlock_tYong Zhang1-11/+11
2011-09-13locking, lib/atomic64: Annotate atomic64_lock::lock as rawShan Hai1-22/+22
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-03-01lib: Fix atomic64_add_unless return value conventionLuca Barbieri1-2/+2
2009-07-29lib: export generic atomic64_t functionsRoland Dreier1-0/+11
2009-06-15lib: Provide generic atomic64_t implementationPaul Mackerras1-0/+175