index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
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
KVM: TDX: Remove always true ifdef
Nikolay Borisov
6 days
KVM: VMX: Rename common exit info getters prefixes from "vmx" to "vt"
Sean Christopherson
6 days
KVM: VMX: Use dummy pseudo-overlay struct for to_vt() and vt_to_vcpu()
Sean Christopherson
6 days
KVM: VMX: Rename posted interrupt prefixes from "vmx" to "vt"
Sean Christopherson
6 days
KVM: VMX: Move the shared NMI handler/trampoline to common code
Sean Christopherson
6 days
KVM: VMX: Move the shared "IRQs off" exit handler(s) to common code
Sean Christopherson
6 days
KVM: VMX: Disallow using to_vmx() in common VT code
Sean Christopherson
2026-08-18
Merge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-08-06
KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabled
Paolo Bonzini
2026-07-31
KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()
Sean Christopherson
2026-07-31
KVM: x86: Extract VMX's unhandleable emulation check to common x86
Sean Christopherson
2026-07-10
KVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_ops
Sean Christopherson
2026-05-10
KVM: VMX: enable use of MBEC
Paolo Bonzini
2026-03-04
KVM: TDX: Fold tdx_bringup() into tdx_hardware_setup()
Sean Christopherson
2025-11-05
KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
Sean Christopherson
2025-09-30
Merge tag 'kvm-x86-misc-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-09-18
KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS
Sean Christopherson
2025-08-27
KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
Sean Christopherson
2025-08-27
KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
Ackerley Tng
2025-07-29
Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-07-29
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
[next]