1. f244dee KVM: VMX: Fix invalid guest state detection after task-switch emulation by Wanpeng Li · 7 years ago
  2. b3f1dfb KVM: nVMX: Disallow VM-entry in MOV-SS shadow by Jim Mattson · 7 years ago
  3. 4c4a6f7 KVM: nVMX: track NMI blocking state separately for each VMCS by Paolo Bonzini · 7 years ago
  4. 52a5c15 KVM: async_pf: Let guest support delivery of async_pf from guest mode by Wanpeng Li · 7 years ago
  5. adfe20f KVM: async_pf: Force a nested vmexit if the injected #PF is async_pf by Wanpeng Li · 7 years ago
  6. 1261bfa KVM: async_pf: Add L1 guest async_pf #PF vmexit handler by Wanpeng Li · 7 years ago
  7. cfcd20e KVM: x86: Simplify kvm_x86_ops->queue_exception parameter list by Wanpeng Li · 7 years ago
  8. 48ae0fb kvm: vmx: Properly handle machine check during VM-entry by Jim Mattson · 8 years ago
  9. 85fd514 kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fields by Jim Mattson · 7 years ago
  10. 5fa99cb kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controls by Jim Mattson · 7 years ago
  11. 56a2051 kvm: nVMX: Validate the I/O bitmaps on nested VM-entry by Jim Mattson · 7 years ago
  12. 7cdc2d6 kvm: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH fails by Jim Mattson · 7 years ago
  13. 70bcd70 KVM: vmx: expose more information for KVM_INTERNAL_ERROR_DELIVERY_EV exits by Paolo Bonzini · 7 years ago
  14. c136b84 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  15. 691bd43 kvm: vmx: allow host to access guest MSR_IA32_BNDCFGS by Haozhong Zhang · 7 years ago
  16. 7a69f9c6 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  17. 995f00a x86: kvm: mmu: use ept a/d in vmcs02 iff used in vmcs12 by Peter Feiner · 7 years ago
  18. dcdca5f x86: kvm: mmu: make spte mmio mask more explicit by Peter Feiner · 7 years ago
  19. c207aee objtool, x86: Add several functions and files to the objtool whitelist by Josh Poimboeuf · 7 years ago
  20. c853354 KVM: LAPIC: Fix lapic timer injection delay by Wanpeng Li · 7 years ago
  21. 4035260 kvm: nVMX: Check memory operand to INVVPID by Jim Mattson · 7 years ago
  22. a4eb8b9 Merge branch 'linus' into x86/mm, to pick up fixes by Ingo Molnar · 7 years ago
  23. 6c690ee x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() by Andy Lutomirski · 8 years ago
  24. d281e13 KVM: nVMX: Update vmcs12->guest_linear_address on nested VM-exit by Jim Mattson · 8 years ago
  25. d923fcf KVM: nVMX: Don't update vmcs12->xss_exit_bitmap on nested VM-exit by Jim Mattson · 8 years ago
  26. 4531662 kvm: vmx: Check value written to IA32_BNDCFGS by Jim Mattson · 8 years ago
  27. 4439af9 kvm: x86: Guest BNDCFGS requires guest MPX support by Jim Mattson · 8 years ago
  28. a8b6fda3 kvm: vmx: Do not disable intercepts for BNDCFGS by Jim Mattson · 8 years ago
  29. d491221 KVM: nVMX: Fix exception injection by Wanpeng Li · 8 years ago
  30. d6e41f1 x86/mm, KVM: Teach KVM's VMX code that CR3 isn't a constant by Andy Lutomirski · 8 years ago
  31. 7461fbc KVM: white space cleanup in nested_vmx_setup_ctls_msrs() by Dan Carpenter · 8 years ago
  32. cbf7127 KVM: nVMX: fix nested_vmx_check_vmptr failure paths under debugging by Radim Krčmář · 8 years ago
  33. e1d39b1 KVM: nVMX: Fix handling of lmsw instruction by Jan H. Schönherr · 8 years ago
  34. fce6ac4 KVM: VMX: Don't enable EPT A/D feature if EPT feature is disabled by Wanpeng Li · 8 years ago
  35. 4769886 kvm: nVMX: off by one in vmx_write_pml_buffer() by Dan Carpenter · 8 years ago
  36. 03efce6 nVMX: Advertise PML to L1 hypervisor by Bandan Das · 8 years ago
  37. c5f983f nVMX: Implement emulated Page Modification Logging by Bandan Das · 8 years ago
  38. c7c2c70 kvm: nVMX: Validate CR3 target count on nested VM-entry by Jim Mattson · 8 years ago
  39. 2d3e486 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  40. 2e5b0bd kvm: nVMX: Don't validate disabled secondary controls by Jim Mattson · 8 years ago
  41. d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  42. 70f3aac kvm: nVMX: Remove superfluous VMX instruction fault checks by Jim Mattson · 8 years ago
  43. 72875d8a KVM: add kvm_{test,clear}_request to replace {test,clear}_bit by Radim Krčmář · 8 years ago
  44. 668fffa kvm: better MWAIT emulation for guests by Michael S. Tsirkin · 8 years ago
  45. fe0e80b KVM: VMX: drop vmm_exclusive module parameter by David Hildenbrand · 8 years ago
  46. 3325187 KVM: nVMX: fix AD condition when handling EPT violation by Radim Krčmář · 8 years ago
  47. a5f4645 KVM: nVMX: support RDRAND and RDSEED exiting by Paolo Bonzini · 8 years ago
  48. ae1e2d1 kvm: nVMX: support EPT accessed/dirty bits by Paolo Bonzini · 8 years ago
  49. 0047723 KVM: VMX: remove bogus check for invalid EPT violation by Paolo Bonzini · 8 years ago
  50. 7db7426 KVM: nVMX: we support 1GB EPT pages by Paolo Bonzini · 8 years ago
  51. 2c82878 KVM: VMX: require virtual NMI support by Paolo Bonzini · 8 years ago
  52. 1279a6b1 KVM: nVMX: single function for switching between vmcs by David Hildenbrand · 8 years ago
  53. f0b98c0 kvm: vmx: Don't use INVVPID when EPT is enabled by Jim Mattson · 8 years ago
  54. 1fb883b KVM: nVMX: initialize PML fields in vmcs02 by Ladi Prosek · 8 years ago
  55. ab007cc KVM: nVMX: do not leak PML full vmexit to L1 by Ladi Prosek · 8 years ago
  56. 7f75540 Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch by Ingo Molnar · 8 years ago
  57. 7ad658b KVM: nVMX: fix nested EPT detection by Ladi Prosek · 8 years ago
  58. 08d839c KVM: VMX: Fix enable VPID conditions by Wanpeng Li · 8 years ago
  59. 63cb6d5 KVM: nVMX: Fix nested VPID vmx exec control by Wanpeng Li · 8 years ago
  60. fb6c819 kvm: vmx: Flush TLB when the APIC-access address changes by Jim Mattson · 8 years ago
  61. 59c58ceb x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpers by Andy Lutomirski · 8 years ago
  62. 6d1b3ad KVM: nVMX: don't reset kvm mmu twice by Wanpeng Li · 8 years ago
  63. 6c6c5e0 KVM: VMX: downgrade warning on unexpected exit code by Radim Krčmář · 8 years ago
  64. 45fc875 x86: Make the GDT remapping read-only on 64-bit by Thomas Garnier · 8 years ago
  65. 05d8d34 KVM: nVMX: do not warn when MSR bitmap address is not backed by Radim Krčmář · 8 years ago
  66. 2f707d9 KVM: nVMX: reset nested_run_pending if the vCPU is going to be reset by Wanpeng Li · 8 years ago
  67. 587d7e72 kvm: nVMX: VMCLEAR should not cause the vCPU to shut down by Jim Mattson · 8 years ago
  68. acc9ab6 KVM: nVMX: Fix pending events injection by Wanpeng Li · 8 years ago
  69. 0fce546 x86/kvm/vmx: remove unused variable in segment_base() by Jérémy Lefaure · 8 years ago
  70. 96794e4 KVM: VMX: use correct vmcs_read/write for guest segment selector/base by Chao Peng · 8 years ago
  71. b7ffc44 x86/kvm/vmx: Defer TR reload after VM exit by Andy Lutomirski · 8 years ago
  72. 8c2e41f x86/kvm/vmx: Simplify segment_base() by Andy Lutomirski · 8 years ago
  73. e28baea x86/kvm/vmx: Get rid of segment_base() on 64-bit kernels by Andy Lutomirski · 8 years ago
  74. e0c2306 x86/kvm/vmx: Don't fetch the TSS base from the GDT by Andy Lutomirski · 8 years ago
  75. 06ce521 kvm: fix page struct leak in handle_vmon by Paolo Bonzini · 8 years ago
  76. bd7e5b0 KVM: x86: remove code for lazy FPU handling by Paolo Bonzini · 8 years ago
  77. 47c0152 KVM: VMX: use vmcs_set/clear_bits for CPU-based execution controls by Paolo Bonzini · 8 years ago
  78. 858e25c kvm: nVMX: Refactor nested_vmx_run() by Jim Mattson · 8 years ago
  79. ca0bde2 kvm: nVMX: Split VMCS checks from nested_vmx_run() by Jim Mattson · 8 years ago
  80. 6beb7bd kvm: nVMX: Refactor nested_get_vmcs12_pages() by Jim Mattson · 8 years ago
  81. a8bc284 kvm: nVMX: Refactor handle_vmptrld() by Jim Mattson · 8 years ago
  82. e29acc5 kvm: nVMX: Refactor handle_vmon() by Jim Mattson · 8 years ago
  83. cf8b84f kvm: nVMX: Prepare for checkpointing L2 state by Jim Mattson · 8 years ago
  84. b95234c kvm: x86: do not use KVM_REQ_EVENT for APICv interrupt injection by Paolo Bonzini · 8 years ago
  85. 76dfafd5 KVM: x86: do not scan IRR twice on APICv vmentry by Paolo Bonzini · 8 years ago
  86. 810e6de KVM: x86: preparatory changes for APICv cleanups by Paolo Bonzini · 8 years ago
  87. 967235d KVM: vmx: clear pending interrupts on KVM_SET_LAPIC by Paolo Bonzini · 8 years ago
  88. db1c056 kvm: vmx: Use the hardware provided GPA instead of page walk by Paolo Bonzini · 8 years ago
  89. 6342c50 KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail by David Hildenbrand · 8 years ago
  90. 42cf014 KVM: nVMX: kmap() can't fail by David Hildenbrand · 8 years ago
  91. 312b616 kvm: x86: mmu: Set SPTE_SPECIAL_MASK within mmu.c by Junaid Shahid · 8 years ago
  92. ab22a47 kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constants by Junaid Shahid · 8 years ago
  93. 0b4c208 Revert "KVM: nested VMX: disable perf cpuid reporting" by Jim Mattson · 8 years ago
  94. 21e7fbe kvm: nVMX: Reorder error checks for emulated VMXON by Jim Mattson · 8 years ago
  95. eb90f34 KVM: vmx: speed up TPR below threshold vmexits by Paolo Bonzini · 8 years ago
  96. f160c7b kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits. by Junaid Shahid · 8 years ago
  97. 37f0e8f kvm: x86: mmu: Do not use bit 63 for tracking special SPTEs by Junaid Shahid · 8 years ago
  98. 27959a4 kvm: x86: mmu: Use symbolic constants for EPT Violation Exit Qualifications by Junaid Shahid · 8 years ago
  99. 69130ea KVM: VMX: remove duplicated declaration by Jan Dakinevich · 8 years ago
  100. b428018 KVM: nVMX: fix instruction skipping during emulated vm-entry by David Matlack · 8 years ago