1. 290fc38 KVM: Remove the usage of page->private field by rmap by Izik Eidus · 17 years ago
  2. a22436b KVM: Purify x86_decode_insn() error case management by Laurent Vivier · 17 years ago
  3. 2176486 KVM: MMU: Ignore reserved bits in cr3 in non-pae mode by Ryan Harper · 17 years ago
  4. c7addb9 KVM: Allow not-present guest page faults to bypass kvm by Avi Kivity · 17 years ago
  5. 3427318 KVM: Call x86_decode_insn() only when needed by Laurent Vivier · 17 years ago
  6. 1be3aa4 KVM: emulate_instruction() calls now x86_decode_insn() and x86_emulate_insn() by Laurent Vivier · 17 years ago
  7. 7aa81cc KVM: Refactor hypercall infrastructure (v3) by Anthony Liguori · 17 years ago
  8. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  9. 404fb88 KVM: SVM: Fix FPU leak while emulating clts by Amit Shah · 17 years ago
  10. 49d3bd7 KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs() by Laurent Vivier · 17 years ago
  11. 0552f73 KVM: Move kvm_guest_exit() after local_irq_enable() by Laurent Vivier · 17 years ago
  12. d172fcd sched: guest CPU accounting: maintain guest state in KVM by Laurent Vivier · 17 years ago
  13. 0967b7b KVM: Skip pio instruction when it is emulated, not executed by Avi Kivity · 17 years ago
  14. 054b136 KVM: Improve emulation failure reporting by Avi Kivity · 17 years ago
  15. 04d2cc7 KVM: Move main vcpu loop into subarch independent code by Avi Kivity · 17 years ago
  16. cbdd1be KVM: Rename kvm_arch_ops to kvm_x86_ops by Christian Ehrhardt · 17 years ago
  17. 0d8d2bd KVM: Simplify memory allocation by Laurent Vivier · 17 years ago
  18. 1747fb7 KVM: Hoist SVM's get_cs_db_l_bits into core code. by Rusty Russell · 17 years ago
  19. 81f50e3 KVM: Keep control regs in sync by Rusty Russell · 17 years ago
  20. 380102c KVM: Set the ET flag in CR0 after initializing FX by Amit Shah · 17 years ago
  21. c5ec153 KVM: enable in-kernel APIC INIT/SIPI handling by He, Qing · 17 years ago
  22. 5cd4f6f KVM: disable tpr/cr8 sync when in-kernel APIC is used by He, Qing · 17 years ago
  23. 1b9778d KVM: Keep track of missed timer irq injections by Eddie Dong · 17 years ago
  24. 2a8067f KVM: pending irq save/restore by Eddie Dong · 17 years ago
  25. 96ad2cc KVM: in-kernel LAPIC save and restore support by Eddie Dong · 17 years ago
  26. 6bf9e96 KVM: in-kernel IOAPIC save and restore support by He, Qing · 17 years ago
  27. c52fb35 KVM: Bypass irq_pending get/set when using in kernel irqchip by He, Qing · 17 years ago
  28. 6ceb9d7 KVM: Add get/set irqchip ioctls for in-kernel PIC live migration support by He, Qing · 17 years ago
  29. 9cf9882 KVM: Protect in-kernel pio using kvm->lock by Eddie Dong · 17 years ago
  30. b6958ce KVM: Emulate hlt in the kernel by Eddie Dong · 17 years ago
  31. 1fd4f2a KVM: In-kernel I/O APIC model by Eddie Dong · 17 years ago
  32. 97222cc KVM: Emulate local APIC in kernel by Eddie Dong · 17 years ago
  33. 7017fc3 KVM: Define and use cr8 access functions by Eddie Dong · 17 years ago
  34. 85f455f KVM: Add support for in-kernel PIC emulation by Eddie Dong · 17 years ago
  35. 3090dd7 KVM: Clean up kvm_setup_pio() by Laurent Vivier · 17 years ago
  36. e70669a KVM: Cleanup string I/O instruction emulation by Laurent Vivier · 17 years ago
  37. 9fdaaac KVM: Remove useless assignment by Laurent Vivier · 17 years ago
  38. f024247 KVM: Add and use pr_unimpl for standard formatting of unimplemented features by Rusty Russell · 17 years ago
  39. 33830b4 KVM: Remove unneeded kvm_dev_open and kvm_dev_release functions. by Rusty Russell · 17 years ago
  40. 3dea7ca KVM: Remove stat_set from debugfs by Rusty Russell · 17 years ago
  41. 7e9d619 KVM: Cleanup mark_page_dirty by Rusty Russell · 17 years ago
  42. fb76441 KVM: Don't assign vcpu->cr3 if it's invalid: check first, set last by Rusty Russell · 17 years ago
  43. 002c7f7 KVM: VMX: Add cpu consistency check by Yang, Sheng · 17 years ago
  44. 3921491 KVM: kvm_vm_ioctl_get_dirty_log restore "nothing dirty" optimization by Rusty Russell · 17 years ago
  45. b114b08 KVM: Use alignment properties of vcpu to simplify FPU ops by Rusty Russell · 17 years ago
  46. c16f862 KVM: Use kmem cache for allocating vcpus by Rusty Russell · 17 years ago
  47. e7d5d76 KVM: Remove kvm_{read,write}_guest() by Laurent Vivier · 17 years ago
  48. cebff02 KVM: Change the emulator_{read,write,cmpxchg}_* functions to take a vcpu by Laurent Vivier · 17 years ago
  49. 3077c451 KVM: Remove three magic numbers by Rusty Russell · 17 years ago
  50. 9bd0150 KVM: fx_init() needs preemption disabled while it plays with the FPU state by Rusty Russell · 17 years ago
  51. 11ec280 KVM: Convert vm lock to a mutex by Shaohua Li · 17 years ago
  52. 15ad714 KVM: Use the scheduler preemption notifiers to make kvm preemptible by Avi Kivity · 17 years ago
  53. 519ef35 KVM: add hypercall nr to kvm_run by Jeff Dike · 17 years ago
  54. fb3f0f5 KVM: Dynamically allocate vcpus by Rusty Russell · 17 years ago
  55. a2fa3e9 KVM: Remove arch specific components from the general code by Gregory Haskins · 17 years ago
  56. c820c2a KVM: load_pdptrs() cleanups by Rusty Russell · 17 years ago
  57. fe55188 KVM: Move gfn_to_page out of kmap/unmap pairs by Shaohua Li · 17 years ago
  58. 310bc76 KVM: Return if the pdptrs are invalid when the guest turns on PAE. by Rusty Russell · 17 years ago
  59. 7075bc8 KVM: Use standard CR8 flags, and fix TPR definition by Rusty Russell · 17 years ago
  60. 8fc0d08 KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized. by Jeff Dike · 17 years ago
  61. 9eb829c KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header by Rusty Russell · 17 years ago
  62. 66aee91 KVM: Use standard CR4 flags, tighten checking by Rusty Russell · 17 years ago
  63. f802a30 KVM: Use standard CR3 flags, tighten checking by Rusty Russell · 17 years ago
  64. 707d92fa KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h by Rusty Russell · 17 years ago
  65. 9a2b85c KVM: Trivial: Avoid hardware_disable predeclaration by Rusty Russell · 17 years ago
  66. 65619eb KVM: In-kernel string pio write support by Eddie Dong · 17 years ago
  67. dad3795 KVM: SMP: Add vcpu_id field in struct vcpu by Qing He · 17 years ago
  68. cd0d913 KVM: Fix *nopage() in kvm_main.c by Nguyen Anh Quynh · 17 years ago
  69. 6ec8a856 KVM: Avoid calling smp_call_function_single() with interrupts disabled by Avi Kivity · 17 years ago
  70. 4c981b4 KVM: Fix removal of nx capability from guest cpuid by Avi Kivity · 17 years ago
  71. 7cfa4b0 Revert "KVM: Avoid useless memory write when possible" by Avi Kivity · 17 years ago
  72. 5e58cfe KVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu race by Rusty Russell · 17 years ago
  73. b0fcd90 KVM: Correctly handle writes crossing a page boundary by Avi Kivity · 17 years ago
  74. 35f3f28 KVM: x86 emulator: implement rdmsr and wrmsr by Avi Kivity · 17 years ago
  75. 90cb052 KVM: Fix memory slot management functions for guest smp by Avi Kivity · 17 years ago
  76. cec9ad2 KVM: Use CPU_DYING for disabling virtualization by Avi Kivity · 17 years ago
  77. 4267c41 KVM: Tune hotplug/suspend IPIs by Avi Kivity · 17 years ago
  78. 1b6c016 KVM: Keep track of which cpus have virtualization enabled by Avi Kivity · 17 years ago
  79. e495606 KVM: Clean up #includes by Avi Kivity · 17 years ago
  80. d6d2816 KVM: Remove kvmfs in favor of the anonymous inodes source by Avi Kivity · 17 years ago
  81. a3c870b KVM: Avoid useless memory write when possible by Luca Tettamanti · 17 years ago
  82. 7490634 KVM: Add support for in-kernel pio handlers by Eddie Dong · 17 years ago
  83. 2eeb2e9 KVM: Adds support for in-kernel mmio handlers by Gregory Haskins · 17 years ago
  84. d9e368d KVM: Flush remote tlbs when reducing shadow pte permissions by Avi Kivity · 17 years ago
  85. 39c3b86 KVM: Keep an upper bound of initialized vcpus by Avi Kivity · 17 years ago
  86. d3bef15 KVM: Move duplicate halt handling code into kvm_main.c by Avi Kivity · 17 years ago
  87. 120e9a4 KVM: Fix adding an smp virtual machine to the vm list by Avi Kivity · 17 years ago
  88. 7b53aa5 KVM: Fix vcpu freeing for guest smp by Avi Kivity · 17 years ago
  89. 3138994 KVM: Remove unnecessary initialization and checks in mark_page_dirty() by Nguyen Anh Quynh · 17 years ago
  90. d3d25b0 KVM: MMU: Use slab caches for shadow pages and their headers by Avi Kivity · 17 years ago
  91. 2cc5156 KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexit by Eddie Dong · 17 years ago
  92. 2dc7094 KVM: Implement IA32_EBL_CR_POWERON msr by Matthew Gregan · 17 years ago
  93. 09072da KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write() by Avi Kivity · 17 years ago
  94. e6adf28 KVM: Avoid saving and restoring some host CPU state on lightweight vmexit by Avi Kivity · 17 years ago
  95. 7702fd1 KVM: Prevent guest fpu state from leaking into the host by Avi Kivity · 17 years ago
  96. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  97. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  98. 02c8320 KVM: Don't require explicit indication of completion of mmio or pio by Avi Kivity · 17 years ago
  99. e7df56e KVM: Remove extraneous guest entry on mmio read by Avi Kivity · 17 years ago
  100. 25c4c27 KVM: VMX: Properly shadow the CR0 register in the vcpu struct by Anthony Liguori · 17 years ago