1. dca7f12 KVM: x86: add kvm_fast_pio() to consolidate fast PIO code by Sean Christopherson · 7 years ago
  2. 432baf6 KVM: VMX: use kvm_fast_pio_in for handling IN I/O by Sean Christopherson · 7 years ago
  3. 2bb8caf KVM: vVMX: signal failure for nested VMEntry if emulation_required by Sean Christopherson · 7 years ago
  4. e1de91c KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guest by Sean Christopherson · 7 years ago
  5. b4d1851 KVM: VMX: give unrestricted guest full control of CR3 by Sean Christopherson · 7 years ago
  6. 5dc1f04 KVM: VMX: don't force CR4.PAE/PSE for unrestricted guest by Sean Christopherson · 7 years ago
  7. 1706bd0 KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUEST by Sean Christopherson · 7 years ago
  8. e90008d KVM: VMX: don't configure EPT identity map for unrestricted guest by Sean Christopherson · 7 years ago
  9. f7eaeb0 KVM: VMX: don't configure RM TSS for unrestricted guest by Sean Christopherson · 7 years ago
  10. 915e6f7 x86/kvm/hyper-v: inject #GP only when invalid SINTx vector is unmasked by Vitaly Kuznetsov · 7 years ago
  11. 98f65ad x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vector change by Vitaly Kuznetsov · 7 years ago
  12. a2e164e x86/kvm/hyper-v: add reenlightenment MSRs support by Vitaly Kuznetsov · 7 years ago
  13. ddd6f0e KVM: x86: Update the exit_qualification access bits while walking an address by KarimAllah Ahmed · 7 years ago
  14. 1df372f KVM: x86: Make enum conversion explicit in kvm_pdptr_read() by Matthias Kaehlcke · 7 years ago
  15. 0bcc3fb KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use by Vitaly Kuznetsov · 7 years ago
  16. c51eb52 KVM: x86: Add support for AMD Core Perf Extension in guest by Janakarajan Natarajan · 7 years ago
  17. 0c7f650 KVM: nVMX: Enforce NMI controls on vmentry of L2 guests by Krish Sadhukhan · 7 years ago
  18. 1389309 KVM: nVMX: expose VMX capabilities for nested hypervisors to userspace by Paolo Bonzini · 7 years ago
  19. 6677f3d KVM: nVMX: introduce struct nested_vmx_msrs by Paolo Bonzini · 7 years ago
  20. 01643c5 KVM: x86: KVM_CAP_SYNC_REGS by Ken Hofsass · 7 years ago
  21. faeb783 kvm: x86: hyperv: guest->host event signaling via eventfd by Roman Kagan · 7 years ago
  22. cbc0236 kvm: x86: factor out kvm.arch.hyperv (de)init by Roman Kagan · 7 years ago
  23. 03a6c259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  24. b7e31be KVM: x86: fix vcpu initialization with userspace lapic by Radim Krčmář · 7 years ago
  25. 518e7b9 KVM: X86: Allow userspace to define the microcode version by Wanpeng Li · 7 years ago
  26. 66421c1 KVM: X86: Introduce kvm_get_msr_feature() by Wanpeng Li · 7 years ago
  27. d1d93fa KVM: SVM: Add MSR-based feature support for serializing LFENCE by Tom Lendacky · 7 years ago
  28. 801e459 KVM: x86: Add a framework for supporting MSR-based features by Tom Lendacky · 7 years ago
  29. 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
  30. d4858aa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  31. 9c5e0af KVM: SVM: Fix SEV LAUNCH_SECRET command by Brijesh Singh · 7 years ago
  32. 7607b71 KVM: SVM: install RSM intercept by Brijesh Singh · 7 years ago
  33. 3e23338 KVM: SVM: no need to call access_ok() in LAUNCH_MEASURE command by Brijesh Singh · 7 years ago
  34. fe2a302 KVM: x86: fix backward migration with async_PF by Radim Krčmář · 7 years ago
  35. 95e057e KVM: X86: Fix SMRAM accessing even if VM is shutdown by Wanpeng Li · 7 years ago
  36. 135a06c KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2 by Chao Gao · 7 years ago
  37. 103c763 KVM/x86: remove WARN_ON() for when vm_munmap() fails by Eric Biggers · 7 years ago
  38. 9915824 KVM: nVMX: preserve SECONDARY_EXEC_DESC without UMIP by Radim Krčmář · 7 years ago
  39. 0b2e990 KVM: x86: move LAPIC initialization after VMCS creation by Paolo Bonzini · 7 years ago
  40. 946fbbc KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path as unlikely() by Paolo Bonzini · 7 years ago
  41. ecb586b KVM/x86: Remove indirect MSR op calls from SPEC_CTRL by Paolo Bonzini · 7 years ago
  42. d4667ca Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  43. 3712caeb KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR bitmap by KarimAllah Ahmed · 7 years ago
  44. 206587a X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs by KarimAllah Ahmed · 7 years ago
  45. 928a4c3 KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by always inlining iterator helper methods by David Woodhouse · 7 years ago
  46. 15303ba Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  47. 80132f4 Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Radim Krčmář · 7 years ago
  48. 3527799 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  49. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  50. b2ac58f KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL by KarimAllah Ahmed · 7 years ago
  51. d28b387 KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL by KarimAllah Ahmed · 7 years ago
  52. 28c1c9f KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES by KarimAllah Ahmed · 7 years ago
  53. 15d4507 KVM/x86: Add IBPB support by Ashok Raj · 7 years ago
  54. b7b27aa KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX by KarimAllah Ahmed · 7 years ago
  55. a96223f Merge branch 'msr-bitmaps' of git://git.kernel.org/pub/scm/virt/kvm/kvm into x86/pti by Thomas Gleixner · 7 years ago
  56. 8dbfb2b KVM: x86: don't forget vcpu_put() in kvm_arch_vcpu_ioctl_set_sregs() by Eric Biggers · 7 years ago
  57. 7bf14c2 Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Radim Krčmář · 7 years ago
  58. 085331d x86/kvm: Update spectre-v1 mitigation by Dan Williams · 7 years ago
  59. 904e14f KVM: VMX: make MSR bitmaps per-VCPU by Paolo Bonzini · 7 years ago
  60. 87cedc6 kvm: x86: remove efer_reload entry in kvm_vcpu_stat by Longpeng(Mike) · 7 years ago
  61. 806793f KVM: x86: AMD Processor Topology Information by Stanislav Lanci · 7 years ago
  62. d391f12 x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running nested by Vitaly Kuznetsov · 7 years ago
  63. 5fa4ec9 x86/kvm: Make it compile on 32bit and with HYPYERVISOR_GUEST=n by Thomas Gleixner · 7 years ago
  64. 0092e43 x86/kvm: Support Hyper-V reenlightenment by Vitaly Kuznetsov · 7 years ago
  65. b0c39dc x86/kvm: Pass stable clocksource to guests when running nested on Hyper-V by Vitaly Kuznetsov · 7 years ago
  66. 7e86548 Merge tag 'v4.15' into x86/pti, to be able to merge dependent changes by Ingo Molnar · 7 years ago
  67. 6304672 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  68. f21f165 KVM: VMX: introduce alloc_loaded_vmcs by Paolo Bonzini · 7 years ago
  69. de3a002 KVM: nVMX: Eliminate vmcs02 pool by Jim Mattson · 7 years ago
  70. c940a3f KVM: VMX: Make indirect call speculation safe by Peter Zijlstra · 7 years ago
  71. 1a29b5b KVM: x86: Make indirect calls in emulator speculation safe by Peter Zijlstra · 7 years ago
  72. 37b9595 KVM/x86: Fix wrong macro references of X86_CR0_PG_BIT and X86_CR4_PAE_BIT in kvm_valid_sregs() by Tianyu Lan · 7 years ago
  73. d7231e7 KVM: VMX: introduce X2APIC_MSR macro by Paolo Bonzini · 7 years ago
  74. c992384 KVM: vmx: speed up MSR bitmap merge by Paolo Bonzini · 7 years ago
  75. 1f6e5b2 KVM: vmx: simplify MSR bitmap setup by Paolo Bonzini · 7 years ago
  76. 07f3661 KVM: nVMX: remove unnecessary vmwrite from L2->L1 vmexit by Paolo Bonzini · 7 years ago
  77. 25a2e4f KVM: nVMX: initialize more non-shadowed fields in prepare_vmcs02_full by Paolo Bonzini · 7 years ago
  78. 8665c3f KVM: nVMX: initialize descriptor cache fields in prepare_vmcs02_full by Paolo Bonzini · 7 years ago
  79. 74a497f KVM: nVMX: track dirty state of non-shadowed VMCS fields by Paolo Bonzini · 7 years ago
  80. c9e9dea KVM: VMX: split list of shadowed VMCS field to a separate file by Paolo Bonzini · 7 years ago
  81. 58e9ffa kvm: vmx: Reduce size of vmcs_field_to_offset_table by Jim Mattson · 7 years ago
  82. d37f426 kvm: vmx: Change vmcs_field_type to vmcs_field_width by Jim Mattson · 7 years ago
  83. 5b15706 kvm: vmx: Introduce VMCS12_MAX_FIELD_INDEX by Jim Mattson · 7 years ago
  84. 44900ba KVM: VMX: optimize shadow VMCS copying by Paolo Bonzini · 7 years ago
  85. c5d167b KVM: vmx: shadow more fields that are read/written on every vmexits by Paolo Bonzini · 7 years ago
  86. 6b69771 KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2 by Liran Alon · 7 years ago
  87. 851c1a18 KVM: nVMX: Fix injection to L2 when L1 don't intercept external-interrupts by Liran Alon · 7 years ago
  88. f27a85c KVM: nVMX: Re-evaluate L1 pending events when running L2 and L1 got posted-interrupt by Liran Alon · 7 years ago
  89. e7387b0 KVM: x86: Change __kvm_apic_update_irr() to also return if max IRR updated by Liran Alon · 7 years ago
  90. fa59cc0 KVM: x86: Optimization: Create SVM stubs for sync_pir_to_irr() by Liran Alon · 7 years ago
  91. 5c7d4f9 KVM: nVMX: Fix bug of injecting L2 exception into L1 by Liran Alon · 7 years ago
  92. a6cb099 kvm/vmx: Use local vmx variable in vmx_get_msr() by Borislav Petkov · 7 years ago
  93. aa2e063 KVM: MMU: consider host cache mode in MMIO page check by Haozhong Zhang · 7 years ago
  94. 05992ed Merge branch 'kvm-insert-lfence' by Paolo Bonzini · 7 years ago
  95. 505c9e9 KVM: x86: prefer "depends on" to "select" for SEV by Paolo Bonzini · 7 years ago
  96. 65e3858 Merge branch 'sev-v9-p2' of https://github.com/codomania/kvm by Paolo Bonzini · 7 years ago
  97. 476b7ad KVM: x86: avoid unnecessary XSETBV on guest entry by Paolo Bonzini · 7 years ago
  98. efdab99 KVM: x86: fix escape of guest dr6 to the host by Wanpeng Li · 7 years ago
  99. f38a7b7 KVM: X86: support paravirtualized help for TLB shootdowns by Wanpeng Li · 7 years ago
  100. c2ba05c KVM: X86: introduce invalidate_gpa argument to tlb flush by Wanpeng Li · 7 years ago