1. c30a358 KVM: MMU: Add infrastructure for two-level page walker by Joerg Roedel · 14 years ago
  2. 8df25a3 KVM: MMU: Track page fault data in struct vcpu by Joerg Roedel · 14 years ago
  3. cb659db KVM: MMU: Introduce inject_page_fault function pointer by Joerg Roedel · 14 years ago
  4. 5777ed3 KVM: MMU: Introduce get_cr3 function pointer by Joerg Roedel · 14 years ago
  5. 1c97f0a KVM: X86: Introduce a tdp_set_cr3 function by Joerg Roedel · 14 years ago
  6. f43addd KVM: MMU: Make set_cr3 a function pointer in kvm_mmu by Joerg Roedel · 14 years ago
  7. c5a78f2b KVM: MMU: Make tdp_enabled a mmu-context parameter by Joerg Roedel · 14 years ago
  8. 1d5f066 KVM: x86: Fix a possible backwards warp of kvmclock by Zachary Amsden · 14 years ago
  9. e48672f KVM: x86: Unify TSC logic by Zachary Amsden · 14 years ago
  10. f38e098 KVM: x86: TSC reset compensation by Zachary Amsden · 14 years ago
  11. 99e3e30 KVM: x86: Move TSC offset writes to common code by Zachary Amsden · 14 years ago
  12. ae38436 KVM: x86: Drop vm_init_tsc by Zachary Amsden · 14 years ago
  13. 49d5ca2 KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pages by Dave Hansen · 14 years ago
  14. 39de71e KVM: rename x86 kvm->arch.n_alloc_mmu_pages by Dave Hansen · 14 years ago
  15. 9581d44 KVM: Fix fs/gs reload oops with invalid ldt by Avi Kivity · 14 years ago
  16. dd180b3 KVM: VMX: fix tlb flush with invalid root by Xiao Guangrong · 14 years ago
  17. 8285541 KVM: Remove unnecessary divide operations by Joerg Roedel · 14 years ago
  18. f5f48ee KVM: VMX: Execute WBINVD to keep data consistency with assigned devices by Sheng Yang · 14 years ago
  19. a1f4d395 KVM: Remove memory alias support by Avi Kivity · 14 years ago
  20. be71e06 KVM: MMU: don't mark pte notrap if it's just sync transient by Xiao Guangrong · 14 years ago
  21. 2390218 KVM: Fix mov cr3 #GP at wrong instruction by Avi Kivity · 14 years ago
  22. a83b29c KVM: Fix mov cr4 #GP at wrong instruction by Avi Kivity · 14 years ago
  23. 49a9b07 KVM: Fix mov cr0 #GP at wrong instruction by Avi Kivity · 14 years ago
  24. 2acf923 KVM: VMX: Enable XSAVE/XRSTOR for guest by Dexuan Cui · 14 years ago
  25. 10ab25c KVM: x86: Propagate fpu_alloc errors by Jan Kiszka · 14 years ago
  26. 9891883 KVM: x86: Use FPU API by Sheng Yang · 14 years ago
  27. 7cf3085 KVM: x86: Use unlazy_fpu() for host FPU by Sheng Yang · 14 years ago
  28. 6d77dbf KVM: inject #UD if instruction emulation fails and exit to userspace by Gleb Natapov · 14 years ago
  29. f181b96 KVM: remove export of emulator_write_emulated() by Gleb Natapov · 14 years ago
  30. 35aa537 KVM: x86 emulator: add (set|get)_dr callbacks to x86_emulate_ops by Gleb Natapov · 14 years ago
  31. 3dbe141 KVM: MMU: Segregate shadow pages with different cr0.wp by Avi Kivity · 14 years ago
  32. ce7ddec KVM: x86: Allow marking an exception as reinjected by Joerg Roedel · 14 years ago
  33. d4330ef KVM: x86: Add callback to let modules decide over some supported cpuid bits by Joerg Roedel · 14 years ago
  34. 87bc3bf KVM: MMU: Drop cr4.pge from shadow page role by Avi Kivity · 14 years ago
  35. 0571d36 KVM: MMU: reduce 'struct kvm_mmu_page' size by Xiao Guangrong · 14 years ago
  36. 5b7e010 KVM: MMU: Replace role.glevels with role.cr4_pae by Avi Kivity · 14 years ago
  37. e269fb2 KVM: x86: Push potential exception error code on task switches by Jan Kiszka · 14 years ago
  38. 020df07 KVM: move DR register access handling into generic code by Gleb Natapov · 14 years ago
  39. f84cbb0 KVM: MMU: remove unused field by Xiao Guangrong · 14 years ago
  40. 7972995 KVM: x86 emulator: Move string pio emulation into emulator.c by Gleb Natapov · 14 years ago
  41. cf8f70b KVM: x86 emulator: fix in/out emulation. by Gleb Natapov · 14 years ago
  42. 93a152b KVM: remove realmode_lmsw function. by Gleb Natapov · 14 years ago
  43. 52a4661 KVM: Provide callback to get/set control registers in emulator ops. by Gleb Natapov · 14 years ago
  44. 49c6799 KVM: Remove pointer to rflags from realmode_set_cr parameters. by Gleb Natapov · 14 years ago
  45. 08e850c KVM: MMU: Reinstate pte prefetch on invlpg by Avi Kivity · 14 years ago
  46. ec68798 KVM: x86: Use native_store_idt() instead of kvm_get_idt() by Wei Yongjun · 14 years ago
  47. 2d49ec7 KVM: move segment_base() into vmx.c by Gleb Natapov · 14 years ago
  48. d6ab1ed KVM: Drop kvm_get_gdt() in favor of generic linux function by Gleb Natapov · 14 years ago
  49. f92653e KVM: x86: Add kvm_is_linear_rip by Jan Kiszka · 14 years ago
  50. ad91f8f KVM: remove redundant prototype of load_pdptrs() by Takuya Yoshikawa · 14 years ago
  51. 89a27f4 KVM: use desc_ptr struct instead of kvm private descriptor_table by Gleb Natapov · 14 years ago
  52. c697518 KVM: Fix segment descriptor loading by Gleb Natapov · 14 years ago
  53. f850e2e KVM: x86 emulator: Check IOPL level during io instruction emulation by Gleb Natapov · 14 years ago
  54. 1871c60 KVM: x86 emulator: fix memory access during x86 emulation by Gleb Natapov · 14 years ago
  55. f6801df KVM: Rename vcpu->shadow_efer to efer by Avi Kivity · 15 years ago
  56. 6b52d18 KVM: Activate fpu on clts by Avi Kivity · 15 years ago
  57. c76de35 KVM: SVM: Clean up and enhance mov dr emulation by Jan Kiszka · 15 years ago
  58. 10388a0 KVM: Add HYPER-V apic access MSRs by Gleb Natapov · 15 years ago
  59. 55cd8e5 KVM: Implement bare minimum of HYPER-V MSRs by Gleb Natapov · 15 years ago
  60. 02daab2 KVM: Lazify fpu activation and deactivation by Avi Kivity · 15 years ago
  61. e8467fd KVM: VMX: Allow the guest to own some cr0 bits by Avi Kivity · 15 years ago
  62. 17cc393 KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_ops by Sheng Yang · 15 years ago
  63. 0680fe5 KVM: Bump maximum vcpu count to 64 by Avi Kivity · 15 years ago
  64. a983fb2 KVM: x86: switch kvm_set_memory_alias to SRCU update by Marcelo Tosatti · 15 years ago
  65. fef9cce KVM: modify alias layout in x86s struct kvm_arch by Marcelo Tosatti · 15 years ago
  66. 4e47c7a KVM: VMX: Add instruction rdtscp support for guest by Sheng Yang · 15 years ago
  67. 0e85188 KVM: Add cpuid_update() callback to kvm_x86_ops by Sheng Yang · 15 years ago
  68. fc78f51 KVM: Add accessor for reading cr4 (or some bits of cr4) by Avi Kivity · 15 years ago
  69. cdc0e24 KVM: VMX: Move some cr[04] related constants to vmx.c by Avi Kivity · 15 years ago
  70. d569672 KVM: VMX: Fix comparison of guest efer with stale host value by Avi Kivity · 15 years ago
  71. 3cfc309 KVM: x86: Add KVM_GET/SET_VCPU_EVENTS by Jan Kiszka · 15 years ago
  72. 18863bd KVM: x86 shared msr infrastructure by Avi Kivity · 15 years ago
  73. afbcf7a KVM: allow userspace to adjust kvmclock offset by Glauber Costa · 15 years ago
  74. 6be7d30 KVM: SVM: Cleanup NMI singlestep by Jan Kiszka · 15 years ago
  75. 94fe45d KVM: x86: Fix guest single-stepping while interruptible by Jan Kiszka · 15 years ago
  76. ffde22a KVM: Xen PV-on-HVM guest support by Ed Swierk · 15 years ago
  77. 91586a3 KVM: x86: Rework guest single-step flag injection and filtering by Jan Kiszka · 15 years ago
  78. 355be0b KVM: x86: Refactor guest debug IOCTL handling by Jan Kiszka · 15 years ago
  79. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 15 years ago
  80. 136bdfe KVM: Move irq ack notifier list to arch independent code by Gleb Natapov · 15 years ago
  81. 1a6e4a8 KVM: Move irq sharing information to irqchip level by Gleb Natapov · 15 years ago
  82. 851ba69 KVM: Don't pass kvm_run arguments by Avi Kivity · 15 years ago
  83. 3da0dd4 KVM: add support for change_pte mmu notifiers by Izik Eidus · 15 years ago
  84. 0a79b00 KVM: VMX: Check cpl before emulating debug register access by Avi Kivity · 15 years ago
  85. 3d53c27 KVM: Use thread debug register storage instead of kvm specific data by Avi Kivity · 15 years ago
  86. 56e8231 KVM: Rename x86_emulate.c to emulate.c by Avi Kivity · 15 years ago
  87. 344f414 KVM: report 1GB page support to userspace by Joerg Roedel · 15 years ago
  88. 04326ca KVM: MMU: enable gbpages by increasing nr of pagesizes by Joerg Roedel · 15 years ago
  89. 7e4e405 KVM: MMU: shadow support for 1gb pages by Joerg Roedel · 15 years ago
  90. 852e3c1 KVM: MMU: make direct mapping paths aware of mapping levels by Joerg Roedel · 15 years ago
  91. b927a3c KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl by Sheng Yang · 15 years ago
  92. a1b3710 KVM: Reduce runnability interface with arch support code by Gleb Natapov · 15 years ago
  93. 0b71785 KVM: Move kvm_cpu_get_interrupt() declaration to x86 code by Gleb Natapov · 15 years ago
  94. ec04b26 KVM: Prepare memslot data structures for multiple hugepage sizes by Joerg Roedel · 15 years ago
  95. 229456f KVM: convert custom marker based tracing to event traces by Marcelo Tosatti · 15 years ago
  96. 7ffd92c KVM: VMX: Move rmode structure to vmx-specific code by Avi Kivity · 15 years ago
  97. 3a624e2 KVM: VMX: Support Unrestricted Guest feature by Nitin A Kamble · 15 years ago
  98. 6de4f3a KVM: Cache pdptrs by Avi Kivity · 15 years ago
  99. 890ca9a KVM: Add MCE support by Huang Ying · 15 years ago
  100. af24a4e KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h by Jaswinder Singh Rajput · 15 years ago