1. b85b9ee9 KVM: Clean up unloved invlpg emulation by Rusty Russell · 17 years ago
  2. c9a1185 KVM: Remove the unused invlpg member of struct kvm_arch_ops. by Rusty Russell · 17 years ago
  3. c5ec153 KVM: enable in-kernel APIC INIT/SIPI handling by He, Qing · 17 years ago
  4. 932f72a KVM: round robin for APIC lowest priority delivery mode by He, Qing · 17 years ago
  5. 2a8067f KVM: pending irq save/restore by Eddie Dong · 17 years ago
  6. b6958ce KVM: Emulate hlt in the kernel by Eddie Dong · 17 years ago
  7. 1fd4f2a KVM: In-kernel I/O APIC model by Eddie Dong · 17 years ago
  8. 97222cc KVM: Emulate local APIC in kernel by Eddie Dong · 17 years ago
  9. 7017fc3 KVM: Define and use cr8 access functions by Eddie Dong · 17 years ago
  10. 85f455f KVM: Add support for in-kernel PIC emulation by Eddie Dong · 17 years ago
  11. 2e2c618 KVM: Support more memory slots by Izik Eidus · 17 years ago
  12. 3090dd7 KVM: Clean up kvm_setup_pio() by Laurent Vivier · 17 years ago
  13. f024247 KVM: Add and use pr_unimpl for standard formatting of unimplemented features by Rusty Russell · 17 years ago
  14. 002c7f7 KVM: VMX: Add cpu consistency check by Yang, Sheng · 17 years ago
  15. b114b08 KVM: Use alignment properties of vcpu to simplify FPU ops by Rusty Russell · 17 years ago
  16. c16f862 KVM: Use kmem cache for allocating vcpus by Rusty Russell · 17 years ago
  17. e7d5d76 KVM: Remove kvm_{read,write}_guest() by Laurent Vivier · 17 years ago
  18. 11ec280 KVM: Convert vm lock to a mutex by Shaohua Li · 17 years ago
  19. 15ad714 KVM: Use the scheduler preemption notifiers to make kvm preemptible by Avi Kivity · 17 years ago
  20. fb3f0f5 KVM: Dynamically allocate vcpus by Rusty Russell · 17 years ago
  21. a2fa3e9 KVM: Remove arch specific components from the general code by Gregory Haskins · 17 years ago
  22. fe55188 KVM: Move gfn_to_page out of kmap/unmap pairs by Shaohua Li · 17 years ago
  23. 9eb829c KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header by Rusty Russell · 17 years ago
  24. 66aee91 KVM: Use standard CR4 flags, tighten checking by Rusty Russell · 17 years ago
  25. f802a30 KVM: Use standard CR3 flags, tighten checking by Rusty Russell · 17 years ago
  26. 707d92fa KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h by Rusty Russell · 17 years ago
  27. dad3795 KVM: SMP: Add vcpu_id field in struct vcpu by Qing He · 17 years ago
  28. 22d95b1 KVM: MMU: Fix rare oops on guest context switch by Avi Kivity · 17 years ago
  29. 35f3f28 KVM: x86 emulator: implement rdmsr and wrmsr by Avi Kivity · 17 years ago
  30. 90cb052 KVM: Fix memory slot management functions for guest smp by Avi Kivity · 17 years ago
  31. d55e2cb KVM: MMU: Store nx bit for large page shadows by Avi Kivity · 17 years ago
  32. 7490634 KVM: Add support for in-kernel pio handlers by Eddie Dong · 17 years ago
  33. 2eeb2e9 KVM: Adds support for in-kernel mmio handlers by Gregory Haskins · 17 years ago
  34. d9e368d KVM: Flush remote tlbs when reducing shadow pte permissions by Avi Kivity · 17 years ago
  35. 39c3b86 KVM: Keep an upper bound of initialized vcpus by Avi Kivity · 17 years ago
  36. 72d6e5a KVM: Emulate hlt on real mode for Intel by Avi Kivity · 17 years ago
  37. d3bef15 KVM: Move duplicate halt handling code into kvm_main.c by Avi Kivity · 17 years ago
  38. ef9254d KVM: Enable guest smp by Avi Kivity · 17 years ago
  39. 17c3ba9 KVM: Lazy guest cr3 switching by Avi Kivity · 17 years ago
  40. d3d25b0 KVM: MMU: Use slab caches for shadow pages and their headers by Avi Kivity · 17 years ago
  41. 06ff0d3 KVM: Fix includes by Markus Rechberger · 17 years ago
  42. 2cc5156 KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexit by Eddie Dong · 17 years ago
  43. a75beee KVM: VMX: Avoid saving and restoring msrs on lightweight vmexit by Eddie Dong · 17 years ago
  44. 47ad8e6 KVM: MMU: Store shadow page tables as kernel virtual addresses, not physical by Avi Kivity · 17 years ago
  45. a3a0636 KVM: Set cr0.mp for guests by Avi Kivity · 17 years ago
  46. 5fd86fc KVM: Consolidate guest fpu activation and deactivation by Avi Kivity · 17 years ago
  47. 33ed632 KVM: Fix potential guest state leak into host by Avi Kivity · 17 years ago
  48. 7494c0c KVM: Increase mmu shadow cache to 1024 pages by Avi Kivity · 17 years ago
  49. 09072da KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write() by Avi Kivity · 17 years ago
  50. e6adf28 KVM: Avoid saving and restoring some host CPU state on lightweight vmexit by Avi Kivity · 17 years ago
  51. 7702fd1 KVM: Prevent guest fpu state from leaking into the host by Avi Kivity · 17 years ago
  52. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  53. e7df56e KVM: Remove extraneous guest entry on mmio read by Avi Kivity · 17 years ago
  54. 25c4c27 KVM: VMX: Properly shadow the CR0 register in the vcpu struct by Anthony Liguori · 17 years ago
  55. 7807fa6 KVM: Lazy FPU support for SVM by Anthony Liguori · 17 years ago
  56. 1165f5f KVM: Per-vcpu statistics by Avi Kivity · 17 years ago
  57. b5a33a7 KVM: Use slab caches to allocate mmu data structures by Avi Kivity · 17 years ago
  58. e820754 KVM: Add physical memory aliasing feature by Avi Kivity · 17 years ago
  59. 954bbbc KVM: Simply gfn_to_page() by Avi Kivity · 17 years ago
  60. e0fa826 KVM: Add mmu cache clear function by Dor Laor · 17 years ago
  61. 0cc5064 KVM: SVM: Ensure timestamp counter monotonicity by Avi Kivity · 17 years ago
  62. d28c6cfb KVM: MMU: Fix hugepage pdes mapping same physical address with different access by Avi Kivity · 17 years ago
  63. f6528b0 KVM: Remove set_cr0_no_modeswitch() arch op by Avi Kivity · 17 years ago
  64. aac0122 KVM: MMU: Remove global pte tracking by Avi Kivity · 17 years ago
  65. 039576c KVM: Avoid guest virtual addresses in string pio userspace interface by Avi Kivity · 17 years ago
  66. 1961d27 KVM: Add guest mode signal mask by Avi Kivity · 17 years ago
  67. 06465c5 KVM: Handle cpuid in the kernel instead of punting to userspace by Avi Kivity · 17 years ago
  68. 46fc147 KVM: Do not communicate to userspace through cpu registers during PIO by Avi Kivity · 17 years ago
  69. 9a2bb7f KVM: Use a shared page for kernel/user communication when runing a vcpu by Avi Kivity · 17 years ago
  70. bccf215 KVM: Per-vcpu inodes by Avi Kivity · 17 years ago
  71. 270fd9b KVM: Wire up hypercall handlers to a central arch-independent location by Avi Kivity · 17 years ago
  72. 102d832 KVM: add MSR based hypercall API by Ingo Molnar · 17 years ago
  73. 5972e95 KVM: Use page_private()/set_page_private() apis by Markus Rechberger · 17 years ago
  74. 774c47f [PATCH] KVM: cpu hotplug support by Avi Kivity · 17 years ago
  75. 133de90 [PATCH] KVM: Add a global list of all virtual machines by Avi Kivity · 17 years ago
  76. a0610dd [PATCH] kvm: Fix asm constraint for lldt instruction by S.Caglar Onur · 17 years ago
  77. 6f00e68 [PATCH] KVM: Emulate IA32_MISC_ENABLE msr by Avi Kivity · 18 years ago
  78. 714b93d [PATCH] KVM: MMU: Replace atomic allocations by preallocated objects by Avi Kivity · 18 years ago
  79. 3bb65a2 [PATCH] KVM: MMU: Never free a shadow page actively serving as a root by Avi Kivity · 18 years ago
  80. 86a5ba0 [PATCH] KVM: MMU: Page table write flood protection by Avi Kivity · 18 years ago
  81. 5f015a5 [PATCH] KVM: MMU: Remove invlpg interception by Avi Kivity · 18 years ago
  82. ebeace8 [PATCH] KVM: MMU: oom handling by Avi Kivity · 18 years ago
  83. a436036 [PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the page by Avi Kivity · 18 years ago
  84. da4a00f [PATCH] KVM: MMU: Support emulated writes into RAM by Avi Kivity · 18 years ago
  85. cea0f0e [PATCH] KVM: MMU: Shadow page table caching by Avi Kivity · 18 years ago
  86. 17ac10a [PATCH] KVM: MU: Special treatment for shadow pae root pages by Avi Kivity · 18 years ago
  87. 1342d35 [PATCH] KVM: MMU: Load the pae pdptrs on cr3 change like the processor does by Avi Kivity · 18 years ago
  88. cd4a4e5 [PATCH] KVM: MMU: Implement simple reverse mapping by Avi Kivity · 18 years ago
  89. 399badf [PATCH] KVM: Prevent stale bits in cr0 and cr4 by Avi Kivity · 18 years ago
  90. c1150d8 [PATCH] KVM: Improve interrupt response by Dor Laor · 18 years ago
  91. 8018c27 [PATCH] kvm: fix GFP_KERNEL allocation in atomic section in kvm_dev_ioctl_create_vcpu() by Ingo Molnar · 18 years ago
  92. 3bab1f5 [PATCH] KVM: Move common msr handling to arch independent code by Avi Kivity · 18 years ago
  93. a9058ec [PATCH] KVM: Simplify is_long_mode() by Avi Kivity · 18 years ago
  94. 05b3e0c [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64 by Avi Kivity · 18 years ago
  95. 6aa8b73 [PATCH] kvm: userspace interface by Avi Kivity · 18 years ago