1. eea1cff KVM: x86: fix CR8 handling by Andre Przywara · 14 years ago
  2. fb67e14 KVM: MMU: retry #PF for softmmu by Xiao Guangrong · 14 years ago
  3. 78b2c54 KVM: MMU: rename 'no_apf' to 'prefault' by Xiao Guangrong · 14 years ago
  4. b7c4145 KVM: Don't spin on virt instruction faults during reboot by Avi Kivity · 14 years ago
  5. ec9e60b KVM: X86: Introduce generic guest-mode representation by Joerg Roedel · 14 years ago
  6. 6389ee9 KVM: Pull extra page fault information into struct x86_exception by Avi Kivity · 14 years ago
  7. ab9ae31 KVM: Push struct x86_exception info the various gva_to_gpa variants by Avi Kivity · 14 years ago
  8. a4a8e6f KVM: MMU: remove 'clear_unsync' parameter by Xiao Guangrong · 14 years ago
  9. 586f960 KVM: Add instruction-set-specific exit qualifications to kvm_exit trace by Avi Kivity · 14 years ago
  10. c4806ac KVM: MMU: fix apf prefault if nested guest is enabled by Xiao Guangrong · 14 years ago
  11. 2a126fa KVM: remove unused function declaration by Xiao Guangrong · 14 years ago
  12. 6adba52 KVM: Let host know whether the guest can handle async PF in non-userspace context. by Gleb Natapov · 14 years ago
  13. 7c90705 KVM: Inject asynchronous page fault into a PV guest if page is swapped out. by Gleb Natapov · 14 years ago
  14. 344d958 KVM: Add PV MSR to enable asynchronous page faults delivery. by Gleb Natapov · 14 years ago
  15. 56028d0 KVM: Retry fault before vmentry by Gleb Natapov · 14 years ago
  16. af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago
  17. 73c1160 KVM: enlarge number of possible CPUID leaves by Andre Przywara · 14 years ago
  18. c285545 KVM: x86: TSC catchup mode by Zachary Amsden · 14 years ago
  19. 0959ffa KVM: MMU: Don't track nested fault info in error-code by Joerg Roedel · 14 years ago
  20. b463a6f KVM: Non-atomic interrupt injection by Avi Kivity · 14 years ago
  21. 2d48a98 KVM: MMU: Track NX state in struct kvm_mmu by Joerg Roedel · 14 years ago
  22. 81407ca KVM: MMU: Allow long mode shadows for legacy page tables by Joerg Roedel · 14 years ago
  23. ff03a07 KVM: MMU: Add kvm_mmu parameter to load_pdptrs function by Joerg Roedel · 14 years ago
  24. d4f8cf6 KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa by Joerg Roedel · 14 years ago
  25. ec92fe4 KVM: X86: Add kvm_read_guest_page_mmu function by Joerg Roedel · 14 years ago
  26. 6539e73 KVM: MMU: Implement nested gva_to_gpa functions by Joerg Roedel · 14 years ago
  27. 14dfe85 KVM: X86: Introduce pointer to mmu context used for gva_to_gpa by Joerg Roedel · 14 years ago
  28. c30a358 KVM: MMU: Add infrastructure for two-level page walker by Joerg Roedel · 14 years ago
  29. 8df25a3 KVM: MMU: Track page fault data in struct vcpu by Joerg Roedel · 14 years ago
  30. cb659db KVM: MMU: Introduce inject_page_fault function pointer by Joerg Roedel · 14 years ago
  31. 5777ed3 KVM: MMU: Introduce get_cr3 function pointer by Joerg Roedel · 14 years ago
  32. 1c97f0a KVM: X86: Introduce a tdp_set_cr3 function by Joerg Roedel · 14 years ago
  33. f43addd KVM: MMU: Make set_cr3 a function pointer in kvm_mmu by Joerg Roedel · 14 years ago
  34. c5a78f2b KVM: MMU: Make tdp_enabled a mmu-context parameter by Joerg Roedel · 14 years ago
  35. 1d5f066 KVM: x86: Fix a possible backwards warp of kvmclock by Zachary Amsden · 14 years ago
  36. e48672f KVM: x86: Unify TSC logic by Zachary Amsden · 14 years ago
  37. f38e098 KVM: x86: TSC reset compensation by Zachary Amsden · 14 years ago
  38. 99e3e30 KVM: x86: Move TSC offset writes to common code by Zachary Amsden · 14 years ago
  39. ae38436 KVM: x86: Drop vm_init_tsc by Zachary Amsden · 14 years ago
  40. 49d5ca2 KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pages by Dave Hansen · 14 years ago
  41. 39de71e KVM: rename x86 kvm->arch.n_alloc_mmu_pages by Dave Hansen · 14 years ago
  42. 9581d44 KVM: Fix fs/gs reload oops with invalid ldt by Avi Kivity · 14 years ago
  43. dd180b3 KVM: VMX: fix tlb flush with invalid root by Xiao Guangrong · 14 years ago
  44. 8285541 KVM: Remove unnecessary divide operations by Joerg Roedel · 14 years ago
  45. f5f48ee KVM: VMX: Execute WBINVD to keep data consistency with assigned devices by Sheng Yang · 14 years ago
  46. a1f4d395 KVM: Remove memory alias support by Avi Kivity · 14 years ago
  47. be71e06 KVM: MMU: don't mark pte notrap if it's just sync transient by Xiao Guangrong · 14 years ago
  48. 2390218 KVM: Fix mov cr3 #GP at wrong instruction by Avi Kivity · 14 years ago
  49. a83b29c KVM: Fix mov cr4 #GP at wrong instruction by Avi Kivity · 14 years ago
  50. 49a9b07 KVM: Fix mov cr0 #GP at wrong instruction by Avi Kivity · 14 years ago
  51. 2acf923 KVM: VMX: Enable XSAVE/XRSTOR for guest by Dexuan Cui · 14 years ago
  52. 10ab25c KVM: x86: Propagate fpu_alloc errors by Jan Kiszka · 14 years ago
  53. 9891883 KVM: x86: Use FPU API by Sheng Yang · 14 years ago
  54. 7cf3085 KVM: x86: Use unlazy_fpu() for host FPU by Sheng Yang · 14 years ago
  55. 6d77dbf KVM: inject #UD if instruction emulation fails and exit to userspace by Gleb Natapov · 14 years ago
  56. f181b96 KVM: remove export of emulator_write_emulated() by Gleb Natapov · 14 years ago
  57. 35aa537 KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops by Gleb Natapov · 14 years ago
  58. 3dbe141 KVM: MMU: Segregate shadow pages with different cr0.wp by Avi Kivity · 14 years ago
  59. ce7ddec KVM: x86: Allow marking an exception as reinjected by Joerg Roedel · 14 years ago
  60. d4330ef KVM: x86: Add callback to let modules decide over some supported cpuid bits by Joerg Roedel · 14 years ago
  61. 87bc3bf KVM: MMU: Drop cr4.pge from shadow page role by Avi Kivity · 14 years ago
  62. 0571d36 KVM: MMU: reduce 'struct kvm_mmu_page' size by Xiao Guangrong · 14 years ago
  63. 5b7e010 KVM: MMU: Replace role.glevels with role.cr4_pae by Avi Kivity · 14 years ago
  64. e269fb2 KVM: x86: Push potential exception error code on task switches by Jan Kiszka · 14 years ago
  65. 020df07 KVM: move DR register access handling into generic code by Gleb Natapov · 14 years ago
  66. f84cbb0 KVM: MMU: remove unused field by Xiao Guangrong · 14 years ago
  67. 7972995 KVM: x86 emulator: Move string pio emulation into emulator.c by Gleb Natapov · 14 years ago
  68. cf8f70b KVM: x86 emulator: fix in/out emulation. by Gleb Natapov · 14 years ago
  69. 93a152b KVM: remove realmode_lmsw function. by Gleb Natapov · 14 years ago
  70. 52a4661 KVM: Provide callback to get/set control registers in emulator ops. by Gleb Natapov · 14 years ago
  71. 49c6799 KVM: Remove pointer to rflags from realmode_set_cr parameters. by Gleb Natapov · 14 years ago
  72. 08e850c KVM: MMU: Reinstate pte prefetch on invlpg by Avi Kivity · 14 years ago
  73. ec68798 KVM: x86: Use native_store_idt() instead of kvm_get_idt() by Wei Yongjun · 14 years ago
  74. 2d49ec7 KVM: move segment_base() into vmx.c by Gleb Natapov · 14 years ago
  75. d6ab1ed KVM: Drop kvm_get_gdt() in favor of generic linux function by Gleb Natapov · 14 years ago
  76. f92653e KVM: x86: Add kvm_is_linear_rip by Jan Kiszka · 14 years ago
  77. ad91f8f KVM: remove redundant prototype of load_pdptrs() by Takuya Yoshikawa · 14 years ago
  78. 89a27f4 KVM: use desc_ptr struct instead of kvm private descriptor_table by Gleb Natapov · 14 years ago
  79. c697518 KVM: Fix segment descriptor loading by Gleb Natapov · 14 years ago
  80. f850e2e KVM: x86 emulator: Check IOPL level during io instruction emulation by Gleb Natapov · 14 years ago
  81. 1871c60 KVM: x86 emulator: fix memory access during x86 emulation by Gleb Natapov · 14 years ago
  82. f6801df KVM: Rename vcpu->shadow_efer to efer by Avi Kivity · 15 years ago
  83. 6b52d18 KVM: Activate fpu on clts by Avi Kivity · 15 years ago
  84. c76de35 KVM: SVM: Clean up and enhance mov dr emulation by Jan Kiszka · 15 years ago
  85. 10388a0 KVM: Add HYPER-V apic access MSRs by Gleb Natapov · 15 years ago
  86. 55cd8e5 KVM: Implement bare minimum of HYPER-V MSRs by Gleb Natapov · 15 years ago
  87. 02daab2 KVM: Lazify fpu activation and deactivation by Avi Kivity · 15 years ago
  88. e8467fd KVM: VMX: Allow the guest to own some cr0 bits by Avi Kivity · 15 years ago
  89. 17cc393 KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_ops by Sheng Yang · 15 years ago
  90. 0680fe5 KVM: Bump maximum vcpu count to 64 by Avi Kivity · 15 years ago
  91. a983fb2 KVM: x86: switch kvm_set_memory_alias to SRCU update by Marcelo Tosatti · 15 years ago
  92. fef9cce KVM: modify alias layout in x86s struct kvm_arch by Marcelo Tosatti · 15 years ago
  93. 4e47c7a KVM: VMX: Add instruction rdtscp support for guest by Sheng Yang · 15 years ago
  94. 0e85188 KVM: Add cpuid_update() callback to kvm_x86_ops by Sheng Yang · 15 years ago
  95. fc78f51 KVM: Add accessor for reading cr4 (or some bits of cr4) by Avi Kivity · 15 years ago
  96. cdc0e24 KVM: VMX: Move some cr[04] related constants to vmx.c by Avi Kivity · 15 years ago
  97. d569672 KVM: VMX: Fix comparison of guest efer with stale host value by Avi Kivity · 15 years ago
  98. 3cfc309 KVM: x86: Add KVM_GET/SET_VCPU_EVENTS by Jan Kiszka · 15 years ago
  99. 18863bd KVM: x86 shared msr infrastructure by Avi Kivity · 15 years ago
  100. afbcf7a KVM: allow userspace to adjust kvmclock offset by Glauber Costa · 15 years ago