Age | Commit message (Expand) | Author | Files | Lines |
2017-03-23 | locking/atomic/x86: Use atomic_try_cmpxchg() | Peter Zijlstra | 1 | -18/+9 |
2017-03-23 | locking/atomic: Introduce atomic_try_cmpxchg() | Peter Zijlstra | 1 | -0/+6 |
2016-07-26 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+8 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -3/+34 |
2016-06-08 | x86, asm: change the GEN_*_RMWcc() macros to not quote the condition | H. Peter Anvin | 1 | -4/+4 |
2016-06-08 | x86, asm: use bool for bitops and other assembly outputs | H. Peter Anvin | 1 | -4/+4 |
2015-12-06 | x86/headers: Don't include asm/processor.h in asm/atomic.h | Andi Kleen | 1 | -1/+0 |
2015-09-23 | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 1 | -2/+2 |
2015-07-27 | atomic: Collapse all atomic_{set,clear}_mask definitions | Peter Zijlstra | 1 | -10/+0 |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -2/+0 |
2015-07-27 | x86: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -8/+25 |
2015-05-08 | x86: Force inlining of atomic ops | Denys Vlasenko | 1 | -7/+7 |
2015-04-22 | x86/asm: Always inline atomics | Hagen Paul Pfeifer | 1 | -8/+8 |
2014-10-03 | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar | 1 | -1/+1 |
2014-08-14 | locking,x86: Kill atomic_or_long() | Peter Zijlstra | 1 | -15/+0 |
2014-04-18 | arch,x86: Convert smp_mb__*() | Peter Zijlstra | 1 | -6/+1 |
2013-12-05 | x86, bitops: Correct the assembly constraints to testing bitops | H. Peter Anvin | 1 | -2/+2 |
2013-09-25 | x86: Use asm goto to implement better modify_and_test() functions | Peter Zijlstra | 1 | -24/+5 |
2012-11-30 | x86, 386 removal: Remove CONFIG_XADD | H. Peter Anvin | 1 | -16/+0 |
2012-10-09 | atomic: implement generic atomic_dec_if_positive() | Shaohua Li | 1 | -24/+0 |
2012-10-02 | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst... | David Howells | 1 | -2/+2 |
2011-08-30 | x86: Use xadd helper more widely | Jeremy Fitzhardinge | 1 | -6/+2 |
2011-07-27 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 1 | -1/+0 |
2011-07-27 | atomic: move atomic_add_unless to generic code | Arun Sharma | 1 | -4/+4 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+0 |
2010-05-18 | Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+23 |
2010-05-17 | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard | 1 | -1/+1 |
2010-03-01 | x86: Implement atomic[64]_dec_if_positive() | Luca Barbieri | 1 | -0/+23 |
2010-02-16 | x86: Mark atomic irq ops raw for 32bit legacy | Ingo Molnar | 1 | -2/+2 |
2010-01-07 | x86: Merge asm/atomic_{32,64}.h | Brian Gerst | 1 | -2/+297 |
2008-10-23 | x86, um: ... and asm-x86 move | Al Viro | 1 | -0/+5 |