index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable 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
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
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
[next]