Age | Commit message (Expand) | Author | Files | Lines |
2024-05-14 | Merge tag 'x86-asm-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2024-04-10 | locking/atomic/x86: Rewrite x86_32 arch_atomic64_{,fetch}_{and,or,xor}() func... | Uros Bizjak | 1 | -25/+18 |
2024-04-10 | locking/atomic/x86: Introduce arch_atomic64_read_nonatomic() to x86_32 | Uros Bizjak | 1 | -0/+26 |
2024-04-10 | locking/atomic/x86: Introduce arch_atomic64_try_cmpxchg() to x86_32 | Uros Bizjak | 1 | -2/+8 |
2024-03-19 | x86/asm: Use %c/%n instead of %P operand modifier in asm templates | Uros Bizjak | 1 | -1/+1 |
2023-06-05 | locking/atomic: treewide: delete arch_atomic_*() kerneldoc | Mark Rutland | 1 | -76/+0 |
2023-01-31 | x86/atomics: Always inline arch_atomic64*() | Peter Zijlstra | 1 | -22/+22 |
2020-06-11 | locking/atomics: Flip fallbacks and instrumentation | Peter Zijlstra | 1 | -0/+9 |
2019-06-03 | locking/atomic, x86: Use s64 for atomic64 | Mark Rutland | 1 | -34/+32 |
2018-09-03 | x86: Fix kernel-doc atomic.h warnings | Randy Dunlap | 1 | -4/+4 |
2018-06-21 | atomics/treewide: Make conditional inc/dec ops optional | Mark Rutland | 1 | -0/+1 |
2018-06-21 | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland | 1 | -0/+4 |
2018-06-21 | atomics/treewide: Make test ops optional | Mark Rutland | 1 | -54/+0 |
2018-06-21 | atomics/treewide: Make atomic64_inc_not_zero() optional | Mark Rutland | 1 | -1/+1 |
2018-04-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2018-03-26 | treewide: Align function definition open/close braces | Joe Perches | 1 | -1/+1 |
2018-03-12 | locking/atomic/x86: Switch atomic.h to use atomic-instrumented.h | Dmitry Vyukov | 1 | -52/+54 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-06-28 | locking/atomic/x86: Un-macro-ify atomic ops implementation | Dmitry Vyukov | 1 | -24/+57 |
2016-06-16 | locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -3/+22 |
2015-12-06 | x86/headers: Don't include asm/processor.h in asm/atomic.h | Andi Kleen | 1 | -1/+0 |
2015-07-27 | x86: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -0/+14 |
2012-05-09 | atomic64_32.h: fix parameter naming mismatch | Philipp Hahn | 1 | -5/+5 |
2012-01-21 | x86: atomic64 assembly improvements | Jan Beulich | 1 | -3/+2 |
2012-01-21 | x86: Adjust asm constraints in atomic64 wrappers | Jan Beulich | 1 | -67/+80 |
2012-01-10 | x86, atomic: atomic64_read() take a const pointer | H. Peter Anvin | 1 | -1/+1 |
2011-07-27 | atomic: move atomic_add_unless to generic code | Arun Sharma | 1 | -1/+1 |
2010-02-26 | x86-32: Rewrite 32-bit atomic64 functions in assembly | Luca Barbieri | 1 | -67/+211 |
2010-01-07 | x86: Split atomic64_t functions into seperate headers | Brian Gerst | 1 | -0/+160 |