summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx
AgeCommit message (Expand)AuthorFilesLines
2024-06-03Merge branch 'kvm-fixes-6.10-1' into HEADPaolo Bonzini2-2/+14
2024-05-23KVM: x86/mmu: Print SPTEs on unexpected #VESean Christopherson1-0/+5
2024-05-23KVM: VMX: Dump VMCS on unexpected #VESean Christopherson1-1/+3
2024-05-23KVM: nVMX: Always handle #VEs in L0 (never forward #VEs from L2 to L1)Sean Christopherson1-0/+2
2024-05-23KVM: nVMX: Initialize #VE info page for vmcs02 when proving #VE supportSean Christopherson1-0/+3
2024-05-23KVM: VMX: Don't kill the VM on an unexpected #VESean Christopherson1-2/+2
2024-05-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-286/+486
2024-05-12Merge tag 'kvm-x86-vmx-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-6/+26
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini4-8/+43
2024-04-30x86/irq: Remove bitfields in posted interrupt descriptorJacob Pan2-3/+3
2024-04-30KVM: VMX: Move posted interrupt descriptor out of VMX codeJacob Pan3-93/+3
2024-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-8/+41
2024-04-19KVM: VMX: Introduce test mode related to EPT violation VEIsaku Yamahata3-4/+60
2024-04-19KVM, x86: add architectural support code for #VEPaolo Bonzini1-0/+4
2024-04-12KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argumentSean Christopherson1-9/+7
2024-04-12KVM: VMX: Move out vmx_x86_ops to 'main.c' to dispatch VMX and TDXPaolo Bonzini3-269/+390
2024-04-11KVM: VMX: Disable LBR virtualization if the CPU doesn't support LBR callstacksSean Christopherson1-1/+9
2024-04-11KVM: VMX: Snapshot LBR capabilities during module initializationSean Christopherson3-5/+8
2024-04-09KVM: nVMX: Add a sanity check that nested PML Full stems from EPT ViolationsSean Christopherson1-0/+10
2024-04-09KVM: x86: Move nEPT exit_qualification field from kvm_vcpu_arch to x86_exceptionSean Christopherson2-4/+12
2024-04-09KVM: nVMX: Clear EXIT_QUALIFICATION when injecting an EPT MisconfigSean Christopherson1-2/+4
2024-04-09KVM: VMX: Ignore MKTME KeyID bits when intercepting #PF for allow_smaller_max...Tao Su1-1/+3
2024-04-08KVM: x86/pmu: Disable support for adaptive PEBSSean Christopherson1-2/+22
2024-04-08x86/bhi: Mitigate KVM by defaultPawan Gupta1-1/+1
2024-04-08x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta1-0/+2
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-212/+171
2024-03-12Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2024-03-12Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+9
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-136/+86
2024-03-11Merge tag 'kvm-x86-vmx-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-41/+31
2024-03-11Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-35/+54
2024-02-27KVM: VMX: Combine "check" and "get" APIs for passthrough MSR lookupsSean Christopherson1-39/+26
2024-02-27KVM: VMX: return early if msr_bitmap is not supportedDongli Zhang1-0/+3
2024-02-27KVM: VMX: fix comment to add LBR to passthrough MSRsDongli Zhang1-1/+1
2024-02-23KVM: x86: Fully defer to vendor code to decide how to force immediate exitSean Christopherson2-20/+14
2024-02-23KVM: VMX: Handle KVM-induced preemption timer exits in fastpath for L2Sean Christopherson1-2/+20
2024-02-23KVM: x86: Move handling of is_guest_mode() into fastpath exit handlersSean Christopherson1-3/+3
2024-02-23KVM: VMX: Handle forced exit due to preemption timer in fastpathSean Christopherson1-5/+8
2024-02-23KVM: VMX: Re-enter guest in fastpath for "spurious" preemption timer exitsSean Christopherson1-2/+9
2024-02-23KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepointSean Christopherson1-2/+2
2024-02-23KVM: x86: Open code all direct reads to guest DR6 and DR7Sean Christopherson1-1/+1
2024-02-23KVM: x86: Make kvm_get_dr() return a value, not use an out parameterSean Christopherson2-5/+2
2024-02-20KVM/VMX: Move VERW closer to VMentry for MDS mitigationPawan Gupta2-4/+19
2024-02-20KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCHSean Christopherson2-5/+8
2024-02-20x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta1-1/+1
2024-02-14Merge tag 'kvm-x86-fixes-6.8-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-1/+1
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar1-1/+1
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds2-5/+5
2024-02-07KVM: VMX: Report up-to-date exit qualification to userspaceChao Gao1-1/+1
2024-02-03KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrlMingwei Zhang1-1/+1