index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
vmx
/
nested.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-13
Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-24
/
+26
2026-04-03
KVM: x86: Suppress WARNs on nested_run_pending after userspace exit
Sean Christopherson
1
-5
/
+7
2026-04-03
KVM: x86: Move nested_run_pending to kvm_vcpu_arch
Yosry Ahmed
1
-23
/
+23
2026-03-11
KVM: VMX: check validity of VMCS controls when returning from SMM
Paolo Bonzini
1
-12
/
+27
2026-03-11
KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMM
Jim Mattson
1
-4
/
+18
2026-02-11
Merge tag 'kvm-x86-pmu-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-67
/
+77
2026-02-11
Merge tag 'kvm-x86-apic-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-52
/
+2
2026-01-26
KVM: nVMX: Remove explicit filtering of GUEST_INTR_STATUS from shadow VMCS fi...
Sean Christopherson
1
-7
/
+4
2026-01-26
KVM: nVMX: Disallow access to vmcs12 fields that aren't supported by "hardware"
Sean Christopherson
1
-6
/
+12
2026-01-16
KVM: nVMX: Setup VMX MSRs on loading CPU during nested_vmx_hardware_setup()
Sean Christopherson
1
-0
/
+2
2026-01-13
KVM: nVMX: Switch to vmcs01 to set virtual APICv mode on-demand if L2 is active
Sean Christopherson
1
-5
/
+0
2026-01-13
KVM: nVMX: Switch to vmcs01 to update APIC page on-demand if L2 is active
Sean Christopherson
1
-5
/
+0
2026-01-13
KVM: nVMX: Switch to vmcs01 to refresh APICv controls on-demand if L2 is active
Sean Christopherson
1
-5
/
+0
2026-01-13
KVM: nVMX: Switch to vmcs01 to update SVI on-demand if L2 is active
Sean Christopherson
1
-5
/
+0
2026-01-13
KVM: nVMX: Switch to vmcs01 to update TPR threshold on-demand if L2 is active
Sean Christopherson
1
-4
/
+0
2026-01-13
KVM: nVMX: Switch to vmcs01 to update PML controls on-demand if L2 is active
Sean Christopherson
1
-5
/
+0
2026-01-08
KVM: VMX: Move nested_mark_vmcs12_pages_dirty() to vmx.c, and rename
Sean Christopherson
1
-13
/
+0
2026-01-08
KVM: nVMX: Precisely mark vAPIC and PID maps dirty when delivering nested PI
Sean Christopherson
1
-1
/
+2
2026-01-08
KVM: x86: Mark vmcs12 pages as dirty if and only if they're mapped
Sean Christopherson
1
-12
/
+3
2026-01-08
KVM: VMX: Add mediated PMU support for CPUs without "save perf global ctrl"
Sean Christopherson
1
-1
/
+5
2026-01-08
KVM: nVMX: Don't update msr_autostore count when saving TSC for vmcs12
Sean Christopherson
1
-49
/
+22
2026-01-08
KVM: VMX: Drop intermediate "guest" field from msr_autostore
Sean Christopherson
1
-5
/
+5
2026-01-08
KVM: nVMX: Disable PMU MSR interception as appropriate while running L2
Mingwei Zhang
1
-0
/
+30
2026-01-08
KVM: nVMX: Add macros to simplify nested MSR interception setting
Dapeng Mi
1
-16
/
+19
2025-12-18
Merge tag 'kvm-x86-fixes-6.19-rc1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+2
2025-12-08
KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-Exit
Dongli Zhang
1
-1
/
+2
2025-11-26
Merge tag 'kvm-x86-vmx-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-111
/
+60
2025-11-26
Merge tag 'kvm-x86-misc-6.19' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2025-11-18
KVM: x86: Unify L1TF flushing under per-CPU variable
Brendan Jackman
1
-1
/
+1
2025-10-20
KVM: VMX: Inject #UD if guest tries to execute SEAMCALL or TDCALL
Sean Christopherson
1
-0
/
+8
2025-10-17
KVM: nVMX: Add an off-by-default module param to WARN on missed consistency c...
Sean Christopherson
1
-0
/
+43
2025-10-17
KVM: nVMX: Remove support for "early" consistency checks via hardware
Sean Christopherson
1
-118
/
+12
2025-10-17
KVM: nVMX: Stuff vmcs02.TSC_MULTIPLIER early on for nested early checks
Sean Christopherson
1
-0
/
+7
2025-10-17
KVM: nVMX: Add consistency check for TSC_MULTIPLIER=0
Sean Christopherson
1
-0
/
+4
2025-10-17
KVM: nVMX: Add consistency check for TPR_THRESHOLD[31:4]!=0 without VID
Sean Christopherson
1
-0
/
+3
2025-10-17
KVM: nVMX: Hardcode dummy EPTP used for early nested consistency checks
Sean Christopherson
1
-5
/
+3
2025-10-13
KVM: nVMX: Use vcpu instead of vmx->vcpu when vcpu is available
Xin Li
1
-4
/
+4
2025-09-23
KVM: nVMX: Advertise new VM-Entry/Exit control bits for CET state
Chao Gao
1
-2
/
+11
2025-09-23
KVM: nVMX: Add consistency checks for CET states
Chao Gao
1
-0
/
+48
2025-09-23
KVM: nVMX: Add consistency checks for CR0.WP and CR4.CET
Chao Gao
1
-0
/
+6
2025-09-23
KVM: nVMX: Prepare for enabling CET support for nested guest
Yang Weijiang
1
-0
/
+77
2025-09-23
KVM: nVMX: Virtualize NO_HW_ERROR_CODE_CC for L1 event injection to L2
Yang Weijiang
1
-9
/
+18
2025-09-23
KVM: nVMX: Always forward XSAVES/XRSTORS exits from L2 to L1
Sean Christopherson
1
-6
/
+9
2025-08-19
KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accesses
Yang Weijiang
1
-7
/
+7
2025-08-19
KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on Intel
Xin Li
1
-2
/
+11
2025-08-19
KVM: x86/pmu: Add wrappers for counting emulated instructions/branches
Sean Christopherson
1
-1
/
+1
2025-07-09
KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
Jim Mattson
1
-0
/
+6
2025-06-20
KVM: VMX: Preserve host's DEBUGCTLMSR_FREEZE_IN_SMM while running the guest
Maxim Levitsky
1
-0
/
+3
2025-06-20
KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIs
Maxim Levitsky
1
-5
/
+5
2025-06-20
KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-Enter
Maxim Levitsky
1
-2
/
+10
[next]