1. 173532b x86, perf: Fix the dependency of the x86 insn decoder selftest by Masami Hiramatsu · 5 years ago
  2. 7e820c2 x86/kgbd: Use NMI_VECTOR not APIC_DM_NMI by Thomas Gleixner · 5 years ago
  3. e8b419b x86/efistub: Disable paging at mixed mode entry by Ard Biesheuvel · 4 years, 9 months ago
  4. 7bd5250 perf/x86/intel: Fix PT PMI handling by Alexander Shishkin · 4 years, 10 months ago
  5. 131ba51 locking/x86: Remove the unused atomic_inc_short() methd by Dmitry Vyukov · 7 years ago
  6. f3a8d2c x86/mce: Fix possibly incorrect severity calculation on AMD by Jan H. Schönherr · 4 years, 10 months ago
  7. 0421b43 x86/insn: Add some Intel instructions to the opcode map by Adrian Hunter · 4 years, 11 months ago
  8. d2d4a2f x86/crash: Add a forward declaration of struct kimage by Lianbo Jiang · 4 years, 11 months ago
  9. b446869 x86/ioapic: Prevent inconsistent state when moving an interrupt by Thomas Gleixner · 5 years ago
  10. 5c57bd2 x86/mce: Lower throttling MCE messages' priority to warning by Benjamin Berg · 5 years ago
  11. beef745 x86/mm: Use the correct function type for native_set_fixmap() by Sami Tolvanen · 5 years ago
  12. 5786186 x86/MCE/AMD: Carve out the MC4_MISC thresholding quirk by Shirish S · 6 years ago
  13. 955038b x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 models by Shirish S · 6 years ago
  14. 8b587e3 KVM: x86: fix out-of-bounds write in KVM_GET_EMULATED_CPUID (CVE-2019-19332) by Paolo Bonzini · 4 years, 10 months ago
  15. 0bc72db KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES by Paolo Bonzini · 4 years, 10 months ago
  16. 3d07970 KVM: x86: do not modify masked bits of shared MSRs by Paolo Bonzini · 4 years, 10 months ago
  17. cf0a557 x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defect by Kai-Heng Feng · 5 years ago
  18. 5224c40 mm, gup: add missing refcount overflow checks on x86 and s390 by Vlastimil Babka · 4 years, 10 months ago
  19. deb7719 x86/speculation: Fix redundant MDS mitigation message by Waiman Long · 4 years, 11 months ago
  20. 5aba0ad x86/speculation: Fix incorrect MDS/TAA mitigation status by Waiman Long · 4 years, 11 months ago
  21. 24efb9d x86/insn: Fix awk regexp warnings by Alexander Kapshuk · 5 years ago
  22. e528acd KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved by Sean Christopherson · 4 years, 11 months ago
  23. 6058799 kprobes, x86/ptrace.h: Make regs_get_kernel_stack_nth() not fault on bad stack by Steven Rostedt (VMware) · 6 years ago
  24. 3489f08 KVM/x86: Fix invvpid and invept register operand size in 64-bit mode by Uros Bizjak · 6 years ago
  25. ad04aad x86/kexec: Correct KEXEC_BACKUP_SRC_END off-by-one error by Bjorn Helgaas · 6 years ago
  26. 70172bc x86/olpc: Fix build error with CONFIG_MFD_CS5535=m by Borislav Petkov · 6 years ago
  27. a5fb7af uprobes/x86: Prohibit probing on MOV SS instruction by Masami Hiramatsu · 6 years ago
  28. 01ac212 kprobes/x86: Prohibit probing on exception masking instructions by Masami Hiramatsu · 6 years ago
  29. 7b94b70 x86/atomic: Fix smp_mb__{before,after}_atomic() by Peter Zijlstra · 5 years ago
  30. ec6eb73 x86/CPU: Use correct macros for Cyrix calls by Matthew Whitehead · 6 years ago
  31. 75c3695 signal: Properly deliver SIGSEGV from x86 uprobes by Eric W. Biederman · 6 years ago
  32. c6e94ac kvm: x86: mmu: Recovery of shattered NX large pages by Junaid Shahid · 5 years ago
  33. a7ad794 kvm: mmu: ITLB_MULTIHIT mitigation by Paolo Bonzini · 5 years ago
  34. 12ceedb x86/bugs: Add ITLB_MULTIHIT bug infrastructure by Vineela Tummalapalli · 5 years ago
  35. 1b08d2a KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is active by Paolo Bonzini · 5 years ago
  36. 52644d8 KVM: x86: add tracepoints around __direct_map and FNAME(fetch) by Paolo Bonzini · 5 years ago
  37. 9dc6bc3 KVM: x86: Add is_executable_pte() by Ben Hutchings · 5 years ago
  38. 515fa37 KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON by Paolo Bonzini · 5 years ago
  39. 1d48204 KVM: x86: remove now unneeded hugepage gfn adjustment by Paolo Bonzini · 5 years ago
  40. 2e013f0 KVM: x86: make FNAME(fetch) and __direct_map more similar by Paolo Bonzini · 5 years ago
  41. 2f57300 kvm: x86: Do not release the page inside mmu_set_spte() by Junaid Shahid · 6 years ago
  42. c6170b8 kvm: Convert kvm_lock to a mutex by Junaid Shahid · 6 years ago
  43. 61524f1 KVM: x86: extend usage of RET_MMIO_PF_* constants by Paolo Bonzini · 7 years ago
  44. 43a39a3 KVM: x86: simplify ept_misconfig by Paolo Bonzini · 7 years ago
  45. 042a441 x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUs by Josh Poimboeuf · 4 years, 11 months ago
  46. 0fbf080 x86/tsx: Add config options to set tsx=on|off|auto by Michal Hocko · 5 years ago
  47. 562afad x86/tsx: Add "auto" option to the tsx= cmdline parameter by Pawan Gupta · 5 years ago
  48. 6394535 kvm/x86: Export MDS_NO=0 to guests when TSX is enabled by Pawan Gupta · 5 years ago
  49. 9392b2d x86/speculation/taa: Add sysfs reporting for TSX Async Abort by Pawan Gupta · 5 years ago
  50. a117aa4 x86/speculation/taa: Add mitigation for TSX Async Abort by Pawan Gupta · 5 years ago
  51. 2112788 x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default by Pawan Gupta · 5 years ago
  52. 919d561 x86/cpu: Add a helper function x86_read_arch_cap_msr() by Pawan Gupta · 5 years ago
  53. 2fc5083 x86/msr: Add the IA32_TSX_CTRL MSR by Pawan Gupta · 5 years ago
  54. e83ef92 KVM: x86: use Intel speculation bugs and features as derived in generic x86 code by Paolo Bonzini · 5 years ago
  55. 7b93d92 kvm: mmu: Don't read PDPTEs when paging is not enabled by Junaid Shahid · 4 years, 11 months ago
  56. 818226c x86/apic/32: Avoid bogus LDR warnings by Jan Beulich · 5 years ago
  57. 122134f x86/apic: Drop logical_smp_processor_id() inline by Dou Liyang · 7 years ago
  58. 3bbebab x86/apic: Move pending interrupt check code into it's own function by Dou Liyang · 7 years ago
  59. ba7c1d4 perf/x86/amd/ibs: Handle erratum #420 only on the affected CPU family (10h) by Kim Phillips · 5 years ago
  60. 59d550d perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP validity by Kim Phillips · 5 years ago
  61. 8736df2 efi/x86: Do not clean dummy variable in kexec path by Dave Young · 5 years ago
  62. b65a108 x86/cpu: Add Atom Tremont (Jacobsville) by Kan Liang · 6 years ago
  63. 1cf0865 x86/asm: Fix MWAITX C-state hint value by Janakarajan Natarajan · 5 years ago
  64. db074ca KVM: nVMX: handle page fault in vmread fix by Jack Wang · 5 years ago
  65. 1207161 KVM: x86: Manually calculate reserved bits when loading PDPTRS by Sean Christopherson · 5 years ago
  66. d729e30 KVM: x86: set ctxt->have_exception in x86_decode_insn() by Jan Dakinevich · 5 years ago
  67. f5cab8c KVM: x86: always stop emulation on page fault by Jan Dakinevich · 5 years ago
  68. 2690ec2 x86/apic: Soft disable APIC before initializing it by Thomas Gleixner · 5 years ago
  69. beaaa19 x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI fails by Grzegorz Halat · 5 years ago
  70. 0696192 x86/uaccess: Don't leak the AC flags into __get_user() argument evaluation by Peter Zijlstra · 5 years ago
  71. 2099353 perf/x86/amd/ibs: Fix sample bias for dispatched micro-ops by Kim Phillips · 5 years ago
  72. a55e63d perf/x86/intel: Restrict period on Nehalem by Josh Hunt · 5 years ago
  73. 5f07324 x86/apic: Fix arch_dynirq_lower_bound() bug for DT enabled machines by Thomas Gleixner · 5 years ago
  74. f8bfa2f x86/boot: Add missing bootparam that breaks boot on some platforms by Corey Minyard · 5 years ago
  75. d076efa x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GCC9 build warning by Linus Torvalds · 5 years ago
  76. dfa3727 KVM: nVMX: handle page fault in vmread by Paolo Bonzini · 5 years ago
  77. 09458c2 KVM: x86: work around leak of uninitialized stack contents by Fuqian Huang · 5 years ago
  78. 5ad424f Revert "x86/apic: Include the LDR when clearing out APIC registers" by Linus Torvalds · 5 years ago
  79. 69f692b x86/ptrace: fix up botched merge of spectrev1 fix by Greg Kroah-Hartman · 5 years ago
  80. b0e1bae uprobes/x86: Fix detection of 32-bit user mode by Sebastian Mayr · 5 years ago
  81. 3bf1c9c ptrace,x86: Make user_64bit_mode() available to 32-bit builds by Ricardo Neri · 7 years ago
  82. aaa0776 x86/apic: Include the LDR when clearing out APIC registers by Bandan Das · 5 years ago
  83. 20e0e48 x86/apic: Do not initialize LDR and DFR for bigsmp by Bandan Das · 5 years ago
  84. 8ec1280 KVM: x86: Don't update RIP or do single-step on faulting emulation by Sean Christopherson · 5 years ago
  85. 9272c25 x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16h by Tom Lendacky · 5 years ago
  86. e183249 x86/boot: Fix boot regression caused by bootparam sanitizing by John Hubbard · 5 years ago
  87. 4e478cb x86/boot: Save fields explicitly, zero out everything else by John Hubbard · 5 years ago
  88. c81846b x86/apic: Handle missing global clockevent gracefully by Thomas Gleixner · 5 years ago
  89. 44b79b4 x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386 by Sean Christopherson · 5 years ago
  90. e2f888b x86/lib/cpu: Address missing prototypes warning by Valdis Klētnieks · 5 years ago
  91. 5124abd bpf: get rid of pure_initcall dependency to enable jits by Daniel Borkmann · 5 years ago
  92. ffd85e3 x86/mm: Sync also unmappings in vmalloc_sync_all() by Joerg Roedel · 5 years ago
  93. a6932b4 x86/mm: Check for pfn instead of page in vmalloc_sync_one() by Joerg Roedel · 5 years ago
  94. 2224e89 x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGS by Thomas Gleixner · 5 years ago
  95. 6583ecc x86/entry/64: Use JMP instead of JMPQ by Josh Poimboeuf · 5 years ago
  96. 90d45f0 x86/speculation: Enable Spectre v1 swapgs mitigations by Josh Poimboeuf · 5 years ago
  97. e90ec5e x86/speculation: Prepare entry code for Spectre v1 swapgs mitigations by Josh Poimboeuf · 5 years ago
  98. 7092a21 x86: cpufeatures: Sort feature word 7 by Ben Hutchings · 5 years ago
  99. d73af79 x86, mm, gup: prevent get_page() race with munmap in paravirt guest by Vlastimil Babka · 5 years ago
  100. b2ca435 x86, boot: Remove multiple copy of static function sanitize_boot_params() by Zhenzhong Duan · 5 years ago