1. 1a0d74e KVM: nVMX: Fix setting of CR0 and CR4 in guest mode by Jan Kiszka · 11 years ago
  2. 33fb20c KVM: nVMX: Fix content of MSR_IA32_VMX_ENTRY/EXIT_CTLS by Jan Kiszka · 11 years ago
  3. c4627c7 KVM: nVMX: Reset RFLAGS on VM-exit by Jan Kiszka · 11 years ago
  4. 503cd0c KVM: nVMX: Fix switching of debug state by Jan Kiszka · 11 years ago
  5. 47ae31e KVM: set_memory_region: Drop user_alloc from set_memory_region() by Takuya Yoshikawa · 11 years ago
  6. 3ab66e8 KVM: VMX: Pass vcpu to __vmx_complete_interrupts by Jan Kiszka · 11 years ago
  7. 44ceb9d KVM: nVMX: Avoid one redundant vmcs_read in prepare_vmcs12 by Jan Kiszka · 11 years ago
  8. 957c897 KVM: nVMX: Use cached exit reason by Jan Kiszka · 11 years ago
  9. 36c3cc4 KVM: nVMX: Clear segment cache after switching between L1 and L2 by Jan Kiszka · 11 years ago
  10. d6851fb KVM: nVMX: Advertise PAUSE and WBINVD exiting support by Jan Kiszka · 11 years ago
  11. 733568f KVM: VMX: Make prepare_vmcs12 and load_vmcs12_host_state static by Jan Kiszka · 11 years ago
  12. bd31a7f KVM: nVMX: Trap unconditionally if msr bitmap access fails by Jan Kiszka · 11 years ago
  13. 908a7bd KVM: nVMX: Improve I/O exit handling by Jan Kiszka · 11 years ago
  14. cbd29cb KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msr by Jan Kiszka · 11 years ago
  15. 257090f KVM: VMX: disable apicv by default by Yang Zhang · 11 years ago
  16. 5037878 KVM: VMX: cleanup vmx_set_cr0(). by Gleb Natapov · 11 years ago
  17. c08800a KVM: VMX: disable SMEP feature when guest is in non-paging mode by Dongxiao Xu · 11 years ago
  18. c7c9c56 x86, apicv: add virtual interrupt delivery support by Yang Zhang · 11 years ago
  19. 8d14695 x86, apicv: add virtual x2apic support by Yang Zhang · 11 years ago
  20. 83d4c28 x86, apicv: add APICv register virtualization support by Yang Zhang · 11 years ago
  21. 1416878 KVM: VMX: set vmx->emulation_required only when needed. by Gleb Natapov · 11 years ago
  22. 91b0aa2 KVM: VMX: rename fix_pmode_dataseg to fix_pmode_seg. by Gleb Natapov · 11 years ago
  23. 2539145 KVM: VMX: don't clobber segment AR of unusable segments. by Gleb Natapov · 11 years ago
  24. 218e763 KVM: VMX: skip vmx->rmode.vm86_active check on cr0 write if unrestricted guest is enabled by Gleb Natapov · 11 years ago
  25. 286da41 KVM: VMX: remove hack that disables emulation on vcpu reset/init by Gleb Natapov · 11 years ago
  26. c5e97c8 KVM: VMX: if unrestricted guest is enabled vcpu state is always valid. by Gleb Natapov · 11 years ago
  27. 2f14324 KVM: VMX: reset CPL only on CS register write. by Gleb Natapov · 11 years ago
  28. 1f3141e KVM: VMX: remove special CPL cache access during transition to real mode. by Gleb Natapov · 11 years ago
  29. b09408d KVM: VMX: fix incorrect cached cpl value with real/v8086 modes by Marcelo Tosatti · 11 years ago
  30. 0ca1b4f KVM: VMX: handle IO when emulation is due to #GP in real mode. by Gleb Natapov · 12 years ago
  31. d54d07b KVM: VMX: Do not fix segment register during vcpu initialization. by Gleb Natapov · 12 years ago
  32. d99e415 KVM: VMX: fix emulation of invalid guest state. by Gleb Natapov · 12 years ago
  33. 89efbed KVM: VMX: make rmode_segment_valid() more strict. by Gleb Natapov · 12 years ago
  34. f924d66 KVM: VMX: remove unneeded temporary variable from vmx_set_segment() by Gleb Natapov · 12 years ago
  35. 1ecd50a KVM: VMX: clean-up vmx_set_segment() by Gleb Natapov · 12 years ago
  36. 39dcfb9 KVM: VMX: remove redundant code from vmx_set_segment() by Gleb Natapov · 12 years ago
  37. beb853f KVM: VMX: use fix_rmode_seg() to fix all code/data segments by Gleb Natapov · 12 years ago
  38. c6ad1153 KVM: VMX: return correct segment limit and flags for CS/SS registers in real mode by Gleb Natapov · 12 years ago
  39. 0647f4a KVM: VMX: relax check for CS register in rmode_segment_valid() by Gleb Natapov · 12 years ago
  40. 07f42f5 KVM: VMX: cleanup rmode_segment_valid() by Gleb Natapov · 12 years ago
  41. f82a8cf KVM: struct kvm_memory_slot.user_alloc -> bool by Alex Williamson · 12 years ago
  42. 66cdd0c Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  43. 0b26b58 VMX: remove unneeded enable_unrestricted_guest check by Gleb Natapov · 12 years ago
  44. a4d3326 KVM: VMX: fix DPL during entry to protected mode by Gleb Natapov · 12 years ago
  45. 8f536b7 KVM: VMX: provide the vmclear function and a bitmap to support VMCLEAR in kdump by Zhang Yanfei · 12 years ago
  46. 66f7b72 KVM: x86: Make register state after reset conform to specification by Julian Stecklina · 12 years ago
  47. 2b3c5cb kvm: don't use bit24 for detecting address-specific invalidation capability by Zhang Xiantao · 12 years ago
  48. 0307b7b kvm: remove unnecessary bit checking for ept violation by Zhang Xiantao · 12 years ago
  49. ba90463 KVM: x86: Emulate IA32_TSC_ADJUST MSR by Will Auld · 12 years ago
  50. 8fe8ab4 KVM: x86: Add code to track call origin for msr assignment by Will Auld · 12 years ago
  51. 5a560f8 KVM: VMX: fix memory order between loading vmcs and clearing vmcs by Xiao Guangrong · 12 years ago
  52. e6c7d32 KVM: VMX: fix invalid cpu passed to smp_call_function_single by Xiao Guangrong · 12 years ago
  53. 42897d8 KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization by Marcelo Tosatti · 12 years ago
  54. 886b470 KVM: x86: pass host_tsc to read_l1_tsc by Marcelo Tosatti · 12 years ago
  55. 29282fd KVM: x86: Fix invalid secondary exec controls in vmx_cpuid_update() by Takashi Iwai · 12 years ago
  56. bf4ca23 KVM: VMX: report internal error for MMIO #PF due to delivery event by Xiao Guangrong · 12 years ago
  57. b9bf688 KVM: VMX: report internal error for the unhandleable event by Xiao Guangrong · 12 years ago
  58. ecefbd9 Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  59. ac07f5c Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  60. c863901 KVM: x86: Fix guest debug across vcpu INIT reset by Jan Kiszka · 12 years ago
  61. b1a74bf x86, kvm: fix kvm's usage of kernel_fpu_begin/end() by Suresh Siddha · 12 years ago
  62. 4b8073e arch/x86: Remove unecessary semicolons by Peter Senna Tschudin · 12 years ago
  63. b188c81f KVM: VMX: Make use of asm.h by Avi Kivity · 12 years ago
  64. 83287ea42 KVM: VMX: Make lto-friendly by Avi Kivity · 12 years ago
  65. 4484141 KVM: fix error paths for failed gfn_to_page() calls by Xiao Guangrong · 12 years ago
  66. 4f97704 KVM: x86: Check INVPCID feature bit in EBX of leaf 7 by Ren, Yongjie · 12 years ago
  67. 772e031 KVM: VMX: constify lookup tables by Mathias Krause · 12 years ago
  68. a81aba1 KVM: VMX: Ignore segment G and D bits when considering whether we can virtualize by Avi Kivity · 12 years ago
  69. ce56680 KVM: VMX: Save all segment data in real mode by Avi Kivity · 12 years ago
  70. 1390a28 KVM: VMX: Preserve segment limit and access rights in real mode by Avi Kivity · 12 years ago
  71. 7263642 KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_state=1 by Avi Kivity · 12 years ago
  72. e2a610d KVM: VMX: Allow vm86 virtualization of big real mode by Avi Kivity · 12 years ago
  73. 495e116 KVM: VMX: Allow real mode emulation using vm86 with dpl=0 by Avi Kivity · 12 years ago
  74. c865c43 KVM: VMX: Retain limit and attributes when entering protected mode by Avi Kivity · 12 years ago
  75. f5f7b2f KVM: VMX: Use kvm_segment to save protected-mode segments when entering realmode by Avi Kivity · 12 years ago
  76. 72fbefe KVM: VMX: Fix incorrect lookup of segment S flag in fix_pmode_dataseg() by Avi Kivity · 12 years ago
  77. baa7e81 KVM: VMX: Separate saving pre-realmode state from setting segments by Avi Kivity · 12 years ago
  78. dbcb4e7 KVM: VMX: Advertize RDTSC exiting to nested guests by Avi Kivity · 12 years ago
  79. 2a7921b KVM: VMX: restore MSR_IA32_DEBUGCTLMSR after VMEXIT by Gleb Natapov · 12 years ago
  80. 32cad84 KVM: do not release the error page by Xiao Guangrong · 12 years ago
  81. fe56097 Merge remote-tracking branch 'upstream' into next by Avi Kivity · 12 years ago
  82. aa67f60 KVM: VMX: Fix ds/es corruption on i386 with preemption by Avi Kivity · 12 years ago
  83. 0fa0607 KVM: VMX: Fix typos by Guo Chao · 12 years ago
  84. ad756a1 KVM: VMX: Implement PCID/INVPCID for guests with EPT by Mao, Junjie · 12 years ago
  85. 4f5982a KVM: VMX: export PFEC.P bit on ept by Xiao Guangrong · 12 years ago
  86. a27685c KVM: VMX: Emulate invalid guest state by default by Avi Kivity · 12 years ago
  87. de5f70e KVM: VMX: Improve error reporting during invalid guest state emulation by Avi Kivity · 12 years ago
  88. de87dcd KVM: VMX: Stop invalid guest state emulation on pending event by Avi Kivity · 12 years ago
  89. 7c068e4 KVM: VMX: Continue emulating after batch exhausted by Avi Kivity · 12 years ago
  90. bdea48e KVM: VMX: Fix interrupt exit condition during emulation by Avi Kivity · 12 years ago
  91. b8405c1 KVM: VMX: Limit iterations with emulator_invalid_guest_state by Avi Kivity · 12 years ago
  92. f0495f9 KVM: VMX: Relax check on unusable segment by Avi Kivity · 12 years ago
  93. d881e6f KVM: VMX: Return correct CPL during transition to protected mode by Avi Kivity · 12 years ago
  94. 2106a54 KVM: VMX: code clean for vmx_init() by Guo Chao · 12 years ago
  95. a737f25 KVM: Cleanup the kvm_print functions and introduce pr_XX wrappers by Christoffer Dall · 12 years ago
  96. b246dd5 KVM: VMX: Fix KVM_SET_SREGS with big real mode segments by Orit Wasserman · 12 years ago
  97. 3f6d8c8 KVM: VMX: Use EPT Access bit in response to memory notifiers by Xudong Hao · 12 years ago
  98. b38f993 KVM: VMX: Enable EPT A/D bits if supported by turning on relevant bit in EPTP by Xudong Hao · 12 years ago
  99. 83c3a33 KVM: VMX: Add parameter to control A/D bits support, default is on by Xudong Hao · 12 years ago
  100. b2da15a KVM: VMX: Optimize %ds, %es reload by Avi Kivity · 12 years ago