index
:
kernel/git/torvalds/linux.git
master
Linux kernel source tree
Linus Torvalds
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
common.h
Age
Commit message (
Expand
)
Author
2026-05-10
KVM: nVMX: pass PFERR_USER_MASK to MMU on EPT violations
Paolo Bonzini
2026-05-10
KVM: VMX: enable use of MBEC
Paolo Bonzini
2026-05-10
KVM: x86/mmu: introduce ACC_READ_MASK
Paolo Bonzini
2026-04-30
KVM: TDX/VMX: rework EPT_VIOLATION_EXEC_FOR_RING3_LIN into PROT_MASK
Jon Kohler
2025-11-06
KVM: VMX: Fix check for valid GVA on an EPT violation
Sukrit Bhatnagar
2025-06-20
KVM: TDX: Use kvm_arch_vcpu.host_debugctl to restore the host's DEBUGCTL
Sean Christopherson
2025-05-27
KVM: VMX: use __always_inline for is_td_vcpu and is_td
Edward Adam Davis
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
2025-03-14
KVM: VMX: Add a helper for NMI handling
Sean Christopherson
2025-03-14
KVM: VMX: Move emulation_required to struct vcpu_vt
Binbin Wu
2025-03-14
KVM: VMX: Move posted interrupt delivery code to common header
Isaku Yamahata
2025-03-14
KVM: VMX: Move common fields of struct vcpu_{vmx,tdx} to a struct
Binbin Wu
2025-03-14
KVM: VMX: Teach EPT violation helper about private mem
Rick Edgecombe
2025-03-14
KVM: VMX: Split out guts of EPT violation to common/exposed function
Sean Christopherson