1. 4fa7734 KVM: nVMX: fix lifetime issues for vmcs02 by Paolo Bonzini · 11 years ago
  2. 963fee1 KVM: nVMX: Fix virtual interrupt delivery injection by Wanpeng Li · 11 years ago
  3. 37ccdcb KVM: x86: return all bits from get_interrupt_shadow by Paolo Bonzini · 11 years ago
  4. 98eb2f8 KVM: vmx: speed up emulation of invalid guest state by Paolo Bonzini · 11 years ago
  5. 27e6fb5 KVM: vmx: vmx instructions handling does not consider cs.l by Nadav Amit · 11 years ago
  6. 1e32c07 KVM: vmx: handle_cr ignores 32/64-bit mode by Nadav Amit · 11 years ago
  7. 5777392 KVM: x86: check DR6/7 high-bits are clear only on long-mode by Nadav Amit · 11 years ago
  8. 5381417 KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUM by Jan Kiszka · 11 years ago
  9. 2996fca KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLS by Jan Kiszka · 11 years ago
  10. 560b7ee KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS by Jan Kiszka · 11 years ago
  11. 3dcdf3ec KVM: nVMX: Allow to disable CR3 access interception by Jan Kiszka · 11 years ago
  12. 3dbcd8d KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLS by Jan Kiszka · 11 years ago
  13. bc39c4d arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZE by Fabian Frederick · 11 years ago
  14. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 11 years ago
  15. 1f85411 KVM: vmx: DR7 masking on task switch emulation is wrong by Nadav Amit · 11 years ago
  16. ae9fedc KVM: x86: get CPL from SS.DPL by Paolo Bonzini · 11 years ago
  17. 87c0057 kvm: x86: emulate monitor and mwait instructions as nop by Gabriel L. Somlo · 11 years ago
  18. a4ab9d0 KVM: vmx: handle_dr does not handle RSP correctly by Nadav Amit · 11 years ago
  19. 696dfd9 KVM: vmx: disable APIC virtualization in nested guests by Paolo Bonzini · 11 years ago
  20. 4291b58 KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptr by Bandan Das · 11 years ago
  21. 96ec146 KVM: nVMX: fail on invalid vmclear/vmptrld pointer by Bandan Das · 11 years ago
  22. 3573e22 KVM: nVMX: additional checks on vmxon region by Bandan Das · 11 years ago
  23. 19677e3 KVM: nVMX: rearrange get_vmx_mem_address by Bandan Das · 11 years ago
  24. fe2b201 KVM: x86: Check for host supported fields in shadow vmcs by Bandan Das · 11 years ago
  25. e0ba1a6 KVM: nVMX: Advertise support for interrupt acknowledgement by Bandan Das · 11 years ago
  26. 77b0f5d KVM: nVMX: Ack and write vector info to intr_info if L1 asks us to by Bandan Das · 11 years ago
  27. 4b85507 KVM: nVMX: Don't advertise single context invalidation for invept by Bandan Das · 11 years ago
  28. fd2a445 KVM: VMX: Advance rip to after an ICEBP instruction by Huw Davies · 11 years ago
  29. 68c3b4d KVM: VMX: speed up wildcard MMIO EVENTFD by Michael S. Tsirkin · 11 years ago
  30. e1e746b KVM: Disable SMAP for guests in EPT realmode and EPT unpaging mode by Feng Wu · 11 years ago
  31. 93c4adc KVM: x86: handle missing MPX in nested virtualization by Paolo Bonzini · 11 years ago
  32. 36be0b9 KVM: x86: Add nested virtualization support for MPX by Paolo Bonzini · 11 years ago
  33. d16c293 KVM: nVMX: Allow nested guests to run with dirty debug registers by Paolo Bonzini · 11 years ago
  34. 81908bf KVM: vmx: Allow the guest to run with dirty debug registers by Paolo Bonzini · 11 years ago
  35. c845f9c KVM: vmx: we do rely on loading DR7 on entry by Paolo Bonzini · 11 years ago
  36. c9a7953 KVM: x86: Remove return code from enable_irq/nmi_window by Jan Kiszka · 11 years ago
  37. 220c567 KVM: nVMX: Do not inject NMI vmexits when L2 has a pending interrupt by Jan Kiszka · 11 years ago
  38. f4124500 KVM: nVMX: Fully emulate preemption timer by Jan Kiszka · 11 years ago
  39. b6b8a14 KVM: nVMX: Rework interception of IRQs and NMIs by Jan Kiszka · 11 years ago
  40. ccf9844 kvm, vmx: Really fix lazy FPU on nested guest by Paolo Bonzini · 11 years ago
  41. 0dd376e KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_save by Liu, Jinsong · 11 years ago
  42. da8999d KVM: x86: Intel MPX vmx and msr handle by Liu, Jinsong · 11 years ago
  43. 58cb628 KVM: x86: Validate guest writes to MSR_IA32_APICBASE by Jan Kiszka · 11 years ago
  44. 7ebd3fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  45. 3edf1e6 KVM: nVMX: Update guest activity state field on L2 exits by Jan Kiszka · 11 years ago
  46. 7af40ad3 KVM: nVMX: Fix nested_run_pending on activity state HLT by Jan Kiszka · 11 years ago
  47. cae5013 KVM: nVMX: Clean up handling of VMX-related MSRs by Jan Kiszka · 11 years ago
  48. 542060e KVM: nVMX: Add tracepoints for nested_vmexit and nested_vmexit_inject by Jan Kiszka · 11 years ago
  49. 533558b KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexit by Jan Kiszka · 11 years ago
  50. 4212492 KVM: nVMX: Leave VMX mode on clearing of feature control MSR by Jan Kiszka · 11 years ago
  51. 8246bf5 KVM: VMX: Fix DR6 update on #DB exception by Jan Kiszka · 11 years ago
  52. 73aaf249e KVM: SVM: Fix reading of DR6 by Jan Kiszka · 11 years ago
  53. 26a865f KVM: VMX: fix use after free of vmx->loaded_vmcs by Marcelo Tosatti · 11 years ago
  54. 2f0a639 KVM: VMX: check use I/O bitmap first before unconditional I/O exit by Zhihui Zhang · 11 years ago
  55. 29bf08f KVM: nVMX: Unconditionally uninit the MMU on nested vmexit by Jan Kiszka · 11 years ago
  56. 4c4d563 KVM: VMX: Do not skip the instruction if handle_dr injects a fault by Jan Kiszka · 11 years ago
  57. ca3f257 KVM: nVMX: Support direct APIC access from L2 by Jan Kiszka · 11 years ago
  58. 6dfacad KVM: nVMX: Add support for activity state HLT by Jan Kiszka · 11 years ago
  59. 2961e876 KVM: VMX: shadow VM_(ENTRY|EXIT)_CONTROLS vmcs field by Gleb Natapov · 11 years ago
  60. e504c90 kvm, vmx: Fix lazy FPU on nested guest by Anthoine Bourgeois · 11 years ago
  61. 6026620 kvm/vmx: error message typo fix by Michael S. Tsirkin · 11 years ago
  62. e0f0bbc kvm: Create non-coherent DMA registeration by Alex Williamson · 11 years ago
  63. d96eb2c kvm/x86: Convert iommu_flags to iommu_noncoherent by Alex Williamson · 11 years ago
  64. a294c9b nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supported by Jan Kiszka · 11 years ago
  65. cd2633c nVMX: Fix pick-up of uninjected NMIs by Jan Kiszka · 11 years ago
  66. d3134db KVM: nVMX: Report 2MB EPT pages as supported by Jan Kiszka · 11 years ago
  67. 13acfd5 Powerpc KVM work is based on a commit after rc4. by Gleb Natapov · 11 years ago
  68. 7854cbc KVM: nVMX: Fully support nested VMX preemption timer by Arthur Chunqi Li · 11 years ago
  69. d0d538b KVM: nVMX: fix shadow on EPT by Gleb Natapov · 11 years ago
  70. 8a3c1a33 KVM: mmu: change useless int return types to void by Paolo Bonzini · 11 years ago
  71. feaf0c7d KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2 by Gleb Natapov · 11 years ago
  72. e011c66 KVM: nVMX: Check all exceptions for intercept during delivery to L2 by Gleb Natapov · 11 years ago
  73. 851eb667 KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFO by Gleb Natapov · 11 years ago
  74. e0b890d KVM: nVMX: Amend nested_run_pending logic by Gleb Natapov · 11 years ago
  75. bcd1c29 KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefined by Gleb Natapov · 11 years ago
  76. 92fbc7b KVM: nVMX: Enable unrestricted guest mode support by Jan Kiszka · 11 years ago
  77. 10ba54a KVM: nVMX: Implement support for EFER saving on VM-exit by Jan Kiszka · 11 years ago
  78. 59ab5a8 KVM: nVMX: Do not set identity page map for L2 by Jan Kiszka · 11 years ago
  79. 9e3e4db KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_state by Jan Kiszka · 11 years ago
  80. 0be9c7a KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from NMI by Gleb Natapov · 11 years ago
  81. 72f8579 KVM: nEPT: reset PDPTR register cache on nested vmentry emulation by Gleb Natapov · 11 years ago
  82. 94452b9 KVM: vmx: count exits to userspace during invalid guest emulation by Paolo Bonzini · 11 years ago
  83. c0dfee5 KVM: nVMX: Advertise IA32_PAT in VM exit control by Arthur Chunqi Li · 11 years ago
  84. 5743534 KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reporting by Jan Kiszka · 11 years ago
  85. ca72d97 KVM: nEPT: Advertise WB type EPTP by Jan Kiszka · 11 years ago
  86. 44811c0 nVMX: Keep arch.pat in sync on L1-L2 switches by Jan Kiszka · 11 years ago
  87. f5c4368 nEPT: Miscelleneous cleanups by Nadav Har'El · 11 years ago
  88. 2b1be67 nEPT: Some additional comments by Nadav Har'El · 11 years ago
  89. afa61f752 Advertise the support of EPT to the L1 guest, through the appropriate MSR. by Nadav Har'El · 11 years ago
  90. bfd0a56 nEPT: Nested INVEPT by Nadav Har'El · 11 years ago
  91. 155a97a nEPT: MMU context for nested EPT by Nadav Har'El · 11 years ago
  92. 25d9208 nEPT: Add nEPT violation/misconfigration support by Yang Zhang · 11 years ago
  93. 3633cfc nEPT: Fix cr3 handling in nested exit and entry by Nadav Har'El · 11 years ago
  94. 8049d65 nEPT: Support LOAD_IA32_EFER entry/exit controls for L1 by Nadav Har'El · 11 years ago
  95. 205befd KVM: nVMX: correctly set tr base on nested vmexit emulation by Gleb Natapov · 11 years ago
  96. 63fbf59 nVMX: reset rflags register cache during nested vmentry. by Gleb Natapov · 11 years ago
  97. ac0a48c KVM: x86: rename EMULATE_DO_MMIO by Paolo Bonzini · 12 years ago
  98. 21feb4e KVM: nVMX: Set segment infomation of L1 when L2 exits by Arthur Chunqi Li · 12 years ago
  99. b3897a4 KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROL by Nadav Har'El · 12 years ago
  100. c2bae89 KVM: VMX: Use proper types to access const arrays by Mathias Krause · 12 years ago