Age | Commit message (Expand) | Author |
2023-06-05 | locking/atomic: treewide: delete arch_atomic_*() kerneldoc | Mark Rutland |
2023-01-31 | x86/atomics: Always inline arch_atomic64*() | Peter Zijlstra |
2020-10-12 | asm-generic/atomic: Add try_cmpxchg() fallbacks | Peter Zijlstra |
2020-06-11 | locking/atomics: Flip fallbacks and instrumentation | Peter Zijlstra |
2019-06-17 | x86/atomic: Fix smp_mb__{before,after}_atomic() | Peter Zijlstra |
2019-06-03 | locking/atomic, x86: Use s64 for atomic64 | Mark Rutland |
2018-10-16 | x86/asm: 'Simplify' GEN_*_RMWcc() macros | Peter Zijlstra |
2018-09-03 | x86: Fix kernel-doc atomic.h warnings | Randy Dunlap |
2018-07-25 | locking/atomics: Instrument xchg() | Mark Rutland |
2018-06-21 | atomics/treewide: Make conditional inc/dec ops optional | Mark Rutland |
2018-06-21 | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland |
2018-06-21 | atomics/treewide: Make test ops optional | Mark Rutland |
2018-06-21 | atomics/treewide: Make atomic64_fetch_add_unless() optional | Mark Rutland |
2018-06-21 | atomics/treewide: Make atomic64_inc_not_zero() optional | Mark Rutland |
2018-03-12 | locking/atomic/x86: Switch atomic.h to use atomic-instrumented.h | Dmitry Vyukov |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-06-28 | locking/atomic/x86: Use 's64 *' for 'old' argument of atomic64_try_cmpxchg() | Dmitry Vyukov |
2017-06-28 | locking/atomic/x86: Un-macro-ify atomic ops implementation | Dmitry Vyukov |
2017-03-23 | locking/atomic/x86: Use atomic_try_cmpxchg() | Peter Zijlstra |
2017-03-23 | locking/atomic: Introduce atomic_try_cmpxchg() | Peter Zijlstra |
2016-07-25 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2016-06-16 | locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra |
2016-06-08 | x86, asm: change the GEN_*_RMWcc() macros to not quote the condition | H. Peter Anvin |
2016-06-08 | x86, asm: use bool for bitops and other assembly outputs | H. Peter Anvin |
2015-09-23 | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra |
2015-07-27 | x86: Provide atomic_{or,xor,and} | Peter Zijlstra |
2015-04-22 | x86/asm: Always inline atomics | Hagen Paul Pfeifer |
2014-10-03 | locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() | Pranith Kumar |
2013-12-04 | x86, bitops: Correct the assembly constraints to testing bitops | H. Peter Anvin |
2013-09-25 | x86: Use asm goto to implement better modify_and_test() functions | Peter Zijlstra |
2011-08-29 | x86: Use xadd helper more widely | Jeremy Fitzhardinge |
2011-07-26 | atomic: move atomic_add_unless to generic code | Arun Sharma |
2010-05-18 | Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2010-05-17 | atomic_t: Cast to volatile when accessing atomic variables | Anton Blanchard |
2010-03-01 | x86: Implement atomic[64]_dec_if_positive() | Luca Barbieri |
2010-01-07 | x86: Split atomic64_t functions into seperate headers | Brian Gerst |