Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-02-25 | x86-32: Rewrite 32-bit atomic64 functions in assembly | Luca Barbieri | 1 | -222/+51 |
2009-07-04 | x86: atomic64: Inline atomic64_read() again | Eric Dumazet | 1 | -22/+1 |
2009-07-03 | x86: atomic64: Clean up atomic64_sub_and_test() and atomic64_add_negative() | Ingo Molnar | 1 | -4/+4 |
2009-07-03 | x86: atomic64: Improve atomic64_xchg() | Ingo Molnar | 1 | -6/+15 |
2009-07-03 | x86: atomic64: Export APIs to modules | Ingo Molnar | 1 | -0/+18 |
2009-07-03 | x86: atomic64: Improve atomic64_read() | Eric Dumazet | 1 | -2/+10 |
2009-07-03 | x86: atomic64: Fix unclean type use in atomic64_xchg() | Ingo Molnar | 1 | -1/+1 |
2009-07-03 | x86: atomic64: Reduce size of functions | Ingo Molnar | 1 | -2/+2 |
2009-07-03 | x86: atomic64: Improve atomic64_add_return() | Ingo Molnar | 1 | -3/+12 |
2009-07-03 | x86: atomic64: Improve cmpxchg8b() | Eric Dumazet | 1 | -12/+7 |
2009-07-03 | x86: atomic64: Improve atomic64_read() | Eric Dumazet | 1 | -6/+2 |
2009-07-03 | x86: atomic64: Move the 32-bit atomic64_t implementation to a .c file | Ingo Molnar | 1 | -0/+216 |