1. 23f3e99 KVM: VMX: fix detection of BIOS disabling VMX by Joseph Cihula · 14 years ago
  2. 40712fa KVM: VMX: Avoid atomic operation in vmx_vcpu_run by Avi Kivity · 14 years ago
  3. 1c696d0 KVM: VMX: Simplify saving guest rcx in vmx_vcpu_run by Avi Kivity · 14 years ago
  4. 00c25bc KVM: VMX: increase ple_gap default to 128 by Rik van Riel · 14 years ago
  5. a917949 KVM: VMX: Avoid leaking fake realmode state to userspace by Avi Kivity · 14 years ago
  6. d0ba64f KVM: VMX: Save and restore tr selector across mode switches by Avi Kivity · 14 years ago
  7. 444e863 KVM: VMX: when entering real mode align segment base to 16 bytes by Gleb Natapov · 14 years ago
  8. aff48ba KVM: Fetch guest cr3 from hardware on demand by Avi Kivity · 14 years ago
  9. 9f8fe50 KVM: Replace reads of vcpu->arch.cr3 by an accessor by Avi Kivity · 14 years ago
  10. 16d8f72 KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear() by Avi Kivity · 14 years ago
  11. 110312c KVM: VMX: Optimize atomic EFER load by Avi Kivity · 14 years ago
  12. dc25e89 KVM: SVM: copy instruction bytes from VMCB by Andre Przywara · 14 years ago
  13. 51d8b66 KVM: cleanup emulate_instruction by Andre Przywara · 14 years ago
  14. db8fcef KVM: move complete_insn_gp() into x86.c by Andre Przywara · 14 years ago
  15. eea1cff KVM: x86: fix CR8 handling by Andre Przywara · 14 years ago
  16. 443381a KVM: VMX: add module parameter to avoid trapping HLT instructions (v5) by Anthony Liguori · 14 years ago
  17. a295673 KVM: VMX: Return 0 from a failed VMREAD by Avi Kivity · 14 years ago
  18. 586f960 KVM: Add instruction-set-specific exit qualifications to kvm_exit trace by Avi Kivity · 14 years ago
  19. aa17911 KVM: Record instruction set in kvm_exit tracepoint by Avi Kivity · 14 years ago
  20. 104f226 KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run() by Avi Kivity · 14 years ago
  21. f9335af KVM: VMX: Inform user about INTEL_TXT dependency by Shane Wang · 14 years ago
  22. 30bd0c4 KVM: VMX: Disallow NMI while blocked by STI by Avi Kivity · 14 years ago
  23. ec25d5e KVM: handle exit due to INVD in VMX by Gleb Natapov · 14 years ago
  24. ff1fcb9 KVM: VMX: remove setting of shadow_base_ptes for EPT by Marcelo Tosatti · 14 years ago
  25. f56f536 KVM: Move KVM context switch into own function by Andi Kleen · 14 years ago
  26. 24d1b15 KVM: SVM: Do not report xsave in supported cpuid by Joerg Roedel · 14 years ago
  27. c8770e7 KVM: VMX: Fix host userspace gsbase corruption by Avi Kivity · 14 years ago
  28. 0a77fe4 KVM: Correct ordering of ldt reload wrt fs/gs reload by Avi Kivity · 14 years ago
  29. 9611c18 KVM: fix typo in copyright notice by Nicolas Kaiser · 14 years ago
  30. 07d6f55 KVM: VMX: Add AX to list of registers clobbered by guest switch by Jan Kiszka · 14 years ago
  31. 49e9d55 KVM: VMX: Respect interrupt window in big real mode by Avi Kivity · 14 years ago
  32. a92601b KVM: VMX: Emulated real mode interrupt injection by Mohammed Gamal · 14 years ago
  33. 625831a KVM: VMX: Move fixup_rmode_irq() to avoid forward declaration by Avi Kivity · 14 years ago
  34. b463a6f KVM: Non-atomic interrupt injection by Avi Kivity · 14 years ago
  35. 83422e1 KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entry by Avi Kivity · 14 years ago
  36. 537b37e KVM: VMX: Move real-mode interrupt injection fixup to vmx_complete_interrupts() by Avi Kivity · 14 years ago
  37. 51aa01d KVM: VMX: Split up vmx_complete_interrupts() by Avi Kivity · 14 years ago
  38. 3842d13 KVM: Check for pending events before attempting injection by Avi Kivity · 14 years ago
  39. ff03a07 KVM: MMU: Add kvm_mmu parameter to load_pdptrs function by Joerg Roedel · 14 years ago
  40. 1c97f0a KVM: X86: Introduce a tdp_set_cr3 function by Joerg Roedel · 14 years ago
  41. e48672f KVM: x86: Unify TSC logic by Zachary Amsden · 14 years ago
  42. 99e3e30 KVM: x86: Move TSC offset writes to common code by Zachary Amsden · 14 years ago
  43. f4e1b3c KVM: x86: Convert TSC writes to TSC offset writes by Zachary Amsden · 14 years ago
  44. ae38436 KVM: x86: Drop vm_init_tsc by Zachary Amsden · 14 years ago
  45. d359192 KVM: VMX: Use host_gdt variable wherever we need the host gdt by Avi Kivity · 14 years ago
  46. 9581d44 KVM: Fix fs/gs reload oops with invalid ldt by Avi Kivity · 14 years ago
  47. d9a73c0 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  48. 3444d7d KVM: VMX: Fix host GDT.LIMIT corruption by Avi Kivity · 14 years ago
  49. dd180b3 KVM: VMX: fix tlb flush with invalid root by Xiao Guangrong · 15 years ago
  50. f5f48ee KVM: VMX: Execute WBINVD to keep data consistency with assigned devices by Sheng Yang · 15 years ago
  51. a8eeb04 KVM: Add mini-API for vcpu->requests by Avi Kivity · 15 years ago
  52. 2390218 KVM: Fix mov cr3 #GP at wrong instruction by Avi Kivity · 15 years ago
  53. a83b29c KVM: Fix mov cr4 #GP at wrong instruction by Avi Kivity · 15 years ago
  54. 49a9b07 KVM: Fix mov cr0 #GP at wrong instruction by Avi Kivity · 15 years ago
  55. 2acf923 KVM: VMX: Enable XSAVE/XRSTOR for guest by Dexuan Cui · 15 years ago
  56. f495c6e KVM: VMX: Fix incorrect rcu deref in rmode_tss_base() by Avi Kivity · 15 years ago
  57. 4b9d3a0 KVM: VMX: fix rcu usage warning in init_rmode() by Xiao Guangrong · 15 years ago
  58. 1760dd4 KVM: VMX: rename vpid_sync_vcpu_all() to vpid_sync_vcpu_single() by Gui Jianfeng · 15 years ago
  59. b9d762f KVM: VMX: Add all-context INVVPID type support by Gui Jianfeng · 15 years ago
  60. 518c8ae KVM: VMX: Make sure single type invvpid is supported before issuing invvpid instruction by Gui Jianfeng · 15 years ago
  61. 4bc9b98 KVM: VMX: Enforce EPT pagetable level checking by Sheng Yang · 15 years ago
  62. 5120702 KVM: VMX: Properly return error to userspace on vmentry failure by Mohammed Gamal · 15 years ago
  63. 10ab25c KVM: x86: Propagate fpu_alloc errors by Jan Kiszka · 15 years ago
  64. 221d059 KVM: Update Red Hat copyrights by Avi Kivity · 15 years ago
  65. 4610c9c KVM: VMX: VMXON/VMXOFF usage changes by Dongxiao Xu · 15 years ago
  66. b923e62 KVM: VMX: VMCLEAR/VMPTRLD usage changes by Dongxiao Xu · 15 years ago
  67. 92fe13b KVM: VMX: Some minor changes to code structure by Dongxiao Xu · 15 years ago
  68. 7725b89 KVM: VMX: Define new functions to wrapper direct call of asm code by Dongxiao Xu · 15 years ago
  69. 6d77dbf KVM: inject #UD if instruction emulation fails and exit to userspace by Gleb Natapov · 15 years ago
  70. 1c11e71 KVM: VMX: Avoid writing HOST_CR0 every entry by Avi Kivity · 15 years ago
  71. c332c83 KVM: VMX: Simplify vmx_get_nmi_mask() by Avi Kivity · 15 years ago
  72. 8c06585 x86: Remove redundant K6 MSRs by Brian Gerst · 14 years ago
  73. da38f43 KVM: VMX: Fix host MSR_KERNEL_GS_BASE corruption by Avi Kivity · 15 years ago
  74. 98edb6c Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  75. cafd665 KVM: VMX: enable VMXON check with SMX enabled (Intel TXT) by Shane Wang · 15 years ago
  76. 84ad33e KVM: VMX: Atomically switch efer if EPT && !EFER.NX by Avi Kivity · 15 years ago
  77. 61d2ef2 KVM: VMX: Add facility to atomically switch MSRs on guest entry/exit by Avi Kivity · 15 years ago
  78. 0ee75be KVM: Let vcpu structure alignment be determined at runtime by Avi Kivity · 15 years ago
  79. 4d7b4ac Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  80. ce7ddec KVM: x86: Allow marking an exception as reinjected by Joerg Roedel · 15 years ago
  81. d4330ef KVM: x86: Add callback to let modules decide over some supported cpuid bits by Joerg Roedel · 15 years ago
  82. cdbecfc KVM: VMX: free vpid when fail to create vcpu by Lai Jiangshan · 15 years ago
  83. 90d83dc KVM: use the correct RCU API for PROVE_RCU=y by Lai Jiangshan · 15 years ago
  84. 9beeaa2 Merge branch 'perf' by Avi Kivity · 15 years ago
  85. acb5451 KVM: prevent spurious exit to userspace during task switch emulation. by Gleb Natapov · 15 years ago
  86. e269fb2 KVM: x86: Push potential exception error code on task switches by Jan Kiszka · 15 years ago
  87. 020df07 KVM: move DR register access handling into generic code by Gleb Natapov · 15 years ago
  88. cf8f70b KVM: x86 emulator: fix in/out emulation. by Gleb Natapov · 15 years ago
  89. 3129994 KVM: VMX: change to use bool return values by Gui Jianfeng · 15 years ago
  90. ec68798 KVM: x86: Use native_store_idt() instead of kvm_get_idt() by Wei Yongjun · 15 years ago
  91. 5bfd8b5 KVM: Move kvm_exit tracepoint rip reading inside tracepoint by Avi Kivity · 15 years ago
  92. f8c5fae KVM: VMX: blocked-by-sti must not defer NMI injections by Jan Kiszka · 15 years ago
  93. 2d49ec7 KVM: move segment_base() into vmx.c by Gleb Natapov · 15 years ago
  94. d6ab1ed KVM: Drop kvm_get_gdt() in favor of generic linux function by Gleb Natapov · 15 years ago
  95. 48005f6 KVM: x86: Save&restore interrupt shadow mask by Jan Kiszka · 15 years ago
  96. 89a27f4 KVM: use desc_ptr struct instead of kvm private descriptor_table by Gleb Natapov · 15 years ago
  97. 70bce3b Merge branch 'linus' into perf/core by Ingo Molnar · 15 years ago
  98. 78ac8b4 KVM: VMX: Save/restore rflags.vm correctly in real mode by Avi Kivity · 15 years ago
  99. ff9d07a KVM: Implement perf callbacks for guest sampling by Zhang, Yanmin · 15 years ago
  100. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago