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
/
main.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-09
KVM: VMX: Add a macro to track which DEBUGCTL bits are host-owned
Sean Christopherson
2025-06-23
KVM: x86: Decouple device assignment from IRQ bypass
Sean Christopherson
2025-06-20
KVM: TDX: Move TDX hardware setup from main.c to tdx.c
Sean Christopherson
2025-06-20
KVM: x86: Rename msr_filter_changed() => recalc_msr_intercepts()
Sean Christopherson
2025-06-20
KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guest
Maxim Levitsky
2025-06-20
KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flag
Sean Christopherson
2025-06-20
KVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmap
Sean Christopherson
2025-05-02
KVM: VMX: Clean up and macrofy x86_ops
Vishal Verma
2025-05-02
KVM: VMX: Define a VMX glue macro for kvm_complete_insn_gp()
Vishal Verma
2025-05-02
KVM: VMX: Move vt_apicv_pre_state_restore() to posted_intr.c and tweak name
Vishal Verma
2025-03-14
KVM: TDX: Make TDX VM type supported
Isaku Yamahata
2025-03-14
KVM: TDX: Add a method to ignore hypercall patching
Isaku Yamahata
2025-03-14
KVM: TDX: Ignore setting up mce
Isaku Yamahata
2025-03-14
KVM: TDX: Add methods to ignore accesses to TSC
Isaku Yamahata
2025-03-14
KVM: TDX: Add methods to ignore VMX preemption timer
Isaku Yamahata
2025-03-14
KVM: TDX: Add method to ignore guest instruction emulation
Isaku Yamahata
2025-03-14
KVM: TDX: Add methods to ignore accesses to CPU state
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: Add methods to ignore virtual apic related operation
Isaku Yamahata
2025-03-14
KVM: TDX: Force APICv active for TDX guest
Isaku Yamahata
2025-03-14
KVM: TDX: Always block INIT/SIPI
Isaku Yamahata
2025-03-14
KVM: TDX: Handle SMI request as !CONFIG_KVM_SMM
Isaku Yamahata
2025-03-14
KVM: TDX: Implement methods to inject NMI
Isaku Yamahata
2025-03-14
KVM: TDX: Implement non-NMI interrupt injection
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: Add a place holder to handle TDX VM exit
Isaku Yamahata
2025-03-14
KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
Isaku Yamahata
2025-03-14
KVM: TDX: Implement TDX vcpu enter/exit path
Isaku Yamahata
2025-03-14
KVM: VMX: Move common fields of struct vcpu_{vmx,tdx} to a struct
Binbin Wu
2025-03-14
KVM: TDX: Skip updating CPU dirty logging request for TDs
Paolo Bonzini
2025-03-14
KVM: x86: Make cpu_dirty_log_size a per-VM value
Yan Zhao
2025-03-14
KVM: TDX: Handle vCPU dissociation
Isaku Yamahata
2025-03-14
KVM: TDX: Implement hook to get max mapping level of private pages
Isaku Yamahata
2025-03-14
KVM: TDX: Implement hooks to propagate changes of TDP MMU mirror page table
Isaku Yamahata
2025-03-14
KVM: TDX: Handle TLB tracking for TDX
Isaku Yamahata
2025-03-14
KVM: TDX: Require TDP MMU, mmio caching and EPT A/D bits for TDX
Isaku Yamahata
2025-03-14
KVM: TDX: Add load_mmu_pgd method for TDX
Sean Christopherson
2025-03-14
KVM: TDX: Do TDX specific vcpu initialization
Isaku Yamahata
2025-03-14
KVM: TDX: create/free TDX vcpu structure
Isaku Yamahata
2025-03-14
KVM: TDX: Support per-VM KVM_CAP_MAX_VCPUS extension check
Isaku Yamahata
2025-03-14
KVM: TDX: create/destroy VM structure
Isaku Yamahata
2025-03-14
KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
Isaku Yamahata
2025-03-14
KVM: TDX: Add placeholders for TDX VM/vCPU structures
Isaku Yamahata
2025-03-14
KVM: VMX: Initialize TDX during KVM module load
Kai Huang
2025-03-14
KVM: VMX: Refactor VMX module init/exit functions
Kai Huang
2025-02-12
KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loop
Sean Christopherson
[next]