| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-08 | x86/asm: Remove code depending on __GCC_ASM_FLAG_OUTPUTS__ | Uros Bizjak | 1 | -4/+2 |
| 2025-03-24 | Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -3/+3 |
| 2025-03-19 | x86/locking/atomic: Improve performance by using asm_inline() for atomic lock... | Uros Bizjak | 1 | -2/+2 |
| 2025-03-04 | Merge branch 'x86/locking' into x86/asm, to simplify dependencies | Ingo Molnar | 1 | -14/+18 |
| 2025-02-28 | x86/cpufeatures: Rename X86_CMPXCHG64 to X86_CX8 | H. Peter Anvin (Intel) | 1 | -1/+1 |
| 2025-02-28 | x86/locking: Remove semicolon from "lock" prefix | Uros Bizjak | 1 | -2/+2 |
| 2025-02-21 | x86/locking: Use asm_inline for {,try_}cmpxchg{64,128} emulations | Uros Bizjak | 1 | -14/+18 |
| 2024-11-05 | locking/atomic/x86: Use ALT_OUTPUT_SP() for __arch_{,try_}cmpxchg64_emu() | Uros Bizjak | 1 | -3/+3 |
| 2024-06-30 | x86-32: fix cmpxchg8b_emu build error with clang | Linus Torvalds | 1 | -7/+5 |
| 2024-04-24 | locking/atomic/x86: Merge __arch{,_try}_cmpxchg64_emu_local() with __arch{,_t... | Uros Bizjak | 1 | -46/+10 |
| 2024-04-14 | locking/atomic/x86: Introduce arch_try_cmpxchg64_local() | Uros Bizjak | 1 | -0/+34 |
| 2024-04-09 | locking/atomic/x86: Introduce arch_try_cmpxchg64() for !CONFIG_X86_CMPXCHG64 | Uros Bizjak | 1 | -0/+28 |
| 2024-04-09 | locking/atomic/x86: Modernize x86_32 arch_{,try_}_cmpxchg64{,_local}() | Uros Bizjak | 1 | -79/+100 |
| 2023-06-05 | arch: Remove cmpxchg_double | Peter Zijlstra | 1 | -1/+0 |
| 2023-06-05 | arch: Introduce arch_{,try_}_cmpxchg128{,_local}() | Peter Zijlstra | 1 | -1/+2 |
| 2022-12-15 | x86/mm/pae: Get rid of set_64bit() | Peter Zijlstra | 1 | -28/+0 |
| 2022-05-18 | locking/atomic/x86: Introduce arch_try_cmpxchg64 | Uros Bizjak | 1 | -0/+21 |
| 2020-07-26 | x86: cmpxchg_32.h: Delete duplicated word | Randy Dunlap | 1 | -1/+1 |
| 2018-03-12 | locking/atomic/x86: Switch atomic.h to use atomic-instrumented.h | Dmitry Vyukov | 1 | -4/+4 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2015-12-19 | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros | Borislav Petkov | 1 | -1/+1 |
| 2014-07-11 | x86: Simplify __HAVE_ARCH_CMPXCHG tests | Borislav Petkov | 1 | -2/+0 |
| 2012-11-29 | x86, 386 removal: Remove CONFIG_CMPXCHG | H. Peter Anvin | 1 | -55/+0 |
| 2012-01-04 | x86: Fix and improve cmpxchg_double{,_local}() | Jan Beulich | 1 | -46/+0 |
| 2011-08-29 | x86, cmpxchg: Unify cmpxchg into cmpxchg.h | Jeremy Fitzhardinge | 1 | -113/+0 |
| 2011-08-29 | x86, cmpxchg: Move 32-bit __cmpxchg_wrong_size to match 64 bit. | Jeremy Fitzhardinge | 1 | -2/+1 |
| 2011-08-29 | x86, cmpxchg: <linux/alternative.h> has LOCK_PREFIX | Jeremy Fitzhardinge | 1 | -1/+1 |
| 2011-06-25 | x86: Add support for cmpxchg_double | Christoph Lameter | 1 | -0/+48 |
| 2010-07-28 | x86, asm: Merge cmpxchg_486_u64() and cmpxchg8b_emu() | H. Peter Anvin | 1 | -16/+14 |
| 2010-07-28 | x86, asm: Clean up and simplify <asm/cmpxchg.h> | H. Peter Anvin | 1 | -33/+42 |
| 2010-07-27 | x86, asm: Clean up and simplify set_64bit() | H. Peter Anvin | 1 | -47/+20 |
| 2010-07-27 | x86: Add memory modify constraints to xchg() and cmpxchg() | H. Peter Anvin | 1 | -34/+34 |
| 2010-02-25 | x86-32: Allow UP/SMP lock replacement in cmpxchg64 | Luca Barbieri | 1 | -1/+2 |
| 2009-12-05 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -132/+86 |
| 2009-10-09 | x86: Generate cmpxchg build failures | Peter Zijlstra | 1 | -132/+86 |
| 2009-09-30 | x86: Provide an alternative() based cmpxchg64() | Arjan van de Ven | 1 | -13/+17 |
| 2008-10-22 | x86: Fix ASM_X86__ header guards | H. Peter Anvin | 1 | -3/+3 |
| 2008-10-22 | x86, um: ... and asm-x86 move | Al Viro | 1 | -0/+344 |