1. d28c6cfb KVM: MMU: Fix hugepage pdes mapping same physical address with different access by Avi Kivity · 18 years ago
  2. 916ce23 KVM: SVM: forbid guest to execute monitor/mwait by Joerg Roedel · 18 years ago
  3. 0e5bf0d KVM: Handle writes to MCG_STATUS msr by Sergey Kiselev · 18 years ago
  4. fcd3410 KVM: Remove unused and write-only variables by Avi Kivity · 18 years ago
  5. 6da63cf KVM: Don't allow the guest to turn off the cpu cache by Avi Kivity · 18 years ago
  6. 038881c KVM: Hack real-mode segments on vmx from KVM_SET_SREGS by Avi Kivity · 18 years ago
  7. 024aa1c KVM: Modify guest segments after potentially switching modes by Avi Kivity · 18 years ago
  8. f6528b0 KVM: Remove set_cr0_no_modeswitch() arch op by Avi Kivity · 18 years ago
  9. 8cb5b03 KVM: Workaround vmx inability to virtualize the reset state by Avi Kivity · 18 years ago
  10. aac0122 KVM: MMU: Remove global pte tracking by Avi Kivity · 18 years ago
  11. ca5aac1 KVM: MMU: Remove unnecessary check for pdptr access by Avi Kivity · 18 years ago
  12. 039576c KVM: Avoid guest virtual addresses in string pio userspace interface by Avi Kivity · 18 years ago
  13. f0fe510 KVM: Future-proof argument-less ioctls by Avi Kivity · 18 years ago
  14. 07c45a3 KVM: Allow kernel to select size of mmap() buffer by Avi Kivity · 18 years ago
  15. 1961d27 KVM: Add guest mode signal mask by Avi Kivity · 18 years ago
  16. 6722c51c KVM: Initialize the apic_base msr on svm too by Avi Kivity · 18 years ago
  17. 1b19f3e KVM: Add a special exit reason when exiting due to an interrupt by Avi Kivity · 18 years ago
  18. 8eb7d33 KVM: Fold kvm_run::exit_type into kvm_run::exit_reason by Avi Kivity · 18 years ago
  19. b4e63f5 KVM: Allow userspace to process hypercalls which have no kernel handler by Avi Kivity · 18 years ago
  20. 5d308f4 KVM: Add method to check for backwards-compatible API extensions by Avi Kivity · 18 years ago
  21. 106b552 KVM: Remove the 'emulated' field from the userspace interface by Avi Kivity · 18 years ago
  22. 06465c5 KVM: Handle cpuid in the kernel instead of punting to userspace by Avi Kivity · 18 years ago
  23. 46fc147 KVM: Do not communicate to userspace through cpu registers during PIO by Avi Kivity · 18 years ago
  24. 9a2bb7f KVM: Use a shared page for kernel/user communication when runing a vcpu by Avi Kivity · 18 years ago
  25. 1ea252a KVM: Fix bogus sign extension in mmu mapping audit by Avi Kivity · 18 years ago
  26. bbe4432 KVM: Use own minor number by Avi Kivity · 18 years ago
  27. 510043d KVM: Use the generic skip_emulated_instruction() in hypercall code by Dor Laor · 18 years ago
  28. 9b22bf5 KVM: Fix guest register corruption on paravirt hypercall by Dor Laor · 18 years ago
  29. 6b8d0f9 KVM: Fix off-by-one when writing to a nonpae guest pde by Avi Kivity · 18 years ago
  30. 6d9658d KVM: always reload segment selectors by Ingo Molnar · 18 years ago
  31. 6af11b9 KVM: Prevent system selectors leaking into guest on real->protected mode transition on vmx by Avi Kivity · 18 years ago
  32. 27aba76 KVM: MMU: Fix host memory corruption on i386 with >= 4GB ram by Avi Kivity · 18 years ago
  33. ac1b714 KVM: MMU: Fix guest writes to nonpae pde by Avi Kivity · 18 years ago
  34. f5b42c3 KVM: Fix guest sysenter on vmx by Avi Kivity · 18 years ago
  35. ca45aaa KVM: Unset kvm_arch_ops if arch module loading failed by Avi Kivity · 18 years ago
  36. e9cdb1e KVM: Move kvmfs magic number to <linux/magic.h> by Andrew Morton · 18 years ago
  37. 58e690e KVM: Fix bogus failure in kvm.ko module initialization by Avi Kivity · 18 years ago
  38. ff990d5 KVM: Remove write access permissions when dirty-page-logging is enabled by Uri Lublin · 18 years ago
  39. 02b27c1 kvm: move do_remove_write_access() up by Uri Lublin · 18 years ago
  40. cd1a4a9 KVM: Fix dirty page log bitmap size/access calculation by Uri Lublin · 18 years ago
  41. ab51a43 KVM: Add missing calls to mark_page_dirty() by Uri Lublin · 18 years ago
  42. bccf215 KVM: Per-vcpu inodes by Avi Kivity · 18 years ago
  43. c5ea766 KVM: Move kvm_vm_ioctl_create_vcpu() around by Avi Kivity · 18 years ago
  44. 2c6f5df KVM: Rename some kvm_dev_ioctl_*() functions to kvm_vm_ioctl_*() by Avi Kivity · 18 years ago
  45. f17abe9 KVM: Create an inode per virtual machine by Avi Kivity · 18 years ago
  46. 37e29d9 KVM: Add internal filesystem for generating inodes by Avi Kivity · 18 years ago
  47. 19d1408 KVM: More 0 -> NULL conversions by Avi Kivity · 18 years ago
  48. 0152527 KVM: SVM: intercept SMI to handle it at host level by Joerg Roedel · 18 years ago
  49. cd20562 KVM: svm: init cr0 with the wp bit set by Avi Kivity · 18 years ago
  50. 270fd9b KVM: Wire up hypercall handlers to a central arch-independent location by Avi Kivity · 18 years ago
  51. 02e235b KVM: Add hypercall host support for svm by Avi Kivity · 18 years ago
  52. c21415e KVM: Add host hypercall support for vmx by Ingo Molnar · 18 years ago
  53. 102d832 KVM: add MSR based hypercall API by Ingo Molnar · 18 years ago
  54. 5972e95 KVM: Use page_private()/set_page_private() apis by Markus Rechberger · 18 years ago
  55. 9d8f549 KVM: Use ARRAY_SIZE macro instead of manual calculation. by Ahmed S. Darwish · 18 years ago
  56. de979ca KVM: vmx: hack set_cr0_no_modeswitch() to actually do modeswitch by Joerg Roedel · 18 years ago
  57. d27d4ac KVM: Cosmetics by Avi Kivity · 18 years ago
  58. 43934a3 KVM: Move virtualization deactivation from CPU_DEAD state to CPU_DOWN_PREPARE by Jeremy Katz · 18 years ago
  59. bf3f8e8 KVM: mmu: add missing dirty page tracking cases by Avi Kivity · 18 years ago
  60. 464d1a7 [PATCH] i386: Convert i386 PDA code to use %fs by Jeremy Fitzhardinge · 18 years ago
  61. 59ae6c6 [PATCH] KVM: Host suspend/resume support by Avi Kivity · 18 years ago
  62. 774c47f [PATCH] KVM: cpu hotplug support by Avi Kivity · 18 years ago
  63. 8d0be2b [PATCH] KVM: VMX: add vcpu_clear() by Avi Kivity · 18 years ago
  64. 133de90 [PATCH] KVM: Add a global list of all virtual machines by Avi Kivity · 18 years ago
  65. 1e8ba6f [PATCH] kvm: fix vcpu freeing bug by Ingo Molnar · 18 years ago
  66. 26bb83a [PATCH] kvm: VMX: Reload ds and es even in 64-bit mode by Avi Kivity · 18 years ago
  67. 5481034 [PATCH] kvm: Two-way apic tpr synchronization by Dor Laor · 18 years ago
  68. d92899a [PATCH] kvm: SVM: Hack initial cpu csbase to be consistent with intel by Avi Kivity · 18 years ago
  69. ac6c2bc [PATCH] kvm: Fix mmu going crazy of guest sets cr0.wp == 0 by Avi Kivity · 18 years ago
  70. 988ad74 [PATCH] kvm: vmx: handle triple faults by returning EXIT_REASON_SHUTDOWN to userspace by Avi Kivity · 18 years ago
  71. e119d11 [PATCH] kvm: Fix gva_to_gpa() by Avi Kivity · 18 years ago
  72. a0610dd [PATCH] kvm: Fix asm constraint for lldt instruction by S.Caglar Onur · 18 years ago
  73. 9695823 [PATCH] kvm: optimize inline assembly by Ingo Molnar · 18 years ago
  74. 11718b4d [PATCH] misc NULL noise removal by Al Viro · 18 years ago
  75. 8b6d44c [PATCH] kvm: NULL noise removal by Al Viro · 18 years ago
  76. 2f366987 [PATCH] kvm: __user annotations by Al Viro · 18 years ago
  77. 432bd6c [PATCH] KVM: fix lockup on 32-bit intel hosts with nx disabled in the bios by Avi Kivity · 18 years ago
  78. 49b14f2 [PATCH] Fix "CONFIG_X86_64_" typo in drivers/kvm/svm.c by Robert P. J. Day · 18 years ago
  79. 46fe4dd [PATCH] KVM: SVM: Propagate cpu shutdown events to userspace by Joerg Roedel · 18 years ago
  80. 73b1087 [PATCH] KVM: MMU: Report nx faults to the guest by Avi Kivity · 18 years ago
  81. 7993ba4 [PATCH] KVM: MMU: Perform access checks in walk_addr() by Avi Kivity · 18 years ago
  82. 6f00e68 [PATCH] KVM: Emulate IA32_MISC_ENABLE msr by Avi Kivity · 18 years ago
  83. bce66ca [PATCH] KVM: SVM: Fix SVM idt confusion by Leonard Norrgard · 18 years ago
  84. fc3dffe [PATCH] KVM: fix bogus pagefault on writable pages by Avi Kivity · 18 years ago
  85. 038e51d [PATCH] KVM: x86 emulator: fix bit string instructions by Avi Kivity · 18 years ago
  86. cccf748 [PATCH] KVM: fix race between mmio reads and injected interrupts by Avi Kivity · 18 years ago
  87. 0843847 [PATCH] KVM: make sure there is a vcpu context loaded when destroying the mmu by Avi Kivity · 18 years ago
  88. e001548 [PATCH] vmx: Fix register constraint in launch code by Herbert Xu · 18 years ago
  89. 07031e1 [PATCH] KVM: add VM-exit profiling by Ingo Molnar · 18 years ago
  90. 022a930 [PATCH] KVM: Simplify test for interrupt window by Dor Laor · 18 years ago
  91. 68a99f6d [PATCH] KVM: Simplify mmu_alloc_roots() by Ingo Molnar · 18 years ago
  92. d21225e [PATCH] KVM: Make loading cr3 more robust by Ingo Molnar · 18 years ago
  93. 760db77 [PATCH] KVM: MMU: Add missing dirty bit by Avi Kivity · 18 years ago
  94. 4db9c47 [PATCH] KVM: Don't set guest cr3 from vmx_vcpu_setup() by Avi Kivity · 18 years ago
  95. cc1d895 [PATCH] KVM: Add missing 'break' by Avi Kivity · 18 years ago
  96. 7f7417d [PATCH] KVM: Avoid oom on cr3 switch by Ingo Molnar · 18 years ago
  97. 86a2b42 [PATCH] KVM: Initialize vcpu->kvm a little earlier by Avi Kivity · 18 years ago
  98. e52de1b [PATCH] KVM: Improve reporting of vmwrite errors by Avi Kivity · 18 years ago
  99. 37a7d8b [PATCH] KVM: MMU: add audit code to check mappings, etc are correct by Avi Kivity · 18 years ago
  100. 9ede74e [PATCH] KVM: MMU: Destroy mmu while we still have a vcpu left by Avi Kivity · 18 years ago