1. 41f45fb x86/asm: Make <asm/asm.h> valid on cross-builds as well by Ingo Molnar · 3 years, 8 months ago
  2. d88be18 x86/asm: Add _ASM_BYTES() macro for a .byte ... opcode sequence by H. Peter Anvin (Intel) · 3 years, 8 months ago
  3. be5bb80 x86/asm: Have the __ASM_FORM macros handle commas in arguments by H. Peter Anvin (Intel) · 3 years, 8 months ago
  4. 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
  5. 278b917 x86/mce: Add _ASM_EXTABLE_CPY for copy user access by Youquan Song · 4 years, 3 months ago
  6. a850958 x86/asm: Avoid generating unused kprobe sections by Kees Cook · 4 years, 4 months ago
  7. 28b6019 x86/asm: Unify __ASSEMBLY__ blocks by Borislav Petkov · 4 years, 7 months ago
  8. cf122cf kill uaccess_try() by Al Viro · 4 years, 11 months ago
  9. 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
  10. fb041bb locking/refcount: Consolidate implementations of refcount_t by Will Deacon · 5 years ago
  11. f7919fd x86/asm: Allow to pass macros to __ASM_FORM() by Masami Hiramatsu · 5 years ago
  12. 3693ca8 x86/uaccess: Move copy_user_handle_tail() into asm by Peter Zijlstra · 6 years ago
  13. 81a6845 Revert "x86/extable: Macrofy inline assembly code to work around GCC inlining bugs" by Ingo Molnar · 6 years ago
  14. 0474d5d x86/extable: Macrofy inline assembly code to work around GCC inlining bugs by Nadav Amit · 6 years ago
  15. 75045f7 x86/extable: Introduce _ASM_EXTABLE_UA for uaccess fixups by Jann Horn · 6 years ago
  16. 0e2e160 x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h> by H. Peter Anvin · 7 years ago
  17. fd97d39 Revert "x86/asm: Allow again using asm.h when building for the 'bpf' clang target" by Arnaldo Carvalho de Melo · 7 years ago
  18. ca26cff x86/asm: Allow again using asm.h when building for the 'bpf' clang target by Arnaldo Carvalho de Melo · 7 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  20. 196bd48 x86/asm: Use register variable to get stack pointer value by Andrey Ryabinin · 7 years ago
  21. 520a13c x86/asm: Fix inline asm call constraints for GCC 4.4 by Josh Poimboeuf · 7 years ago
  22. f5caf62 x86/asm: Fix inline asm call constraints for Clang by Josh Poimboeuf · 7 years ago
  23. 7a46ec0 locking/refcounts, x86/asm: Implement fast refcount overflow protection by Kees Cook · 7 years ago
  24. 121843e x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang incompatibility by Matthias Kaehlcke · 8 years ago
  25. ff3554b x86, asm: define CC_SET() and CC_OUT() macros by H. Peter Anvin · 9 years ago
  26. 548acf1 x86/mm: Expand the exception table logic to allow new handling options by Tony Luck · 9 years ago
  27. 9e6b13f x86/asm/uaccess: Unify the ALIGN_DESTINATION macro by Borislav Petkov · 10 years ago
  28. 376e242 kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist by Masami Hiramatsu · 11 years ago
  29. 3e9b232 x86, asm: Extend definitions of _ASM_* with a raw format by Jan-Simon Möller · 11 years ago
  30. 7062765 x86, extable: Switch to relative exception table entries by H. Peter Anvin · 13 years ago
  31. 535c0c3 x86, extable: Add _ASM_EXTABLE_EX() macro by H. Peter Anvin · 13 years ago
  32. 447657e x86, extable: Remove the now-unused __ASM_EX_SEC macros by H. Peter Anvin · 13 years ago
  33. d454180 x86, extable: Use .pushsection ... .popsection for _ASM_EXTABLE() by H. Peter Anvin · 13 years ago
  34. a750036 x86: Fix write lock scalability 64-bit issue by Jan Beulich · 13 years ago
  35. 4625cd6 x86: Unify rwlock assembly implementation by Jan Beulich · 13 years ago
  36. 709972b x86, asm: Make _ASM_EXTABLE() usable from assembly code by H. Peter Anvin · 15 years ago
  37. 1965aae x86: Fix ASM_X86__ header guards by H. Peter Anvin · 16 years ago
  38. bb89855 x86, um: ... and asm-x86 move by Al Viro · 16 years ago[Renamed from include/asm-x86/asm.h]
  39. 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
  40. 8df9676 x86: <asm/asm.h> consistency cleanups by H. Peter Anvin · 16 years ago
  41. 77ef50a x86: consolidate header guards by Vegard Nossum · 17 years ago
  42. 2528de4 x86: use macros from asm.h. by Glauber Costa · 17 years ago
  43. 6c2d458 x86: merge getuser asm functions. by Glauber Costa · 17 years ago
  44. 40faf46 x86: introduce __ASM_REG macro. by Glauber Costa · 17 years ago
  45. e6e07d8 x86: make asm/asm.h work for asm code. by Jeremy Fitzhardinge · 17 years ago
  46. a34746b x86: add _ASM_EXTABLE macro to <asm/asm.h> by H. Peter Anvin · 17 years ago
  47. 8ee5797 x86: introduce asm helpers in local_{32|64}.h by Harvey Harrison · 17 years ago
  48. 3578fac x86: merge resume-trace.h variants by Thomas Gleixner · 17 years ago
  49. e845c06 x86: add <asm/asm.h> by H. Peter Anvin · 17 years ago