1. 636b528 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
  2. 635e635 KVM: VMX: Don't do full kick when handling posted interrupt wakeup by Sean Christopherson · 3 years, 1 month ago
  3. ccf8d68 KVM: VMX: Fold fallback path into triggering posted IRQ helper by Sean Christopherson · 3 years, 1 month ago
  4. 296aa26 KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ by Sean Christopherson · 3 years, 1 month ago
  5. 0f65a9d3 KVM: VMX: Don't do full kick when triggering posted interrupt "fails" by Sean Christopherson · 3 years, 1 month ago
  6. c3e8abf KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks by Sean Christopherson · 3 years, 1 month ago
  7. 98c25ea KVM: VMX: Move preemption timer <=> hrtimer dance to common x86 by Sean Christopherson · 3 years, 1 month ago
  8. 12a8eee KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx by Sean Christopherson · 3 years, 1 month ago
  9. d76fb40 KVM: VMX: Handle PI descriptor updates during vcpu_put/load by Sean Christopherson · 3 years, 1 month ago
  10. 4f5a884 Merge branch 'kvm-pi-raw-spinlock' into HEAD by Paolo Bonzini · 3 years ago
  11. fc4fad7 KVM: VMX: Reject KVM_RUN if emulation is required with pending exception by Sean Christopherson · 3 years, 1 month ago
  12. 5f02ef7 KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock by Marcelo Tosatti · 3 years ago
  13. 4732f24 KVM: x86: Making the module parameter of vPMU more common by Like Xu · 3 years ago
  14. a218644 KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event by Like Xu · 3 years ago
  15. 79e06c4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years ago
  16. b5274b1 kvm: x86: Disable interception for IA32_XFD on demand by Kevin Tian · 3 years ago
  17. 61f2081 kvm: x86: Disable RDMSR interception of IA32_XFD_ERR by Jing Liu · 3 years ago
  18. ec5be88 kvm: x86: Intercept #NM for saving IA32_XFD_ERR by Jing Liu · 3 years ago
  19. 64ad946 Merge tag 'x86_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  20. 8e5b0ad Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  21. 405329f KVM: SVM: include CR3 in initial VMSA state for SEV-ES guests by Michael Roth · 3 years, 1 month ago
  22. 907d139 KVM: VMX: Provide vmread version using asm-goto-with-outputs by Peter Zijlstra · 3 years, 1 month ago
  23. 018d70f KVM: x86: Update vPMCs when retiring branch instructions by Eric Hankland · 3 years, 2 months ago
  24. 6ed1298 KVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixed_event() by Like Xu · 3 years, 2 months ago
  25. 7c174f3 KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() by Like Xu · 3 years, 2 months ago
  26. 7618756 KVM: x86/pmu: Setup pmc->eventsel for fixed PMCs by Like Xu · 3 years, 2 months ago
  27. 006a0f0 KVM: x86: avoid out of bounds indices for fixed performance counters by Paolo Bonzini · 3 years, 1 month ago
  28. 5b61178 KVM: VMX: Mark VCPU_EXREG_CR3 dirty when !CR0_PG -> CR0_PG if EPT + !URG by Lai Jiangshan · 3 years, 1 month ago
  29. a9f2705 KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs() by Lai Jiangshan · 3 years, 1 month ago
  30. 855fb03 Merge remote-tracking branch 'kvm/master' into HEAD by Paolo Bonzini · 3 years, 1 month ago
  31. fdba608 KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPU by Sean Christopherson · 3 years, 1 month ago
  32. cd0e615 KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is required by Sean Christopherson · 3 years, 1 month ago
  33. a80dfc0 KVM: VMX: Always clear vmx->fail on emulation_required by Sean Christopherson · 3 years, 1 month ago
  34. c506355 KVM: x86: Always set kvm_run->if_flag by Marc Orr · 3 years, 1 month ago
  35. 3e8ea78 x86/vmx: Remove .fixup usage by Peter Zijlstra · 3 years, 2 months ago
  36. 45af1bb KVM: VMX: Clean up PI pre/post-block WARNs by Sean Christopherson · 3 years, 1 month ago
  37. 83c9800 KVM: nVMX: Ensure vCPU honors event request if posting nested IRQ fails by Sean Christopherson · 3 years, 1 month ago
  38. 502d2bf KVM: nVMX: Implement Enlightened MSR Bitmap feature by Vitaly Kuznetsov · 3 years, 2 months ago
  39. ed2a480 KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt by Vitaly Kuznetsov · 3 years, 2 months ago
  40. b84155c3 KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper by Vitaly Kuznetsov · 3 years, 2 months ago
  41. f94909c x86: Prepare asm files for straight-line-speculation by Peter Zijlstra · 3 years, 1 month ago
  42. 93b350f Merge branch 'kvm-on-hv-msrbm-fix' into HEAD by Paolo Bonzini · 3 years, 1 month ago
  43. 250552b KVM: nVMX: Don't use Enlightened MSR Bitmap for L3 by Vitaly Kuznetsov · 3 years, 2 months ago
  44. 2df4a5e KVM: X86: Remove mmu parameter from load_pdptrs() by Lai Jiangshan · 3 years, 2 months ago
  45. f8cd457 KVM: VMX: Use ept_caps_to_lpage_level() in hardware_setup() by Lai Jiangshan · 3 years, 2 months ago
  46. cc022ae KVM: X86: Add parameter huge_page_level to kvm_init_shadow_ept_mmu() by Lai Jiangshan · 3 years, 2 months ago
  47. fe26f91 KVM: VMX: Change comments about vmx_get_msr() by Lai Jiangshan · 3 years, 2 months ago
  48. ed07ef5 KVM: VMX: Use kvm_set_msr_common() for MSR_IA32_TSC_ADJUST in the default way by Lai Jiangshan · 3 years, 2 months ago
  49. 15ad976 KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest() by Lai Jiangshan · 3 years, 2 months ago
  50. 3ab4ac8 KVM: VMX: Update msr value after kvm_set_user_return_msr() succeeds by Lai Jiangshan · 3 years, 2 months ago
  51. 6ab8a40 KVM: VMX: Avoid to rdmsrl(MSR_IA32_SYSENTER_ESP) by Lai Jiangshan · 3 years, 2 months ago
  52. 41e68b6 KVM: vmx, svm: clean up mass updates to regs_avail/regs_dirty bits by Paolo Bonzini · 3 years, 2 months ago
  53. c62c7bd KVM: VMX: Update vmcs.GUEST_CR3 only when the guest CR3 is dirty by Lai Jiangshan · 3 years, 2 months ago
  54. 3883bc9d KVM: X86: Mark CR3 dirty when vcpu->arch.cr3 is changed by Lai Jiangshan · 3 years, 2 months ago
  55. a37ebdc KVM: VMX: Add and use X86_CR4_PDPTR_BITS when !enable_ept by Lai Jiangshan · 3 years, 2 months ago
  56. 5ec60aa KVM: VMX: Add and use X86_CR4_TLBFLUSH_BITS when !enable_ept by Lai Jiangshan · 3 years, 2 months ago
  57. c0d6956 KVM: VMX: Mark VCPU_EXREG_PDPTR available in ept_save_pdptrs() by Lai Jiangshan · 3 years, 2 months ago
  58. baed82c KVM: VMX: Remove vCPU from PI wakeup list before updating PID.NV by Sean Christopherson · 3 years, 3 months ago
  59. 724b396 KVM: VMX: Move Posted Interrupt ndst computation out of write loop by Sean Christopherson · 3 years, 3 months ago
  60. cfb0e13 KVM: VMX: Read Posted Interrupt "control" exactly once per loop iteration by Sean Christopherson · 3 years, 3 months ago
  61. 89ef0f2 KVM: VMX: Save/restore IRQs (instead of CLI/STI) during PI pre/post block by Sean Christopherson · 3 years, 3 months ago
  62. 2980238 KVM: VMX: Drop pointless PI.NDST update when blocking by Sean Christopherson · 3 years, 3 months ago
  63. 74ba5bc KVM: VMX: Use boolean returns for Posted Interrupt "test" helpers by Sean Christopherson · 3 years, 3 months ago
  64. c957172 KVM: VMX: Drop unnecessary PI logic to handle impossible conditions by Sean Christopherson · 3 years, 3 months ago
  65. 057aa61 KVM: VMX: Skip Posted Interrupt updates if APICv is hard disabled by Sean Christopherson · 3 years, 3 months ago
  66. 1460179 KVM: x86: Tweak halt emulation helper names to free up kvm_vcpu_halt() by Sean Christopherson · 3 years, 3 months ago
  67. 1831fa4 KVM: VMX: Don't unblock vCPU w/ Posted IRQ if IRQs are disabled in guest by Paolo Bonzini · 3 years, 2 months ago
  68. fb43496 KVM: x86/MMU: Simplify flow of vmx_get_mt_mask by Ben Gardon · 3 years, 2 months ago
  69. bfbb307 KVM: VMX: Set failure code in prepare_vmcs02() by Dan Carpenter · 3 years, 2 months ago
  70. ef8b4b7 KVM: ensure APICv is considered inactive if there is no APIC by Paolo Bonzini · 3 years, 2 months ago
  71. e90e51d KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled by Paolo Bonzini · 3 years, 2 months ago
  72. 53b7ca1 KVM: x86: Use a stable condition around all VT-d PI paths by Paolo Bonzini · 3 years, 2 months ago
  73. 7e1901f KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled by Paolo Bonzini · 3 years, 2 months ago
  74. 712494d KVM: nVMX: Emulate guest TLB flush on nested VM-Enter with new vpid12 by Sean Christopherson · 3 years, 2 months ago
  75. 40e5f908 KVM: nVMX: Abide to KVM_REQ_TLB_FLUSH_GUEST request on nested vmentry/vmexit by Sean Christopherson · 3 years, 2 months ago
  76. 2b4a5a5 KVM: nVMX: Flush current VPID (L1 vs. L2) for KVM_REQ_TLB_FLUSH_GUEST by Sean Christopherson · 3 years, 2 months ago
  77. 8503fea KVM: VMX: do not use uninitialized gfn_to_hva_cache by Paolo Bonzini · 3 years, 2 months ago
  78. 817506d Merge branch 'kvm-5.16-fixes' into kvm-master by Paolo Bonzini · 3 years, 2 months ago
  79. cee6666 KVM: nVMX: Use a gfn_to_hva_cache for vmptrld by David Woodhouse · 3 years, 2 months ago
  80. 7d0172b KVM: nVMX: Use kvm_read_guest_offset_cached() for nested VMCS check by David Woodhouse · 3 years, 2 months ago
  81. 297d597 KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12 by David Woodhouse · 3 years, 2 months ago
  82. af957ee KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested state load by Maxim Levitsky · 3 years, 2 months ago
  83. 33271a9 KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c by Sean Christopherson · 3 years, 2 months ago
  84. db21575 KVM: x86: More precisely identify NMI from guest when handling PMI by Sean Christopherson · 3 years, 2 months ago
  85. f4b027c KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest by Sean Christopherson · 3 years, 2 months ago
  86. f5396f2d Merge branch 'kvm-5.16-fixes' into kvm-master by Paolo Bonzini · 3 years, 2 months ago
  87. 796c83c KVM: Move INVPCID type check from vmx and svm to the common kvm_handle_invpcid() by Vipin Sharma · 3 years, 2 months ago
  88. 329bd56 KVM: VMX: Add a helper function to retrieve the GPR index for INVPCID, INVVPID, and INVEPT by Vipin Sharma · 3 years, 2 months ago
  89. a5e0c25 KVM: nVMX: Clean up x2APIC MSR handling for L2 by Sean Christopherson · 3 years, 2 months ago
  90. 0cacb80 KVM: VMX: Macrofy the MSR bitmap getters and setters by Sean Christopherson · 3 years, 2 months ago
  91. 67f4b99 KVM: nVMX: Handle dynamic MSR intercept toggling by Sean Christopherson · 3 years, 2 months ago
  92. 7dfbc62 KVM: nVMX: Query current VMCS when determining if MSR bitmaps are in use by Sean Christopherson · 3 years, 2 months ago
  93. cae72dc KVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ active by Maxim Levitsky · 3 years, 2 months ago
  94. e6cd31f kvm: x86: Convert return type of *is_valid_rdpmc_ecx() to bool by Jim Mattson · 3 years, 2 months ago
  95. d7e0a79 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 2 months ago
  96. 8cb1ae1 Merge tag 'x86-fpu-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
  97. 43aa0a1 Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 3 months ago
  98. 0d7d844 KVM: x86: SGX must obey the KVM_INTERNAL_ERROR_EMULATION protocol by David Edmondson · 3 years, 4 months ago
  99. e615e35 KVM: x86: On emulation failure, convey the exit reason, etc. to userspace by David Edmondson · 3 years, 4 months ago
  100. 0a62a03 KVM: x86: Get exit_reason as part of kvm_x86_ops.get_exit_info by David Edmondson · 3 years, 4 months ago