1. 270fd9b KVM: Wire up hypercall handlers to a central arch-independent location by Avi Kivity · 17 years ago
  2. 02e235b KVM: Add hypercall host support for svm by Avi Kivity · 17 years ago
  3. c21415e KVM: Add host hypercall support for vmx by Ingo Molnar · 17 years ago
  4. 102d832 KVM: add MSR based hypercall API by Ingo Molnar · 17 years ago
  5. 5972e95 KVM: Use page_private()/set_page_private() apis by Markus Rechberger · 17 years ago
  6. 9d8f549 KVM: Use ARRAY_SIZE macro instead of manual calculation. by Ahmed S. Darwish · 17 years ago
  7. de979ca KVM: vmx: hack set_cr0_no_modeswitch() to actually do modeswitch by Joerg Roedel · 17 years ago
  8. d27d4ac KVM: Cosmetics by Avi Kivity · 17 years ago
  9. 43934a3 KVM: Move virtualization deactivation from CPU_DEAD state to CPU_DOWN_PREPARE by Jeremy Katz · 17 years ago
  10. bf3f8e8 KVM: mmu: add missing dirty page tracking cases by Avi Kivity · 17 years ago
  11. 464d1a7 [PATCH] i386: Convert i386 PDA code to use %fs by Jeremy Fitzhardinge · 17 years ago
  12. 59ae6c6 [PATCH] KVM: Host suspend/resume support by Avi Kivity · 17 years ago
  13. 774c47f [PATCH] KVM: cpu hotplug support by Avi Kivity · 17 years ago
  14. 8d0be2b [PATCH] KVM: VMX: add vcpu_clear() by Avi Kivity · 17 years ago
  15. 133de90 [PATCH] KVM: Add a global list of all virtual machines by Avi Kivity · 17 years ago
  16. 1e8ba6f [PATCH] kvm: fix vcpu freeing bug by Ingo Molnar · 17 years ago
  17. 26bb83a [PATCH] kvm: VMX: Reload ds and es even in 64-bit mode by Avi Kivity · 17 years ago
  18. 5481034 [PATCH] kvm: Two-way apic tpr synchronization by Dor Laor · 17 years ago
  19. d92899a [PATCH] kvm: SVM: Hack initial cpu csbase to be consistent with intel by Avi Kivity · 17 years ago
  20. ac6c2bc [PATCH] kvm: Fix mmu going crazy of guest sets cr0.wp == 0 by Avi Kivity · 17 years ago
  21. 988ad74 [PATCH] kvm: vmx: handle triple faults by returning EXIT_REASON_SHUTDOWN to userspace by Avi Kivity · 17 years ago
  22. e119d11 [PATCH] kvm: Fix gva_to_gpa() by Avi Kivity · 17 years ago
  23. a0610dd [PATCH] kvm: Fix asm constraint for lldt instruction by S.Caglar Onur · 17 years ago
  24. 9695823 [PATCH] kvm: optimize inline assembly by Ingo Molnar · 17 years ago
  25. 11718b4d [PATCH] misc NULL noise removal by Al Viro · 17 years ago
  26. 8b6d44c [PATCH] kvm: NULL noise removal by Al Viro · 17 years ago
  27. 2f366987 [PATCH] kvm: __user annotations by Al Viro · 17 years ago
  28. 432bd6c [PATCH] KVM: fix lockup on 32-bit intel hosts with nx disabled in the bios by Avi Kivity · 18 years ago
  29. 49b14f2 [PATCH] Fix "CONFIG_X86_64_" typo in drivers/kvm/svm.c by Robert P. J. Day · 18 years ago
  30. 46fe4dd [PATCH] KVM: SVM: Propagate cpu shutdown events to userspace by Joerg Roedel · 18 years ago
  31. 73b1087 [PATCH] KVM: MMU: Report nx faults to the guest by Avi Kivity · 18 years ago
  32. 7993ba4 [PATCH] KVM: MMU: Perform access checks in walk_addr() by Avi Kivity · 18 years ago
  33. 6f00e68 [PATCH] KVM: Emulate IA32_MISC_ENABLE msr by Avi Kivity · 18 years ago
  34. bce66ca [PATCH] KVM: SVM: Fix SVM idt confusion by Leonard Norrgard · 18 years ago
  35. fc3dffe [PATCH] KVM: fix bogus pagefault on writable pages by Avi Kivity · 18 years ago
  36. 038e51d [PATCH] KVM: x86 emulator: fix bit string instructions by Avi Kivity · 18 years ago
  37. cccf748 [PATCH] KVM: fix race between mmio reads and injected interrupts by Avi Kivity · 18 years ago
  38. 0843847 [PATCH] KVM: make sure there is a vcpu context loaded when destroying the mmu by Avi Kivity · 18 years ago
  39. e001548 [PATCH] vmx: Fix register constraint in launch code by Herbert Xu · 18 years ago
  40. 07031e1 [PATCH] KVM: add VM-exit profiling by Ingo Molnar · 18 years ago
  41. 022a930 [PATCH] KVM: Simplify test for interrupt window by Dor Laor · 18 years ago
  42. 68a99f6 [PATCH] KVM: Simplify mmu_alloc_roots() by Ingo Molnar · 18 years ago
  43. d21225e [PATCH] KVM: Make loading cr3 more robust by Ingo Molnar · 18 years ago
  44. 760db77 [PATCH] KVM: MMU: Add missing dirty bit by Avi Kivity · 18 years ago
  45. 4db9c47 [PATCH] KVM: Don't set guest cr3 from vmx_vcpu_setup() by Avi Kivity · 18 years ago
  46. cc1d895 [PATCH] KVM: Add missing 'break' by Avi Kivity · 18 years ago
  47. 7f7417d [PATCH] KVM: Avoid oom on cr3 switch by Ingo Molnar · 18 years ago
  48. 86a2b42 [PATCH] KVM: Initialize vcpu->kvm a little earlier by Avi Kivity · 18 years ago
  49. e52de1b [PATCH] KVM: Improve reporting of vmwrite errors by Avi Kivity · 18 years ago
  50. 37a7d8b [PATCH] KVM: MMU: add audit code to check mappings, etc are correct by Avi Kivity · 18 years ago
  51. 9ede74e [PATCH] KVM: MMU: Destroy mmu while we still have a vcpu left by Avi Kivity · 18 years ago
  52. 40907d5 [PATCH] KVM: MMU: Flush guest tlb when reducing permissions on a pte by Avi Kivity · 18 years ago
  53. e2dec93 [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspace by Avi Kivity · 18 years ago
  54. 714b93d [PATCH] KVM: MMU: Replace atomic allocations by preallocated objects by Avi Kivity · 18 years ago
  55. f51234c [PATCH] KVM: MMU: Free pages on kvm destruction by Avi Kivity · 18 years ago
  56. 1436465 [PATCH] KVM: MMU: Treat user-mode faults as a hint that a page is no longer a page table by Avi Kivity · 18 years ago
  57. 32b3562 [PATCH] KVM: MMU: Fix cmpxchg8b emulation by Avi Kivity · 18 years ago
  58. 3bb65a2 [PATCH] KVM: MMU: Never free a shadow page actively serving as a root by Avi Kivity · 18 years ago
  59. 86a5ba0 [PATCH] KVM: MMU: Page table write flood protection by Avi Kivity · 18 years ago
  60. 139bdb2 [PATCH] KVM: MMU: If an empty shadow page is not empty, report more info by Avi Kivity · 18 years ago
  61. 5f1e0b6 [PATCH] KVM: MMU: Ensure freed shadow pages are clean by Avi Kivity · 18 years ago
  62. 260746c [PATCH] KVM: MMU: <ove is_empty_shadow_page() above kvm_mmu_free_page() by Avi Kivity · 18 years ago
  63. 0e7bc4b [PATCH] KVM: MMU: Handle misaligned accesses to write protected guest page tables by Avi Kivity · 18 years ago
  64. 73f7198 [PATCH] KVM: MMU: Remove release_pt_page_64() by Avi Kivity · 18 years ago
  65. 5f015a5 [PATCH] KVM: MMU: Remove invlpg interception by Avi Kivity · 18 years ago
  66. ebeace8 [PATCH] KVM: MMU: oom handling by Avi Kivity · 18 years ago
  67. cc4529e [PATCH] KVM: MMU: kvm_mmu_put_page() only removes one link to the page by Avi Kivity · 18 years ago
  68. 697fe2e [PATCH] KVM: MMU: Implement child shadow unlinking by Avi Kivity · 18 years ago
  69. a436036 [PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the page by Avi Kivity · 18 years ago
  70. 9b7a032 [PATCH] KVM: MMU: Zap shadow page table entries on writes to guest page tables by Avi Kivity · 18 years ago
  71. da4a00f [PATCH] KVM: MMU: Support emulated writes into RAM by Avi Kivity · 18 years ago
  72. 815af8d [PATCH] KVM: MMU: Let the walker extract the target page gfn from the pte by Avi Kivity · 18 years ago
  73. 374cbac [PATCH] KVM: MMU: Write protect guest pages when a shadow is created for them by Avi Kivity · 18 years ago
  74. cea0f0e [PATCH] KVM: MMU: Shadow page table caching by Avi Kivity · 18 years ago
  75. 25c0de2 [PATCH] KVM: MMU: Make kvm_mmu_alloc_page() return a kvm_mmu_page pointer by Avi Kivity · 18 years ago
  76. aef3d3f [PATCH] KVM: MMU: Make the shadow page tables also special-case pae by Avi Kivity · 18 years ago
  77. 1b0973b [PATCH] KVM: MMU: Use the guest pdptrs instead of mapping cr3 in pae mode by Avi Kivity · 18 years ago
  78. 17ac10a [PATCH] KVM: MU: Special treatment for shadow pae root pages by Avi Kivity · 18 years ago
  79. ac79c97 [PATCH] KVM: MMU: Fold fetch_guest() into init_walker() by Avi Kivity · 18 years ago
  80. 1342d35 [PATCH] KVM: MMU: Load the pae pdptrs on cr3 change like the processor does by Avi Kivity · 18 years ago
  81. 6bcbd6a [PATCH] KVM: MMU: Teach the page table walker to track guest page table gfns by Avi Kivity · 18 years ago
  82. cd4a4e5 [PATCH] KVM: MMU: Implement simple reverse mapping by Avi Kivity · 18 years ago
  83. 399badf [PATCH] KVM: Prevent stale bits in cr0 and cr4 by Avi Kivity · 18 years ago
  84. c1150d8 [PATCH] KVM: Improve interrupt response by Dor Laor · 18 years ago
  85. e097f35 [PATCH] KVM: Recover after an arch module load failure by Yoshimi Ichiyanagi · 18 years ago
  86. d3b2c33 [PATCH] KVM: Use raw_smp_processor_id() instead of smp_processor_id() where applicable by Ingo Molnar · 18 years ago
  87. 965b58a [PATCH] KVM: Fix GFP_KERNEL alloc in atomic section bug by Ingo Molnar · 18 years ago
  88. 8018c27 [PATCH] kvm: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_create_vcpu() by Ingo Molnar · 18 years ago
  89. 55a54f7 [PATCH] KVM: Fix oops on oom by Avi Kivity · 18 years ago
  90. c68876f [PATCH] KVM: Rename some msrs by Nguyen Anh Quynh · 18 years ago
  91. a8d13ea [PATCH] KVM: More msr misery by Avi Kivity · 18 years ago
  92. 3bab1f5 [PATCH] KVM: Move common msr handling to arch independent code by Avi Kivity · 18 years ago
  93. 671d656 [PATCH] KVM: Implement a few system configuration msrs by Avi Kivity · 18 years ago
  94. 09db28b [PATCH] KVM: Initialize kvm_arch_ops on unload by Yoshimi Ichiyanagi · 18 years ago
  95. a9058ec [PATCH] KVM: Simplify is_long_mode() by Avi Kivity · 18 years ago
  96. 1e88546 [PATCH] KVM: Use boot_cpu_data instead of current_cpu_data by Avi Kivity · 18 years ago
  97. 0b76e20 [PATCH] KVM: API versioning by Avi Kivity · 18 years ago
  98. 0f8e3d3 [PATCH] KVM: Handle p5 mce msrs by Michael Riepe · 18 years ago
  99. abacf8d [PATCH] KVM: Force real-mode cs limit to 64K by Michael Riepe · 18 years ago
  100. bf591b2 [PATCH] KVM: Do not export unsupported msrs to userspace by Michael Riepe · 18 years ago