1. 7ed9abf KVM: SVM: Support string IO operations for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
  2. 8f423a8 KVM: SVM: Support MMIO for an SEV-ES guest by Tom Lendacky · 4 years, 1 month ago
  3. 3f1a18b KVM/VMX/SVM: Move kvm_machine_check function to x86.h by Uros Bizjak · 4 years, 3 months ago
  4. ee69c92 KVM: x86: Return bool instead of int for CR4 and SREGS validity checks by Sean Christopherson · 4 years, 3 months ago
  5. cc4cb01 KVM: x86: use positive error values for msr emulation that causes #GP by Maxim Levitsky · 4 years, 3 months ago
  6. 51de815 KVM: x86: Add infrastructure for MSR filtering by Alexander Graf · 4 years, 4 months ago
  7. 9715092 KVM: X86: Move handling of INVPCID types to x86 by Babu Moger · 4 years, 4 months ago
  8. 3f3393b KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c by Babu Moger · 4 years, 4 months ago
  9. 68ca7663 KVM: LAPIC: Narrow down the kick target vCPU by Wanpeng Li · 4 years, 4 months ago
  10. 8978614 KVM: x86: Add helper functions for illegal GPA checking and page fault injection by Mohammed Gamal · 4 years, 6 months ago
  11. 841c2be kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host by Maxim Levitsky · 4 years, 6 months ago
  12. 761e416 KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested guests by Krish Sadhukhan · 4 years, 6 months ago
  13. 53efe52 KVM: x86: Make CR4.VMXE reserved for the guest by Paolo Bonzini · 4 years, 6 months ago
  14. b899c13 KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid() by Krish Sadhukhan · 4 years, 6 months ago
  15. f5f6145 KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate function by Krish Sadhukhan · 4 years, 8 months ago
  16. 6abe9c1 KVM: X86: Move ignore_msrs handling upper the stack by Peter Xu · 4 years, 7 months ago
  17. 404d5d7 KVM: X86: Introduce more exit_fastpath_completion enum values by Wanpeng Li · 4 years, 9 months ago
  18. 5a9f544 KVM: X86: Introduce kvm_vcpu_exit_request() helper by Wanpeng Li · 4 years, 9 months ago
  19. eeeb4f6 KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASID by Sean Christopherson · 4 years, 10 months ago
  20. afaf0b2 KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirection by Sean Christopherson · 4 years, 10 months ago
  21. 408e9a3 KVM: CPUID: add support for supervisor states by Paolo Bonzini · 4 years, 11 months ago
  22. 615a4ae KVM: x86: Make kvm_mpx_supported() an inline function by Sean Christopherson · 4 years, 11 months ago
  23. cfc4818 KVM: x86: Calculate the supported xcr0 mask at load time by Sean Christopherson · 4 years, 11 months ago
  24. 2f728d6 KVM: x86: Move kvm_emulate.h into KVM's private directory by Sean Christopherson · 5 years ago
  25. f0ed476 KVM: x86: Move emulation-only helpers to emulate.c by Sean Christopherson · 5 years ago
  26. 9b5e853 KVM: x86: Take a u64 when checking for a valid dr7 value by Sean Christopherson · 5 years ago
  27. b91991b KVM: nVMX: Check GUEST_DR7 on vmentry of nested guests by Krish Sadhukhan · 5 years ago
  28. de761ea KVM: x86: Perform non-canonical checks in 32-bit KVM by Sean Christopherson · 5 years ago
  29. 6441fa6 KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL by Paolo Bonzini · 5 years ago
  30. a0a2260c KVM: x86: Move bit() helper to cpuid.h by Sean Christopherson · 5 years ago
  31. 1e9e262 KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath by Wanpeng Li · 5 years ago
  32. 736c291 KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM by Sean Christopherson · 5 years ago
  33. 27cbe7d KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latched by Liran Alon · 5 years ago
  34. 139a12c KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 code by Aaron Lewis · 5 years ago
  35. 489cbcf KVM: x86: Add WARNs to detect out-of-bounds register indices by Sean Christopherson · 5 years ago
  36. 9497e1f KVM: x86: Move triple fault request into RM int injection by Sean Christopherson · 5 years ago
  37. 871bd03 KVM: x86: Rename access permissions cache member in struct kvm_vcpu_arch by Sean Christopherson · 5 years ago
  38. 0c5f81d KVM: LAPIC: Inject timer interrupt via posted interrupt by Wanpeng Li · 6 years ago
  39. bf03d4f KVM: x86: introduce is_pae_paging by Paolo Bonzini · 6 years ago
  40. b517006 KVM: X86: Provide a capability to disable cstate msr read intercepts by Wanpeng Li · 6 years ago
  41. 0ef0fd3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  42. 39497d7 KVM: lapic: Track lapic timer advance per vCPU by Sean Christopherson · 6 years ago
  43. 674ea35 KVM: x86: optimize check for valid PAT value by Paolo Bonzini · 6 years ago
  44. 1811d97 x86/kvm: move kvm_load/put_guest_xcr0 into atomic context by WANG Chao · 6 years ago
  45. 361209e KVM: Explicitly define the "memslot update in-progress" bit by Sean Christopherson · 6 years ago
  46. ddfd173 KVM: x86/mmu: Do not cache MMIO accesses while memslots are in flux by Sean Christopherson · 6 years ago
  47. da998b4 kvm: x86: Defer setting of CR2 until #PF delivery by Jim Mattson · 6 years ago
  48. c60658d KVM: x86: Unexport x86_emulate_instruction() by Sean Christopherson · 6 years ago
  49. 0447378 kvm: vmx: Nested VM-entry prereqs for event inj. by Marc Orr · 7 years ago
  50. ce14e868a KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_system by Paolo Bonzini · 7 years ago
  51. 5e62493 x86/headers/UAPI: Move DISABLE_EXITS KVM capability bits to the UAPI by KarimAllah Ahmed · 7 years ago
  52. 082d06e KVM: X86: Introduce handle_ud() by Wanpeng Li · 7 years ago
  53. 04140b4 KVM: x86: Rename interrupt.pending to interrupt.injected by Liran Alon · 7 years ago
  54. 8566ac8 KVM: SVM: Implement pause loop exit logic in SVM by Babu Moger · 7 years ago
  55. c8e8871 KVM: VMX: Bring the common code to header file by Babu Moger · 7 years ago
  56. dd60d21 KVM: x86: Fix perf timer mode IP reporting by Andi Kleen · 7 years ago
  57. b31c114 KVM: X86: Provide a capability to disable PAUSE intercepts by Wanpeng Li · 7 years ago
  58. caa057a KVM: X86: Provide a capability to disable HLT intercepts by Wanpeng Li · 7 years ago
  59. 4d5422c KVM: X86: Provide a capability to disable MWAIT intercepts by Wanpeng Li · 7 years ago
  60. c4ae60e KVM: x86: Add module parameter for supporting VMware backdoor by Liran Alon · 7 years ago
  61. 5c7d4f9 KVM: nVMX: Fix bug of injecting L2 exception into L1 by Liran Alon · 7 years ago
  62. 431f5d4 KVM: x86: simplify kvm_mwait_in_guest() by Radim Krčmář · 7 years ago
  63. 346f48f KVM: x86: drop bogus MWAIT check by Radim Krčmář · 7 years ago
  64. 2a140f3 KVM: x86: prevent MWAIT in guest with buggy MONITOR by Radim Krčmář · 7 years ago
  65. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  66. 664f8e2 KVM: X86: Fix loss of exception which has not yet been injected by Wanpeng Li · 7 years ago
  67. fd8cb43 KVM: MMU: Expose the LA57 feature to VM. by Yu Zhang · 7 years ago
  68. 855feb6 KVM: MMU: Add 5 level EPT & Shadow page table support. by Yu Zhang · 7 years ago
  69. 9034e6e KVM: x86: fix use of L1 MMIO areas in nested guests by Paolo Bonzini · 7 years ago
  70. 668fffa kvm: better MWAIT emulation for guests by Michael S. Tsirkin · 8 years ago
  71. 108b249 KVM: x86: introduce get_kvmclock_ns by Paolo Bonzini · 8 years ago
  72. 8d93c87 KVM: x86: move nsec_to_cycles from x86.c to x86.h by Marcelo Tosatti · 9 years ago
  73. 17a511f KVM, pkeys: add pkeys support for xsave state by Huaitong Han · 9 years ago
  74. 52004014 KVM: x86: Use vector-hashing to deliver lowest-priority interrupts by Feng Wu · 9 years ago
  75. b51012d KVM: x86: introduce do_shl32_div32 by Paolo Bonzini · 9 years ago
  76. d91cab7 x86/fpu: Rename XSAVE macros by Dave Hansen · 9 years ago
  77. e83d588 kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file by Andrey Smetanin · 10 years ago
  78. 41dbc6b KVM: x86: introduce kvm_check_has_quirk by Paolo Bonzini · 9 years ago
  79. 6a39bbc KVM: MTRR: do not map huge page for non-consistent range by Xiao Guangrong · 10 years ago
  80. 19efffa KVM: MTRR: sort variable MTRRs by Xiao Guangrong · 10 years ago
  81. ff53604 KVM: x86: move MTRR related code to a separate file by Xiao Guangrong · 10 years ago
  82. 7454570 KVM: x86: fix initial PAT value by Radim Krčmář · 10 years ago
  83. bab5bb3 kvm: x86: Remove kvm_make_request from lapic.c by Nicholas Krause · 10 years ago
  84. d0659d9 KVM: x86: add option to advance tscdeadline hrtimer expiration by Marcelo Tosatti · 10 years ago
  85. 612263b KVM: x86: Enable Intel AVX-512 for guest by Chao Peng · 10 years ago
  86. 4566654 KVM: vmx: Inject #GP on invalid PAT CR by Nadav Amit · 10 years ago
  87. 56f17dd kvm: x86: fix stale mmio cache bug by David Matlack · 10 years ago
  88. 27e6fb5 KVM: vmx: vmx instructions handling does not consider cs.l by Nadav Amit · 11 years ago
  89. 5777392 KVM: x86: check DR6/7 high-bits are clear only on long-mode by Nadav Amit · 11 years ago
  90. 4ff4173 KVM: x86: introduce kvm_supported_xcr0() by Paolo Bonzini · 11 years ago
  91. 390bd52 KVM: x86: Enable Intel MPX for guest by Liu, Jinsong · 11 years ago
  92. 9ed96e8 KVM: x86: limit PIT timer frequency by Marcelo Tosatti · 11 years ago
  93. 647e23b KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0 by Paolo Bonzini · 11 years ago
  94. 8fe8ab4 KVM: x86: Add code to track call origin for msr assignment by Will Auld · 12 years ago
  95. 54e9818 KVM: use jump label to optimize checking for in kernel local apic presence by Gleb Natapov · 12 years ago
  96. c36fc04 KVM: x86: add paging gcc optimization by Davidlohr Bueso · 13 years ago
  97. 00b27a3 KVM: Move cpuid code to new file by Avi Kivity · 13 years ago
  98. bebb106 KVM: MMU: cache mmio info on page fault path by Xiao Guangrong · 14 years ago
  99. 6a4d755 KVM: nVMX: Implement VMPTRST by Nadav Har'El · 14 years ago
  100. 064aea7 KVM: nVMX: Decoding memory operands of VMX instructions by Nadav Har'El · 14 years ago