summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/nested.c
AgeCommit message (Expand)Author
13 daysMerge tag 'kvm-x86-vmx-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
13 daysMerge tag 'kvm-x86-misc-6.19' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-18KVM: x86: Unify L1TF flushing under per-CPU variableBrendan Jackman
2025-10-20KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALLSean Christopherson
2025-10-17KVM: nVMX: Add an off-by-default module param to WARN on missed consistency c...Sean Christopherson
2025-10-17KVM: nVMX: Remove support for "early" consistency checks via hardwareSean Christopherson
2025-10-17KVM: nVMX: Stuff vmcs02.TSC_MULTIPLIER early on for nested early checksSean Christopherson
2025-10-17KVM: nVMX: Add consistency check for TSC_MULTIPLIER=0Sean Christopherson
2025-10-17KVM: nVMX: Add consistency check for TPR_THRESHOLD[31:4]!=0 without VIDSean Christopherson
2025-10-17KVM: nVMX: Hardcode dummy EPTP used for early nested consistency checksSean Christopherson
2025-10-13KVM: nVMX: Use vcpu instead of vmx->vcpu when vcpu is availableXin Li
2025-09-23KVM: nVMX: Advertise new VM-Entry/Exit control bits for CET stateChao Gao
2025-09-23KVM: nVMX: Add consistency checks for CET statesChao Gao
2025-09-23KVM: nVMX: Add consistency checks for CR0.WP and CR4.CETChao Gao
2025-09-23KVM: nVMX: Prepare for enabling CET support for nested guestYang Weijiang
2025-09-23KVM: nVMX: Virtualize NO_HW_ERROR_CODE_CC for L1 event injection to L2Yang Weijiang
2025-09-23KVM: nVMX: Always forward XSAVES/XRSTORS exits from L2 to L1Sean Christopherson
2025-08-19KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accessesYang Weijiang
2025-08-19KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on IntelXin Li
2025-08-19KVM: x86/pmu: Add wrappers for counting emulated instructions/branchesSean Christopherson
2025-07-09KVM: x86: Provide a capability to disable APERF/MPERF read interceptsJim Mattson
2025-06-20KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guestMaxim Levitsky
2025-06-20KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIsMaxim Levitsky
2025-06-20KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-EnterMaxim Levitsky
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-05-27Merge tag 'kvm-x86-vmx-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-04-29KVM: x86: Unify cross-vCPU IBPBSean Christopherson
2025-04-24KVM: nVMX: Check MSR load/store list counts during VM-Enter consistency checksSean Christopherson
2025-04-24KVM: x86: Generalize IBRS virtualization on emulated VM-exitYosry Ahmed
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-19Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-03-14KVM: VMX: Move emulation_required to struct vcpu_vtBinbin Wu
2025-03-14KVM: VMX: Move common fields of struct vcpu_{vmx,tdx} to a structBinbin Wu
2025-02-26KVM: nVMX: Process events on nested VM-Exit if injectable IRQ or NMI is pendingSean Christopherson
2025-02-24KVM: nVMX: Allow the caller to provide instruction length on nested VM-ExitSean Christopherson
2025-02-24KVM: x86: Add a #define for the architectural max instruction lengthSean Christopherson
2025-02-18KVM: x86: Switch to use hrtimer_setup()Nam Cao
2025-02-12KVM: x86: Introduce kvm_set_mp_state()Jim Mattson
2025-01-20Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-01-08KVM: VMX: refactor PML terminologyMaxim Levitsky
2024-12-19KVM: nVMX: Honor event priority when emulating PI delivery during VM-EnterSean Christopherson
2024-12-19KVM: nVMX: Use vmcs01's controls shadow to check for IRQ/NMI windows at VM-EnterSean Christopherson
2024-12-19KVM: nVMX: Drop manual vmcs01.GUEST_INTERRUPT_STATUS.RVI check at VM-EnterSean Christopherson
2024-12-19KVM: nVMX: Check for pending INIT/SIPI after entering non-root modeSean Christopherson
2024-12-19KVM: nVMX: Explicitly update vPPR on successful nested VM-EnterSean Christopherson