开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
asm.h
Age
Commit message (
Expand
)
Author
2018-12-19
Revert "x86/extable: Macrofy inline assembly code to work around GCC inlining...
Ingo Molnar
2018-10-06
x86/extable: Macrofy inline assembly code to work around GCC inlining bugs
Nadav Amit
2018-09-03
x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixups
Jann Horn
2018-07-03
x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>
H. Peter Anvin
2018-04-12
Revert "x86/asm: Allow again using asm.h when building for the 'bpf' clang ta...
Arnaldo Carvalho de Melo
2017-12-18
x86/asm: Allow again using asm.h when building for the 'bpf' clang target
Arnaldo Carvalho de Melo
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-29
x86/asm: Use register variable to get stack pointer value
Andrey Ryabinin
2017-09-29
x86/asm: Fix inline asm call constraints for GCC 4.4
Josh Poimboeuf
2017-09-23
x86/asm: Fix inline asm call constraints for Clang
Josh Poimboeuf
2017-08-17
locking/refcounts, x86/asm: Implement fast refcount overflow protection
Kees Cook
2017-05-05
x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang ...
Matthias Kaehlcke
2016-06-08
x86, asm: define CC_SET() and CC_OUT() macros
H. Peter Anvin
2016-02-18
x86/mm: Expand the exception table logic to allow new handling options
Tony Luck
2015-05-14
x86/asm/uaccess: Unify the ALIGN_DESTINATION macro
Borislav Petkov
2014-04-24
kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist
Masami Hiramatsu
2013-08-29
x86, asm: Extend definitions of _ASM_* with a raw format
Jan-Simon Möller
2012-04-20
x86, extable: Switch to relative exception table entries
H. Peter Anvin
2012-04-20
x86, extable: Add _ASM_EXTABLE_EX() macro
H. Peter Anvin
2012-04-20
x86, extable: Remove the now-unused __ASM_EX_SEC macros
H. Peter Anvin
2012-04-20
x86, extable: Use .pushsection ... .popsection for _ASM_EXTABLE()
H. Peter Anvin
2011-07-21
x86: Fix write lock scalability 64-bit issue
Jan Beulich
2011-07-21
x86: Unify rwlock assembly implementation
Jan Beulich
2009-08-31
x86, asm: Make _ASM_EXTABLE() usable from assembly code
H. Peter Anvin
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro