summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx/common.h
AgeCommit message (Expand)Author
2026-05-10KVM: nVMX: pass PFERR_USER_MASK to MMU on EPT violationsPaolo Bonzini
2026-05-10KVM: VMX: enable use of MBECPaolo Bonzini
2026-05-10KVM: x86/mmu: introduce ACC_READ_MASKPaolo Bonzini
2026-04-30KVM: TDX/VMX: rework EPT_VIOLATION_EXEC_FOR_RING3_LIN into PROT_MASKJon Kohler
2025-11-06KVM: VMX: Fix check for valid GVA on an EPT violationSukrit Bhatnagar
2025-06-20KVM: TDX: Use kvm_arch_vcpu.host_debugctl to restore the host's DEBUGCTLSean Christopherson
2025-05-27KVM: VMX: use __always_inline for is_td_vcpu and is_tdEdward Adam Davis
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini
2025-03-14KVM: VMX: Add a helper for NMI handlingSean Christopherson
2025-03-14KVM: VMX: Move emulation_required to struct vcpu_vtBinbin Wu
2025-03-14KVM: VMX: Move posted interrupt delivery code to common headerIsaku Yamahata
2025-03-14KVM: VMX: Move common fields of struct vcpu_{vmx,tdx} to a structBinbin Wu
2025-03-14KVM: VMX: Teach EPT violation helper about private memRick Edgecombe
2025-03-14KVM: VMX: Split out guts of EPT violation to common/exposed functionSean Christopherson