1. 434a1e9 KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vm by Sean Christopherson · 7 years ago
  2. 3184a99 KVM: nVMX: fix vmentry failure code when L2 state would require emulation by Paolo Bonzini · 7 years ago
  3. e40ff1d KVM: nVMX: Do not load EOI-exitmap while running L2 by Liran Alon · 7 years ago
  4. 35060ed x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASE by Vitaly Kuznetsov · 7 years ago
  5. 42b933b x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->thread by Vitaly Kuznetsov · 7 years ago
  6. b31c114 KVM: X86: Provide a capability to disable PAUSE intercepts by Wanpeng Li · 7 years ago
  7. caa057a KVM: X86: Provide a capability to disable HLT intercepts by Wanpeng Li · 7 years ago
  8. 4d5422c KVM: X86: Provide a capability to disable MWAIT intercepts by Wanpeng Li · 7 years ago
  9. 2d7921c KVM: x86: Add support for VMware backdoor Pseudo-PMCs by Arbel Moshe · 7 years ago
  10. 9718420 KVM: x86: SVM: Intercept #GP to support access to VMware backdoor ports by Liran Alon · 7 years ago
  11. 9e86948 KVM: x86: VMX: Intercept #GP to support access to VMware backdoor ports by Liran Alon · 7 years ago
  12. 04789b6 KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoor by Liran Alon · 7 years ago
  13. e236617 KVM: x86: Add emulation_type to not raise #UD on emulation failure by Liran Alon · 7 years ago
  14. 9a29d449 KVM: x86: Always allow access to VMware backdoor I/O ports by Liran Alon · 7 years ago
  15. c4ae60e KVM: x86: Add module parameter for supporting VMware backdoor by Liran Alon · 7 years ago
  16. dca7f12 KVM: x86: add kvm_fast_pio() to consolidate fast PIO code by Sean Christopherson · 7 years ago
  17. 432baf6 KVM: VMX: use kvm_fast_pio_in for handling IN I/O by Sean Christopherson · 7 years ago
  18. 2bb8caf KVM: vVMX: signal failure for nested VMEntry if emulation_required by Sean Christopherson · 7 years ago
  19. e1de91c KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guest by Sean Christopherson · 7 years ago
  20. b4d1851 KVM: VMX: give unrestricted guest full control of CR3 by Sean Christopherson · 7 years ago
  21. 5dc1f04 KVM: VMX: don't force CR4.PAE/PSE for unrestricted guest by Sean Christopherson · 7 years ago
  22. 1706bd0 KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUEST by Sean Christopherson · 7 years ago
  23. e90008d KVM: VMX: don't configure EPT identity map for unrestricted guest by Sean Christopherson · 7 years ago
  24. f7eaeb0 KVM: VMX: don't configure RM TSS for unrestricted guest by Sean Christopherson · 7 years ago
  25. 915e6f7 x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmasked by Vitaly Kuznetsov · 7 years ago
  26. 98f65ad x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vector change by Vitaly Kuznetsov · 7 years ago
  27. a2e164e x86/kvm/hyper-v: add reenlightenment MSRs support by Vitaly Kuznetsov · 7 years ago
  28. ddd6f0e KVM: x86: Update the exit_qualification access bits while walking an address by KarimAllah Ahmed · 7 years ago
  29. 1df372f KVM: x86: Make enum conversion explicit in kvm_pdptr_read() by Matthias Kaehlcke · 7 years ago
  30. 0bcc3fb KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use by Vitaly Kuznetsov · 8 years ago
  31. c51eb52 KVM: x86: Add support for AMD Core Perf Extension in guest by Janakarajan Natarajan · 8 years ago
  32. e84b711 x86/msr: Add AMD Core Perf Extension MSRs by Janakarajan Natarajan · 8 years ago
  33. 0c7f650 KVM: nVMX: Enforce NMI controls on vmentry of L2 guests by Krish Sadhukhan · 7 years ago
  34. 1389309 KVM: nVMX: expose VMX capabilities for nested hypervisors to userspace by Paolo Bonzini · 7 years ago
  35. 6677f3d KVM: nVMX: introduce struct nested_vmx_msrs by Paolo Bonzini · 7 years ago
  36. 6beacf7 KVM: X86: Don't use PV TLB flush with dedicated physical CPUs by Wanpeng Li · 8 years ago
  37. b2798ba KVM: X86: Choose qspinlock when dedicated physical CPUs are available by Wanpeng Li · 8 years ago
  38. a4429e5 KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATED by Wanpeng Li · 8 years ago
  39. 01643c5 KVM: x86: KVM_CAP_SYNC_REGS by Ken Hofsass · 8 years ago
  40. faeb783 kvm: x86: hyperv: guest->host event signaling via eventfd by Roman Kagan · 8 years ago
  41. cbc0236 kvm: x86: factor out kvm.arch.hyperv (de)init by Roman Kagan · 8 years ago
  42. e64b956 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  43. 7225a44 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  44. 03a6c259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  45. 0573fed Merge tag 'for-linus-4.16a-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  46. b7e31be KVM: x86: fix vcpu initialization with userspace lapic by Radim Krčmář · 7 years ago
  47. 518e7b9 KVM: X86: Allow userspace to define the microcode version by Wanpeng Li · 7 years ago
  48. 66421c1 KVM: X86: Introduce kvm_get_msr_feature() by Wanpeng Li · 7 years ago
  49. d1d93fa KVM: SVM: Add MSR-based feature support for serializing LFENCE by Tom Lendacky · 7 years ago
  50. 801e459 KVM: x86: Add a framework for supporting MSR-based features by Tom Lendacky · 7 years ago
  51. 945fd17 x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table by Thomas Gleixner · 7 years ago
  52. 47b02f4 x86/xen: add tty0 and hvc0 as preferred consoles for dom0 by Juergen Gross · 7 years ago
  53. 028091f x86/platform/intel-mid: Handle Intel Edison reboot correctly by Sebastian Panceac · 7 years ago
  54. 71c208d x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend by Juergen Gross · 7 years ago
  55. 22636f8 x86/asm: Add instruction suffixes to bitops by Jan Beulich · 7 years ago
  56. a368d7f x86/entry/64: Add instruction suffix by Jan Beulich · 7 years ago
  57. cb097be x86/refcounts: Switch to UD2 for exceptions by Kees Cook · 7 years ago
  58. 85a2d93 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  59. d4858aa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  60. c23a757 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  61. e912bf2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  62. 297ea1b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  63. 9c5e0af KVM: SVM: Fix SEV LAUNCH_SECRET command by Brijesh Singh · 7 years ago
  64. 7607b71 KVM: SVM: install RSM intercept by Brijesh Singh · 7 years ago
  65. 3e23338 KVM: SVM: no need to call access_ok() in LAUNCH_MEASURE command by Brijesh Singh · 7 years ago
  66. 4f2f61f KVM: X86: Avoid traversing all the cpus for pv tlb flush when steal time is disabled by Wanpeng Li · 8 years ago
  67. afdc3f58 x86/kvm: Make parse_no_xxx __init for kvm by Dou Liyang · 8 years ago
  68. fe2a302 KVM: x86: fix backward migration with async_PF by Radim Krčmář · 8 years ago
  69. f75e492 kvm: fix warning for non-x86 builds by Sebastian Ott · 7 years ago
  70. 95e057e KVM: X86: Fix SMRAM accessing even if VM is shutdown by Wanpeng Li · 8 years ago
  71. 135a06c KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2 by Chao Gao · 8 years ago
  72. 103c763 KVM/x86: remove WARN_ON() for when vm_munmap() fails by Eric Biggers · 8 years ago
  73. 9915824 KVM: nVMX: preserve SECONDARY_EXEC_DESC without UMIP by Radim Krčmář · 8 years ago
  74. 0b2e990 KVM: x86: move LAPIC initialization after VMCS creation by Paolo Bonzini · 7 years ago
  75. 9cb9c07 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  76. 4596749 x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across CPU hotplug operations by Samuel Neves · 7 years ago
  77. 946fbbc KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path as unlikely() by Paolo Bonzini · 7 years ago
  78. ecb586b KVM/x86: Remove indirect MSR op calls from SPEC_CTRL by Paolo Bonzini · 7 years ago
  79. 36e74d3 x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directory in resctrl file system by Wang Hui · 7 years ago
  80. e84cf6a x86/apic/vector: Handle vector release on CPU unplug correctly by Thomas Gleixner · 7 years ago
  81. a493a87 bpf, x64: implement retpoline for tail call by Daniel Borkmann · 7 years ago
  82. b21ebf2f x86: Treat R_X86_64_PLT32 as R_X86_64_PC32 by H.J. Lu · 8 years ago
  83. ed7158b treewide/trivial: Remove ';;$' typo noise by Ingo Molnar · 7 years ago
  84. d5028ba objtool, retpolines: Integrate objtool with retpoline support more closely by Peter Zijlstra · 8 years ago
  85. 0ca7d5b x86/entry/64: Simplify ENCODE_FRAME_POINTER by Josh Poimboeuf · 7 years ago
  86. 9fbcc57 extable: Make init_kernel_text() global by Josh Poimboeuf · 7 years ago
  87. f3d415e x86/entry/64: Open-code switch_to_thread_stack() by Dominik Brodowski · 7 years ago
  88. b2855d8 x86/entry/64: Move ASM_CLAC to interrupt_entry() by Dominik Brodowski · 7 years ago
  89. 3aa99fc x86/entry/64: Remove 'interrupt' macro by Dominik Brodowski · 7 years ago
  90. 90a6acc x86/entry/64: Move the switch_to_thread_stack() call to interrupt_entry() by Dominik Brodowski · 7 years ago
  91. 2ba6474 x86/entry/64: Move ENTER_IRQ_STACK from interrupt macro to interrupt_entry by Dominik Brodowski · 7 years ago
  92. 0e34d22 x86/entry/64: Move PUSH_AND_CLEAR_REGS from interrupt macro to helper function by Dominik Brodowski · 7 years ago
  93. d72f4e2 x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP by Ingo Molnar · 7 years ago
  94. 85c615e x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() by Arnd Bergmann · 7 years ago
  95. 531bb52 x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute() by Peter Zijlstra · 8 years ago
  96. bd89004 x86/boot, objtool: Annotate indirect jump in secondary_startup_64() by Peter Zijlstra · 8 years ago
  97. 3010a06 x86/paravirt, objtool: Annotate indirect calls by Peter Zijlstra · 8 years ago
  98. 9e0e3c5 x86/speculation, objtool: Annotate indirect calls/jumps for objtool by Peter Zijlstra · 8 years ago
  99. 8735871 x86/retpoline: Support retpoline builds with Clang by David Woodhouse · 7 years ago
  100. dd84441 x86/speculation: Use IBRS if available before calling into firmware by David Woodhouse · 7 years ago