1. cf5a94d KVM: SVM: Intercept the 'invd' and 'wbinvd' instructions by Avi Kivity · 17 years ago
  2. 56ba47d KVM: SVM: Defer nmi processing until switch to host state is complete by Avi Kivity · 17 years ago
  3. 7043338 KVM: SVM: Fix SMP with kernel apic by Avi Kivity · 17 years ago
  4. 054b136 KVM: Improve emulation failure reporting by Avi Kivity · 17 years ago
  5. 04d2cc7 KVM: Move main vcpu loop into subarch independent code by Avi Kivity · 17 years ago
  6. cbdd1be KVM: Rename kvm_arch_ops to kvm_x86_ops by Christian Ehrhardt · 17 years ago
  7. 1747fb7 KVM: Hoist SVM's get_cs_db_l_bits into core code. by Rusty Russell · 17 years ago
  8. b85b9ee9 KVM: Clean up unloved invlpg emulation by Rusty Russell · 17 years ago
  9. c9a1185 KVM: Remove the unused invlpg member of struct kvm_arch_ops. by Rusty Russell · 17 years ago
  10. a3d7f85 KVM: Migrate lapic hrtimer when vcpu moves to another cpu by Eddie Dong · 17 years ago
  11. 1b9778d KVM: Keep track of missed timer irq injections by Eddie Dong · 17 years ago
  12. 2a8067f KVM: pending irq save/restore by Eddie Dong · 17 years ago
  13. b6958ce KVM: Emulate hlt in the kernel by Eddie Dong · 17 years ago
  14. 97222cc KVM: Emulate local APIC in kernel by Eddie Dong · 17 years ago
  15. 7017fc3 KVM: Define and use cr8 access functions by Eddie Dong · 17 years ago
  16. 85f455f KVM: Add support for in-kernel PIC emulation by Eddie Dong · 17 years ago
  17. 7e66f35 KVM: Close minor race in signal handling by Avi Kivity · 17 years ago
  18. 3090dd7 KVM: Clean up kvm_setup_pio() by Laurent Vivier · 17 years ago
  19. e70669a KVM: Cleanup string I/O instruction emulation by Laurent Vivier · 17 years ago
  20. a477034 KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objects by Rusty Russell · 17 years ago
  21. f024247 KVM: Add and use pr_unimpl for standard formatting of unimplemented features by Rusty Russell · 17 years ago
  22. bfc733a KVM: SVM: Make set_msr_interception more reliable by Rusty Russell · 17 years ago
  23. 002c7f7 KVM: VMX: Add cpu consistency check by Yang, Sheng · 17 years ago
  24. b114b08 KVM: Use alignment properties of vcpu to simplify FPU ops by Rusty Russell · 17 years ago
  25. c16f862 KVM: Use kmem cache for allocating vcpus by Rusty Russell · 17 years ago
  26. e7d5d76 KVM: Remove kvm_{read,write}_guest() by Laurent Vivier · 17 years ago
  27. 0e5017d KVM: SVM: internal function name cleanup by Rusty Russell · 17 years ago
  28. e756fc6 KVM: SVM: de-containization by Rusty Russell · 17 years ago
  29. 3077c451 KVM: Remove three magic numbers by Rusty Russell · 17 years ago
  30. 11ec280 KVM: Convert vm lock to a mutex by Shaohua Li · 17 years ago
  31. 15ad714 KVM: Use the scheduler preemption notifiers to make kvm preemptible by Avi Kivity · 17 years ago
  32. fb3f0f5 KVM: Dynamically allocate vcpus by Rusty Russell · 17 years ago
  33. a2fa3e9 KVM: Remove arch specific components from the general code by Gregory Haskins · 17 years ago
  34. 8fc0d08 KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized. by Jeff Dike · 17 years ago
  35. 66aee91 KVM: Use standard CR4 flags, tighten checking by Rusty Russell · 17 years ago
  36. 707d92fa KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.h by Rusty Russell · 17 years ago
  37. dad3795 KVM: SMP: Add vcpu_id field in struct vcpu by Qing He · 17 years ago
  38. e495606 KVM: Clean up #includes by Avi Kivity · 17 years ago
  39. 6031a61 KVM: SVM: Reliably detect if SVM was disabled by BIOS by Joerg Roedel · 17 years ago
  40. 94cea1b KVM: Initialize the BSP bit in the APIC_BASE msr correctly by Avi Kivity · 17 years ago
  41. 129ee91 KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>) by Shani Moideen · 17 years ago
  42. d9e368d KVM: Flush remote tlbs when reducing shadow pte permissions by Avi Kivity · 17 years ago
  43. d3bef15 KVM: Move duplicate halt handling code into kvm_main.c by Avi Kivity · 17 years ago
  44. 17c3ba9 KVM: Lazy guest cr3 switching by Avi Kivity · 17 years ago
  45. c868133 KVM: SVM: Allow direct guest access to PC debug port by Anthony Liguori · 17 years ago
  46. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  47. 94dfbdb KVM: SVM: Only save/restore MSRs when needed by Anthony Liguori · 17 years ago
  48. 25c4c27 KVM: VMX: Properly shadow the CR0 register in the vcpu struct by Anthony Liguori · 17 years ago
  49. 7807fa6 KVM: Lazy FPU support for SVM by Anthony Liguori · 17 years ago
  50. 1165f5f KVM: Per-vcpu statistics by Avi Kivity · 17 years ago
  51. 364b625 KVM: SVM: Report hardware exit reason to userspace instead of dmesg by Avi Kivity · 17 years ago
  52. 5008fdf KVM: Use kernel-standard types by Avi Kivity · 17 years ago
  53. 80b7706 KVM: SVM: enable LBRV virtualization if available by Joerg Roedel · 17 years ago
  54. 55bf4028 KVM: Remove unused function by Michal Piotrowski · 17 years ago
  55. 0cc5064 KVM: SVM: Ensure timestamp counter monotonicity by Avi Kivity · 17 years ago
  56. 916ce23 KVM: SVM: forbid guest to execute monitor/mwait by Joerg Roedel · 17 years ago
  57. fcd3410 KVM: Remove unused and write-only variables by Avi Kivity · 17 years ago
  58. 6da63cf KVM: Don't allow the guest to turn off the cpu cache by Avi Kivity · 17 years ago
  59. f6528b0 KVM: Remove set_cr0_no_modeswitch() arch op by Avi Kivity · 17 years ago
  60. 039576c KVM: Avoid guest virtual addresses in string pio userspace interface by Avi Kivity · 17 years ago
  61. 6722c51c KVM: Initialize the apic_base msr on svm too by Avi Kivity · 17 years ago
  62. 1b19f3e KVM: Add a special exit reason when exiting due to an interrupt by Avi Kivity · 17 years ago
  63. 8eb7d33 KVM: Fold kvm_run::exit_type into kvm_run::exit_reason by Avi Kivity · 17 years ago
  64. 06465c5 KVM: Handle cpuid in the kernel instead of punting to userspace by Avi Kivity · 17 years ago
  65. 46fc147 KVM: Do not communicate to userspace through cpu registers during PIO by Avi Kivity · 17 years ago
  66. 510043d KVM: Use the generic skip_emulated_instruction() in hypercall code by Dor Laor · 17 years ago
  67. bccf215 KVM: Per-vcpu inodes by Avi Kivity · 17 years ago
  68. 0152527 KVM: SVM: intercept SMI to handle it at host level by Joerg Roedel · 17 years ago
  69. cd20562 KVM: svm: init cr0 with the wp bit set by Avi Kivity · 17 years ago
  70. 270fd9b KVM: Wire up hypercall handlers to a central arch-independent location by Avi Kivity · 17 years ago
  71. 02e235b KVM: Add hypercall host support for svm by Avi Kivity · 17 years ago
  72. 102d832 KVM: add MSR based hypercall API by Ingo Molnar · 17 years ago
  73. 9d8f549 KVM: Use ARRAY_SIZE macro instead of manual calculation. by Ahmed S. Darwish · 17 years ago
  74. d27d4ac KVM: Cosmetics by Avi Kivity · 17 years ago
  75. 774c47f [PATCH] KVM: cpu hotplug support by Avi Kivity · 17 years ago
  76. d92899a [PATCH] kvm: SVM: Hack initial cpu csbase to be consistent with intel by Avi Kivity · 17 years ago
  77. ac6c2bc [PATCH] kvm: Fix mmu going crazy of guest sets cr0.wp == 0 by Avi Kivity · 17 years ago
  78. 8b6d44c [PATCH] kvm: NULL noise removal by Al Viro · 17 years ago
  79. 49b14f2 [PATCH] Fix "CONFIG_X86_64_" typo in drivers/kvm/svm.c by Robert P. J. Day · 17 years ago
  80. 46fe4dd [PATCH] KVM: SVM: Propagate cpu shutdown events to userspace by Joerg Roedel · 17 years ago
  81. bce66ca [PATCH] KVM: SVM: Fix SVM idt confusion by Leonard Norrgard · 17 years ago
  82. cccf748 [PATCH] KVM: fix race between mmio reads and injected interrupts by Avi Kivity · 18 years ago
  83. 07031e1 [PATCH] KVM: add VM-exit profiling by Ingo Molnar · 18 years ago
  84. 022a930 [PATCH] KVM: Simplify test for interrupt window by Dor Laor · 18 years ago
  85. e2dec93 [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspace by Avi Kivity · 18 years ago
  86. 5f015a5 [PATCH] KVM: MMU: Remove invlpg interception by Avi Kivity · 18 years ago
  87. ebeace8 [PATCH] KVM: MMU: oom handling by Avi Kivity · 18 years ago
  88. 399badf [PATCH] KVM: Prevent stale bits in cr0 and cr4 by Avi Kivity · 18 years ago
  89. c1150d8 [PATCH] KVM: Improve interrupt response by Dor Laor · 18 years ago
  90. 3bab1f5 [PATCH] KVM: Move common msr handling to arch independent code by Avi Kivity · 18 years ago
  91. 671d656 [PATCH] KVM: Implement a few system configuration msrs by Avi Kivity · 18 years ago
  92. a9058ec [PATCH] KVM: Simplify is_long_mode() by Avi Kivity · 18 years ago
  93. 1e88546 [PATCH] KVM: Use boot_cpu_data instead of current_cpu_data by Avi Kivity · 18 years ago
  94. 0f8e3d3 [PATCH] KVM: Handle p5 mce msrs by Michael Riepe · 18 years ago
  95. 36241b8 [PATCH] KVM: AMD SVM: Save and restore the floating point unit state by Avi Kivity · 18 years ago
  96. 0e859ca [PATCH] KVM: AMD SVM: handle MSR_STAR in 32-bit mode by Avi Kivity · 18 years ago
  97. 873a7c4 [PATCH] KVM: Disallow the kvm-amd module on intel hardware, and vice versa by Avi Kivity · 18 years ago
  98. 05b3e0c [PATCH] KVM: Replace __x86_64__ with CONFIG_X86_64 by Avi Kivity · 18 years ago
  99. 5aff458 [PATCH] KVM: Clean up AMD SVM debug registers load and unload by Avi Kivity · 18 years ago
  100. 6aa8b73 [PATCH] kvm: userspace interface by Avi Kivity · 18 years ago