index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
nested.c
Age
Commit message (
Expand
)
Author
2026-03-11
KVM: VMX: check validity of VMCS controls when returning from SMM
Paolo Bonzini
2026-03-11
KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMM
Jim Mattson
2026-02-11
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-02-11
Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-01-26
KVM: nVMX: Remove explicit filtering of GUEST_INTR_STATUS from shadow VMCS fi...
Sean Christopherson
2026-01-26
KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"
Sean Christopherson
2026-01-16
KVM: nVMX: Setup VMX MSRs on loading CPU during nested_vmx_hardware_setup()
Sean Christopherson
2026-01-13
KVM: nVMX: Switch to vmcs01 to set virtual APICv mode on-demand if L2 is active
Sean Christopherson
2026-01-13
KVM: nVMX: Switch to vmcs01 to update APIC page on-demand if L2 is active
Sean Christopherson
2026-01-13
KVM: nVMX: Switch to vmcs01 to refresh APICv controls on-demand if L2 is active
Sean Christopherson
2026-01-13
KVM: nVMX: Switch to vmcs01 to update SVI on-demand if L2 is active
Sean Christopherson
2026-01-13
KVM: nVMX: Switch to vmcs01 to update TPR threshold on-demand if L2 is active
Sean Christopherson
2026-01-13
KVM: nVMX: Switch to vmcs01 to update PML controls on-demand if L2 is active
Sean Christopherson
2026-01-08
KVM: VMX: Move nested_mark_vmcs12_pages_dirty() to vmx.c, and rename
Sean Christopherson
2026-01-08
KVM: nVMX: Precisely mark vAPIC and PID maps dirty when delivering nested PI
Sean Christopherson
2026-01-08
KVM: x86: Mark vmcs12 pages as dirty if and only if they're mapped
Sean Christopherson
2026-01-08
KVM: VMX: Add mediated PMU support for CPUs without "save perf global ctrl"
Sean Christopherson
2026-01-08
KVM: nVMX: Don't update msr_autostore count when saving TSC for vmcs12
Sean Christopherson
2026-01-08
KVM: VMX: Drop intermediate "guest" field from msr_autostore
Sean Christopherson
2026-01-08
KVM: nVMX: Disable PMU MSR interception as appropriate while running L2
Mingwei Zhang
2026-01-08
KVM: nVMX: Add macros to simplify nested MSR interception setting
Dapeng Mi
2025-12-18
Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-12-08
KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-Exit
Dongli Zhang
2025-11-26
Merge tag 'kvm-x86-vmx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-26
Merge tag 'kvm-x86-misc-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-11-18
KVM: x86: Unify L1TF flushing under per-CPU variable
Brendan Jackman
2025-10-20
KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALL
Sean Christopherson
2025-10-17
KVM: nVMX: Add an off-by-default module param to WARN on missed consistency c...
Sean Christopherson
2025-10-17
KVM: nVMX: Remove support for "early" consistency checks via hardware
Sean Christopherson
2025-10-17
KVM: nVMX: Stuff vmcs02.TSC_MULTIPLIER early on for nested early checks
Sean Christopherson
2025-10-17
KVM: nVMX: Add consistency check for TSC_MULTIPLIER=0
Sean Christopherson
2025-10-17
KVM: nVMX: Add consistency check for TPR_THRESHOLD[31:4]!=0 without VID
Sean Christopherson
2025-10-17
KVM: nVMX: Hardcode dummy EPTP used for early nested consistency checks
Sean Christopherson
2025-10-13
KVM: nVMX: Use vcpu instead of vmx->vcpu when vcpu is available
Xin Li
2025-09-23
KVM: nVMX: Advertise new VM-Entry/Exit control bits for CET state
Chao Gao
2025-09-23
KVM: nVMX: Add consistency checks for CET states
Chao Gao
2025-09-23
KVM: nVMX: Add consistency checks for CR0.WP and CR4.CET
Chao Gao
2025-09-23
KVM: nVMX: Prepare for enabling CET support for nested guest
Yang Weijiang
2025-09-23
KVM: nVMX: Virtualize NO_HW_ERROR_CODE_CC for L1 event injection to L2
Yang Weijiang
2025-09-23
KVM: nVMX: Always forward XSAVES/XRSTORS exits from L2 to L1
Sean Christopherson
2025-08-19
KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses
Yang Weijiang
2025-08-19
KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on Intel
Xin Li
2025-08-19
KVM: x86/pmu: Add wrappers for counting emulated instructions/branches
Sean Christopherson
2025-07-09
KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
Jim Mattson
2025-06-20
KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guest
Maxim Levitsky
2025-06-20
KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIs
Maxim Levitsky
2025-06-20
KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-Enter
Maxim Levitsky
2025-06-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-05-27
Merge tag 'kvm-x86-vmx-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
[next]