1. fb76441 KVM: Don't assign vcpu->cr3 if it's invalid: check first, set last by Rusty Russell · 17 years ago
  2. 002c7f7 KVM: VMX: Add cpu consistency check by Yang, Sheng · 17 years ago
  3. 3921491 KVM: kvm_vm_ioctl_get_dirty_log restore "nothing dirty" optimization by Rusty Russell · 17 years ago
  4. b114b08 KVM: Use alignment properties of vcpu to simplify FPU ops by Rusty Russell · 17 years ago
  5. c16f862 KVM: Use kmem cache for allocating vcpus by Rusty Russell · 17 years ago
  6. e7d5d76 KVM: Remove kvm_{read,write}_guest() by Laurent Vivier · 17 years ago
  7. cebff02 KVM: Change the emulator_{read,write,cmpxchg}_* functions to take a vcpu by Laurent Vivier · 17 years ago
  8. 3077c451 KVM: Remove three magic numbers by Rusty Russell · 17 years ago
  9. 9bd0150 KVM: fx_init() needs preemption disabled while it plays with the FPU state by Rusty Russell · 17 years ago
  10. 11ec280 KVM: Convert vm lock to a mutex by Shaohua Li · 17 years ago
  11. 15ad714 KVM: Use the scheduler preemption notifiers to make kvm preemptible by Avi Kivity · 17 years ago
  12. 519ef35 KVM: add hypercall nr to kvm_run by Jeff Dike · 17 years ago
  13. fb3f0f5 KVM: Dynamically allocate vcpus by Rusty Russell · 17 years ago
  14. a2fa3e9 KVM: Remove arch specific components from the general code by Gregory Haskins · 17 years ago
  15. c820c2a KVM: load_pdptrs() cleanups by Rusty Russell · 17 years ago
  16. fe55188 KVM: Move gfn_to_page out of kmap/unmap pairs by Shaohua Li · 17 years ago
  17. 310bc76 KVM: Return if the pdptrs are invalid when the guest turns on PAE. by Rusty Russell · 17 years ago
  18. 7075bc8 KVM: Use standard CR8 flags, and fix TPR definition by Rusty Russell · 17 years ago
  19. 8fc0d08 KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized. by Jeff Dike · 17 years ago
  20. 9eb829c KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header by Rusty Russell · 17 years ago
  21. 66aee91 KVM: Use standard CR4 flags, tighten checking by Rusty Russell · 17 years ago
  22. f802a30 KVM: Use standard CR3 flags, tighten checking by Rusty Russell · 17 years ago
  23. 707d92f KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h by Rusty Russell · 17 years ago
  24. 9a2b85c KVM: Trivial: Avoid hardware_disable predeclaration by Rusty Russell · 17 years ago
  25. 65619eb KVM: In-kernel string pio write support by Eddie Dong · 17 years ago
  26. dad3795 KVM: SMP: Add vcpu_id field in struct vcpu by Qing He · 17 years ago
  27. cd0d913 KVM: Fix *nopage() in kvm_main.c by Nguyen Anh Quynh · 17 years ago
  28. 6ec8a85 KVM: Avoid calling smp_call_function_single() with interrupts disabled by Avi Kivity · 17 years ago
  29. 4c981b4 KVM: Fix removal of nx capability from guest cpuid by Avi Kivity · 17 years ago
  30. 7cfa4b0 Revert "KVM: Avoid useless memory write when possible" by Avi Kivity · 17 years ago
  31. 5e58cfe KVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu race by Rusty Russell · 17 years ago
  32. b0fcd90 KVM: Correctly handle writes crossing a page boundary by Avi Kivity · 17 years ago
  33. 35f3f28 KVM: x86 emulator: implement rdmsr and wrmsr by Avi Kivity · 17 years ago
  34. 90cb052 KVM: Fix memory slot management functions for guest smp by Avi Kivity · 17 years ago
  35. cec9ad2 KVM: Use CPU_DYING for disabling virtualization by Avi Kivity · 17 years ago
  36. 4267c41 KVM: Tune hotplug/suspend IPIs by Avi Kivity · 17 years ago
  37. 1b6c016 KVM: Keep track of which cpus have virtualization enabled by Avi Kivity · 17 years ago
  38. e495606 KVM: Clean up #includes by Avi Kivity · 17 years ago
  39. d6d2816 KVM: Remove kvmfs in favor of the anonymous inodes source by Avi Kivity · 17 years ago
  40. a3c870b KVM: Avoid useless memory write when possible by Luca Tettamanti · 17 years ago
  41. 7490634 KVM: Add support for in-kernel pio handlers by Eddie Dong · 17 years ago
  42. 2eeb2e9 KVM: Adds support for in-kernel mmio handlers by Gregory Haskins · 17 years ago
  43. d9e368d KVM: Flush remote tlbs when reducing shadow pte permissions by Avi Kivity · 17 years ago
  44. 39c3b86 KVM: Keep an upper bound of initialized vcpus by Avi Kivity · 17 years ago
  45. d3bef15 KVM: Move duplicate halt handling code into kvm_main.c by Avi Kivity · 17 years ago
  46. 120e9a4 KVM: Fix adding an smp virtual machine to the vm list by Avi Kivity · 17 years ago
  47. 7b53aa5 KVM: Fix vcpu freeing for guest smp by Avi Kivity · 17 years ago
  48. 3138994 KVM: Remove unnecessary initialization and checks in mark_page_dirty() by Nguyen Anh Quynh · 17 years ago
  49. d3d25b0 KVM: MMU: Use slab caches for shadow pages and their headers by Avi Kivity · 17 years ago
  50. 2cc5156 KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexit by Eddie Dong · 17 years ago
  51. 2dc7094 KVM: Implement IA32_EBL_CR_POWERON msr by Matthew Gregan · 17 years ago
  52. 09072da KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write() by Avi Kivity · 17 years ago
  53. e6adf28 KVM: Avoid saving and restoring some host CPU state on lightweight vmexit by Avi Kivity · 17 years ago
  54. 7702fd1 KVM: Prevent guest fpu state from leaking into the host by Avi Kivity · 17 years ago
  55. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  56. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  57. 02c8320 KVM: Don't require explicit indication of completion of mmio or pio by Avi Kivity · 17 years ago
  58. e7df56e KVM: Remove extraneous guest entry on mmio read by Avi Kivity · 17 years ago
  59. 25c4c27 KVM: VMX: Properly shadow the CR0 register in the vcpu struct by Anthony Liguori · 17 years ago
  60. 4c690a1 KVM: Allow passing 64-bit values to the emulated read/write API by Avi Kivity · 17 years ago
  61. 1165f5f KVM: Per-vcpu statistics by Avi Kivity · 17 years ago
  62. 3fca036 KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cycles by Yaozu Dong · 17 years ago
  63. c9047f5 KVM: Handle guest page faults when emulating mmio by Avi Kivity · 17 years ago
  64. b5a33a7 KVM: Use slab caches to allocate mmu data structures by Avi Kivity · 17 years ago
  65. d917a6b KVM: Initialize cr0 to indicate an fpu is present by Avi Kivity · 17 years ago
  66. b883673 KVM: Add fpu get/set operations by Avi Kivity · 17 years ago
  67. e820754 KVM: Add physical memory aliasing feature by Avi Kivity · 17 years ago
  68. 954bbbc2 KVM: Simply gfn_to_page() by Avi Kivity · 17 years ago
  69. 0e5bf0d KVM: Handle writes to MCG_STATUS msr by Sergey Kiselev · 17 years ago
  70. 024aa1c KVM: Modify guest segments after potentially switching modes by Avi Kivity · 17 years ago
  71. f6528b0 KVM: Remove set_cr0_no_modeswitch() arch op by Avi Kivity · 17 years ago
  72. 039576c KVM: Avoid guest virtual addresses in string pio userspace interface by Avi Kivity · 17 years ago
  73. f0fe510 KVM: Future-proof argument-less ioctls by Avi Kivity · 17 years ago
  74. 07c45a3 KVM: Allow kernel to select size of mmap() buffer by Avi Kivity · 17 years ago
  75. 1961d27 KVM: Add guest mode signal mask by Avi Kivity · 17 years ago
  76. 8eb7d33 KVM: Fold kvm_run::exit_type into kvm_run::exit_reason by Avi Kivity · 17 years ago
  77. b4e63f5 KVM: Allow userspace to process hypercalls which have no kernel handler by Avi Kivity · 17 years ago
  78. 5d308f4 KVM: Add method to check for backwards-compatible API extensions by Avi Kivity · 17 years ago
  79. 106b552 KVM: Remove the 'emulated' field from the userspace interface by Avi Kivity · 17 years ago
  80. 06465c5 KVM: Handle cpuid in the kernel instead of punting to userspace by Avi Kivity · 17 years ago
  81. 46fc147 KVM: Do not communicate to userspace through cpu registers during PIO by Avi Kivity · 17 years ago
  82. 9a2bb7f KVM: Use a shared page for kernel/user communication when runing a vcpu by Avi Kivity · 17 years ago
  83. bbe4432 KVM: Use own minor number by Avi Kivity · 17 years ago
  84. 9b22bf5 KVM: Fix guest register corruption on paravirt hypercall by Dor Laor · 17 years ago
  85. ca45aaa KVM: Unset kvm_arch_ops if arch module loading failed by Avi Kivity · 17 years ago
  86. e9cdb1e KVM: Move kvmfs magic number to <linux/magic.h> by Andrew Morton · 17 years ago
  87. 58e690e KVM: Fix bogus failure in kvm.ko module initialization by Avi Kivity · 17 years ago
  88. ff990d5 KVM: Remove write access permissions when dirty-page-logging is enabled by Uri Lublin · 17 years ago
  89. 02b27c1 kvm: move do_remove_write_access() up by Uri Lublin · 17 years ago
  90. cd1a4a9 KVM: Fix dirty page log bitmap size/access calculation by Uri Lublin · 17 years ago
  91. ab51a43 KVM: Add missing calls to mark_page_dirty() by Uri Lublin · 17 years ago
  92. bccf215 KVM: Per-vcpu inodes by Avi Kivity · 17 years ago
  93. c5ea766 KVM: Move kvm_vm_ioctl_create_vcpu() around by Avi Kivity · 17 years ago
  94. 2c6f5df KVM: Rename some kvm_dev_ioctl_*() functions to kvm_vm_ioctl_*() by Avi Kivity · 17 years ago
  95. f17abe9 KVM: Create an inode per virtual machine by Avi Kivity · 17 years ago
  96. 37e29d9 KVM: Add internal filesystem for generating inodes by Avi Kivity · 17 years ago
  97. 19d1408 KVM: More 0 -> NULL conversions by Avi Kivity · 17 years ago
  98. 270fd9b KVM: Wire up hypercall handlers to a central arch-independent location by Avi Kivity · 17 years ago
  99. 102d832 KVM: add MSR based hypercall API by Ingo Molnar · 17 years ago
  100. 5972e95 KVM: Use page_private()/set_page_private() apis by Markus Rechberger · 17 years ago