aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/atomic64_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-20x86: Adjust asm constraints in atomic64 wrappersJan Beulich1-57/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2010-02-25x86-32: Rewrite 32-bit atomic64 functions in assemblyLuca Barbieri1-222/+51
2009-07-04x86: atomic64: Inline atomic64_read() againEric Dumazet1-22/+1
2009-07-03x86: atomic64: Clean up atomic64_sub_and_test() and atomic64_add_negative()Ingo Molnar1-4/+4
2009-07-03x86: atomic64: Improve atomic64_xchg()Ingo Molnar1-6/+15
2009-07-03x86: atomic64: Export APIs to modulesIngo Molnar1-0/+18
2009-07-03x86: atomic64: Improve atomic64_read()Eric Dumazet1-2/+10
2009-07-03x86: atomic64: Fix unclean type use in atomic64_xchg()Ingo Molnar1-1/+1
2009-07-03x86: atomic64: Reduce size of functionsIngo Molnar1-2/+2
2009-07-03x86: atomic64: Improve atomic64_add_return()Ingo Molnar1-3/+12
2009-07-03x86: atomic64: Improve cmpxchg8b()Eric Dumazet1-12/+7
2009-07-03x86: atomic64: Improve atomic64_read()Eric Dumazet1-6/+2
2009-07-03x86: atomic64: Move the 32-bit atomic64_t implementation to a .c fileIngo Molnar1-0/+216