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