1. ce88dec KVM: MMU: mmio page fault support by Xiao Guangrong · 14 years ago
  2. c370795 KVM: MMU: remove bypass_guest_pf by Xiao Guangrong · 14 years ago
  3. 509c75e KVM: nVMX: Fix bug preventing more than two levels of nesting by Nadav Har'El · 14 years ago
  4. 2e4ce7f KVM: VMX: Silence warning on 32-bit hosts by Jan Kiszka · 14 years ago
  5. 2844d84 KVM: nVMX: Miscellenous small corrections by Nadav Har'El · 14 years ago
  6. 7b8050f KVM: nVMX: Add VMX to list of supported cpuid features by Nadav Har'El · 14 years ago
  7. 7991825 KVM: nVMX: Additional TSC-offset handling by Nadav Har'El · 14 years ago
  8. 36cf24e KVM: nVMX: Further fixes for lazy FPU loading by Nadav Har'El · 14 years ago
  9. eeadf9e KVM: nVMX: Handling of CR0 and CR4 modifying instructions by Nadav Har'El · 14 years ago
  10. 66c78ae KVM: nVMX: Correct handling of idt vectoring info by Nadav Har'El · 14 years ago
  11. 0b6ac34 KVM: nVMX: Correct handling of exception injection by Nadav Har'El · 14 years ago
  12. b6f1250 KVM: nVMX: Correct handling of interrupt injection by Nadav Har'El · 14 years ago
  13. 644d711 KVM: nVMX: Deciding if L0 or L1 should handle an L2 exit by Nadav Har'El · 14 years ago
  14. 7c17793 KVM: nVMX: vmcs12 checks on nested entry by Nadav Har'El · 14 years ago
  15. 4704d0b KVM: nVMX: Exiting from L2 to L1 by Nadav Har'El · 14 years ago
  16. 99e65e8 KVM: nVMX: No need for handle_vmx_insn function any more by Nadav Har'El · 14 years ago
  17. cd232ad KVM: nVMX: Implement VMLAUNCH and VMRESUME by Nadav Har'El · 14 years ago
  18. fe3ef05 KVM: nVMX: Prepare vmcs02 from vmcs01 and vmcs12 by Nadav Har'El · 14 years ago
  19. bf8179a KVM: nVMX: Move control field setup to functions by Nadav Har'El · 14 years ago
  20. a3a8ff8 KVM: nVMX: Move host-state field setup to a function by Nadav Har'El · 14 years ago
  21. 49f705c KVM: nVMX: Implement VMREAD and VMWRITE by Nadav Har'El · 14 years ago
  22. 6a4d755 KVM: nVMX: Implement VMPTRST by Nadav Har'El · 14 years ago
  23. 6384666 KVM: nVMX: Implement VMPTRLD by Nadav Har'El · 14 years ago
  24. 27d6c86 KVM: nVMX: Implement VMCLEAR by Nadav Har'El · 14 years ago
  25. 0140cae KVM: nVMX: Success/failure of VMX instructions. by Nadav Har'El · 14 years ago
  26. 22bd035 KVM: nVMX: Add VMCS fields to the vmcs12 by Nadav Har'El · 14 years ago
  27. ff2f6fe KVM: nVMX: Introduce vmcs02: VMCS used to run L2 by Nadav Har'El · 14 years ago
  28. 064aea7 KVM: nVMX: Decoding memory operands of VMX instructions by Nadav Har'El · 14 years ago
  29. b87a51a KVM: nVMX: Implement reading and writing of VMX MSRs by Nadav Har'El · 14 years ago
  30. a9d30f3 KVM: nVMX: Introduce vmcs12: a VMCS structure for L1 by Nadav Har'El · 14 years ago
  31. 5e1746d KVM: nVMX: Allow setting the VMXE bit in CR4 by Nadav Har'El · 14 years ago
  32. ec378ae KVM: nVMX: Implement VMXON and VMXOFF by Nadav Har'El · 14 years ago
  33. 801d342 KVM: nVMX: Add "nested" module option to kvm_intel by Nadav Har'El · 14 years ago
  34. d462b81 KVM: VMX: Keep list of loaded VMCSs, instead of vcpus by Nadav Har'El · 14 years ago
  35. 9630421 KVM: VMX: always_inline VMREADs by Avi Kivity · 14 years ago
  36. 5e520e6 KVM: VMX: Move VMREAD cleanup to exception handler by Avi Kivity · 14 years ago
  37. 5233dd5 KVM: VMX: do not overwrite uptodate vcpu->arch.cr3 on KVM_SET_SREGS by Marcelo Tosatti · 14 years ago
  38. 2fb92db KVM: VMX: Cache vmcs segment fields by Avi Kivity · 14 years ago
  39. 0a434bb KVM: VMX: Avoid reading %rip unnecessarily when handling exceptions by Avi Kivity · 14 years ago
  40. 71f9833 KVM: fix push of wrong eip when doing softint by Serge E. Hallyn · 14 years ago
  41. be6d05c KVM: VMX: Ensure that vmx_create_vcpu always returns proper error by Jan Kiszka · 14 years ago
  42. 857e409 KVM: X86: Delegate tsc-offset calculation to architecture code by Joerg Roedel · 14 years ago
  43. 4051b18 KVM: X86: Implement call-back to propagate virtual_tsc_khz by Joerg Roedel · 14 years ago
  44. 8a76d7f KVM: x86: Add x86 callback for intercept check by Joerg Roedel · 14 years ago
  45. 654f06f KVM: VMX: simplify NMI mask management by Avi Kivity · 14 years ago
  46. 8878647 KVM: VMX: Use cached VM_EXIT_INTR_INFO in handle_exception by Avi Kivity · 14 years ago
  47. c5ca8e5 KVM: VMX: Don't VMREAD VM_EXIT_INTR_INFO unconditionally by Avi Kivity · 14 years ago
  48. 00eba01 KVM: VMX: Refactor vmx_complete_atomic_exit() by Avi Kivity · 14 years ago
  49. f990206 KVM: VMX: Qualify check for host NMI by Avi Kivity · 14 years ago
  50. 9d58b93 KVM: VMX: Avoid vmx_recover_nmi_blocking() when unneeded by Avi Kivity · 14 years ago
  51. 69c7302 KVM: VMX: Cache cpl by Avi Kivity · 14 years ago
  52. f4c63e5 KVM: VMX: Optimize vmx_get_cpl() by Avi Kivity · 14 years ago
  53. 6de1273 KVM: VMX: Optimize vmx_get_rflags() by Avi Kivity · 14 years ago
  54. f6e7847 KVM: Use kvm_get_rflags() and kvm_set_rflags() instead of the raw versions by Avi Kivity · 14 years ago
  55. 776e58e KVM: unbreak userspace that does not sets tss address by Gleb Natapov · 14 years ago
  56. 40dcaa9 KVM: fix rcu usage in init_rmode_* functions by Xiao Guangrong · 14 years ago
  57. afc2018 KVM: x86: Remove useless regs_page pointer from kvm_lapic by Takuya Yoshikawa · 14 years ago
  58. 93ea538 KVM: VMX: Initialize vm86 TSS only once. by Gleb Natapov · 14 years ago
  59. a8ba6c2 KVM: VMX: update live TR selector if it changes in real mode by Gleb Natapov · 14 years ago
  60. a3b5ba4 KVM: VMX: add the __noclone attribute to vmx_vcpu_run by Lai Jiangshan · 14 years ago
  61. 23f3e99 KVM: VMX: fix detection of BIOS disabling VMX by Joseph Cihula · 14 years ago
  62. 40712fa KVM: VMX: Avoid atomic operation in vmx_vcpu_run by Avi Kivity · 14 years ago
  63. 1c696d0 KVM: VMX: Simplify saving guest rcx in vmx_vcpu_run by Avi Kivity · 14 years ago
  64. 00c25bc KVM: VMX: increase ple_gap default to 128 by Rik van Riel · 14 years ago
  65. a917949 KVM: VMX: Avoid leaking fake realmode state to userspace by Avi Kivity · 14 years ago
  66. d0ba64f KVM: VMX: Save and restore tr selector across mode switches by Avi Kivity · 14 years ago
  67. 444e863 KVM: VMX: when entering real mode align segment base to 16 bytes by Gleb Natapov · 14 years ago
  68. aff48ba KVM: Fetch guest cr3 from hardware on demand by Avi Kivity · 14 years ago
  69. 9f8fe50 KVM: Replace reads of vcpu->arch.cr3 by an accessor by Avi Kivity · 14 years ago
  70. 16d8f72 KVM: VMX: Correct asm constraint in vmcs_load()/vmcs_clear() by Avi Kivity · 14 years ago
  71. 110312c KVM: VMX: Optimize atomic EFER load by Avi Kivity · 14 years ago
  72. dc25e89 KVM: SVM: copy instruction bytes from VMCB by Andre Przywara · 14 years ago
  73. 51d8b66 KVM: cleanup emulate_instruction by Andre Przywara · 14 years ago
  74. db8fcef KVM: move complete_insn_gp() into x86.c by Andre Przywara · 14 years ago
  75. eea1cff KVM: x86: fix CR8 handling by Andre Przywara · 14 years ago
  76. 443381a KVM: VMX: add module parameter to avoid trapping HLT instructions (v5) by Anthony Liguori · 14 years ago
  77. a295673 KVM: VMX: Return 0 from a failed VMREAD by Avi Kivity · 14 years ago
  78. 586f960 KVM: Add instruction-set-specific exit qualifications to kvm_exit trace by Avi Kivity · 14 years ago
  79. aa17911 KVM: Record instruction set in kvm_exit tracepoint by Avi Kivity · 14 years ago
  80. 104f226 KVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run() by Avi Kivity · 14 years ago
  81. f9335af KVM: VMX: Inform user about INTEL_TXT dependency by Shane Wang · 14 years ago
  82. 30bd0c4 KVM: VMX: Disallow NMI while blocked by STI by Avi Kivity · 14 years ago
  83. ec25d5e KVM: handle exit due to INVD in VMX by Gleb Natapov · 14 years ago
  84. ff1fcb9 KVM: VMX: remove setting of shadow_base_ptes for EPT by Marcelo Tosatti · 14 years ago
  85. f56f536 KVM: Move KVM context switch into own function by Andi Kleen · 14 years ago
  86. 24d1b15 KVM: SVM: Do not report xsave in supported cpuid by Joerg Roedel · 14 years ago
  87. c8770e7 KVM: VMX: Fix host userspace gsbase corruption by Avi Kivity · 14 years ago
  88. 0a77fe4 KVM: Correct ordering of ldt reload wrt fs/gs reload by Avi Kivity · 14 years ago
  89. 9611c18 KVM: fix typo in copyright notice by Nicolas Kaiser · 14 years ago
  90. 07d6f55 KVM: VMX: Add AX to list of registers clobbered by guest switch by Jan Kiszka · 14 years ago
  91. 49e9d55 KVM: VMX: Respect interrupt window in big real mode by Avi Kivity · 14 years ago
  92. a92601b KVM: VMX: Emulated real mode interrupt injection by Mohammed Gamal · 14 years ago
  93. 625831a KVM: VMX: Move fixup_rmode_irq() to avoid forward declaration by Avi Kivity · 14 years ago
  94. b463a6f KVM: Non-atomic interrupt injection by Avi Kivity · 14 years ago
  95. 83422e1 KVM: VMX: Parameterize vmx_complete_interrupts() for both exit and entry by Avi Kivity · 14 years ago
  96. 537b37e KVM: VMX: Move real-mode interrupt injection fixup to vmx_complete_interrupts() by Avi Kivity · 14 years ago
  97. 51aa01d KVM: VMX: Split up vmx_complete_interrupts() by Avi Kivity · 14 years ago
  98. 3842d13 KVM: Check for pending events before attempting injection by Avi Kivity · 14 years ago
  99. ff03a07 KVM: MMU: Add kvm_mmu parameter to load_pdptrs function by Joerg Roedel · 14 years ago
  100. 1c97f0a KVM: X86: Introduce a tdp_set_cr3 function by Joerg Roedel · 14 years ago