1. dd4bfa7 x86/kvm: Serialize L1D flush parameter setter by Thomas Gleixner · 7 years ago
  2. 4c6523e x86/kvm: Add static key for flush always by Thomas Gleixner · 7 years ago
  3. 7db92e1 x86/kvm: Move l1tf setup function by Thomas Gleixner · 7 years ago
  4. a7b9020 x86/l1tf: Handle EPT disabled state proper by Thomas Gleixner · 7 years ago
  5. 2f05594 x86/kvm: Drop L1TF MSR list approach by Thomas Gleixner · 7 years ago
  6. 72c6d2d x86/litf: Introduce vmx status variable by Thomas Gleixner · 7 years ago
  7. 390d975 x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required by Konrad Rzeszutek Wilk · 7 years ago
  8. 989e399 x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs by Konrad Rzeszutek Wilk · 7 years ago
  9. 3190709 x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting by Konrad Rzeszutek Wilk · 7 years ago
  10. ca83b4a x86/KVM/VMX: Add find_msr() helper function by Konrad Rzeszutek Wilk · 7 years ago
  11. 33966dd6 x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers by Konrad Rzeszutek Wilk · 7 years ago
  12. c595cee x86/KVM/VMX: Add L1D flush logic by Paolo Bonzini · 7 years ago
  13. 3fa045b x86/KVM/VMX: Add L1D MSR based flush by Paolo Bonzini · 7 years ago
  14. a47dd5f x86/KVM/VMX: Add L1D flush algorithm by Paolo Bonzini · 7 years ago
  15. a399477 x86/KVM/VMX: Add module argument for L1TF mitigation by Konrad Rzeszutek Wilk · 7 years ago
  16. 26acfb6 x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present by Konrad Rzeszutek Wilk · 7 years ago
  17. 1f008e1 KVM: x86: VMX: redo fix for link error without CONFIG_HYPERV by Arnd Bergmann · 7 years ago
  18. dbee3d0 KVM: x86: VMX: fix build without hyper-v by Linus Torvalds · 7 years ago
  19. b357bf6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  20. ce14e868a KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system by Paolo Bonzini · 7 years ago
  21. 727ba74 kvm: nVMX: Enforce cpl=0 for VMX instructions by Felix Wilhelm · 7 years ago
  22. f4160e4 kvm: nVMX: Add support for "VMWRITE to any supported field" by Jim Mattson · 7 years ago
  23. a943ac5 kvm: nVMX: Restrict VMX capability MSR changes by Jim Mattson · 7 years ago
  24. c5ce823 KVM: VMX: Optimize tscdeadline timer latency by Wanpeng Li · 7 years ago
  25. d1e5b0e kvm: Make VM ioctl do valloc for some archs by Marc Orr · 7 years ago
  26. cd9a491 KVM: nVMX: Emulate L1 individual-address invvpid by L0 individual-address invvpid by Liran Alon · 7 years ago
  27. 6f1e03b KVM: nVMX: Don't flush TLB when vmcs12 uses VPID by Liran Alon · 7 years ago
  28. 6bce30c KVM: nVMX: Use vmx local var for referencing vpid02 by Liran Alon · 7 years ago
  29. 21ebf53 KVM: nVMX: Ensure that VMCS12 field offsets do not change by Jim Mattson · 7 years ago
  30. b348e79 KVM: nVMX: Restore the VMCS12 offsets for v4.0 fields by Jim Mattson · 7 years ago
  31. 6514dc3 kvm: nVMX: Use nested_run_pending rather than from_vmentry by Jim Mattson · 7 years ago
  32. 3b78ce4 Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  33. bc226f0 KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD by Tom Lendacky · 7 years ago
  34. ccbcd26 x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL by Thomas Gleixner · 7 years ago
  35. e7c587d x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP by Borislav Petkov · 7 years ago
  36. ab5df31 kvm: nVMX: Eliminate APIC access page sharing between L1 and L2 by Jim Mattson · 7 years ago
  37. 8d860bb kvm: vmx: Basic APIC virtualization controls have three settings by Jim Mattson · 7 years ago
  38. ceef7d1 KVM: x86: VMX: hyper-v: Enlightened MSR-Bitmap support by Vitaly Kuznetsov · 7 years ago
  39. 64f7a11 KVM: vmx: update sec exec controls for UMIP iff emulating UMIP by Sean Christopherson · 7 years ago
  40. 9f65fb2 x86/bugs: Rename _RDS to _SSBD by Konrad Rzeszutek Wilk · 7 years ago
  41. 28a2775 x86/speculation: Create spec-ctrl.h to avoid include hell by Thomas Gleixner · 7 years ago
  42. da39556 x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest by Konrad Rzeszutek Wilk · 7 years ago
  43. 5cf6875 x86/bugs, KVM: Support the combination of guest and host IBRS by Konrad Rzeszutek Wilk · 7 years ago
  44. a468f2d kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use by Junaid Shahid · 7 years ago
  45. e6d9bfd Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  46. dd25993 kvm: x86: move MSR_IA32_TSC handling to x86.c by Paolo Bonzini · 7 years ago
  47. e79f245 X86/KVM: Properly update 'tsc_offset' to represent the running guest by KarimAllah Ahmed · 7 years ago
  48. f0f4cf5 x86: Add check for APIC access address for vmentry of L2 guests by Krish Sadhukhan · 7 years ago
  49. 2698d82 KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update by hu huajun · 7 years ago
  50. 386c6dd X86/VMX: Disable VMX preemption timer if MWAIT is not intercepted by KarimAllah Ahmed · 7 years ago
  51. d8312a3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  52. e01bca2 kvm: x86: fix a prototype warning by Peng Hao · 7 years ago
  53. 082d06e KVM: X86: Introduce handle_ud() by Wanpeng Li · 7 years ago
  54. 4fde8d5 KVM: vmx: unify adjacent #ifdefs by Paolo Bonzini · 7 years ago
  55. 51e8a8c x86: kvm: hide the unused 'cpu' variable by Arnd Bergmann · 7 years ago
  56. c75d0edc KVM: VMX: remove bogus WARN_ON in handle_ept_misconfig by Sean Christopherson · 7 years ago
  57. add5ff7 KVM: VMX: raise internal error for exception during invalid protected mode state by Sean Christopherson · 7 years ago
  58. 986b37c Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  59. 7257348 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  60. f497b6c KVM: nVMX: Optimization: Dont set KVM_REQ_EVENT when VMExit with nested_run_pending by Liran Alon · 7 years ago
  61. 04140b4 KVM: x86: Rename interrupt.pending to interrupt.injected by Liran Alon · 7 years ago
  62. 773e8a0 x86/kvm: use Enlightened VMCS when running on Hyper-V by Vitaly Kuznetsov · 7 years ago
  63. c8e8871 KVM: VMX: Bring the common code to header file by Babu Moger · 7 years ago
  64. 18abdc3 KVM: VMX: Remove ple_window_actual_max by Babu Moger · 7 years ago
  65. 7fbc85a KVM: VMX: Fix the module parameters for vmx by Babu Moger · 7 years ago
  66. dd60d21 KVM: x86: Fix perf timer mode IP reporting by Andi Kleen · 7 years ago
  67. 40bbb9d KVM: VMX: add struct kvm_vmx to hold VMX specific KVM vars by Sean Christopherson · 7 years ago
  68. 2ac52ab KVM: x86: move setting of ept_identity_map_addr to vmx.c by Sean Christopherson · 7 years ago
  69. 434a1e9 KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vm by Sean Christopherson · 7 years ago
  70. 9d1887e KVM: nVMX: sync vmcs02 segment regs prior to vmx_set_cr0 by Sean Christopherson · 7 years ago
  71. 3184a99 KVM: nVMX: fix vmentry failure code when L2 state would require emulation by Paolo Bonzini · 7 years ago
  72. 32d43cd kvm/x86: fix icebp instruction handling by Linus Torvalds · 7 years ago
  73. 35060ed x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASE by Vitaly Kuznetsov · 7 years ago
  74. 42b933b x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->thread by Vitaly Kuznetsov · 7 years ago
  75. b31c114 KVM: X86: Provide a capability to disable PAUSE intercepts by Wanpeng Li · 7 years ago
  76. caa057a KVM: X86: Provide a capability to disable HLT intercepts by Wanpeng Li · 7 years ago
  77. 4d5422c KVM: X86: Provide a capability to disable MWAIT intercepts by Wanpeng Li · 7 years ago
  78. 9e86948 KVM: x86: VMX: Intercept #GP to support access to VMware backdoor ports by Liran Alon · 7 years ago
  79. dca7f12 KVM: x86: add kvm_fast_pio() to consolidate fast PIO code by Sean Christopherson · 7 years ago
  80. 432baf6 KVM: VMX: use kvm_fast_pio_in for handling IN I/O by Sean Christopherson · 7 years ago
  81. 2bb8caf KVM: vVMX: signal failure for nested VMEntry if emulation_required by Sean Christopherson · 7 years ago
  82. e1de91c KVM: VMX: WARN on a MOV CR3 exit w/ unrestricted guest by Sean Christopherson · 7 years ago
  83. b4d1851 KVM: VMX: give unrestricted guest full control of CR3 by Sean Christopherson · 7 years ago
  84. 5dc1f04 KVM: VMX: don't force CR4.PAE/PSE for unrestricted guest by Sean Christopherson · 7 years ago
  85. 1706bd0 KVM: VMX: remove CR0.WP from ..._ALWAYS_ON_UNRESTRICTED_GUEST by Sean Christopherson · 7 years ago
  86. e90008d KVM: VMX: don't configure EPT identity map for unrestricted guest by Sean Christopherson · 7 years ago
  87. f7eaeb0 KVM: VMX: don't configure RM TSS for unrestricted guest by Sean Christopherson · 7 years ago
  88. 0c7f650 KVM: nVMX: Enforce NMI controls on vmentry of L2 guests by Krish Sadhukhan · 7 years ago
  89. c996f38 x86/MSR: Move native_* variants to msr.h by Borislav Petkov · 7 years ago
  90. 1389309 KVM: nVMX: expose VMX capabilities for nested hypervisors to userspace by Paolo Bonzini · 7 years ago
  91. 6677f3d KVM: nVMX: introduce struct nested_vmx_msrs by Paolo Bonzini · 7 years ago
  92. 03a6c259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  93. 518e7b9 KVM: X86: Allow userspace to define the microcode version by Wanpeng Li · 7 years ago
  94. 801e459 KVM: x86: Add a framework for supporting MSR-based features by Tom Lendacky · 7 years ago
  95. 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
  96. d4858aa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  97. 135a06c KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2 by Chao Gao · 7 years ago
  98. 9915824 KVM: nVMX: preserve SECONDARY_EXEC_DESC without UMIP by Radim Krčmář · 7 years ago
  99. 946fbbc KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path as unlikely() by Paolo Bonzini · 7 years ago
  100. ecb586b KVM/x86: Remove indirect MSR op calls from SPEC_CTRL by Paolo Bonzini · 7 years ago