aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/asm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-19Revert "x86/extable: Macrofy inline assembly code to work around GCC inlining bugs"Ingo Molnar1-20/+33
2018-10-06x86/extable: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit1-33/+20
2018-09-03x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn1-2/+8
2018-07-03x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>H. Peter Anvin1-0/+59
2018-04-12Revert "x86/asm: Allow again using asm.h when building for the 'bpf' clang target"Arnaldo Carvalho de Melo1-2/+0
2017-12-18x86/asm: Allow again using asm.h when building for the 'bpf' clang targetArnaldo Carvalho de Melo1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-29x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin1-2/+2
2017-09-29x86/asm: Fix inline asm call constraints for GCC 4.4Josh Poimboeuf1-2/+4
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf1-0/+11
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook1-0/+6
2017-05-05x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang incompatibilityMatthias Kaehlcke1-0/+1
2016-06-08x86, asm: define CC_SET() and CC_OUT() macrosH. Peter Anvin1-0/+12
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck1-16/+24
2015-05-14x86/asm/uaccess: Unify the ALIGN_DESTINATION macroBorislav Petkov1-0/+25
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu1-0/+7
2013-08-29x86, asm: Extend definitions of _ASM_* with a raw formatJan-Simon Möller1-1/+5
2012-04-20x86, extable: Switch to relative exception table entriesH. Peter Anvin1-8/+12
2012-04-20x86, extable: Add _ASM_EXTABLE_EX() macroH. Peter Anvin1-8/+20
2012-04-20x86, extable: Remove the now-unused __ASM_EX_SEC macrosH. Peter Anvin1-2/+0
2012-04-20x86, extable: Use .pushsection ... .popsection for _ASM_EXTABLE()H. Peter Anvin1-10/+10
2011-07-21x86: Fix write lock scalability 64-bit issueJan Beulich1-0/+2
2011-07-21x86: Unify rwlock assembly implementationJan Beulich1-1/+2
2009-08-31x86, asm: Make _ASM_EXTABLE() usable from assembly codeH. Peter Anvin1-1/+9
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+47