- e0f4c59 Merge tag 'x86_cpu_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
- f87bc8d x86/asm: Add _ASM_RIP() macro for x86-64 (%rip) suffix by H. Peter Anvin (Intel) · 3 years, 4 months ago
- 46d2894 x86/extable: Rework the exception table mechanics by Thomas Gleixner · 3 years, 4 months ago
- 32fd8b5 x86/extable: Get rid of redundant macros by Thomas Gleixner · 3 years, 4 months ago
- 41f45fb x86/asm: Make <asm/asm.h> valid on cross-builds as well by Ingo Molnar · 3 years, 8 months ago
- d88be18 x86/asm: Add _ASM_BYTES() macro for a .byte ... opcode sequence by H. Peter Anvin (Intel) · 3 years, 8 months ago
- be5bb80 x86/asm: Have the __ASM_FORM macros handle commas in arguments by H. Peter Anvin (Intel) · 3 years, 8 months ago
- 34eb62d Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- 278b917 x86/mce: Add _ASM_EXTABLE_CPY for copy user access by Youquan Song · 4 years, 3 months ago
- a850958 x86/asm: Avoid generating unused kprobe sections by Kees Cook · 4 years, 4 months ago
- 28b6019 x86/asm: Unify __ASSEMBLY__ blocks by Borislav Petkov · 4 years, 7 months ago
- cf122cf kill uaccess_try() by Al Viro · 4 years, 11 months ago
- 168829a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- fb041bb locking/refcount: Consolidate implementations of refcount_t by Will Deacon · 5 years ago
- f7919fd x86/asm: Allow to pass macros to __ASM_FORM() by Masami Hiramatsu · 5 years ago
- 3693ca8 x86/uaccess: Move copy_user_handle_tail() into asm by Peter Zijlstra · 6 years ago
- 81a6845 Revert "x86/extable: Macrofy inline assembly code to work around GCC inlining bugs" by Ingo Molnar · 6 years ago
- 0474d5d x86/extable: Macrofy inline assembly code to work around GCC inlining bugs by Nadav Amit · 6 years ago
- 75045f7 x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixups by Jann Horn · 6 years ago
- 0e2e160 x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h> by H. Peter Anvin · 7 years ago
- fd97d39 Revert "x86/asm: Allow again using asm.h when building for the 'bpf' clang target" by Arnaldo Carvalho de Melo · 7 years ago
- ca26cff x86/asm: Allow again using asm.h when building for the 'bpf' clang target by Arnaldo Carvalho de Melo · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 196bd48 x86/asm: Use register variable to get stack pointer value by Andrey Ryabinin · 7 years ago
- 520a13c x86/asm: Fix inline asm call constraints for GCC 4.4 by Josh Poimboeuf · 7 years ago
- f5caf62 x86/asm: Fix inline asm call constraints for Clang by Josh Poimboeuf · 7 years ago
- 7a46ec0 locking/refcounts, x86/asm: Implement fast refcount overflow protection by Kees Cook · 7 years ago
- 121843e x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang incompatibility by Matthias Kaehlcke · 8 years ago
- ff3554b x86, asm: define CC_SET() and CC_OUT() macros by H. Peter Anvin · 9 years ago
- 548acf1 x86/mm: Expand the exception table logic to allow new handling options by Tony Luck · 9 years ago
- 9e6b13f x86/asm/uaccess: Unify the ALIGN_DESTINATION macro by Borislav Petkov · 10 years ago
- 376e242 kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist by Masami Hiramatsu · 11 years ago
- 3e9b232 x86, asm: Extend definitions of _ASM_* with a raw format by Jan-Simon Möller · 11 years ago
- 7062765 x86, extable: Switch to relative exception table entries by H. Peter Anvin · 13 years ago
- 535c0c3 x86, extable: Add _ASM_EXTABLE_EX() macro by H. Peter Anvin · 13 years ago
- 447657e x86, extable: Remove the now-unused __ASM_EX_SEC macros by H. Peter Anvin · 13 years ago
- d454180 x86, extable: Use .pushsection ... .popsection for _ASM_EXTABLE() by H. Peter Anvin · 13 years ago
- a750036 x86: Fix write lock scalability 64-bit issue by Jan Beulich · 13 years ago
- 4625cd6 x86: Unify rwlock assembly implementation by Jan Beulich · 13 years ago
- 709972b x86, asm: Make _ASM_EXTABLE() usable from assembly code by H. Peter Anvin · 15 years ago
- 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
- bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/asm.h]
- e496e3d Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/exports', 'x86/fpu', 'x86/gart', 'x86/idle', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/oprofile', 'x86/paravirt', 'x86/reboot', 'x86/sparse-fixes', 'x86/tsc', 'x86/urgent' and 'x86/vmalloc' into x86-v28-for-linus-phase1 by Ingo Molnar · 16 years ago
- 8df9676 x86: <asm/asm.h> consistency cleanups by H. Peter Anvin · 16 years ago
- 77ef50a x86: consolidate header guards by Vegard Nossum · 17 years ago
- 2528de4 x86: use macros from asm.h. by Glauber Costa · 17 years ago
- 6c2d458 x86: merge getuser asm functions. by Glauber Costa · 17 years ago
- 40faf46 x86: introduce __ASM_REG macro. by Glauber Costa · 17 years ago
- e6e07d8 x86: make asm/asm.h work for asm code. by Jeremy Fitzhardinge · 17 years ago
- a34746b x86: add _ASM_EXTABLE macro to <asm/asm.h> by H. Peter Anvin · 17 years ago
- 8ee5797 x86: introduce asm helpers in local_{32|64}.h by Harvey Harrison · 17 years ago
- 3578fac x86: merge resume-trace.h variants by Thomas Gleixner · 17 years ago
- e845c06 x86: add <asm/asm.h> by H. Peter Anvin · 17 years ago