1. ab22a47 kvm: x86: mmu: Rename EPT_VIOLATION_READ/WRITE/INSTR constants by Junaid Shahid · 8 years ago
  2. 0b4c208 Revert "KVM: nested VMX: disable perf cpuid reporting" by Jim Mattson · 8 years ago
  3. 21e7fbe kvm: nVMX: Reorder error checks for emulated VMXON by Jim Mattson · 8 years ago
  4. eb90f34 KVM: vmx: speed up TPR below threshold vmexits by Paolo Bonzini · 8 years ago
  5. f160c7b kvm: x86: mmu: Lockless access tracking for Intel CPUs without EPT A bits. by Junaid Shahid · 8 years ago
  6. 37f0e8f kvm: x86: mmu: Do not use bit 63 for tracking special SPTEs by Junaid Shahid · 8 years ago
  7. 27959a4 kvm: x86: mmu: Use symbolic constants for EPT Violation Exit Qualifications by Junaid Shahid · 8 years ago
  8. 69130ea KVM: VMX: remove duplicated declaration by Jan Dakinevich · 8 years ago
  9. b428018 KVM: nVMX: fix instruction skipping during emulated vm-entry by David Matlack · 8 years ago
  10. ef85b67 kvm: nVMX: Allow L1 to intercept software exceptions (#BP and #OF) by Jim Mattson · 8 years ago
  11. 37b9a67 kvm: nVMX: Correct a VMX instruction error code for VMPTRLD by GanShun · 8 years ago
  12. 93173b5 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  13. 16c2aec KVM: nVMX: invvpid handling improvements by Jan Dakinevich · 8 years ago
  14. 1dc35da KVM: nVMX: check host CR3 on vmentry and vmexit by Ladi Prosek · 8 years ago
  15. 9ed38ffa KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentry by Ladi Prosek · 8 years ago
  16. ee146c1 KVM: nVMX: propagate errors from prepare_vmcs02 by Ladi Prosek · 8 years ago
  17. 7ca29de KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPT by Ladi Prosek · 8 years ago
  18. 5a6a974 KVM: nVMX: load GUEST_EFER after GUEST_CR0 during emulated VM-entry by David Matlack · 8 years ago
  19. 8322ebb KVM: nVMX: generate MSR_IA32_CR{0,4}_FIXED1 from guest CPUID by David Matlack · 8 years ago
  20. 3899152 KVM: nVMX: fix checks on CR{0,4} during virtual VMX operation by David Matlack · 8 years ago
  21. 62cc6b9d KVM: nVMX: support restore of VMX capability MSRs by David Matlack · 8 years ago
  22. 0115f9c KVM: nVMX: generate non-true VMX MSRs based on true versions by David Matlack · 8 years ago
  23. 6affcbe KVM: x86: Add kvm_skip_emulated_instruction and use it. by Kyle Huey · 8 years ago
  24. eb27756 KVM: VMX: Move skip_emulated_instruction out of nested_vmx_check_vmcs12 by Kyle Huey · 8 years ago
  25. 09ca3f2 KVM: VMX: Reorder some skip_emulated_instruction calls by Kyle Huey · 8 years ago
  26. 6a908b6 KVM: x86: Add a return value to kvm_emulate_cpuid by Kyle Huey · 8 years ago
  27. 064e6a8 Merge branch 'linus' into x86/fpu, to resolve conflicts by Ingo Molnar · 8 years ago
  28. bcdde30 KVM: nVMX: invvpid handling improvements by Jan Dakinevich · 8 years ago
  29. 33365e7 kvm: x86: make function static to avoid compiling warning by Jiang Biao · 8 years ago
  30. ad36109 kvm: x86: avoid atomic operations on APICv vmentry by Paolo Bonzini · 8 years ago
  31. 1b07304 KVM: nVMX: support descriptor table exits by Paolo Bonzini · 8 years ago
  32. 868a32f kvm: x86: remove the misleading comment in vmx_handle_external_intr by Longpeng(Mike) · 8 years ago
  33. 2361133 KVM: VMX: refactor setup of global page-sized bitmaps by Radim Krčmář · 8 years ago
  34. 2e69f86 KVM: VMX: join functions that disable x2apic msr intercepts by Radim Krčmář · 8 years ago
  35. 40d8338 KVM: VMX: remove functions that enable msr intercepts by Radim Krčmář · 8 years ago
  36. 83bafef kvm: nVMX: Update MSR load counts on a VMCS switch by Jim Mattson · 8 years ago
  37. cf3215d kvm: nVMX: Fetch VM_INSTRUCTION_ERROR from vmcs02 on vmx->fail by Jim Mattson · 9 years ago
  38. c63e456 KVM: VMX: Better name x2apic msr bitmaps by Wanpeng Li · 8 years ago
  39. 355f4fb kvm: nVMX: VMCLEAR an active shadow VMCS after last use by Jim Mattson · 8 years ago
  40. ea26e4e KVM: x86: drop TSC offsetting kvm_x86_ops to fix KVM_GET/SET_CLOCK by Paolo Bonzini · 8 years ago
  41. 04ac88a x86/fpu, kvm: Remove host CR0.TS manipulation by Andy Lutomirski · 8 years ago
  42. 85c856b kvm: nVMX: Fix kernel panics induced by illegal INVEPT/INVVPID types by Jim Mattson · 8 years ago
  43. 6218590 Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  44. c5a6d5f KVM: nVMX: Fix the NMI IDT-vectoring handling by Wanpeng Li · 8 years ago
  45. f6e90f9 KVM: VMX: Enable MSR-BASED TPR shadow even if APICv is inactive by Wanpeng Li · 8 years ago
  46. c83b6d1 KVM: nVMX: Fix reload apic access page warning by Wanpeng Li · 9 years ago
  47. 3e3f502 kvm: x86: drop read_tsc_offset() by Luiz Capitulino · 9 years ago
  48. d4b80af Merge branch 'linus' into x86/asm, to pick up recent fixes by Ingo Molnar · 8 years ago
  49. 9ac7e3e KVM: nVMX: expose INS/OUTS information support by Jan Dakinevich · 9 years ago
  50. 16cb025 KVM: VMX: not use vmcs_config in setup_vmcs_config by Paolo Bonzini · 9 years ago
  51. bbe41b9 KVM: x86: ratelimit and decrease severity for guest-triggered printk by Paolo Bonzini · 9 years ago
  52. 119a9c0 KVM: nVMX: pass valid guest linear-address to the L1 by Jan Dakinevich · 9 years ago
  53. f15a75e KVM: nVMX: make emulated nested preemption timer pinned by Wanpeng Li · 9 years ago
  54. 72e0ae5 vmx: refine validity check for guest linear address by Liang Li · 9 years ago
  55. c95ba92 kvm: nVMX: fix nested tsc scaling by Peter Feiner · 9 years ago
  56. dccbfcf KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE write by Radim Krčmář · 9 years ago
  57. d048c09 KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APIC by Radim Krčmář · 9 years ago
  58. 404f6aa x86: Apply more __ro_after_init and const by Kees Cook · 9 years ago
  59. 45e1181 nvmx: mark ept single context invalidation as supported by Bandan Das · 9 years ago
  60. 03331b4 nvmx: remove comment about missing nested vpid support by Bandan Das · 9 years ago
  61. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  62. b80c76e KVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLD by Jim Mattson · 9 years ago
  63. 4f2777b kvm: x86: nVMX: maintain internal copy of current VMCS by David Matlack · 9 years ago
  64. f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  65. 0606263 Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-next by Dan Williams · 9 years ago
  66. dfa169b Revert "KVM: x86: add pcommit support" by Dan Williams · 9 years ago
  67. b244c9f KVM: VMX: handle PML full VMEXIT that occurs during event delivery by Cao, Lei · 9 years ago
  68. 2f1fe81 KVM: nVMX: Fix memory corruption when using VMCS shadowing by Jim Mattson · 9 years ago
  69. 4e59516 kvm: vmx: ensure VMCS is current while enabling PML by Peter Feiner · 9 years ago
  70. 37131313 KVM: x86: add KVM_CAP_X2APIC_API by Radim Krčmář · 9 years ago
  71. c93de59 KVM: VMX: optimize APIC ID read with APICv by Radim Krčmář · 9 years ago
  72. 02120c4 kvm: vmx: advertise support for ept execute only by Bandan Das · 9 years ago
  73. d95c556 kvm: mmu: track read permission explicitly for shadow EPT page tables by Bandan Das · 9 years ago
  74. ffb128c kvm: mmu: don't set the present bit unconditionally by Bandan Das · 9 years ago
  75. 8391ce4 KVM: VMX: introduce vm_{entry,exit}_control_reset_shadow by Paolo Bonzini · 9 years ago
  76. 9314006 KVM: nVMX: keep preemption timer enabled during L2 execution by Paolo Bonzini · 9 years ago
  77. 55123e3 KVM: nVMX: avoid incorrect preemption timer vmexit in nested guest by Wanpeng Li · 9 years ago
  78. 1c17c3e KVM: VMX: reflect broken preemption timer in vmcs_config by Paolo Bonzini · 9 years ago
  79. 03f6a22 KVM: x86: Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element by Wei Yongjun · 9 years ago
  80. 9175d2e KVM: vmx: fix underflow in TSC deadline calculation by Paolo Bonzini · 9 years ago
  81. f2485b3 KVM: x86: use guest_exit_irqoff by Paolo Bonzini · 9 years ago
  82. 91fa0f8 KVM: x86: always use "acknowledge interrupt on exit" by Paolo Bonzini · 9 years ago
  83. ff30ef4 KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode. by Quentin Casasnovas · 9 years ago
  84. c45dcc7 KVM: VMX: enable guest access to LMCE related MSRs by Ashok Raj · 9 years ago
  85. 37e4c99 KVM: VMX: validate individual bits of guest MSR_IA32_FEATURE_CONTROL by Haozhong Zhang · 9 years ago
  86. 3b84080 KVM: VMX: move msr_ia32_feature_control to vcpu_vmx by Haozhong Zhang · 9 years ago
  87. 64672c9 kvm: vmx: hook preemption timer support by Yunhong Jiang · 9 years ago
  88. bc22512 kvm: vmx: rename vmx_pre/post_block to pi_pre/post_block by Yunhong Jiang · 9 years ago
  89. a005219 kvm: vmx: check apicv is active before using VT-d posted interrupt by Yang Zhang · 9 years ago
  90. bb3541f KVM: x86: Fix typos by Andrea Gelmini · 9 years ago
  91. e28e909 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  92. 3ce424e kvm:vmx: more complete state update on APICv on/off by Roman Kagan · 9 years ago
  93. 7beaa24 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  94. 67c9ddd KVM: x86: make hwapic_isr_update and hwapic_irr_update look the same by Paolo Bonzini · 9 years ago
  95. 1fb48f8 Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree by Ingo Molnar · 9 years ago
  96. f246324 KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_reset by Bruce Rogers · 9 years ago
  97. 1c5ac21 perf/x86/intel/pt: Don't die on VMXON by Alexander Shishkin · 9 years ago
  98. 782511b x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usage by Borislav Petkov · 9 years ago
  99. d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  100. be94f6b KVM, pkeys: add pkeys support for permission_fault by Huaitong Han · 9 years ago