index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
rmwcc.h
Age
Commit message (
Expand
)
Author
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
2023-08-18
x86/asm: replace custom COUNT_ARGS() & CONCATENATE() implementations
Andy Shevchenko
2022-08-21
asm goto: eradicate CC_HAS_ASM_GOTO
Nick Desaulniers
2019-01-06
jump_label: move 'asm goto' support test to Kconfig
Masahiro Yamada
2018-10-16
x86/asm: 'Simplify' GEN_*_RMWcc() macros
Peter Zijlstra
2018-02-20
x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbers
Jan Beulich
2017-11-07
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-24
x86/asm: Remove unnecessary \n\t in front of CC_SET() from asm templates
Uros Bizjak
2017-07-25
x86/asm: Add suffix macro for GEN_*_RMWcc()
Kees Cook
2016-06-08
x86, asm: change GEN_*_RMWcc() to use CC_SET()/CC_OUT()
H. Peter Anvin
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-10-11
x86: Apply the asm_volatile_goto() compiler quirk
Ingo Molnar
2013-09-25
x86: Use asm goto to implement better modify_and_test() functions
Peter Zijlstra