1. 1b385cb kvm, vmx: Really fix lazy FPU on nested guest by Paolo Bonzini · 10 years ago
  2. 58cb628 KVM: x86: Validate guest writes to MSR_IA32_APICBASE by Jan Kiszka · 11 years ago
  3. 7ebd3fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  4. 3edf1e6 KVM: nVMX: Update guest activity state field on L2 exits by Jan Kiszka · 11 years ago
  5. 7af40ad3 KVM: nVMX: Fix nested_run_pending on activity state HLT by Jan Kiszka · 11 years ago
  6. cae5013 KVM: nVMX: Clean up handling of VMX-related MSRs by Jan Kiszka · 11 years ago
  7. 542060e KVM: nVMX: Add tracepoints for nested_vmexit and nested_vmexit_inject by Jan Kiszka · 11 years ago
  8. 533558b KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexit by Jan Kiszka · 11 years ago
  9. 4212492 KVM: nVMX: Leave VMX mode on clearing of feature control MSR by Jan Kiszka · 11 years ago
  10. 8246bf5 KVM: VMX: Fix DR6 update on #DB exception by Jan Kiszka · 11 years ago
  11. 73aaf249e KVM: SVM: Fix reading of DR6 by Jan Kiszka · 11 years ago
  12. 26a865f KVM: VMX: fix use after free of vmx->loaded_vmcs by Marcelo Tosatti · 11 years ago
  13. 2f0a639 KVM: VMX: check use I/O bitmap first before unconditional I/O exit by Zhihui Zhang · 11 years ago
  14. 29bf08f KVM: nVMX: Unconditionally uninit the MMU on nested vmexit by Jan Kiszka · 11 years ago
  15. 4c4d563 KVM: VMX: Do not skip the instruction if handle_dr injects a fault by Jan Kiszka · 11 years ago
  16. ca3f257 KVM: nVMX: Support direct APIC access from L2 by Jan Kiszka · 11 years ago
  17. 6dfacad KVM: nVMX: Add support for activity state HLT by Jan Kiszka · 11 years ago
  18. 2961e876 KVM: VMX: shadow VM_(ENTRY|EXIT)_CONTROLS vmcs field by Gleb Natapov · 11 years ago
  19. e504c90 kvm, vmx: Fix lazy FPU on nested guest by Anthoine Bourgeois · 11 years ago
  20. 6026620 kvm/vmx: error message typo fix by Michael S. Tsirkin · 11 years ago
  21. e0f0bbc kvm: Create non-coherent DMA registeration by Alex Williamson · 11 years ago
  22. d96eb2c kvm/x86: Convert iommu_flags to iommu_noncoherent by Alex Williamson · 11 years ago
  23. a294c9b nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supported by Jan Kiszka · 11 years ago
  24. cd2633c nVMX: Fix pick-up of uninjected NMIs by Jan Kiszka · 11 years ago
  25. d3134db KVM: nVMX: Report 2MB EPT pages as supported by Jan Kiszka · 11 years ago
  26. 13acfd5 Powerpc KVM work is based on a commit after rc4. by Gleb Natapov · 11 years ago
  27. 7854cbc KVM: nVMX: Fully support nested VMX preemption timer by Arthur Chunqi Li · 11 years ago
  28. d0d538b KVM: nVMX: fix shadow on EPT by Gleb Natapov · 11 years ago
  29. 8a3c1a33 KVM: mmu: change useless int return types to void by Paolo Bonzini · 11 years ago
  30. feaf0c7d KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2 by Gleb Natapov · 11 years ago
  31. e011c66 KVM: nVMX: Check all exceptions for intercept during delivery to L2 by Gleb Natapov · 11 years ago
  32. 851eb667 KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFO by Gleb Natapov · 11 years ago
  33. e0b890d KVM: nVMX: Amend nested_run_pending logic by Gleb Natapov · 11 years ago
  34. bcd1c29 KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefined by Gleb Natapov · 11 years ago
  35. 92fbc7b KVM: nVMX: Enable unrestricted guest mode support by Jan Kiszka · 11 years ago
  36. 10ba54a KVM: nVMX: Implement support for EFER saving on VM-exit by Jan Kiszka · 11 years ago
  37. 59ab5a8 KVM: nVMX: Do not set identity page map for L2 by Jan Kiszka · 11 years ago
  38. 9e3e4db KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_state by Jan Kiszka · 11 years ago
  39. 0be9c7a KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from NMI by Gleb Natapov · 11 years ago
  40. 72f8579 KVM: nEPT: reset PDPTR register cache on nested vmentry emulation by Gleb Natapov · 11 years ago
  41. 94452b9 KVM: vmx: count exits to userspace during invalid guest emulation by Paolo Bonzini · 11 years ago
  42. c0dfee5 KVM: nVMX: Advertise IA32_PAT in VM exit control by Arthur Chunqi Li · 11 years ago
  43. 5743534 KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reporting by Jan Kiszka · 11 years ago
  44. ca72d97 KVM: nEPT: Advertise WB type EPTP by Jan Kiszka · 11 years ago
  45. 44811c0 nVMX: Keep arch.pat in sync on L1-L2 switches by Jan Kiszka · 11 years ago
  46. f5c4368 nEPT: Miscelleneous cleanups by Nadav Har'El · 11 years ago
  47. 2b1be67 nEPT: Some additional comments by Nadav Har'El · 11 years ago
  48. afa61f7 Advertise the support of EPT to the L1 guest, through the appropriate MSR. by Nadav Har'El · 11 years ago
  49. bfd0a56 nEPT: Nested INVEPT by Nadav Har'El · 11 years ago
  50. 155a97a nEPT: MMU context for nested EPT by Nadav Har'El · 11 years ago
  51. 25d9208 nEPT: Add nEPT violation/misconfigration support by Yang Zhang · 11 years ago
  52. 3633cfc nEPT: Fix cr3 handling in nested exit and entry by Nadav Har'El · 11 years ago
  53. 8049d65 nEPT: Support LOAD_IA32_EFER entry/exit controls for L1 by Nadav Har'El · 11 years ago
  54. 205befd KVM: nVMX: correctly set tr base on nested vmexit emulation by Gleb Natapov · 11 years ago
  55. 63fbf59 nVMX: reset rflags register cache during nested vmentry. by Gleb Natapov · 11 years ago
  56. ac0a48c KVM: x86: rename EMULATE_DO_MMIO by Paolo Bonzini · 11 years ago
  57. 21feb4e KVM: nVMX: Set segment infomation of L1 when L2 exits by Arthur Chunqi Li · 11 years ago
  58. b3897a4 KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROL by Nadav Har'El · 11 years ago
  59. c2bae89 KVM: VMX: Use proper types to access const arrays by Mathias Krause · 11 years ago
  60. a25eb11 KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virt by Arthur Chunqi Li · 11 years ago
  61. 0658fba KVM: nVMX: Change location of 3 functions in vmx.c by Arthur Chunqi Li · 11 years ago
  62. 03617c1 KVM: VMX: mark unusable segment as nonpresent by Gleb Natapov · 11 years ago
  63. fe489bf Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  64. 489223e kvm: Add a tracepoint write_tsc_offset by Yoshihiro YUNOMAE · 11 years ago
  65. f8f5594 KVM: MMU: fast invalidate all mmio sptes by Xiao Guangrong · 11 years ago
  66. b37fbea KVM: MMU: make return value of mmio page fault handler more readable by Xiao Guangrong · 11 years ago
  67. 1adfa76 x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED by H. Peter Anvin · 11 years ago
  68. 885032b KVM: MMU: retain more available bits on mmio spte by Xiao Guangrong · 11 years ago
  69. 8d76c49 KVM: VMX: fix halt emulation while emulating invalid guest sate by Gleb Natapov · 11 years ago
  70. 01227a8 Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  71. 03b28f8 KVM: x86: Account for failing enable_irq_window for NMI window request by Jan Kiszka · 11 years ago
  72. 5a2892c KVM: nVMX: Skip PF interception check when queuing during nested run by Jan Kiszka · 11 years ago
  73. 730dca4 KVM: x86: Rework request for immediate exit by Jan Kiszka · 11 years ago
  74. cb0c8cda KVM: VMX: remove unprintable characters from comment by Jan Kiszka · 11 years ago
  75. d1fa035 KVM: nVMX: VM_ENTRY/EXIT_LOAD_IA32_EFER overrides EFER.LMA settings by Jan Kiszka · 11 years ago
  76. 384bb78 KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFER by Jan Kiszka · 11 years ago
  77. ea8ceb8 KVM: nVMX: Fix conditions for NMI injection by Jan Kiszka · 11 years ago
  78. 2505dc9 KVM: VMX: Move vmx_nmi_allowed after vmx_set_nmi_mask by Jan Kiszka · 11 years ago
  79. 8a1b9dd KVM: nVMX: Enable and disable shadow vmcs functionality by Abel Gordon · 11 years ago
  80. 012f83c KVM: nVMX: Synchronize VMCS12 content with the shadow vmcs by Abel Gordon · 11 years ago
  81. c311442 KVM: nVMX: Copy VMCS12 to processor-specific shadow vmcs by Abel Gordon · 11 years ago
  82. 16f5b90 KVM: nVMX: Copy processor-specific shadow-vmcs to VMCS12 by Abel Gordon · 11 years ago
  83. e7953d7 KVM: nVMX: Release shadow vmcs by Abel Gordon · 11 years ago
  84. 8de4883 KVM: nVMX: Allocate shadow vmcs by Abel Gordon · 11 years ago
  85. 145c28d KVM: nVMX: Fix VMXON emulation by Abel Gordon · 11 years ago
  86. 20b97fe KVM: nVMX: Refactor handle_vmwrite by Abel Gordon · 11 years ago
  87. 4607c2d KVM: nVMX: Introduce vmread and vmwrite bitmaps by Abel Gordon · 11 years ago
  88. abc4fc5 KVM: nVMX: Detect shadow-vmcs capability by Abel Gordon · 11 years ago
  89. 6ffbbbb KVM: x86: Fix posted interrupt with CONFIG_SMP=n by Zhang, Yang Z · 11 years ago
  90. f13882d KVM: VMX: Fix check guest state validity if a guest is in VM86 mode by Gleb Natapov · 11 years ago
  91. 26539bd KVM: nVMX: check vmcs12 for valid activity state by Paolo Bonzini · 11 years ago
  92. 5a71785 KVM: VMX: Use posted interrupt to deliver virtual interrupt by Yang Zhang · 11 years ago
  93. a20ed54 KVM: VMX: Add the deliver posted interrupt algorithm by Yang Zhang · 11 years ago
  94. 3d81bc7 KVM: Call common update function when ioapic entry changed. by Yang Zhang · 11 years ago
  95. 01e439b KVM: VMX: Check the posted interrupt capability by Yang Zhang · 11 years ago
  96. a547c6d KVM: VMX: Enable acknowledge interupt on vmexit by Yang Zhang · 11 years ago
  97. c0d1c77 KVM: nVMX: Avoid reading VM_EXIT_INTR_ERROR_CODE needlessly on nested exits by Jan Kiszka · 11 years ago
  98. e8457c6 KVM: nVMX: Fix conditions for interrupt injection by Jan Kiszka · 11 years ago
  99. 5f3d579 KVM: nVMX: Rework event injection and recovery by Jan Kiszka · 11 years ago
  100. 3b656cf KVM: nVMX: Fix injection of PENDING_INTERRUPT and NMI_WINDOW exits to L1 by Jan Kiszka · 11 years ago