1. cec9ad2 KVM: Use CPU_DYING for disabling virtualization by Avi Kivity · 17 years ago
  2. 4267c41 KVM: Tune hotplug/suspend IPIs by Avi Kivity · 17 years ago
  3. 1b6c016 KVM: Keep track of which cpus have virtualization enabled by Avi Kivity · 17 years ago
  4. e495606 KVM: Clean up #includes by Avi Kivity · 17 years ago
  5. d6d2816 KVM: Remove kvmfs in favor of the anonymous inodes source by Avi Kivity · 17 years ago
  6. 6031a61 KVM: SVM: Reliably detect if SVM was disabled by BIOS by Joerg Roedel · 17 years ago
  7. 796fd1b KVM: VMX: Remove unnecessary code in vmx_tlb_flush() by Avi Kivity · 17 years ago
  8. 88a97f0 KVM: MMU: Fix Wrong tlb flush order by Shaohua Li · 17 years ago
  9. 75880a0 KVM: VMX: Reinitialize the real-mode tss when entering real mode by Avi Kivity · 17 years ago
  10. a3c870b KVM: Avoid useless memory write when possible by Luca Tettamanti · 17 years ago
  11. 02c03a3 KVM: Fix x86 emulator writeback by Luca Tettamanti · 17 years ago
  12. 7490634 KVM: Add support for in-kernel pio handlers by Eddie Dong · 17 years ago
  13. ff1dc79 KVM: VMX: Fix interrupt checking on lightweight exit by Gregory Haskins · 17 years ago
  14. 2eeb2e9 KVM: Adds support for in-kernel mmio handlers by Gregory Haskins · 17 years ago
  15. d9413cd KVM: Implement emulation of instruction "ret" (opcode 0xc3) by Nitin A Kamble · 17 years ago
  16. 7f0aaee KVM: Implement emulation of "pop reg" instruction (opcode 0x58-0x5f) by Nitin A Kamble · 17 years ago
  17. 7700270 KVM: VMX: Ensure vcpu time stamp counter is monotonous by Avi Kivity · 17 years ago
  18. 94cea1b KVM: Initialize the BSP bit in the APIC_BASE msr correctly by Avi Kivity · 17 years ago
  19. a3870c4 KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>) by Shani Moideen · 17 years ago
  20. 129ee91 KVM: SVM: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>) by Shani Moideen · 17 years ago
  21. d9e368d KVM: Flush remote tlbs when reducing shadow pte permissions by Avi Kivity · 17 years ago
  22. 39c3b86 KVM: Keep an upper bound of initialized vcpus by Avi Kivity · 17 years ago
  23. 72d6e5a KVM: Emulate hlt on real mode for Intel by Avi Kivity · 17 years ago
  24. d3bef15 KVM: Move duplicate halt handling code into kvm_main.c by Avi Kivity · 17 years ago
  25. ef9254d KVM: Enable guest smp by Avi Kivity · 17 years ago
  26. 120e9a4 KVM: Fix adding an smp virtual machine to the vm list by Avi Kivity · 17 years ago
  27. 7b53aa5 KVM: Fix vcpu freeing for guest smp by Avi Kivity · 17 years ago
  28. 3138994 KVM: Remove unnecessary initialization and checks in mark_page_dirty() by Nguyen Anh Quynh · 17 years ago
  29. 50a3485 KVM: Replace C code with call to ARRAY_SIZE() macro. by Robert P. J. Day · 17 years ago
  30. 17c3ba9 KVM: Lazy guest cr3 switching by Avi Kivity · 17 years ago
  31. bd2b2ba KVM: MMU: Remove unused large page marker by Avi Kivity · 17 years ago
  32. b64b376 KVM: MMU: Don't cache guest access bits in the shadow page table by Avi Kivity · 17 years ago
  33. fd97dc5 KVM: MMU: Simpify accessed/dirty/present/nx bit handling by Avi Kivity · 17 years ago
  34. 4436d46 KVM: MMU: Remove cr0.wp tricks by Avi Kivity · 17 years ago
  35. e663ee6 KVM: MMU: Make setting shadow ptes atomic on i386 by Avi Kivity · 17 years ago
  36. 0d551bb KVM: Make shadow pte updates atomic by Avi Kivity · 17 years ago
  37. a18de5a KVM: Move shadow pte modifications from set_pte/set_pde to set_pde_common() by Avi Kivity · 17 years ago
  38. 97a0a01 KVM: MMU: Fold fix_write_pf() into set_pte_common() by Avi Kivity · 17 years ago
  39. 63b1ad2 KVM: MMU: Fold fix_read_pf() into set_pte_common() by Avi Kivity · 17 years ago
  40. 6598c8b KVM: MMU: Pass the guest pde to set_pte_common by Avi Kivity · 17 years ago
  41. e60d75e KVM: MMU: Move set_pte_common() to pte width dependent code by Avi Kivity · 17 years ago
  42. ef0197e KVM: MMU: Simplify fetch() a little bit by Avi Kivity · 17 years ago
  43. d3d25b0 KVM: MMU: Use slab caches for shadow pages and their headers by Avi Kivity · 17 years ago
  44. 8d72820 KVM: Use symbolic constants instead of magic numbers by Eddie Dong · 17 years ago
  45. 06ff0d3 KVM: Fix includes by Markus Rechberger · 17 years ago
  46. 687fdbf KVM: x86 emulator: implement wbinvd by Avi Kivity · 17 years ago
  47. de06206 Use menuconfig objects II - KVM/Virt by Jan Engelhardt · 17 years ago
  48. 2cc5156 KVM: VMX: Avoid saving and restoring msr_efer on lightweight vmexit by Eddie Dong · 17 years ago
  49. f2be4dd KVM: VMX: Cleanup redundant code in MSR set by Eddie Dong · 17 years ago
  50. a75beee KVM: VMX: Avoid saving and restoring msrs on lightweight vmexit by Eddie Dong · 17 years ago
  51. b3f3770 KVM: VMX: Handle #SS faults from real mode by Nitin A Kamble · 17 years ago
  52. cd2276a KVM: VMX: Use local labels in inline assembly by Avi Kivity · 17 years ago
  53. cd0536d KVM: Fix vmx I/O bitmap initialization on highmem systems by Avi Kivity · 17 years ago
  54. 653e310 KVM: Avoid corrupting tr in real mode by Avi Kivity · 17 years ago
  55. eff708b KVM: VMX: Only reload guest msrs if they are already loaded by Avi Kivity · 17 years ago
  56. 47ad8e6 KVM: MMU: Store shadow page tables as kernel virtual addresses, not physical by Avi Kivity · 17 years ago
  57. 4b02d6d KVM: MMU: Simplify kvm_mmu_free_page() a tiny bit by Avi Kivity · 17 years ago
  58. 2dc7094 KVM: Implement IA32_EBL_CR_POWERON msr by Matthew Gregan · 17 years ago
  59. a3a0636 KVM: Set cr0.mp for guests by Avi Kivity · 17 years ago
  60. 5fd86fc KVM: Consolidate guest fpu activation and deactivation by Avi Kivity · 17 years ago
  61. abd3f2d KVM: Rationalize exception bitmap usage by Avi Kivity · 17 years ago
  62. 707c087 KVM: Move some more msr mangling into vmx_save_host_state() by Avi Kivity · 17 years ago
  63. 33ed632 KVM: Fix potential guest state leak into host by Avi Kivity · 17 years ago
  64. 7494c0c KVM: Increase mmu shadow cache to 1024 pages by Avi Kivity · 17 years ago
  65. 0028425 KVM: Update shadow pte on write to guest pte by Avi Kivity · 17 years ago
  66. fce0657 KVM: MMU: Respect nonpae pagetable quadrant when zapping ptes by Avi Kivity · 17 years ago
  67. 09072da KVM: Unify kvm_mmu_pre_write() and kvm_mmu_post_write() by Avi Kivity · 17 years ago
  68. 62135845 KVM: Be more careful restoring fs on lightweight vmexit by Avi Kivity · 17 years ago
  69. a25f7e1 KVM: Reduce misfirings of the fork detector by Avi Kivity · 17 years ago
  70. 05e0c8c KVM: Unindent some code by Avi Kivity · 17 years ago
  71. e6adf28 KVM: Avoid saving and restoring some host CPU state on lightweight vmexit by Avi Kivity · 17 years ago
  72. e925c5b KVM: Assume that writes smaller than 4 bytes are to non-pagetable pages by Avi Kivity · 17 years ago
  73. c868133 KVM: SVM: Allow direct guest access to PC debug port by Anthony Liguori · 17 years ago
  74. fdef3ad KVM: VMX: Enable io bitmaps to avoid IO port 0x80 VMEXITs by He, Qing · 17 years ago
  75. 7702fd1 KVM: Prevent guest fpu state from leaking into the host by Avi Kivity · 17 years ago
  76. 3995958 kvm: fix section mismatch warning in kvm-intel.o by Sam Ravnborg · 17 years ago
  77. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  78. eeca7a3 [S390] Kconfig: refine depends statements. by Martin Schwidefsky · 17 years ago
  79. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  80. 2ff81f7 KVM: Remove unused 'instruction_length' by Avi Kivity · 17 years ago
  81. 02c8320 KVM: Don't require explicit indication of completion of mmio or pio by Avi Kivity · 17 years ago
  82. e7df56e KVM: Remove extraneous guest entry on mmio read by Avi Kivity · 17 years ago
  83. 94dfbdb KVM: SVM: Only save/restore MSRs when needed by Anthony Liguori · 17 years ago
  84. 2807696 KVM: fix an if() condition by Adrian Bunk · 17 years ago
  85. 2ab455c KVM: VMX: Add lazy FPU support for VT by Anthony Liguori · 17 years ago
  86. 25c4c27 KVM: VMX: Properly shadow the CR0 register in the vcpu struct by Anthony Liguori · 17 years ago
  87. e0e5127 KVM: Don't complain about cpu erratum AA15 by Avi Kivity · 17 years ago
  88. 7807fa6 KVM: Lazy FPU support for SVM by Anthony Liguori · 17 years ago
  89. 4c690a1 KVM: Allow passing 64-bit values to the emulated read/write API by Avi Kivity · 17 years ago
  90. 1165f5f KVM: Per-vcpu statistics by Avi Kivity · 17 years ago
  91. 3fca036 KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cycles by Yaozu Dong · 17 years ago
  92. d6c69ee KVM: MMU: Avoid heavy ASSERT at non debug mode. by Yaozu Dong · 17 years ago
  93. 4d56c8a KVM: VMX: Only save/restore MSR_K6_STAR if necessary by Avi Kivity · 17 years ago
  94. 35cc7f9 KVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.c by Avi Kivity · 17 years ago
  95. e38aea3 KVM: VMX: Don't switch 64-bit msrs for 32-bit guests by Avi Kivity · 17 years ago
  96. 2345df8 KVM: VMX: Reduce unnecessary saving of host msrs by Avi Kivity · 17 years ago
  97. c9047f5 KVM: Handle guest page faults when emulating mmio by Avi Kivity · 17 years ago
  98. 364b625 KVM: SVM: Report hardware exit reason to userspace instead of dmesg by Avi Kivity · 17 years ago
  99. 8c43850 KVM: Retry sleeping allocation if atomic allocation fails by Avi Kivity · 17 years ago
  100. b5a33a7 KVM: Use slab caches to allocate mmu data structures by Avi Kivity · 17 years ago