1. b461966 kvm: x86: fix two typos in comment by Tiejun Chen · 10 years ago
  2. 4566654 KVM: vmx: Inject #GP on invalid PAT CR by Nadav Amit · 10 years ago
  3. 77c3913 KVM: x86: directly use kvm_make_request again by Liang Chen · 10 years ago
  4. bc61349 KVM: nested VMX: disable perf cpuid reporting by Marcelo Tosatti · 10 years ago
  5. 1f755a8 kvm: Make init_rmode_tss() return 0 on success. by Paolo Bonzini · 10 years ago
  6. f51770e kvm: Make init_rmode_identity_map() return 0 on success. by Tang Chen · 10 years ago
  7. a255d47 kvm: Remove ept_identity_pagetable from struct kvm_arch. by Tang Chen · 10 years ago
  8. 73a6d94 kvm: Use APIC_DEFAULT_PHYS_BASE macro as the apic access page address. by Tang Chen · 10 years ago
  9. 13a34e0 KVM: remove garbage arg to *hardware_{en,dis}able by Radim Krčmář · 10 years ago
  10. 48d89b9 KVM: x86: fix some sparse warnings by Paolo Bonzini · 10 years ago
  11. a7c0b07 KVM: nVMX: nested TPR shadow/threshold emulation by Wanpeng Li · 10 years ago
  12. a2bcba5 KVM: nVMX: introduce nested_get_vmcs12_pages by Wanpeng Li · 10 years ago
  13. 7b46268 KVM: trace kvm_ple_window grow/shrink by Radim Krčmář · 10 years ago
  14. b4a2d31 KVM: VMX: dynamise PLE window by Radim Krčmář · 10 years ago
  15. a7653ec KVM: VMX: make PLE window per-VCPU by Radim Krčmář · 10 years ago
  16. ae97a3b KVM: x86: introduce sched_in to kvm_x86_ops by Radim Krčmář · 10 years ago
  17. a32e845 KVM: vmx: fix ept reserved bits for 1-GByte page by Wanpeng Li · 10 years ago
  18. 3b63a43 arch/x86: Use RCU_INIT_POINTER(x, NULL) in kvm/vmx.c by Monam Agarwal · 11 years ago
  19. 4473b57 KVM: x86: drop fpu_activate hook by Wanpeng Li · 10 years ago
  20. f3380ca5 KVM: nVMX: Fix nested vmexit ack intr before load vmcs01 by Wanpeng Li · 10 years ago
  21. 296f047 KVM: vmx: remove duplicate vmx_mpx_supported() prototype by Chris J Arges · 10 years ago
  22. 03916db Replace NR_VMX_MSR with its definition by Paolo Bonzini · 10 years ago
  23. 0123be4 KVM: x86: Assertions to check no overrun in MSR lists by Nadav Amit · 10 years ago
  24. 6f43ed0 KVM: x86: DR6/7.RTM cannot be written by Nadav Amit · 10 years ago
  25. 9a2a05b KVM: nVMX: clean up nested_release_vmcs12 and code around it by Paolo Bonzini · 10 years ago
  26. 4fa7734 KVM: nVMX: fix lifetime issues for vmcs02 by Paolo Bonzini · 10 years ago
  27. 963fee1 KVM: nVMX: Fix virtual interrupt delivery injection by Wanpeng Li · 10 years ago
  28. 37ccdcb KVM: x86: return all bits from get_interrupt_shadow by Paolo Bonzini · 11 years ago
  29. 98eb2f8 KVM: vmx: speed up emulation of invalid guest state by Paolo Bonzini · 11 years ago
  30. 27e6fb5 KVM: vmx: vmx instructions handling does not consider cs.l by Nadav Amit · 11 years ago
  31. 1e32c07 KVM: vmx: handle_cr ignores 32/64-bit mode by Nadav Amit · 11 years ago
  32. 5777392 KVM: x86: check DR6/7 high-bits are clear only on long-mode by Nadav Amit · 11 years ago
  33. 5381417 KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUM by Jan Kiszka · 11 years ago
  34. 2996fca KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLS by Jan Kiszka · 11 years ago
  35. 560b7ee KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS by Jan Kiszka · 11 years ago
  36. 3dcdf3ec KVM: nVMX: Allow to disable CR3 access interception by Jan Kiszka · 11 years ago
  37. 3dbcd8d KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLS by Jan Kiszka · 11 years ago
  38. bc39c4d arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZE by Fabian Frederick · 11 years ago
  39. b05d59d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into next by Linus Torvalds · 11 years ago
  40. 1f85411 KVM: vmx: DR7 masking on task switch emulation is wrong by Nadav Amit · 11 years ago
  41. ae9fedc KVM: x86: get CPL from SS.DPL by Paolo Bonzini · 11 years ago
  42. 87c0057 kvm: x86: emulate monitor and mwait instructions as nop by Gabriel L. Somlo · 11 years ago
  43. a4ab9d0 KVM: vmx: handle_dr does not handle RSP correctly by Nadav Amit · 11 years ago
  44. 696dfd9 KVM: vmx: disable APIC virtualization in nested guests by Paolo Bonzini · 11 years ago
  45. 4291b58 KVM: nVMX: move vmclear and vmptrld pre-checks to nested_vmx_check_vmptr by Bandan Das · 11 years ago
  46. 96ec146 KVM: nVMX: fail on invalid vmclear/vmptrld pointer by Bandan Das · 11 years ago
  47. 3573e22 KVM: nVMX: additional checks on vmxon region by Bandan Das · 11 years ago
  48. 19677e3 KVM: nVMX: rearrange get_vmx_mem_address by Bandan Das · 11 years ago
  49. fe2b201 KVM: x86: Check for host supported fields in shadow vmcs by Bandan Das · 11 years ago
  50. e0ba1a6 KVM: nVMX: Advertise support for interrupt acknowledgement by Bandan Das · 11 years ago
  51. 77b0f5d KVM: nVMX: Ack and write vector info to intr_info if L1 asks us to by Bandan Das · 11 years ago
  52. 4b85507 KVM: nVMX: Don't advertise single context invalidation for invept by Bandan Das · 11 years ago
  53. fd2a445 KVM: VMX: Advance rip to after an ICEBP instruction by Huw Davies · 11 years ago
  54. 68c3b4d KVM: VMX: speed up wildcard MMIO EVENTFD by Michael S. Tsirkin · 11 years ago
  55. e1e746b KVM: Disable SMAP for guests in EPT realmode and EPT unpaging mode by Feng Wu · 11 years ago
  56. 93c4adc KVM: x86: handle missing MPX in nested virtualization by Paolo Bonzini · 11 years ago
  57. 36be0b9 KVM: x86: Add nested virtualization support for MPX by Paolo Bonzini · 11 years ago
  58. d16c293 KVM: nVMX: Allow nested guests to run with dirty debug registers by Paolo Bonzini · 11 years ago
  59. 81908bf KVM: vmx: Allow the guest to run with dirty debug registers by Paolo Bonzini · 11 years ago
  60. c845f9c KVM: vmx: we do rely on loading DR7 on entry by Paolo Bonzini · 11 years ago
  61. c9a7953 KVM: x86: Remove return code from enable_irq/nmi_window by Jan Kiszka · 11 years ago
  62. 220c567 KVM: nVMX: Do not inject NMI vmexits when L2 has a pending interrupt by Jan Kiszka · 11 years ago
  63. f4124500 KVM: nVMX: Fully emulate preemption timer by Jan Kiszka · 11 years ago
  64. b6b8a14 KVM: nVMX: Rework interception of IRQs and NMIs by Jan Kiszka · 11 years ago
  65. ccf9844 kvm, vmx: Really fix lazy FPU on nested guest by Paolo Bonzini · 11 years ago
  66. 0dd376e KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_save by Liu, Jinsong · 11 years ago
  67. da8999d KVM: x86: Intel MPX vmx and msr handle by Liu, Jinsong · 11 years ago
  68. 58cb628 KVM: x86: Validate guest writes to MSR_IA32_APICBASE by Jan Kiszka · 11 years ago
  69. 7ebd3fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  70. 3edf1e6 KVM: nVMX: Update guest activity state field on L2 exits by Jan Kiszka · 11 years ago
  71. 7af40ad3 KVM: nVMX: Fix nested_run_pending on activity state HLT by Jan Kiszka · 11 years ago
  72. cae5013 KVM: nVMX: Clean up handling of VMX-related MSRs by Jan Kiszka · 11 years ago
  73. 542060e KVM: nVMX: Add tracepoints for nested_vmexit and nested_vmexit_inject by Jan Kiszka · 11 years ago
  74. 533558b KVM: nVMX: Pass vmexit parameters to nested_vmx_vmexit by Jan Kiszka · 11 years ago
  75. 4212492 KVM: nVMX: Leave VMX mode on clearing of feature control MSR by Jan Kiszka · 11 years ago
  76. 8246bf5 KVM: VMX: Fix DR6 update on #DB exception by Jan Kiszka · 11 years ago
  77. 73aaf249e KVM: SVM: Fix reading of DR6 by Jan Kiszka · 11 years ago
  78. 26a865f KVM: VMX: fix use after free of vmx->loaded_vmcs by Marcelo Tosatti · 11 years ago
  79. 2f0a639 KVM: VMX: check use I/O bitmap first before unconditional I/O exit by Zhihui Zhang · 11 years ago
  80. 29bf08f KVM: nVMX: Unconditionally uninit the MMU on nested vmexit by Jan Kiszka · 11 years ago
  81. 4c4d563 KVM: VMX: Do not skip the instruction if handle_dr injects a fault by Jan Kiszka · 11 years ago
  82. ca3f257 KVM: nVMX: Support direct APIC access from L2 by Jan Kiszka · 11 years ago
  83. 6dfacad KVM: nVMX: Add support for activity state HLT by Jan Kiszka · 11 years ago
  84. 2961e876 KVM: VMX: shadow VM_(ENTRY|EXIT)_CONTROLS vmcs field by Gleb Natapov · 11 years ago
  85. e504c90 kvm, vmx: Fix lazy FPU on nested guest by Anthoine Bourgeois · 11 years ago
  86. 6026620 kvm/vmx: error message typo fix by Michael S. Tsirkin · 11 years ago
  87. e0f0bbc kvm: Create non-coherent DMA registeration by Alex Williamson · 11 years ago
  88. d96eb2c kvm/x86: Convert iommu_flags to iommu_noncoherent by Alex Williamson · 11 years ago
  89. a294c9b nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supported by Jan Kiszka · 11 years ago
  90. cd2633c nVMX: Fix pick-up of uninjected NMIs by Jan Kiszka · 11 years ago
  91. d3134db KVM: nVMX: Report 2MB EPT pages as supported by Jan Kiszka · 11 years ago
  92. 13acfd5 Powerpc KVM work is based on a commit after rc4. by Gleb Natapov · 11 years ago
  93. 7854cbc KVM: nVMX: Fully support nested VMX preemption timer by Arthur Chunqi Li · 11 years ago
  94. d0d538b KVM: nVMX: fix shadow on EPT by Gleb Natapov · 11 years ago
  95. 8a3c1a33 KVM: mmu: change useless int return types to void by Paolo Bonzini · 11 years ago
  96. feaf0c7d KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2 by Gleb Natapov · 11 years ago
  97. e011c66 KVM: nVMX: Check all exceptions for intercept during delivery to L2 by Gleb Natapov · 11 years ago
  98. 851eb667 KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFO by Gleb Natapov · 11 years ago
  99. e0b890d KVM: nVMX: Amend nested_run_pending logic by Gleb Natapov · 11 years ago
  100. bcd1c29 KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefined by Gleb Natapov · 11 years ago