- 86e3e49 KVM: VMX: Move uret MSR lookup into update_transition_efer() by Sean Christopherson · 4 years, 4 months ago
- ef1d2ee KVM: VMX: Check guest support for RDTSCP before processing MSR_TSC_AUX by Sean Christopherson · 4 years, 4 months ago
- 1e7a483 KVM: VMX: Rename "__find_msr_index" to "__vmx_find_uret_msr" by Sean Christopherson · 4 years, 4 months ago
- 658ece8 KVM: VMX: Rename vcpu_vmx's "guest_msrs_ready" to "guest_uret_msrs_loaded" by Sean Christopherson · 4 years, 4 months ago
- e9bb1ae KVM: VMX: Rename vcpu_vmx's "save_nmsrs" to "nr_active_uret_msrs" by Sean Christopherson · 4 years, 4 months ago
- fbc1800 KVM: VMX: Rename vcpu_vmx's "nmsrs" to "nr_uret_msrs" by Sean Christopherson · 4 years, 4 months ago
- eb3db1b KVM: VMX: Rename the "shared_msr_entry" struct to "vmx_uret_msr" by Sean Christopherson · 4 years, 4 months ago
- a128a93 KVM: VMX: Rename "vmx_find_msr_index" to "vmx_find_loadstore_msr_slot" by Sean Christopherson · 4 years, 4 months ago
- ce833b2 KVM: VMX: Prepend "MAX_" to MSR array size defines by Sean Christopherson · 4 years, 4 months ago
- 7e34fbd KVM: x86: Rename "shared_msrs" to "user_return_msrs" by Sean Christopherson · 4 years, 4 months ago
- 235ba74 KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepoint by Sean Christopherson · 4 years, 4 months ago
- 2ba4493 KVM: nVMX: Explicitly check for valid guest state for !unrestricted guest by Sean Christopherson · 4 years, 4 months ago
- 5a08532 KVM: VMX: Rename ops.h to vmx_ops.h by Sean Christopherson · 4 years, 4 months ago
- 8888cdd KVM: VMX: Extract posted interrupt support to separate files by Xiaoyao Li · 4 years, 4 months ago
- 8b50b92 KVM: VMX: Add a helper and macros to reduce boilerplate for sec exec ctls by Sean Christopherson · 4 years, 4 months ago
- 7f3603b KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE" by Sean Christopherson · 4 years, 4 months ago
- b936d3e KVM: VMX: Unconditionally clear CPUID.INVPCID if !CPUID.PCID by Sean Christopherson · 4 years, 4 months ago
- becdad8 KVM: VMX: Rename vmx_*_supported() helpers to cpu_has_vmx_*() by Sean Christopherson · 4 years, 4 months ago
- 7096cbf KVM: VMX: Use "illegal GPA" helper for PT/RTIT output base check by Sean Christopherson · 4 years, 4 months ago
- dc46515 KVM: x86: Move illegal GPA helper out of the MMU code by Sean Christopherson · 4 years, 4 months ago
- 1cc6cbc KVM: VMX: Replace MSR_IA32_RTIT_OUTPUT_BASE_MASK with helper function by Sean Christopherson · 4 years, 4 months ago
- 8d921ac KVM: VMX: Use precomputed MAXPHYADDR for RTIT base MSR check by Sean Christopherson · 4 years, 4 months ago
- 28e2b2f KVM: VMX: Do not perform emulation for INVD intercept by Tom Lendacky · 4 years, 4 months ago
- 1a5488e KVM: VMX: Invoke NMI handler via indirect call instead of INTn by Sean Christopherson · 4 years, 4 months ago
- 535f7ef KVM: VMX: Move IRQ invocation to assembly subroutine by Sean Christopherson · 4 years, 4 months ago
- 09e3e2a KVM: x86: Add kvm_x86_ops hook to short circuit emulation by Sean Christopherson · 4 years, 4 months ago
- bddd82d KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vmcs02 if vmcs12 doesn't set it by Krish Sadhukhan · 4 years, 4 months ago
- 9715092 KVM: X86: Move handling of INVPCID types to x86 by Babu Moger · 4 years, 4 months ago
- 3f3393b KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.c by Babu Moger · 4 years, 4 months ago
- 010fd37 KVM: LAPIC: Reduce world switch latency caused by timer_advance_ns by Wanpeng Li · 4 years, 4 months ago
- b9757a4 KVM: nVMX: Simplify the initialization of nested_vmx_msrs by Chenyi Qiang · 4 years, 5 months ago
- bf3c0e5 Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEAD by Paolo Bonzini · 4 years, 4 months ago
- 99b82a1 KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit by Wanpeng Li · 4 years, 5 months ago
- 43fea4e KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected by Peter Shier · 4 years, 5 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- 921d259 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 5 months ago
- 4da9f33 Merge tag 'x86-fsgsbase-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 8301305 KVM: x86: Specify max TDP level via kvm_configure_mmu() by Sean Christopherson · 4 years, 6 months ago
- d468d94 KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDR by Sean Christopherson · 4 years, 6 months ago
- f83a4a6 KVM: VXM: Remove temporary WARN on expected vs. actual EPTP level mismatch by Sean Christopherson · 4 years, 6 months ago
- 2a40b90 KVM: x86: Pull the PGD's level from the MMU instead of recalculating it by Sean Christopherson · 4 years, 6 months ago
- 812f805 KVM: VMX: Make vmx_load_mmu_pgd() static by Sean Christopherson · 4 years, 6 months ago
- 72c3c0f x86/kvm: Use generic xfer to guest work function by Thomas Gleixner · 4 years, 6 months ago
- 3edd683 KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR support by Mohammed Gamal · 4 years, 6 months ago
- 8c4182b KVM: VMX: optimize #PF injection when MAXPHYADDR does not match by Paolo Bonzini · 4 years, 6 months ago
- 1dbf5d68 KVM: VMX: Add guest physical address check in EPT violation and misconfig by Mohammed Gamal · 4 years, 6 months ago
- a0c1343 KVM: VMX: introduce vmx_need_pf_intercept by Paolo Bonzini · 4 years, 6 months ago
- 6986982 KVM: x86: rename update_bp_intercept to update_exception_bitmap by Paolo Bonzini · 4 years, 6 months ago
- 2245d39 x86/kvm/vmx: Use native read/write_cr2() by Thomas Gleixner · 4 years, 6 months ago
- 3ebccdf x86/kvm/vmx: Move guest enter/exit into .noinstr.text by Thomas Gleixner · 4 years, 6 months ago
- 0642391 x86/kvm/vmx: Add hardirq tracing to guest enter/exit by Thomas Gleixner · 4 years, 6 months ago
- 87fa7f3 x86/kvm: Move context tracking where it belongs by Thomas Gleixner · 4 years, 6 months ago
- 841c2be kvm: x86: replace kvm_spec_ctrl_test_value with runtime test on the host by Maxim Levitsky · 4 years, 6 months ago
- 7c1b761 KVM: x86: Rename cpuid_update() callback to vcpu_after_set_cpuid() by Xiaoyao Li · 4 years, 6 months ago
- c967118 kvm: x86: Set last_vmentry_cpu in vcpu_enter_guest by Jim Mattson · 4 years, 8 months ago
- 8a14fe4 kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpu by Jim Mattson · 4 years, 8 months ago
- 1aa561b kvm: x86: Add "last CPU" to some KVM_EXIT information by Jim Mattson · 4 years, 8 months ago
- 80a1684 kvm: vmx: Add last_cpu to struct vcpu_vmx by Jim Mattson · 4 years, 8 months ago
- 12bc213 KVM: X86: Do the same ignore_msrs check for feature msrs by Peter Xu · 4 years, 7 months ago
- 02f5fb2 KVM: x86/mmu: Make .write_log_dirty a nested operation by Sean Christopherson · 4 years, 7 months ago
- 2f1d48a KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guest by Sean Christopherson · 4 years, 7 months ago
- fa71e95 KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masks by Sean Christopherson · 4 years, 7 months ago
- 7c83d09 KVM: x86: Mark CR4.TSD as being possibly owned by the guest by Sean Christopherson · 4 years, 7 months ago
- bf09fb6 KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL by Sean Christopherson · 4 years, 7 months ago
- 2dbebf7 KVM: nVMX: Plumb L2 GPA through to PML emulation by Sean Christopherson · 4 years, 7 months ago
- 4909776 Revert "KVM: VMX: Micro-optimize vmexit time when not exposing PMU" by Vitaly Kuznetsov · 4 years, 7 months ago
- 6758034 x86/process/64: Make save_fsgs_for_kvm() ready for FSGSBASE by Thomas Gleixner · 4 years, 8 months ago
- 076f14b Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- 8cd501c x86/entry: Convert Machine Check to IDTENTRY_IST by Thomas Gleixner · 5 years ago
- 7a35e51 KVM: VMX: Properly handle kvm_read/write_guest_virt*() result by Vitaly Kuznetsov · 4 years, 7 months ago
- fa44b82 KVM: x86: Move MPK feature detection to common code by Babu Moger · 4 years, 8 months ago
- 27461da3 KVM: x86/pmu: Support full width counting by Like Xu · 4 years, 8 months ago
- 68fd66f KVM: x86: extend struct kvm_vcpu_pv_apf_data with token info by Vitaly Kuznetsov · 4 years, 8 months ago
- df7e068 KVM: nVMX: always update CR3 in VMCS by Paolo Bonzini · 4 years, 8 months ago
- c9d4091 KVM: x86: enable event window in inject_pending_event by Paolo Bonzini · 4 years, 8 months ago
- a8cfbae KVM: VMX: replace "fall through" with "return" to indicate different case by Miaohe Lin · 5 years ago
- cb97c2d KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s index by Sean Christopherson · 5 years ago
- 7529e767 Merge branch 'kvm-master' into HEAD by Paolo Bonzini · 4 years, 8 months ago
- e7581ca KVM: x86: simplify is_mmio_spte by Paolo Bonzini · 4 years, 8 months ago
- 0abcc8f KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilities by Maxim Levitsky · 4 years, 8 months ago
- 93dff2f KVM: nVMX: Migrate the VMX-preemption timer by Jim Mattson · 4 years, 8 months ago
- 6c1c6e5 KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup() by Sean Christopherson · 4 years, 8 months ago
- 26efe2f KVM: VMX: Handle preemption timer fastpath by Wanpeng Li · 4 years, 8 months ago
- 199a8b8 KVM: x86: introduce kvm_can_use_hv_timer by Paolo Bonzini · 4 years, 9 months ago
- 379a3c8 KVM: VMX: Optimize posted-interrupt delivery for timer fastpath by Wanpeng Li · 4 years, 9 months ago
- 404d5d7 KVM: X86: Introduce more exit_fastpath_completion enum values by Wanpeng Li · 4 years, 9 months ago
- dcf068d KVM: VMX: Introduce generic fastpath handler by Wanpeng Li · 4 years, 9 months ago
- 2408500 KVM: nVMX: Truncate writes to vmcs.SYSENTER_EIP/ESP for 32-bit vCPU by Sean Christopherson · 4 years, 9 months ago
- 551896e KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly by Uros Bizjak · 4 years, 9 months ago
- 3bae045 KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums by Sean Christopherson · 4 years, 9 months ago
- e93fd3b KVM: x86/mmu: Capture TDP level when updating CPUID by Sean Christopherson · 4 years, 9 months ago
- 0047fca KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hook by Sean Christopherson · 4 years, 9 months ago
- bd31fe4 KVM: VMX: Add proper cache tracking for CR0 by Sean Christopherson · 4 years, 9 months ago
- f98c1e7 KVM: VMX: Add proper cache tracking for CR4 by Sean Christopherson · 4 years, 9 months ago
- 56ba77a KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch' by Sean Christopherson · 4 years, 9 months ago
- 1af1bb0 KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02 by Sean Christopherson · 4 years, 8 months ago
- 5c911be KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02 by Sean Christopherson · 4 years, 9 months ago
- f27ad73 KVM: VMX: Use accessor to read vmcs.INTR_INFO when handling exception by Sean Christopherson · 4 years, 9 months ago
- fede807 KVM: x86: handle wrap around 32-bit address space by Paolo Bonzini · 4 years, 9 months ago
- c300ab9 KVM: x86: Replace late check_nested_events() hack with more precise fix by Paolo Bonzini · 4 years, 9 months ago