1. 2e2bc42 Merge branch 'linus' into x86/boot, to resolve conflict by Ingo Molnar · 10 months ago
  2. 685d982 Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 months ago
  3. fcc1965 Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 months ago
  4. 73f0d1d Merge tag 'x86-asm-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 months ago
  5. 720c857 Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 months ago
  6. cd0d9d9 x86/boot: Move mem_encrypt= parsing to the decompressor by Ard Biesheuvel · 10 months ago
  7. 5323922 x86/msr: Add missing __percpu annotations by Thomas Gleixner · 10 months ago
  8. 07a5d4b x86/insn: Directly assign x86_64 state in insn_init() by Nikolay Borisov · 11 months ago
  9. 427e1646 x86/insn: Remove superfluous checks from instruction decoding routines by Nikolay Borisov · 11 months ago
  10. 4589f19 Merge branch 'x86/bugs' into x86/core, to pick up pending changes before dependent patches by Ingo Molnar · 11 months ago
  11. 03c11eb Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the branch by Ingo Molnar · 11 months ago
  12. 7d4002e x86/insn-eval: Fix function param name in get_eff_addr_sib() by Randy Dunlap · 11 months ago
  13. 4461438a x86/retpoline: Ensure default return thunk isn't used at runtime by Josh Poimboeuf · 1 year ago
  14. 0115f8b x86/opcode: Add ERET[US] instructions to the x86 opcode map by H. Peter Anvin (Intel) · 1 year, 1 month ago
  15. 8eed4e0 x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixups by Qiuxu Zhuo · 11 months ago
  16. a4cb5ec x86/cpufeatures,opcode,msr: Add the WRMSRNS instruction support by Xin Li · 1 year, 1 month ago
  17. 78273df Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs by Linus Torvalds · 12 months ago
  18. 0911b8c x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNK by Breno Leitao · 1 year, 2 months ago
  19. a033eec x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSO by Breno Leitao · 1 year, 2 months ago
  20. ac61d43 x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRY by Breno Leitao · 1 year, 2 months ago
  21. aefb2f2 x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE by Breno Leitao · 1 year, 2 months ago
  22. 5fa31af x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_TRACKING by Breno Leitao · 1 year, 2 months ago
  23. b51cc5d Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 months ago
  24. 41a80ca Merge tag 'x86_misc_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 months ago
  25. a476aae x86/csum: clean up `csum_partial' further by Linus Torvalds · 1 year, 6 months ago
  26. 5d4acb6 x86/csum: Remove unnecessary odd handling by Noah Goldstein · 1 year, 3 months ago
  27. 54aa699 arch/x86: Fix typos by Bjorn Helgaas · 1 year ago
  28. a5a0abf x86: fix missing includes/forward declarations by Kent Overstreet · 1 year, 1 month ago
  29. a24d61c x86/lib: Fix overflow when counting digits by Colin Ian King · 1 year, 2 months ago
  30. 5780e39 Merge tag 'x86-asm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  31. 3b8b4b4 Merge tag 'x86-headers-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  32. f84a52e Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 2 months ago
  33. df9c65b Merge tag 'vfs-6.7.iov_iter' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs by Linus Torvalds · 1 year, 2 months ago
  34. 9d9c22c x86/retpoline: Document some thunk handling aspects by Borislav Petkov (AMD) · 1 year, 3 months ago
  35. 99ee56c x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk() by Josh Poimboeuf · 1 year, 4 months ago
  36. 0a3c4917 x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macros by Josh Poimboeuf · 1 year, 4 months ago
  37. 34a3cae x86/srso: Disentangle rethunk-dependent options by Josh Poimboeuf · 1 year, 4 months ago
  38. eb54be2 x86/srso: Unexport untraining functions by Josh Poimboeuf · 1 year, 4 months ago
  39. 59bec00 x86/percpu: Introduce %rip-relative addressing to PER_CPU_VAR() by Uros Bizjak · 1 year, 3 months ago
  40. aa730cf x86/srso: Improve i-cache locality for alias mitigation by Josh Poimboeuf · 1 year, 4 months ago
  41. 8ae292c x86/lib: Address kernel-doc warnings by Zhu Wang · 1 year, 5 months ago
  42. 94ea9c0 x86/headers: Replace #include <asm/export.h> with #include <linux/export.h> by Masahiro Yamada · 1 year, 5 months ago
  43. 066baf9 iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user() by David Howells · 1 year, 3 months ago
  44. ad42474 x86/bitops: Remove unused __sw_hweight64() assembly implementation on x86-32 by Ingo Molnar · 3 years ago
  45. 10f4c9b x86/asm: Fix build of UML with KASAN by Vincent Whitchurch · 1 year, 4 months ago
  46. 7575e5a x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*() by Peter Zijlstra · 1 year, 5 months ago
  47. ca96b16 x86: bring back rep movsq for user access on CPUs without ERMS by Mateusz Guzik · 1 year, 4 months ago
  48. 9dbd23e x86/srso: Explain the untraining sequences a bit more by Borislav Petkov (AMD) · 1 year, 5 months ago
  49. e7c25c4 x86/cpu: Cleanup the untrain mess by Peter Zijlstra · 1 year, 5 months ago
  50. 42be649 x86/cpu: Rename srso_(.*)_alias to srso_alias_\1 by Peter Zijlstra · 1 year, 5 months ago
  51. d025b7b x86/cpu: Rename original retbleed methods by Peter Zijlstra · 1 year, 5 months ago
  52. d43490d x86/cpu: Clean up SRSO return thunk mess by Peter Zijlstra · 1 year, 5 months ago
  53. af023ef x86/cpu: Fix up srso_safe_ret() and __x86_return_thunk() by Peter Zijlstra · 1 year, 5 months ago
  54. 77f6711 x86/cpu: Fix __x86_return_thunk symbol type by Peter Zijlstra · 1 year, 5 months ago
  55. 79cd2a1 x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG by Petr Pavlu · 1 year, 6 months ago
  56. ba5ca5e x86/retpoline: Don't clobber RFLAGS during srso_safe_ret() by Sean Christopherson · 1 year, 5 months ago
  57. 3bbbe97 x86/srso: Add a forgotten NOENDBR annotation by Borislav Petkov (AMD) · 1 year, 5 months ago
  58. fb3bd91 x86/srso: Add a Speculative RAS Overflow mitigation by Borislav Petkov (AMD) · 1 year, 6 months ago
  59. bc6cb4d Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 6 months ago
  60. 4baa098 Merge tag 'x86_misc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 6 months ago
  61. 1930048 Merge tag 'x86_cleanups_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 6 months ago
  62. 941d77c Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 6 months ago
  63. 8c69e7a Merge tag 'x86_alternatives_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 6 months ago
  64. b26d3d0 x86/lib/msr: Clean up kernel-doc notation by Randy Dunlap · 1 year, 9 months ago
  65. 6d12c8d percpu: Wire up cmpxchg128 by Peter Zijlstra · 1 year, 7 months ago
  66. 5516c89 x86/lib: Make get/put_user() exception handling a visible symbol by Nadav Amit · 1 year, 8 months ago
  67. 2fe1e67 x86/csum: Fix clang -Wuninitialized in csum_partial() by Nathan Chancellor · 1 year, 8 months ago
  68. 47ee3f1 x86: re-introduce support for ERMS copies for user space accesses by Linus Torvalds · 1 year, 8 months ago
  69. 688eb81 x86/csum: Improve performance of `csum_partial` by Noah Goldstein · 1 year, 8 months ago
  70. 3b939ba x86/usercopy: Include arch_wb_cache_pmem() declaration by Arnd Bergmann · 1 year, 8 months ago
  71. f220125b x86/retbleed: Add __x86_return_thunk alignment checks by Borislav Petkov (AMD) · 1 year, 8 months ago
  72. 9a48d60 x86/retbleed: Fix return thunk alignment by Borislav Petkov (AMD) · 1 year, 8 months ago
  73. 14e4ec9 x86/lib/memmove: Decouple ERMS from FSRM by Borislav Petkov (AMD) · 1 year, 10 months ago
  74. 2aff7c7 Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 8 months ago
  75. 22b8cc3 Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 8 months ago
  76. 682f7bb Merge tag 'x86_cleanups_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 8 months ago
  77. 034ff37d x86: rewrite '__copy_user_nocache' function by Linus Torvalds · 1 year, 9 months ago
  78. e1f2750 x86: remove 'zerorest' argument from __copy_user_nocache() by Linus Torvalds · 1 year, 9 months ago
  79. 427fda2 x86: improve on the non-rep 'copy_user' function by Linus Torvalds · 1 year, 9 months ago
  80. 8c9b6a8 x86: improve on the non-rep 'clear_user' function by Linus Torvalds · 1 year, 9 months ago
  81. 577e6a7 x86: inline the 'rep movs' in user copies for the FSRM case by Linus Torvalds · 1 year, 9 months ago
  82. 3639a53 x86: move stac/clac from user copy routines into callers by Linus Torvalds · 1 year, 9 months ago
  83. d2c95f9 x86: don't use REP_GOOD or ERMS for user memory clearing by Linus Torvalds · 1 year, 9 months ago
  84. adfcf42 x86: don't use REP_GOOD or ERMS for user memory copies by Linus Torvalds · 1 year, 9 months ago
  85. 20f3337d x86: don't use REP_GOOD or ERMS for small memory clearing by Linus Torvalds · 1 year, 9 months ago
  86. 68674f9 x86: don't use REP_GOOD or ERMS for small memory copies by Linus Torvalds · 1 year, 9 months ago
  87. fb799447 x86,objtool: Split UNWIND_HINT_EMPTY in two by Josh Poimboeuf · 1 year, 10 months ago
  88. b19b74b x86/mm: Rework address range check in get_user() and put_user() by Kirill A. Shutemov · 1 year, 10 months ago
  89. b9da86e x86/uaccess: Remove memcpy_page_flushcache() by Ira Weiny · 1 year, 10 months ago
  90. 8779347 Merge tag 'x86_cpu_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 11 months ago
  91. 6be3daf Merge tag 'x86-asm-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 11 months ago
  92. 57a3021 Merge tag 'v6.2-rc6' into sched/core, to pick up fixes by Ingo Molnar · 2 years ago
  93. 69d4c0d entry, kasan, x86: Disallow overriding mem*() functions by Peter Zijlstra · 2 years ago
  94. 5a91f12 x86/opcode: Add the LKGS instruction to x86-opcode-map by H. Peter Anvin (Intel) · 2 years ago
  95. 65c24d7 x86/lib: Fix compiler and kernel-doc warnings by Anuradha Weeraman · 2 years ago
  96. 72bb8f8 x86/insn: Avoid namespace clash by separating instruction decoder MMIO type from MMIO trace type by Jason A. Donenfeld · 2 years ago
  97. 55d2353 x86/asm: Fix an assembler warning with current binutils by Mikulas Patocka · 2 years ago
  98. 4651b94 x86/lib: Include <asm/misc.h> to fix a missing prototypes warning at build time by Anuradha Weeraman · 2 years ago
  99. 94a8551 Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 years, 1 month ago
  100. 8b9ed79 Merge tag 'x86_asm_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 2 years, 1 month ago