1. 3230bb4 KVM: Fix hotplug of CPUs by Zachary Amsden · 15 years ago
  2. e6732a5 KVM: Fix printk name error in svm.c by Zachary Amsden · 15 years ago
  3. e935d48 KVM: SVM: Remove remaining occurences of rdtscll by Joerg Roedel · 15 years ago
  4. 33527ad KVM: SVM: don't copy exit_int_info on nested vmrun by Joerg Roedel · 15 years ago
  5. 7fcdb51 KVM: SVM: reorganize svm_interrupt_allowed by Joerg Roedel · 15 years ago
  6. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 15 years ago
  7. e8b3433 KVM: SVM: remove needless mmap_sem acquision from nested_svm_map by Marcelo Tosatti · 15 years ago
  8. 851ba69 KVM: Don't pass kvm_run arguments by Avi Kivity · 15 years ago
  9. 20824f3 KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly by Joerg Roedel · 15 years ago
  10. 77b1ab1 KVM: SVM: Fix tsc offset adjustment when running nested by Joerg Roedel · 15 years ago
  11. 52c7847 KVM: SVM: Drop tlb flush workaround in npt by Avi Kivity · 15 years ago
  12. 4b6e4dc KVM: SVM: enable nested svm by default by Joerg Roedel · 15 years ago
  13. 108768d KVM: SVM: check for nested VINTR flag in svm_interrupt_allowed by Joerg Roedel · 15 years ago
  14. 2666695 KVM: SVM: move nested_svm_intr main logic out of if-clause by Joerg Roedel · 15 years ago
  15. cda0ffd KVM: SVM: remove unnecessary is_nested check from svm_cpu_run by Joerg Roedel · 15 years ago
  16. 410e4d5 KVM: SVM: move special nested exit handling to separate function by Joerg Roedel · 15 years ago
  17. 1f8da47 KVM: SVM: handle errors in vmrun emulation path appropriatly by Joerg Roedel · 15 years ago
  18. ea8e064 KVM: SVM: remove nested_svm_do and helper functions by Joerg Roedel · 15 years ago
  19. 9738b2c KVM: SVM: clean up nested vmrun path by Joerg Roedel · 15 years ago
  20. 9966bf6 KVM: SVM: clean up nestec vmload/vmsave paths by Joerg Roedel · 15 years ago
  21. 3d62d9a KVM: SVM: clean up nested_svm_exit_handled_msr by Joerg Roedel · 15 years ago
  22. 34f80cf KVM: SVM: get rid of nested_svm_vmexit_real by Joerg Roedel · 15 years ago
  23. 0295ad7 KVM: SVM: simplify nested_svm_check_exception by Joerg Roedel · 15 years ago
  24. 9c4e40b9 KVM: SVM: do nested vmexit in nested_svm_exit_handled by Joerg Roedel · 15 years ago
  25. 4c2161a KVM: SVM: consolidate nested_svm_exit_handled by Joerg Roedel · 15 years ago
  26. aad42c6 KVM: SVM: cache nested intercepts by Joerg Roedel · 15 years ago
  27. e6aa9ab KVM: SVM: move nested svm state into seperate struct by Joerg Roedel · 15 years ago
  28. a5c3832 KVM: SVM: complete interrupts after handling nested exits by Joerg Roedel · 15 years ago
  29. 0460a97 KVM: SVM: copy only necessary parts of the control area on vmrun/vmexit by Joerg Roedel · 15 years ago
  30. defbba5 KVM: SVM: optimize nested vmrun by Joerg Roedel · 15 years ago
  31. 33740e4 KVM: SVM: optimize nested #vmexit by Joerg Roedel · 15 years ago
  32. 2af9194 KVM: SVM: add helper functions for global interrupt flag by Joerg Roedel · 15 years ago
  33. 344f414 KVM: report 1GB page support to userspace by Joerg Roedel · 15 years ago
  34. b792c34 KVM: x86: use kvm_get_gdt() and kvm_read_ldt() by Akinobu Mita · 15 years ago
  35. 8f1589d KVM: ignore AMDs HWCR register access to set the FFDIS bit by Andre Przywara · 15 years ago
  36. 229456f KVM: convert custom marker based tracing to event traces by Marcelo Tosatti · 16 years ago
  37. 219b65d KVM: SVM: Improve nested interrupt injection by Alexander Graf · 16 years ago
  38. ff09238 KVM: SVM: Implement INVLPGA by Alexander Graf · 16 years ago
  39. 3c5d0a4 KVM: Implement MSRs used by Hyper-V by Alexander Graf · 16 years ago
  40. b3dbf89 KVM: SVM: Don't save/restore host cr2 by Avi Kivity · 16 years ago
  41. 71db602 KVM: Move performance counter MSR access interception to generic x86 path by Andre Przywara · 16 years ago
  42. c5af89b KVM: Introduce kvm_vcpu_is_bsp() function. by Gleb Natapov · 16 years ago
  43. 6de4f3a KVM: Cache pdptrs by Avi Kivity · 16 years ago
  44. 6c8166a KVM: SVM: Fold kvm_svm.h info svm.c by Avi Kivity · 16 years ago
  45. 017cb99 KVM: SVM: use explicit 64bit storage for sysenter values by Andre Przywara · 16 years ago
  46. af24a4e KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h by Jaswinder Singh Rajput · 16 years ago
  47. 4b656b1 KVM: SVM: force new asid on vcpu migration by Marcelo Tosatti · 15 years ago
  48. 44c1143 KVM: inject NMI after IRET from a previous NMI, not before. by Gleb Natapov · 16 years ago
  49. 66fd3f7 KVM: Do not re-execute INTn instruction. by Gleb Natapov · 16 years ago
  50. f629cf8 KVM: skip_emulated_instruction() decode instruction if size is not known by Gleb Natapov · 16 years ago
  51. 3298b75 KVM: Unprotect a page if #PF happens during NMI injection. by Gleb Natapov · 16 years ago
  52. 2809f5d KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow() by Glauber Costa · 16 years ago
  53. fe8e7f8 KVM: SVM: Don't reinject event that caused a task switch by Gleb Natapov · 16 years ago
  54. b586eb0 KVM: SVM: Fix cross vendor migration issue in segment segment descriptor by Andre Przywara · 16 years ago
  55. 4b12f0d KVM: Replace get_mt_mask_shift with get_mt_mask by Sheng Yang · 16 years ago
  56. 14d0bc1 KVM: Get rid of get_irq() callback by Gleb Natapov · 16 years ago
  57. 95ba827313 KVM: SVM: Add NMI injection support by Gleb Natapov · 16 years ago
  58. c4282df KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_open by Gleb Natapov · 16 years ago
  59. 0a5fff19 KVM: Do not report TPR write to userspace if new value bigger or equal to a previous one. by Gleb Natapov · 16 years ago
  60. 615d519 KVM: sync_lapic_to_cr8() should always sync cr8 to V_TPR by Gleb Natapov · 16 years ago
  61. 1d6ed0c KVM: Remove inject_pending_vectors() callback by Gleb Natapov · 16 years ago
  62. 1cb948a KVM: Remove exception_injected() callback. by Gleb Natapov · 16 years ago
  63. 9222be1 KVM: SVM: Coalesce userspace/kernel irqchip interrupt injection logic by Gleb Natapov · 16 years ago
  64. 863e8e6 KVM: VMX: Consolidate userspace and kernel interrupt injection for VMX by Gleb Natapov · 16 years ago
  65. 8061823 KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too by Gleb Natapov · 16 years ago
  66. 8317c29 KVM: SVM: Skip instruction on a task switch only when appropriate by Gleb Natapov · 16 years ago
  67. 64a7ec0 KVM: Fix unneeded instruction skipping during task switching. by Gleb Natapov · 16 years ago
  68. 7864612 KVM: Fix interrupt unhalting a vcpu when it shouldn't by Gleb Natapov · 16 years ago
  69. fe4c7b1 KVM: reuse (pop|push)_irq from svm.c in vmx.c by Gleb Natapov · 16 years ago
  70. 61c50ed KVM: SVM: Remove duplicate code in svm_do_inject_vector() by Gleb Natapov · 16 years ago
  71. 99f85a2 KVM: SVM: Remove port 80 passthrough by Avi Kivity · 16 years ago
  72. 19bca6a KVM: SVM: Fix cross vendor migration issue with unusable bit by Andre Przywara · 16 years ago
  73. 1fbdc7a KVM: SVM: set accessed bit for VMCB segment selectors by Andre Przywara · 16 years ago
  74. 34c33d1 KVM: Drop unused evaluations from string pio handlers by Jan Kiszka · 16 years ago
  75. 1b2fd70 KVM: Add FFXSR support by Alexander Graf · 16 years ago
  76. ff81ff1 KVM: SVM: Fix typo in has_svm() by Joe Perches · 16 years ago
  77. c8a73f1 KVM: SVM: Add microcode patch level dummy by Alexander Graf · 16 years ago
  78. ae675ef KVM: x86: Wire-up hardware breakpoints for guest debugging by Jan Kiszka · 16 years ago
  79. 42dbaa5 KVM: x86: Virtualize debug registers by Jan Kiszka · 16 years ago
  80. d0bfb94 KVM: New guest debug interface by Jan Kiszka · 16 years ago
  81. 236de05 KVM: SVM: Allow setting the SVME bit by Alexander Graf · 16 years ago
  82. eb6f302 KVM: SVM: Allow read access to MSR_VM_VR by Joerg Roedel · 16 years ago
  83. cf74a78 KVM: SVM: Add VMEXIT handler and intercepts by Alexander Graf · 16 years ago
  84. 3d6368e KVM: SVM: Add VMRUN handler by Alexander Graf · 16 years ago
  85. 5542675 KVM: SVM: Add VMLOAD and VMSAVE handlers by Alexander Graf · 16 years ago
  86. b286d5d KVM: SVM: Implement hsave by Alexander Graf · 16 years ago
  87. 1371d90 KVM: SVM: Implement GIF, clgi and stgi by Alexander Graf · 16 years ago
  88. c072542 KVM: SVM: Add helper functions for nested SVM by Alexander Graf · 16 years ago
  89. 9962d03 KVM: SVM: Move EFER and MSR constants to generic x86 code by Alexander Graf · 16 years ago
  90. f0b8505 KVM: SVM: Clean up VINTR setting by Alexander Graf · 16 years ago
  91. b682b81 KVM: x86: fix LAPIC pending count calculation by Marcelo Tosatti · 16 years ago
  92. 2c8dcee KVM: SVM: move svm_hardware_disable() code to asm/virtext.h by Eduardo Habkost · 16 years ago
  93. 63d1142 KVM: SVM: move has_svm() code to asm/virtext.h by Eduardo Habkost · 16 years ago
  94. e93f36b KVM: allow emulator to adjust rip for emulated pio instructions by Guillaume Thouvenin · 16 years ago
  95. c0d0982 KVM: SVM: Set the 'busy' flag of the TR selector by Amit Shah · 16 years ago
  96. 25022ac KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migration by Amit Shah · 16 years ago
  97. 64d4d52 KVM: Enable MTRR for EPT by Sheng Yang · 16 years ago
  98. a705289 KVM: x86: trap invlpg by Marcelo Tosatti · 16 years ago
  99. fa89a81 KVM: Add statistics for guest irq injections by Avi Kivity · 16 years ago
  100. 48d1503 KVM: SVM: No need to unprotect memory during event injection when using npt by Avi Kivity · 16 years ago