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