summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-06-141-1/+3
|\
| * KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC baseMaxim Levitsky2022-06-091-1/+3
| * Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2022-06-091-1/+1
| |\
* | \ Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-142-0/+74
|\ \ \
| * | | KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta2022-05-212-0/+71
| * | | x86/speculation/mmio: Add mitigation for Processor MMIO Stale DataPawan Gupta2022-05-211-0/+3
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-06-081-0/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | KVM: x86: do not report a vCPU as preempted outside instruction boundariesPaolo Bonzini2022-06-081-0/+1
* | | Merge tag 'x86-cleanups-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-051-1/+1
|\ \ \ | |/ / |/| |
| * | x86: Fix all occurences of the "the the" typoBo Liu2022-05-271-1/+1
| |/
* | KVM: x86: Fix the intel_pt PMI handling wrongly considered from guestYanfei Xu2022-05-251-1/+1
* | Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-05-251-1/+1
|\|
| * KVM: VMX: Exit to userspace if vCPU has injected exception and invalid stateSean Christopherson2022-05-061-1/+1
* | Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-254-6/+13
|\|
| * KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdogLike Xu2022-04-211-6/+2
| * KVM: nVMX: Defer APICv updates while L2 is active until L1 is activeSean Christopherson2022-04-213-0/+11
* | KVM: VMX: Include MKTME KeyID bits in shadow_zero_checkKai Huang2022-05-121-0/+31
* | KVM: VMX: clean up pi_wakeup_handlerLi RongQing2022-05-121-4/+5
* | KVM: VMX: Use vcpu_to_pi_desc() uniformly in posted_intr.cYuan Yao2022-05-021-1/+1
* | KVM: x86/mmu: replace shadow_root_level with root_role.levelPaolo Bonzini2022-04-291-1/+1
* | KVM: x86: Clean up and document nested #PF workaroundSean Christopherson2022-04-291-9/+6
* | KVM: nVMX: Clear IDT vectoring on nested VM-Exit for double/triple faultSean Christopherson2022-04-132-4/+33
* | KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-EntrySean Christopherson2022-04-131-5/+10
* | KVM: x86: Drop WARNs that assert a triple fault never "escapes" from L2Sean Christopherson2022-04-131-3/+0
* | KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdataLike Xu2022-04-132-2/+2
* | KVM: x86/mmu: Derive EPT violation RWX bits from EPTE RWX bitsSean Christopherson2022-04-131-3/+1
* | kvm: vmx: remove redundant parenthesesPeng Hao2022-04-131-1/+1
* | Merge branch 'kvm-older-features' into HEADPaolo Bonzini2022-04-131-1/+1
|\ \ | |/ |/|
| * KVM: VMX: Prepare VMCS setting for posted interrupt enabling when APICv is av...Zeng Guang2022-04-021-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-022-19/+21
|\|
| * KVM: x86: Remove redundant vm_entry_controls_clearbit() callZhenzhong Duan2022-04-021-1/+0
| * KVM: x86: cleanup enter_rmode()Zhenzhong Duan2022-04-021-9/+5
| * KVM: x86: SVM: fix tsc scaling when the host doesn't support itMaxim Levitsky2022-04-021-4/+3
| * KVM: x86/pmu: Fix and isolate TSX-specific performance event logicLike Xu2022-04-021-3/+10
| * KVM: x86: Make APICv inhibit reasons an enum and cleanup namingSean Christopherson2022-04-021-2/+2
| * KVM: x86/pmu: Use different raw event masks for AMD and IntelJim Mattson2022-04-021-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-03-246-75/+80
|\|
| * Merge branch 'kvm-bugfixes' into HEADPaolo Bonzini2022-03-043-17/+27
| |\
| * | KVM: VMX: Handle APIC-write offset wrangling in VMX codeSean Christopherson2022-03-011-2/+9
| * | KVM: x86/mmu: load new PGD after the shadow MMU is initializedPaolo Bonzini2022-02-251-3/+3
| * | KVM: x86/mmu: do not pass vcpu to root freeing functionsPaolo Bonzini2022-02-251-4/+4
| * | KVM: x86: use struct kvm_mmu_root_info for mmu->rootPaolo Bonzini2022-02-252-2/+2
| * | KVM: x86: Provide per VM capability for disabling PMU virtualizationDavid Dunn2022-02-251-1/+1
| * | KVM: VMX: Remove scratch 'cpu' variable that shadows an identical scratch varPeng Hao2022-02-251-1/+0
| * | kvm: vmx: Fix typos comment in __loaded_vmcs_clear()Peng Hao2022-02-251-4/+4
| * | KVM: nVMX: Make setup/unsetup under the same conditionsPeng Hao2022-02-251-1/+1
| * | KVM: x86: return 1 unconditionally for availability of KVM_CAP_VAPICPaolo Bonzini2022-02-181-6/+0
| * | KVM: VMX: Use local pointer to vcpu_vmx in vmx_vcpu_after_set_cpuid()Oliver Upton2022-02-101-2/+2
| * | KVM: VMX: Dont' send posted IRQ if vCPU == this vCPU and vCPU is IN_GUEST_MODEWanpeng Li2022-02-101-19/+21
| * | KVM: VMX: Rename VMX functions to conform to kvm_x86_ops namesSean Christopherson2022-02-103-18/+18