1. 5920027 KVM: Trace failed msr reads and writes by Avi Kivity · 14 years ago
  2. f6801df KVM: Rename vcpu->shadow_efer to efer by Avi Kivity · 14 years ago
  3. 6b52d18 KVM: Activate fpu on clts by Avi Kivity · 14 years ago
  4. 727f5a2 KVM: SVM: Trap all debug register accesses by Jan Kiszka · 14 years ago
  5. c76de35 KVM: SVM: Clean up and enhance mov dr emulation by Jan Kiszka · 14 years ago
  6. 4610c83 KVM: SVM: Lazy fpu with npt by Avi Kivity · 14 years ago
  7. d225157 KVM: SVM: Selective cr0 intercept by Avi Kivity · 14 years ago
  8. 888f9f3 KVM: SVM: Restore unconditional cr0 intercept under npt by Avi Kivity · 14 years ago
  9. bff7827 KVM: SVM: Initialize fpu_active in init_vmcb() by Avi Kivity · 14 years ago
  10. 02daab2 KVM: Lazify fpu activation and deactivation by Avi Kivity · 14 years ago
  11. e8467fd KVM: VMX: Allow the guest to own some cr0 bits by Avi Kivity · 14 years ago
  12. 4d4ec08 KVM: Replace read accesses of vcpu->arch.cr0 by an accessor by Avi Kivity · 14 years ago
  13. 17cc393 KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_ops by Sheng Yang · 14 years ago
  14. 953899b KVM: SVM: Adjust tsc_offset only if tsc_unstable by Joerg Roedel · 14 years ago
  15. 4e47c7a KVM: VMX: Add instruction rdtscp support for guest by Sheng Yang · 14 years ago
  16. 0e85188 KVM: Add cpuid_update() callback to kvm_x86_ops by Sheng Yang · 14 years ago
  17. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  18. 3cfc309 KVM: x86: Add KVM_GET/SET_VCPU_EVENTS by Jan Kiszka · 15 years ago
  19. 3ce672d KVM: SVM: init_vmcb(): remove redundant save->cr0 initialization by Eduardo Habkost · 15 years ago
  20. 18fa000 KVM: SVM: Reset cr0 properly on vcpu reset by Eduardo Habkost · 15 years ago
  21. 6be7d30 KVM: SVM: Cleanup NMI singlestep by Jan Kiszka · 15 years ago
  22. 565d099 KVM: SVM: Support Pause Filter in AMD processors by Mark Langsdorf · 15 years ago
  23. d36f19e KVM: SVM: Remove nsvm_printk debugging code by Joerg Roedel · 15 years ago
  24. 532a46b KVM: SVM: Add tracepoint for skinit instruction by Joerg Roedel · 15 years ago
  25. ec1ff79 KVM: SVM: Add tracepoint for invlpga instruction by Joerg Roedel · 15 years ago
  26. 236649d KVM: SVM: Add tracepoint for #vmexit because intr pending by Joerg Roedel · 15 years ago
  27. 17897f3 KVM: SVM: Add tracepoint for injected #vmexit by Joerg Roedel · 15 years ago
  28. d8cabdd KVM: SVM: Add tracepoint for nested #vmexit by Joerg Roedel · 15 years ago
  29. 0ac406d KVM: SVM: Add tracepoint for nested vmrun by Joerg Roedel · 15 years ago
  30. cd3ff65 KVM: SVM: Move INTR vmexit out of atomic code by Joerg Roedel · 15 years ago
  31. 8d23c46 KVM: SVM: Notify nested hypervisor of lost event injections by Alexander Graf · 15 years ago
  32. 355be0b KVM: x86: Refactor guest debug IOCTL handling by Jan Kiszka · 15 years ago
  33. 3230bb4 KVM: Fix hotplug of CPUs by Zachary Amsden · 15 years ago
  34. e6732a5 KVM: Fix printk name error in svm.c by Zachary Amsden · 15 years ago
  35. e935d48 KVM: SVM: Remove remaining occurences of rdtscll by Joerg Roedel · 15 years ago
  36. 33527ad KVM: SVM: don't copy exit_int_info on nested vmrun by Joerg Roedel · 15 years ago
  37. 7fcdb51 KVM: SVM: reorganize svm_interrupt_allowed by Joerg Roedel · 15 years ago
  38. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 15 years ago
  39. e8b3433 KVM: SVM: remove needless mmap_sem acquision from nested_svm_map by Marcelo Tosatti · 15 years ago
  40. 851ba69 KVM: Don't pass kvm_run arguments by Avi Kivity · 15 years ago
  41. 0fe1e00 percpu: make percpu symbols in x86 unique by Tejun Heo · 15 years ago
  42. 20824f3 KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly by Joerg Roedel · 15 years ago
  43. 77b1ab1 KVM: SVM: Fix tsc offset adjustment when running nested by Joerg Roedel · 15 years ago
  44. 52c7847 KVM: SVM: Drop tlb flush workaround in npt by Avi Kivity · 15 years ago
  45. 4b6e4dc KVM: SVM: enable nested svm by default by Joerg Roedel · 15 years ago
  46. 108768d KVM: SVM: check for nested VINTR flag in svm_interrupt_allowed by Joerg Roedel · 15 years ago
  47. 2666695 KVM: SVM: move nested_svm_intr main logic out of if-clause by Joerg Roedel · 15 years ago
  48. cda0ffd KVM: SVM: remove unnecessary is_nested check from svm_cpu_run by Joerg Roedel · 15 years ago
  49. 410e4d5 KVM: SVM: move special nested exit handling to separate function by Joerg Roedel · 15 years ago
  50. 1f8da47 KVM: SVM: handle errors in vmrun emulation path appropriatly by Joerg Roedel · 15 years ago
  51. ea8e064 KVM: SVM: remove nested_svm_do and helper functions by Joerg Roedel · 15 years ago
  52. 9738b2c KVM: SVM: clean up nested vmrun path by Joerg Roedel · 15 years ago
  53. 9966bf6 KVM: SVM: clean up nestec vmload/vmsave paths by Joerg Roedel · 15 years ago
  54. 3d62d9a KVM: SVM: clean up nested_svm_exit_handled_msr by Joerg Roedel · 15 years ago
  55. 34f80cf KVM: SVM: get rid of nested_svm_vmexit_real by Joerg Roedel · 15 years ago
  56. 0295ad7 KVM: SVM: simplify nested_svm_check_exception by Joerg Roedel · 15 years ago
  57. 9c4e40b9 KVM: SVM: do nested vmexit in nested_svm_exit_handled by Joerg Roedel · 15 years ago
  58. 4c2161a KVM: SVM: consolidate nested_svm_exit_handled by Joerg Roedel · 15 years ago
  59. aad42c6 KVM: SVM: cache nested intercepts by Joerg Roedel · 15 years ago
  60. e6aa9ab KVM: SVM: move nested svm state into seperate struct by Joerg Roedel · 15 years ago
  61. a5c3832 KVM: SVM: complete interrupts after handling nested exits by Joerg Roedel · 15 years ago
  62. 0460a97 KVM: SVM: copy only necessary parts of the control area on vmrun/vmexit by Joerg Roedel · 15 years ago
  63. defbba5 KVM: SVM: optimize nested vmrun by Joerg Roedel · 15 years ago
  64. 33740e4 KVM: SVM: optimize nested #vmexit by Joerg Roedel · 15 years ago
  65. 2af9194 KVM: SVM: add helper functions for global interrupt flag by Joerg Roedel · 15 years ago
  66. 344f414 KVM: report 1GB page support to userspace by Joerg Roedel · 15 years ago
  67. b792c34 KVM: x86: use kvm_get_gdt() and kvm_read_ldt() by Akinobu Mita · 15 years ago
  68. 8f1589d KVM: ignore AMDs HWCR register access to set the FFDIS bit by Andre Przywara · 15 years ago
  69. 229456f KVM: convert custom marker based tracing to event traces by Marcelo Tosatti · 15 years ago
  70. 219b65d KVM: SVM: Improve nested interrupt injection by Alexander Graf · 15 years ago
  71. ff09238 KVM: SVM: Implement INVLPGA by Alexander Graf · 15 years ago
  72. 3c5d0a4 KVM: Implement MSRs used by Hyper-V by Alexander Graf · 15 years ago
  73. b3dbf89 KVM: SVM: Don't save/restore host cr2 by Avi Kivity · 15 years ago
  74. 71db602 KVM: Move performance counter MSR access interception to generic x86 path by Andre Przywara · 15 years ago
  75. c5af89b KVM: Introduce kvm_vcpu_is_bsp() function. by Gleb Natapov · 15 years ago
  76. 6de4f3a KVM: Cache pdptrs by Avi Kivity · 15 years ago
  77. 6c8166a KVM: SVM: Fold kvm_svm.h info svm.c by Avi Kivity · 15 years ago
  78. 017cb99 KVM: SVM: use explicit 64bit storage for sysenter values by Andre Przywara · 15 years ago
  79. af24a4e KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h by Jaswinder Singh Rajput · 15 years ago
  80. 4b656b1 KVM: SVM: force new asid on vcpu migration by Marcelo Tosatti · 15 years ago
  81. 44c1143 KVM: inject NMI after IRET from a previous NMI, not before. by Gleb Natapov · 15 years ago
  82. 66fd3f7 KVM: Do not re-execute INTn instruction. by Gleb Natapov · 15 years ago
  83. f629cf8 KVM: skip_emulated_instruction() decode instruction if size is not known by Gleb Natapov · 15 years ago
  84. 3298b75 KVM: Unprotect a page if #PF happens during NMI injection. by Gleb Natapov · 15 years ago
  85. 2809f5d KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow() by Glauber Costa · 15 years ago
  86. fe8e7f8 KVM: SVM: Don't reinject event that caused a task switch by Gleb Natapov · 15 years ago
  87. b586eb0 KVM: SVM: Fix cross vendor migration issue in segment segment descriptor by Andre Przywara · 15 years ago
  88. 4b12f0d KVM: Replace get_mt_mask_shift with get_mt_mask by Sheng Yang · 15 years ago
  89. 14d0bc1 KVM: Get rid of get_irq() callback by Gleb Natapov · 15 years ago
  90. 95ba827313 KVM: SVM: Add NMI injection support by Gleb Natapov · 15 years ago
  91. c4282df KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_open by Gleb Natapov · 15 years ago
  92. 0a5fff19 KVM: Do not report TPR write to userspace if new value bigger or equal to a previous one. by Gleb Natapov · 15 years ago
  93. 615d519 KVM: sync_lapic_to_cr8() should always sync cr8 to V_TPR by Gleb Natapov · 15 years ago
  94. 1d6ed0c KVM: Remove inject_pending_vectors() callback by Gleb Natapov · 15 years ago
  95. 1cb948a KVM: Remove exception_injected() callback. by Gleb Natapov · 15 years ago
  96. 9222be1 KVM: SVM: Coalesce userspace/kernel irqchip interrupt injection logic by Gleb Natapov · 15 years ago
  97. 863e8e6 KVM: VMX: Consolidate userspace and kernel interrupt injection for VMX by Gleb Natapov · 15 years ago
  98. 8061823 KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too by Gleb Natapov · 15 years ago
  99. 8317c29 KVM: SVM: Skip instruction on a task switch only when appropriate by Gleb Natapov · 15 years ago
  100. 64a7ec0 KVM: Fix unneeded instruction skipping during task switching. by Gleb Natapov · 15 years ago