index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
tdx.c
Age
Commit message (
Expand
)
Author
6 days
Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
6 days
Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-07-17
Merge tag 'kvm-x86-fixes-6.16-rc7' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-07-17
KVM: TDX: Don't report base TDVMCALLs
Xiaoyao Li
2025-07-15
KVM: VMX: Ensure unused kvm_tdx_capabilities fields are zeroed out
Sean Christopherson
2025-06-24
KVM: x86: Use kvzalloc() to allocate VM struct
Sean Christopherson
2025-06-20
KVM: TDX: Move TDX hardware setup from main.c to tdx.c
Sean Christopherson
2025-06-20
KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmap
Sean Christopherson
2025-06-20
KVM: TDX: Use kvm_arch_vcpu.host_debugctl to restore the host's DEBUGCTL
Sean Christopherson
2025-06-20
KVM: TDX: Report supported optional TDVMCALLs in TDX capabilities
Paolo Bonzini
2025-06-20
KVM: TDX: Exit to userspace for SetupEventNotifyInterrupt
Paolo Bonzini
2025-06-20
KVM: TDX: Exit to userspace for GetTdVmCallInfo
Binbin Wu
2025-06-20
KVM: TDX: Handle TDG.VP.VMCALL<GetQuote>
Binbin Wu
2025-06-20
KVM: TDX: Add new TDVMCALL status code for unsupported subfuncs
Binbin Wu
2025-04-07
Merge branch 'kvm-tdx-initial' into HEAD
Paolo Bonzini
2025-03-14
KVM: TDX: KVM: TDX: Always honor guest PAT on TDX enabled guests
Yan Zhao
2025-03-14
KVM: TDX: Enable guest access to MTRR MSRs
Binbin Wu
2025-03-14
KVM: TDX: Handle TDG.VP.VMCALL<GetTdVmCallInfo> hypercall
Isaku Yamahata
2025-03-14
KVM: TDX: Enable guest access to LMCE related MSRs
Isaku Yamahata
2025-03-14
KVM: TDX: Handle TDX PV rdmsr/wrmsr hypercall
Isaku Yamahata
2025-03-14
KVM: TDX: Implement callbacks for MSR operations
Isaku Yamahata
2025-03-14
KVM: TDX: Handle TDX PV HLT hypercall
Isaku Yamahata
2025-03-14
KVM: TDX: Handle TDX PV CPUID hypercall
Isaku Yamahata
2025-03-14
KVM: TDX: Kick off vCPUs when SEAMCALL is busy during TD page removal
Yan Zhao
2025-03-14
KVM: TDX: Retry locally in TDX EPT violation handler on RET_PF_RETRY
Yan Zhao
2025-03-14
KVM: TDX: Detect unexpected SEPT violations due to pending SPTEs
Yan Zhao
2025-03-14
KVM: TDX: Handle EPT violation/misconfig exit
Isaku Yamahata
2025-03-14
KVM: TDX: Handle EXIT_REASON_OTHER_SMI
Isaku Yamahata
2025-03-14
KVM: TDX: Handle EXCEPTION_NMI and EXTERNAL_INTERRUPT
Isaku Yamahata
2025-03-14
KVM: TDX: Force APICv active for TDX guest
Isaku Yamahata
2025-03-14
KVM: TDX: Enforce KVM_IRQCHIP_SPLIT for TDX guests
Binbin Wu
2025-03-14
KVM: TDX: Always block INIT/SIPI
Isaku Yamahata
2025-03-14
KVM: TDX: Implement methods to inject NMI
Isaku Yamahata
2025-03-14
KVM: TDX: Wait lapic expire when timer IRQ was injected
Isaku Yamahata
2025-03-14
KVM: TDX: Implement non-NMI interrupt injection
Isaku Yamahata
2025-03-14
KVM: TDX: Disable PI wakeup for IPIv
Isaku Yamahata
2025-03-14
KVM: TDX: Add support for find pending IRQ in a protected local APIC
Sean Christopherson
2025-03-14
KVM: TDX: Handle TDX PV MMIO hypercall
Sean Christopherson
2025-03-14
KVM: TDX: Handle TDX PV port I/O hypercall
Isaku Yamahata
2025-03-14
KVM: TDX: Handle TDG.VP.VMCALL<ReportFatalError>
Binbin Wu
2025-03-14
KVM: TDX: Handle TDG.VP.VMCALL<MapGPA>
Binbin Wu
2025-03-14
KVM: TDX: Handle KVM hypercall with TDG.VP.VMCALL
Isaku Yamahata
2025-03-14
KVM: TDX: Add a place holder for handler of TDX hypercalls (TDG.VP.VMCALL)
Isaku Yamahata
2025-03-14
KVM: TDX: Add a place holder to handle TDX VM exit
Isaku Yamahata
2025-03-14
KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
Isaku Yamahata
2025-03-14
KVM: TDX: Save and restore IA32_DEBUGCTL
Adrian Hunter
2025-03-14
KVM: TDX: Disable support for TSX and WAITPKG
Adrian Hunter
2025-03-14
KVM: TDX: restore user ret MSRs
Isaku Yamahata
2025-03-14
KVM: TDX: restore host xsave state when exit from the guest TD
Isaku Yamahata
2025-03-14
KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
Isaku Yamahata
[next]