summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx
AgeCommit message (Expand)Author
2022-05-25KVM: x86: Fix the intel_pt PMI handling wrongly considered from guestYanfei Xu
2022-05-25Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2022-05-25Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2022-05-12KVM: VMX: Include MKTME KeyID bits in shadow_zero_checkKai Huang
2022-05-12KVM: VMX: clean up pi_wakeup_handlerLi RongQing
2022-05-06KVM: VMX: Exit to userspace if vCPU has injected exception and invalid stateSean Christopherson
2022-05-02KVM: VMX: Use vcpu_to_pi_desc() uniformly in posted_intr.cYuan Yao
2022-04-29KVM: x86/mmu: replace shadow_root_level with root_role.levelPaolo Bonzini
2022-04-29KVM: x86: Clean up and document nested #PF workaroundSean Christopherson
2022-04-21KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdogLike Xu
2022-04-21KVM: nVMX: Defer APICv updates while L2 is active until L1 is activeSean Christopherson
2022-04-13KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple faultSean Christopherson
2022-04-13KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-EntrySean Christopherson
2022-04-13KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2Sean Christopherson
2022-04-13KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdataLike Xu
2022-04-13KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bitsSean Christopherson
2022-04-13kvm: vmx: remove redundant parenthesesPeng Hao
2022-04-13Merge branch 'kvm-older-features' into HEADPaolo Bonzini
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-04-02KVM: VMX: Prepare VMCS setting for posted interrupt enabling when APICv is av...Zeng Guang
2022-04-02KVM: x86: Remove redundant vm_entry_controls_clearbit() callZhenzhong Duan
2022-04-02KVM: x86: cleanup enter_rmode()Zhenzhong Duan
2022-04-02KVM: x86: SVM: fix tsc scaling when the host doesn't support itMaxim Levitsky
2022-04-02KVM: x86/pmu: Fix and isolate TSX-specific performance event logicLike Xu
2022-04-02KVM: x86: Make APICv inhibit reasons an enum and cleanup namingSean Christopherson
2022-04-02KVM: x86/pmu: Use different raw event masks for AMD and IntelJim Mattson
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-03-22Merge tag 'perf-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-04Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini
2022-03-01KVM: VMX: Handle APIC-write offset wrangling in VMX codeSean Christopherson
2022-02-25KVM: x86/mmu: load new PGD after the shadow MMU is initializedPaolo Bonzini
2022-02-25KVM: x86/mmu: do not pass vcpu to root freeing functionsPaolo Bonzini
2022-02-25KVM: x86: use struct kvm_mmu_root_info for mmu->rootPaolo Bonzini
2022-02-25KVM: x86: Provide per VM capability for disabling PMU virtualizationDavid Dunn
2022-02-25KVM: VMX: Remove scratch 'cpu' variable that shadows an identical scratch varPeng Hao
2022-02-25kvm: vmx: Fix typos comment in __loaded_vmcs_clear()Peng Hao
2022-02-25KVM: nVMX: Make setup/unsetup under the same conditionsPeng Hao
2022-02-25Revert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()"Sean Christopherson
2022-02-25Revert "KVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()"Sean Christopherson
2022-02-18KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPICPaolo Bonzini
2022-02-10KVM: VMX: Use local pointer to vcpu_vmx in vmx_vcpu_after_set_cpuid()Oliver Upton
2022-02-10KVM: VMX: Dont' send posted IRQ if vCPU == this vCPU and vCPU is IN_GUEST_MODEWanpeng Li
2022-02-10KVM: VMX: Rename VMX functions to conform to kvm_x86_ops namesSean Christopherson
2022-02-10KVM: nVMX: Refactor PMU refresh to avoid referencing kvm_x86_ops.pmu_opsSean Christopherson
2022-02-10KVM: VMX: Call vmx_get_cpl() directly in handle_dr()Sean Christopherson
2022-02-10KVM: x86: Rename kvm_x86_ops pointers to align w/ preferred vendor namesSean Christopherson
2022-02-08KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSMMaxim Levitsky
2022-02-05Merge tag 'kvmarm-fixes-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2022-02-02KVM: x86: use the KVM side max supported fixed counterWei Wang
2022-02-01kvm/x86: rework guest entry logicMark Rutland