index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
local.h
Age
Commit message (
Expand
)
Author
2024-03-01
locking/x86: Implement local_xchg() using CMPXCHG without the LOCK prefix
Uros Bizjak
2023-10-04
locking/local, arch: Rewrite local_add_unless() as a static inline function
Uros Bizjak
2023-07-10
locking/arch: Avoid variable shadowing in local_try_cmpxchg()
Uros Bizjak
2023-04-29
locking/arch: Wire up local_try_cmpxchg()
Uros Bizjak
2018-10-16
x86/asm: 'Simplify' GEN_*_RMWcc() macros
Peter Zijlstra
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
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
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
2012-11-29
x86, 386 removal: Remove CONFIG_XADD
H. Peter Anvin
2012-03-28
Disintegrate asm/system.h for X86
David Howells
2011-07-26
atomic: use <linux/atomic.h>
Arun Sharma
2010-01-05
local_t: Remove cpu_local_xx macros
Christoph Lameter
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro