1. 6389ee9 KVM: Pull extra page fault information into struct x86_exception by Avi Kivity · 14 years ago
  2. ab9ae31 KVM: Push struct x86_exception info the various gva_to_gpa variants by Avi Kivity · 14 years ago
  3. bcc55cb KVM: x86 emulator: make emulator memory callbacks return full exception by Avi Kivity · 14 years ago
  4. da9cb57 KVM: x86 emulator: introduce struct x86_exception to communicate faults by Avi Kivity · 14 years ago
  5. 945ee35 KVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid info by Avi Kivity · 14 years ago
  6. c4806ac KVM: MMU: fix apf prefault if nested guest is enabled by Xiao Guangrong · 14 years ago
  7. e5f3f02 KVM: MMU: clear apfs if page state is changed by Xiao Guangrong · 14 years ago
  8. d89f5ef KVM: Clean up vm creation and release by Jan Kiszka · 14 years ago
  9. e6d53e3 KVM: avoid unnecessary wait for a async pf by Xiao Guangrong · 14 years ago
  10. c7d28c2 KVM: fix searching async gfn in kvm_async_pf_gfn_slot by Xiao Guangrong · 14 years ago
  11. 2eec734 KVM: x86: Avoid issuing wbinvd twice by Jan Kiszka · 14 years ago
  12. 515a012 KVM: pre-allocate one more dirty bitmap to avoid vmalloc() by Takuya Yoshikawa · 14 years ago
  13. 982c256 KVM: MMU: remove kvm_mmu_set_base_ptes by Marcelo Tosatti · 14 years ago
  14. fc5f06f KVM: Send async PF when guest is not in userspace too. by Gleb Natapov · 14 years ago
  15. 6adba52 KVM: Let host know whether the guest can handle async PF in non-userspace context. by Gleb Natapov · 14 years ago
  16. 7c90705 KVM: Inject asynchronous page fault into a PV guest if page is swapped out. by Gleb Natapov · 14 years ago
  17. 344d958 KVM: Add PV MSR to enable asynchronous page faults delivery. by Gleb Natapov · 14 years ago
  18. 49c7754 KVM: Add memory slot versioning and use it to provide fast guest write interface by Gleb Natapov · 14 years ago
  19. 56028d0 KVM: Retry fault before vmentry by Gleb Natapov · 14 years ago
  20. af585b9 KVM: Halt vcpu if page it tries to access is swapped out by Gleb Natapov · 14 years ago
  21. 010c520 KVM: Don't reset mmu context unnecessarily when updating EFER by Avi Kivity · 14 years ago
  22. 3e26f23 KVM: Fix preemption counter leak in kvm_timer_init() by Avi Kivity · 14 years ago
  23. 24d1b15 KVM: SVM: Do not report xsave in supported cpuid by Joerg Roedel · 14 years ago
  24. 3ea3aa8 KVM: Fix OSXSAVE after migration by Sheng Yang · 14 years ago
  25. 453d9c5 KVM: x86: Issue smp_call_function_many with preemption disabled by Jan Kiszka · 14 years ago
  26. 97e69aa KVM: x86: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  27. edde99c KVM: Write protect memory after slot swap by Michael S. Tsirkin · 14 years ago
  28. 1765a1f Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  29. 5854dbc KVM: MCE: Add MCG_SER_P into KVM_MCE_CAP_SUPPORTED by Huang Ying · 14 years ago
  30. 9611c18 KVM: fix typo in copyright notice by Nicolas Kaiser · 14 years ago
  31. 395c6b0 KVM: Disable interrupts around get_kernel_ns() by Avi Kivity · 14 years ago
  32. 5093362 KVM: x86: Fix constant type in kvm_get_time_scale by Jan Kiszka · 14 years ago
  33. c285545 KVM: x86: TSC catchup mode by Zachary Amsden · 14 years ago
  34. 34c238a KVM: x86: Rename timer function by Zachary Amsden · 14 years ago
  35. 5f4e3f8 KVM: x86: Make math work for other scales by Zachary Amsden · 14 years ago
  36. 6399565 KVM: Add kvm_inject_realmode_interrupt() wrapper by Mohammed Gamal · 14 years ago
  37. f4f5105 KVM: Convert PIC lock from raw spinlock to ordinary spinlock by Avi Kivity · 14 years ago
  38. 28e4639 KVM: x86: Fix kvmclock bug by Zachary Amsden · 14 years ago
  39. 0959ffa KVM: MMU: Don't track nested fault info in error-code by Joerg Roedel · 14 years ago
  40. b463a6f KVM: Non-atomic interrupt injection by Avi Kivity · 14 years ago
  41. 3842d13 KVM: Check for pending events before attempting injection by Avi Kivity · 14 years ago
  42. 4c62a2d KVM: X86: Report SVM bit to userspace only when supported by Joerg Roedel · 14 years ago
  43. ff03a07 KVM: MMU: Add kvm_mmu parameter to load_pdptrs function by Joerg Roedel · 14 years ago
  44. d47f00a KVM: X86: Propagate fetch faults by Joerg Roedel · 14 years ago
  45. d4f8cf6 KVM: MMU: Propagate the right fault back to the guest after gva_to_gpa by Joerg Roedel · 14 years ago
  46. 02f59dc KVM: MMU: Introduce init_kvm_nested_mmu() by Joerg Roedel · 14 years ago
  47. 3d06b8b KVM: MMU: Introduce kvm_read_nested_guest_page() by Joerg Roedel · 14 years ago
  48. ec92fe4 KVM: X86: Add kvm_read_guest_page_mmu function by Joerg Roedel · 14 years ago
  49. 14dfe85 KVM: X86: Introduce pointer to mmu context used for gva_to_gpa by Joerg Roedel · 14 years ago
  50. c30a358 KVM: MMU: Add infrastructure for two-level page walker by Joerg Roedel · 14 years ago
  51. 8df25a3 KVM: MMU: Track page fault data in struct vcpu by Joerg Roedel · 14 years ago
  52. 7b91409 KVM: x86: Emulate MSR_EBC_FREQUENCY_ID by Jes Sorensen · 14 years ago
  53. 84e0cef KVM: Fix guest kernel crash on MSR_K7_CLK_CTL by Jes Sorensen · 14 years ago
  54. e90aa41 KVM: Don't save/restore MSR_IA32_PERF_STATUS by Avi Kivity · 14 years ago
  55. c41a15d KVM: Fix pio trace direction by Avi Kivity · 14 years ago
  56. 217fc9c KVM: Fix build error due to 64-bit division in nsec_to_cycles() by Avi Kivity · 14 years ago
  57. d2ddd1c KVM: x86 emulator: get rid of "restart" in emulation context. by Gleb Natapov · 14 years ago
  58. 1d5f066 KVM: x86: Fix a possible backwards warp of kvmclock by Zachary Amsden · 14 years ago
  59. ca84d1a KVM: x86: Add clock sync request to hardware enable by Zachary Amsden · 14 years ago
  60. 46543ba KVM: x86: Robust TSC compensation by Zachary Amsden · 14 years ago
  61. 759379d KVM: x86: Add helper functions for time computation by Zachary Amsden · 14 years ago
  62. 48434c20 KVM: x86: Fix deep C-state TSC desynchronization by Zachary Amsden · 14 years ago
  63. e48672f KVM: x86: Unify TSC logic by Zachary Amsden · 14 years ago
  64. 6755bae KVM: x86: Warn about unstable TSC by Zachary Amsden · 14 years ago
  65. 8cfdc00 KVM: x86: Make cpu_tsc_khz updates use local CPU by Zachary Amsden · 14 years ago
  66. f38e098 KVM: x86: TSC reset compensation by Zachary Amsden · 14 years ago
  67. 99e3e30 KVM: x86: Move TSC offset writes to common code by Zachary Amsden · 14 years ago
  68. ae38436 KVM: x86: Drop vm_init_tsc by Zachary Amsden · 14 years ago
  69. 39de71e KVM: rename x86 kvm->arch.n_alloc_mmu_pages by Dave Hansen · 14 years ago
  70. 8ec4722 KVM: Separate emulation context initialization in a separate function by Mohammed Gamal · 14 years ago
  71. 160ce1f KVM: x86 emulator: Allow accessing IDT via emulator ops by Mohammed Gamal · 14 years ago
  72. 4fc40f0 KVM: x86 emulator: check io permissions only once for string pio by Gleb Natapov · 14 years ago
  73. e85d28f KVM: x86 emulator: don't update vcpu state if instruction is restarted by Gleb Natapov · 14 years ago
  74. 9aabc88f KVM: x86 emulator: store x86_emulate_ops in emulation context by Avi Kivity · 14 years ago
  75. 6d886fd x86, cpu: Fix allowed CPUID bits for KVM guests by Andre Przywara · 14 years ago
  76. 7ef8aa7 x86, cpu: Fix renamed, not-yet-shipping AMD CPUID feature bit by Andre Przywara · 14 years ago
  77. 3dc8d7f Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  78. f45755b KVM: fix poison overwritten caused by using wrong xstate size by Xiaotian Feng · 14 years ago
  79. 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
  80. c19b8bd KVM: x86 emulator: fix xchg instruction emulation by Wei Yongjun · 14 years ago
  81. 68be080 KVM: x86: never re-execute instruction with enabled tdp by Gleb Natapov · 14 years ago
  82. 908e75f KVM: Expose MCE control MSRs to userspace by Avi Kivity · 15 years ago
  83. aea924f KVM: PIT: stop vpit before freeing irq_routing by Xiao Guangrong · 15 years ago
  84. a6f177e KVM: Reenter guest after emulation failure if due to access to non-mmio address by Gleb Natapov · 15 years ago
  85. f5f48ee KVM: VMX: Execute WBINVD to keep data consistency with assigned devices by Sheng Yang · 15 years ago
  86. 3e00750 KVM: Simplify vcpu_enter_guest() mmu reload logic slightly by Avi Kivity · 15 years ago
  87. 6c3f604 KVM: x86: Enable AVX for guest by Sheng Yang · 15 years ago
  88. 7ac7709 KVM: Prevent internal slots from being COWed by Avi Kivity · 15 years ago
  89. a8eeb04 KVM: Add mini-API for vcpu->requests by Avi Kivity · 15 years ago
  90. b74a07b KVM: Remove kernel-allocated memory regions by Avi Kivity · 15 years ago
  91. a1f4d395 KVM: Remove memory alias support by Avi Kivity · 15 years ago
  92. d1ac91d KVM: Consolidate load/save temporary buffer allocation and freeing by Avi Kivity · 15 years ago
  93. a1a005f KVM: Fix xsave and xcr save/restore memory leak by Avi Kivity · 15 years ago
  94. 2d5b5a6 KVM: x86: XSAVE/XRSTOR live migration support by Sheng Yang · 15 years ago
  95. 2390218 KVM: Fix mov cr3 #GP at wrong instruction by Avi Kivity · 15 years ago
  96. a83b29c KVM: Fix mov cr4 #GP at wrong instruction by Avi Kivity · 15 years ago
  97. 49a9b07 KVM: Fix mov cr0 #GP at wrong instruction by Avi Kivity · 15 years ago
  98. 2acf923 KVM: VMX: Enable XSAVE/XRSTOR for guest by Dexuan Cui · 15 years ago
  99. 7bee342 KVM: x86: use linux/uaccess.h instead of asm/uaccess.h by Lai Jiangshan · 15 years ago
  100. 10ab25c KVM: x86: Propagate fpu_alloc errors by Jan Kiszka · 15 years ago