aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/asm.h
AgeCommit message (Expand)Author
2022-04-07x86/extable: Prefer local labels in .set directivesNick Desaulniers
2021-12-11x86/extable: Extend extable functionalityPeter Zijlstra
2021-11-01Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-09-13x86/asm: Add _ASM_RIP() macro for x86-64 (%rip) suffixH. Peter Anvin (Intel)
2021-09-13x86/extable: Rework the exception table mechanicsThomas Gleixner
2021-09-13x86/extable: Get rid of redundant macrosThomas Gleixner
2021-05-14x86/asm: Make <asm/asm.h> valid on cross-builds as wellIngo Molnar
2021-05-10x86/asm: Add _ASM_BYTES() macro for a .byte ... opcode sequenceH. Peter Anvin (Intel)
2021-05-10x86/asm: Have the __ASM_FORM macros handle commas in argumentsH. Peter Anvin (Intel)
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-07x86/mce: Add _ASM_EXTABLE_CPY for copy user accessYouquan Song
2020-09-01x86/asm: Avoid generating unused kprobe sectionsKees Cook
2020-06-15x86/asm: Unify __ASSEMBLY__ blocksBorislav Petkov
2020-03-26kill uaccess_try()Al Viro
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-25locking/refcount: Consolidate implementations of refcount_tWill Deacon
2019-10-17x86/asm: Allow to pass macros to __ASM_FORM()Masami Hiramatsu
2019-04-03x86/uaccess: Move copy_user_handle_tail() into asmPeter Zijlstra
2018-12-19Revert "x86/extable: Macrofy inline assembly code to work around GCC inlining...Ingo Molnar
2018-10-06x86/extable: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit
2018-09-03x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixupsJann Horn
2018-07-03x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>H. Peter Anvin
2018-04-12Revert "x86/asm: Allow again using asm.h when building for the 'bpf' clang ta...Arnaldo Carvalho de Melo
2017-12-18x86/asm: Allow again using asm.h when building for the 'bpf' clang targetArnaldo Carvalho de Melo
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-29x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin
2017-09-29x86/asm: Fix inline asm call constraints for GCC 4.4Josh Poimboeuf
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf
2017-08-17locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook
2017-05-05x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang ...Matthias Kaehlcke
2016-06-08x86, asm: define CC_SET() and CC_OUT() macrosH. Peter Anvin
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck
2015-05-14x86/asm/uaccess: Unify the ALIGN_DESTINATION macroBorislav Petkov
2014-04-24kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu
2013-08-29x86, asm: Extend definitions of _ASM_* with a raw formatJan-Simon Möller
2012-04-20x86, extable: Switch to relative exception table entriesH. Peter Anvin
2012-04-20x86, extable: Add _ASM_EXTABLE_EX() macroH. Peter Anvin
2012-04-20x86, extable: Remove the now-unused __ASM_EX_SEC macrosH. Peter Anvin
2012-04-20x86, extable: Use .pushsection ... .popsection for _ASM_EXTABLE()H. Peter Anvin
2011-07-21x86: Fix write lock scalability 64-bit issueJan Beulich
2011-07-21x86: Unify rwlock assembly implementationJan Beulich
2009-08-31x86, asm: Make _ASM_EXTABLE() usable from assembly codeH. Peter Anvin
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin
2008-10-22x86, um: ... and asm-x86 moveAl Viro