1. 48005f6 KVM: x86: Save&restore interrupt shadow mask by Jan Kiszka · 15 years ago
  2. 89a27f4 KVM: use desc_ptr struct instead of kvm private descriptor_table by Gleb Natapov · 15 years ago
  3. 78ac8b4 KVM: VMX: Save/restore rflags.vm correctly in real mode by Avi Kivity · 15 years ago
  4. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  5. c573cd2 KVM: VMX: Update instruction length on intercepted BP by Jan Kiszka · 15 years ago
  6. a19a6d1 KVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BIT by Sheng Yang · 15 years ago
  7. c45b4fd KVM: VMX: Remove redundant test in vmx_set_efer() by Julia Lawall · 15 years ago
  8. ebcbab4 KVM: VMX: Wire up .fpu_activate() callback by Avi Kivity · 15 years ago
  9. 6d3e435 KVM: VMX: Remove redundant check in vm_need_virtualize_apic_accesses() by Gui Jianfeng · 15 years ago
  10. 5920027 KVM: Trace failed msr reads and writes by Avi Kivity · 15 years ago
  11. 81231c6 KVM: VMX: Pass cr0.mp through to the guest when the fpu is active by Avi Kivity · 15 years ago
  12. f6801df KVM: Rename vcpu->shadow_efer to efer by Avi Kivity · 15 years ago
  13. 3eeb328 KVM: Add a helper for checking if the guest is in protected mode by Avi Kivity · 15 years ago
  14. 6b52d18 KVM: Activate fpu on clts by Avi Kivity · 15 years ago
  15. fd7373c KVM: VMX: Clean up DR6 emulation by Jan Kiszka · 15 years ago
  16. 138ac8d KVM: VMX: Fix emulation of DR4 and DR5 by Jan Kiszka · 15 years ago
  17. f248341 KVM: VMX: Fix exceptions of mov to dr by Jan Kiszka · 15 years ago
  18. 7062dca KVM: VMX: Remove emulation failure report by Sheng Yang · 15 years ago
  19. edcafe3 KVM: VMX: Give the guest ownership of cr0.ts when the fpu is active by Avi Kivity · 15 years ago
  20. 02daab2 KVM: Lazify fpu activation and deactivation by Avi Kivity · 15 years ago
  21. e8467fd KVM: VMX: Allow the guest to own some cr0 bits by Avi Kivity · 15 years ago
  22. 4d4ec08 KVM: Replace read accesses of vcpu->arch.cr0 by an accessor by Avi Kivity · 15 years ago
  23. a1f83a7 KVM: VMX: trace clts and lmsw instructions as cr accesses by Avi Kivity · 15 years ago
  24. 878403b KVM: VMX: Enable EPT 1GB page support by Sheng Yang · 15 years ago
  25. 17cc393 KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_ops by Sheng Yang · 15 years ago
  26. f4c9e87 KVM: Fill out ftrace exit reason strings by Avi Kivity · 15 years ago
  27. 79fac95 KVM: convert slots_lock to a mutex by Marcelo Tosatti · 15 years ago
  28. f656ce0 KVM: switch vcpu context to use SRCU by Marcelo Tosatti · 15 years ago
  29. bc6678a KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update by Marcelo Tosatti · 15 years ago
  30. 46a26bf KVM: modify memslots layout in struct kvm by Marcelo Tosatti · 15 years ago
  31. 4e47c7a KVM: VMX: Add instruction rdtscp support for guest by Sheng Yang · 15 years ago
  32. 0e85188 KVM: Add cpuid_update() callback to kvm_x86_ops by Sheng Yang · 15 years ago
  33. 8a7e3f0 KVM: VMX: Remove redundant variable by Sheng Yang · 15 years ago
  34. bc23008 KVM: VMX: Fold ept_update_paging_mode_cr4() into its caller by Avi Kivity · 15 years ago
  35. ce03e4f KVM: VMX: When using ept, allow the guest to own cr4.pge by Avi Kivity · 15 years ago
  36. 4c38609 KVM: VMX: Make guest cr4 mask more conservative by Avi Kivity · 15 years ago
  37. fc78f51 KVM: Add accessor for reading cr4 (or some bits of cr4) by Avi Kivity · 15 years ago
  38. cdc0e24 KVM: VMX: Move some cr[04] related constants to vmx.c by Avi Kivity · 15 years ago
  39. 5970867 KVM: VMX: Trap and invalid MWAIT/MONITOR instruction by Sheng Yang · 15 years ago
  40. d569672 KVM: VMX: Fix comparison of guest efer with stale host value by Avi Kivity · 15 years ago
  41. 046d871 KVM: VMX: Disable unrestricted guest when EPT disabled by Sheng Yang · 15 years ago
  42. 3cfc309 KVM: x86: Add KVM_GET/SET_VCPU_EVENTS by Jan Kiszka · 15 years ago
  43. 65ac726 KVM: VMX: Report unexpected simultaneous exceptions as internal errors by Avi Kivity · 15 years ago
  44. a9c7399 KVM: Allow internal errors reported to userspace to carry extra data by Avi Kivity · 15 years ago
  45. 92c0d90 KVM: VMX: Remove vmx->msr_offset_efer by Avi Kivity · 15 years ago
  46. 7c93be4 KVM: VMX: move CR3/PDPTR update to vmx_set_cr3 by Marcelo Tosatti · 15 years ago
  47. 26bb098 KVM: VMX: Use shared msr infrastructure by Avi Kivity · 15 years ago
  48. 44ea2b1 KVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autoload msr area by Avi Kivity · 15 years ago
  49. fa40052 KVM: VMX: Use macros instead of hex value on cr0 initialization by Eduardo Habkost · 15 years ago
  50. 9fb41ba KVM: VMX: fix handle_pause declaration by Marcelo Tosatti · 15 years ago
  51. 4b8d54f KVM: VMX: Add support for Pause-Loop Exiting by Zhai, Edwin · 15 years ago
  52. 355be0b KVM: x86: Refactor guest debug IOCTL handling by Jan Kiszka · 15 years ago
  53. 3230bb4 KVM: Fix hotplug of CPUs by Zachary Amsden · 15 years ago
  54. 10474ae KVM: Activate Virtualization On Demand by Alexander Graf · 15 years ago
  55. 80ced18 KVM: VMX: Enhance invalid guest state emulation by Mohammed Gamal · 15 years ago
  56. 851ba69 KVM: Don't pass kvm_run arguments by Avi Kivity · 15 years ago
  57. eb5109e KVM: VMX: flush TLB with INVEPT on cpu migration by Marcelo Tosatti · 15 years ago
  58. 0a79b00 KVM: VMX: Check cpl before emulating debug register access by Avi Kivity · 15 years ago
  59. 542423b KVM: VMX: call vmx_load_host_state() only if msr is cached by Gleb Natapov · 15 years ago
  60. e8a4834 KVM: VMX: Conditionally reload debug register 6 by Avi Kivity · 15 years ago
  61. 5fff7d2 KVM: VMX: Fix cr8 exiting control clobbering by EPT by Gleb Natapov · 15 years ago
  62. 95eb84a KVM: VMX: Fix EPT with WP bit change during paging by Sheng Yang · 15 years ago
  63. 345dcaa KVM: VMX: Adjust rflags if in real mode emulation by Avi Kivity · 15 years ago
  64. 3a34a88 KVM: fix EFER read buffer overflow by Roel Kluin · 15 years ago
  65. eab4b8a KVM: VMX: Optimize vmx_get_cpl() by Avi Kivity · 15 years ago
  66. 344f414 KVM: report 1GB page support to userspace by Joerg Roedel · 15 years ago
  67. 7f582ab KVM: VMX: Avoid to return ENOTSUPP to userland by Jan Kiszka · 15 years ago
  68. b927a3c KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl by Sheng Yang · 15 years ago
  69. 229456f KVM: convert custom marker based tracing to event traces by Marcelo Tosatti · 16 years ago
  70. d3edefc KVM: VMX: Only reload guest cr2 if different from host cr2 by Avi Kivity · 16 years ago
  71. 54dee99 KVM: VMX: conditionally disable 2M pages by Marcelo Tosatti · 16 years ago
  72. 68f8940 KVM: VMX: EPT misconfiguration handler by Marcelo Tosatti · 16 years ago
  73. e799794 KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bits by Marcelo Tosatti · 16 years ago
  74. 71db602 KVM: Move performance counter MSR access interception to generic x86 path by Andre Przywara · 16 years ago
  75. c5af89b KVM: Introduce kvm_vcpu_is_bsp() function. by Gleb Natapov · 16 years ago
  76. 7ffd92c KVM: VMX: Move rmode structure to vmx-specific code by Avi Kivity · 16 years ago
  77. 3a624e2 KVM: VMX: Support Unrestricted Guest feature by Nitin A Kamble · 16 years ago
  78. 596ae89 KVM: VMX: Fix reporting of unhandled EPT violations by Avi Kivity · 16 years ago
  79. 6de4f3a KVM: Cache pdptrs by Avi Kivity · 16 years ago
  80. 8f5d549 KVM: VMX: Simplify pdptr and cr3 management by Avi Kivity · 16 years ago
  81. 2d84e99 KVM: VMX: Avoid duplicate ept tlb flush when setting cr3 by Avi Kivity · 16 years ago
  82. 787ff73 KVM: Drop interrupt shadow when single stepping should be done only on VMX by Gleb Natapov · 16 years ago
  83. af24a4e KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h by Jaswinder Singh Rajput · 16 years ago
  84. ae0bb3e KVM: VMX: Properly handle software interrupt re-injection in real mode by Gleb Natapov · 16 years ago
  85. 263799a KVM: VMX: Fix locking imbalance on emulation failure by Jan Kiszka · 15 years ago
  86. 34f0c1a KVM: VMX: Fix locking order in handle_invalid_guest_state by Jan Kiszka · 15 years ago
  87. e3c7cb6 KVM: VMX: Handle vmx instruction vmexits by Avi Kivity · 16 years ago
  88. 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 16 years ago
  89. a0861c0 KVM: Add VT-x machine check support by Andi Kleen · 16 years ago
  90. 56b237e KVM: VMX: Rename rmode.active to rmode.vm86_active by Nitin A Kamble · 16 years ago
  91. 20f6598 KVM: Move "exit due to NMI" handling into vmx_complete_interrupts() by Gleb Natapov · 16 years ago
  92. 66fd3f7 KVM: Do not re-execute INTn instruction. by Gleb Natapov · 16 years ago
  93. 3298b75 KVM: Unprotect a page if #PF happens during NMI injection. by Gleb Natapov · 16 years ago
  94. 2809f5d KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow() by Glauber Costa · 16 years ago
  95. 522c68c KVM: Enable snooping control for supported hardware by Sheng Yang · 16 years ago
  96. 4b12f0d KVM: Replace get_mt_mask_shift with get_mt_mask by Sheng Yang · 16 years ago
  97. 14d0bc1 KVM: Get rid of get_irq() callback by Gleb Natapov · 16 years ago
  98. 95ba827313 KVM: SVM: Add NMI injection support by Gleb Natapov · 16 years ago
  99. c4282df KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_open by Gleb Natapov · 16 years ago
  100. 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