1. 2ec16bc x86/xen: Add "xen_timer_slop" command line option by Ryan Thibodeaux · 6 years ago
  2. b25c69b Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  3. 1fd91d7 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  4. 2ee2779 x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log priority by Hans de Goede · 6 years ago
  5. 1de7edb x86/cpu/bugs: Use __initconst for 'const' init data by Andi Kleen · 6 years ago
  6. b191fa9 x86/kprobes: Avoid kretprobe recursion bug by Masami Hiramatsu · 6 years ago
  7. 3ff9c07 x86/kprobes: Verify stack frame on kretprobe by Masami Hiramatsu · 6 years ago
  8. d3ce3b1 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  9. 3fe3331 perf/x86/amd: Add event map for AMD Family 17h by Kim Phillips · 6 years ago
  10. ec39371 x86/mm/KASLR: Fix the size of the direct mapping section by Baoquan He · 6 years ago
  11. b5de3c5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  12. 7a223e0 KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracing by Vitaly Kuznetsov · 6 years ago
  13. 1d487e9 KVM: fix spectrev1 gadgets by Paolo Bonzini · 6 years ago
  14. be43c44 KVM: x86: fix warning Using plain integer as NULL pointer by Hariprasad Kelam · 6 years ago
  15. b68f3cc KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernels by Sean Christopherson · 6 years ago
  16. 8f4dc2e KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPU by Sean Christopherson · 6 years ago
  17. 9ec1949 KVM: x86: clear SMM flags before loading state while leaving SMM by Sean Christopherson · 6 years ago
  18. c5833c7 KVM: x86: Open code kvm_set_hflags by Sean Christopherson · 6 years ago
  19. ed19321 KVM: x86: Load SMRAM in a single shot when leaving SMM by Sean Christopherson · 6 years ago
  20. e51bfdb KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU by Liran Alon · 6 years ago
  21. 672ff6c KVM: x86: Raise #GP when guest vCPU do not support PMU by Liran Alon · 6 years ago
  22. 1811d97 x86/kvm: move kvm_load/put_guest_xcr0 into atomic context by WANG Chao · 6 years ago
  23. 99c2217 KVM: x86: svm: make sure NMI is injected after nmi_singlestep by Vitaly Kuznetsov · 6 years ago
  24. e44e3ea svm/avic: Fix invalidate logical APIC id entry by Suthikulpanit, Suravee · 6 years ago
  25. 4a58038 Revert "svm: Fix AVIC incomplete IPI emulation" by Suthikulpanit, Suravee · 6 years ago
  26. bc8a3d8 kvm: mmu: Fix overflow on kvm mmu page limit calculation by Ben Gardon · 6 years ago
  27. 2b27924 KVM: nVMX: always use early vmcs check when EPT is disabled by Paolo Bonzini · 6 years ago
  28. a943245 x86/Kconfig: Fix spelling mistake "effectivness" -> "effectiveness" by Colin Ian King · 6 years ago
  29. 9d5dcc9 perf/x86: Fix incorrect PEBS_REGS by Kan Liang · 6 years ago
  30. 6909081 KVM: nVMX: allow tests to use bad virtual-APIC page address by Paolo Bonzini · 6 years ago
  31. 780e010 x86/mm/tlb: Revert "x86/mm: Align TLB invalidation info" by Peter Zijlstra · 6 years ago
  32. 0082517 x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51T by Jian-Hong Pan · 6 years ago
  33. 510bb96 x86/mm: Prevent bogus warnings with "noexec=off" by Thomas Gleixner · 6 years ago
  34. 6a03469 x86/build/lto: Fix truncated .bss with -fdata-sections by Sami Tolvanen · 6 years ago
  35. cfd32ac KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptes by Sean Christopherson · 6 years ago
  36. 2f5fb19 x86/speculation: Prevent deadlock on ssb_state::lock by Thomas Gleixner · 6 years ago
  37. 40fba00 x86/resctrl: Do not repeat rdtgroup mode initialization by Xiaochen Shen · 6 years ago
  38. 6d0a598 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  39. 73fdb2c Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  40. 3966c3f x86/perf/amd: Remove need to check "running" bit in NMI handler by Lendacky, Thomas · 6 years ago
  41. 678cce4 crypto: x86/poly1305 - fix overflow during partial reduction by Eric Biggers · 6 years ago
  42. 3b04689 Merge tag 'for-linus-5.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  43. 5b77e95 x86/asm: Use stricter assembly constraints in bitops by Alexander Potapenko · 6 years ago
  44. bc5725f Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  45. c73f4c9 KVM: x86: nVMX: fix x2APIC VTPR read intercept by Marc Orr · 6 years ago
  46. acff784 KVM: x86: nVMX: close leak of L0's x2APIC MSRs (CVE-2019-3887) by Marc Orr · 6 years ago
  47. b86bc28 KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow by David Rientjes · 6 years ago
  48. ede885e kvm: svm: fix potential get_num_contig_pages overflow by David Rientjes · 6 years ago
  49. 32d9258 syscalls: Remove start and number from syscall_set_arguments() args by Steven Rostedt (VMware) · 6 years ago
  50. b35f549 syscalls: Remove start and number from syscall_get_arguments() args by Steven Rostedt (Red Hat) · 8 years ago
  51. 42d8644 xen: Prevent buffer overflow in privcmd ioctl by Dan Carpenter · 6 years ago
  52. 6d3edaa x86/perf/amd: Resolve NMI latency issues for active PMCs by Lendacky, Thomas · 6 years ago
  53. 914123f x86/perf/amd: Resolve race condition when disabling PMC by Lendacky, Thomas · 6 years ago
  54. d726245 perf/x86/intel: Initialize TFA MSR by Peter Zijlstra · 6 years ago
  55. 583feb0 perf/x86/intel: Fix handling of wakeup_events for multi-entry PEBS by Stephane Eranian · 6 years ago
  56. faa3604 x86/resctrl: Fix typos in the mba_sc mount option by Xiaochen Shen · 6 years ago
  57. 63fc9c2 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  58. 915ee0d Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  59. f560bd1 x86/realmode: Make set_real_mode_mem() static inline by Matteo Croce · 6 years ago
  60. 45def77 KVM: x86: update %rip after emulating IO by Sean Christopherson · 6 years ago
  61. 013cc6e x86/kvm/hyper-v: avoid spurious pending stimer on vCPU init by Vitaly Kuznetsov · 6 years ago
  62. 2bdb76c kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrs by Xiaoyao Li · 6 years ago
  63. 0cf9135 KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts by Sean Christopherson · 6 years ago
  64. f285c63 kvm: mmu: Used range based flushing in slot_handle_level_range by Ben Gardon · 6 years ago
  65. 4d66623 KVM: x86: remove check on nr_mmu_pages in kvm_arch_commit_memory_region() by Wei Yang · 6 years ago
  66. 711eff3 kvm: nVMX: Add a vmentry check for HOST_SYSENTER_ESP and HOST_SYSENTER_EIP fields by Krish Sadhukhan · 6 years ago
  67. 05d5a48 KVM: SVM: Workaround errata#1096 (insn_len maybe zero on SMAP violation) by Singh, Brijesh · 6 years ago
  68. 47c42e6 KVM: x86: fix handling of role.cr4_pae and rename it to 'gpte_size' by Sean Christopherson · 6 years ago
  69. 552c69b1 KVM: nVMX: Do not inherit quadrant and invalid for the root shadow EPT by Sean Christopherson · 6 years ago
  70. f6027c8 x86/cpufeature: Fix __percpu annotation in this_cpu_has() by Jann Horn · 6 years ago
  71. 92c77f7 x86/mm: Don't exceed the valid physical address space by Ralph Campbell · 6 years ago
  72. a9d57ef x86/retpolines: Disable switch jump tables when retpolines are enabled by Daniel Borkmann · 6 years ago
  73. bebd024 x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y by Thomas Gleixner · 6 years ago
  74. b929a50 x86/realmode: Don't leak the trampoline kernel address by Matteo Croce · 6 years ago
  75. 0f02dae x86/boot: Fix incorrect ifdeffery scope by Baoquan He · 6 years ago
  76. 7f2daa9 x86/resctrl: Remove unused variable by Peng Hao · 6 years ago
  77. ffc8599 x86/gart: Exclude GART aperture from kcore by Kairui Song · 6 years ago
  78. f779871 Merge branch 'x86/cpu' into x86/urgent by Thomas Gleixner · 6 years ago
  79. e898e69 x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an error by Nathan Chancellor · 6 years ago
  80. 4fe64a6 x86/mm/pti: Make local symbols static by Valdis Kletnieks · 6 years ago
  81. 0f4d3aa x86/cpu/cyrix: Remove {get,set}Cx86_old macros used for Cyrix processors by Matthew Whitehead · 6 years ago
  82. 18fb053 x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processors by Matthew Whitehead · 6 years ago
  83. 9bd6812 x86/microcode: Announce reload operation's completion by Borislav Petkov · 6 years ago
  84. 534c89c x86/hyperv: Prevent potential NULL pointer dereference by Kangjie Lu · 6 years ago
  85. 2e84f11 x86/hpet: Prevent potential NULL pointer dereference by Aditya Pakki · 6 years ago
  86. 725e29d x86/lib: Fix indentation issue, remove extra tab by Colin Ian King · 6 years ago
  87. a9c640a x86/boot: Restrict header scope to make Clang happy by Nick Desaulniers · 6 years ago
  88. a315172 x86/mm: Don't leak kernel addresses by Matteo Croce · 6 years ago
  89. 28d747f Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  90. 80b98e9 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  91. 69ebf9a Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  92. c634dc6 perf/x86/intel: Make dev_attr_allow_tsx_force_abort static by kbuild test robot · 6 years ago
  93. 037fc33 kbuild: force all architectures except um to include mandatory-y by Masahiro Yamada · 6 years ago
  94. 7cbbbb8 kbuild: warn redundant generic-y by Masahiro Yamada · 6 years ago
  95. a9dce66 Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  96. 636deed Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  97. 4a605bc kvm: vmx: fix formatting of a comment by Paolo Bonzini · 6 years ago
  98. 92da008 Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()" by Ben Gardon · 6 years ago
  99. f764c58 perf/x86: Fixup typo in stub functions by Peter Zijlstra · 6 years ago
  100. ede271b perf/x86/intel: Fix memory corruption by Peter Zijlstra · 6 years ago