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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-11
KVM: x86: hyper-v: Validate all GVAs during PV TLB flush
Manuel Andreas
1
-4
/
+5
2026-03-11
KVM: x86: synthesize CPUID bits only if CPU capability is set
Carlos López
1
-1
/
+4
2026-03-11
Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...
Paolo Bonzini
1
-2
/
+2
2026-03-04
KVM: SVM: Triple fault L1 on unintercepted EFER.SVME clear by L2
Yosry Ahmed
1
-0
/
+13
2026-03-04
KVM: x86: SVM: Remove vmcb_is_dirty()
Jim Mattson
1
-5
/
+0
2026-03-04
KVM: nSVM: Only copy SVM_MISC_ENABLE_NP from VMCB01's misc_ctl
Yosry Ahmed
1
-2
/
+10
2026-03-04
KVM: nSVM: Sanitize INT/EVENTINJ fields when copying from vmcb12
Yosry Ahmed
1
-4
/
+4
2026-03-04
KVM: nSVM: Sanitize TLB_CONTROL field when copying from vmcb12
Yosry Ahmed
1
-1
/
+1
2026-03-04
KVM: nSVM: Use PAGE_MASK to drop lower bits of bitmap GPAs from vmcb12
Yosry Ahmed
1
-4
/
+2
2026-03-04
KVM: nSVM: Restrict mapping vmcb12 on nested VMRUN
Yosry Ahmed
1
-38
/
+51
2026-03-04
KVM: nSVM: Cache all used fields from VMCB12
Yosry Ahmed
3
-52
/
+93
2026-03-04
KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
Yosry Ahmed
3
-18
/
+18
2026-03-04
KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
Sean Christopherson
4
-13
/
+13
2026-03-04
KVM: nSVM: Capture svm->nested.ctl as vmcb12_ctrl when preparing vmcb02
Sean Christopherson
1
-20
/
+19
2026-03-04
KVM: nSVM: Move vmcb_ctrl_area_cached.bus_lock_rip to svm_nested_state
Sean Christopherson
3
-6
/
+6
2026-03-04
KVM: nSVM: Use vmcb12_is_intercept() in nested_sync_control_from_vmcb02()
Yosry Ahmed
1
-1
/
+1
2026-03-04
KVM: nSVM: Use intuitive local variables in nested_vmcb02_recalc_intercepts()
Sean Christopherson
1
-18
/
+15
2026-03-04
KVM: nSVM: Directly (re)calc vmcb02 intercepts from nested_vmcb02_prepare_con...
Sean Christopherson
1
-1
/
+1
2026-03-04
KVM: nSVM: WARN and abort vmcb02 intercepts recalc if vmcb02 isn't active
Yosry Ahmed
1
-0
/
+3
2026-03-04
KVM: SVM: Separate recalc_intercepts() into nested vs. non-nested parts
Sean Christopherson
4
-16
/
+25
2026-03-04
KVM: SVM: Recalc instructions intercepts when EFER.SVME is toggled
Kevin Cheng
1
-12
/
+23
2026-03-04
KVM: SVM: Move STGI and CLGI intercept handling
Kevin Cheng
1
-8
/
+24
2026-03-04
KVM: nSVM: Always intercept VMMCALL when L2 is active
Sean Christopherson
2
-11
/
+0
2026-03-04
KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1
Kevin Cheng
4
-12
/
+30
2026-03-04
KVM: SVM: Explicitly mark vmcb01 dirty after modifying VMCB intercepts
Sean Christopherson
1
-1
/
+3
2026-03-04
KVM: nSVM: Add missing consistency check for EVENTINJ
Yosry Ahmed
1
-0
/
+51
2026-03-04
KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CS
Yosry Ahmed
2
-0
/
+7
2026-03-04
KVM: nSVM: Add missing consistency check for nCR3 validity
Yosry Ahmed
1
-0
/
+4
2026-03-04
KVM: nSVM: Drop the non-architectural consistency check for NP_ENABLE
Yosry Ahmed
1
-4
/
+5
2026-03-04
KVM: nSVM: Drop nested_vmcb_check_{save/control}() wrappers
Yosry Ahmed
1
-26
/
+10
2026-03-04
KVM: nSVM: Clear tracking of L1->L2 NMI and soft IRQ on nested #VMEXIT
Yosry Ahmed
1
-2
/
+4
2026-03-04
KVM: nSVM: Clear EVENTINJ fields in vmcb12 on nested #VMEXIT
Yosry Ahmed
1
-2
/
+4
2026-03-04
KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)
Yosry Ahmed
1
-0
/
+1
2026-03-04
KVM: nSVM: Triple fault if restore host CR3 fails on nested #VMEXIT
Yosry Ahmed
3
-19
/
+8
2026-03-04
KVM: nSVM: Triple fault if mapping VMCB12 fails on nested #VMEXIT
Yosry Ahmed
1
-6
/
+2
2026-03-04
KVM: nSVM: Refactor writing vmcb12 on nested #VMEXIT as a helper
Yosry Ahmed
1
-33
/
+44
2026-03-04
KVM: nSVM: Refactor checking LBRV enablement in vmcb12 into a helper
Yosry Ahmed
1
-4
/
+8
2026-03-04
KVM: nSVM: Always inject a #GP if mapping VMCB12 fails on nested VMRUN
Yosry Ahmed
1
-4
/
+1
2026-03-04
KVM: SVM: Add missing save/restore handling of LBR MSRs
Yosry Ahmed
3
-5
/
+45
2026-03-04
KVM: SVM: Switch svm_copy_lbrs() to a macro
Yosry Ahmed
3
-14
/
+13
2026-03-04
KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12
Yosry Ahmed
2
-4
/
+5
2026-03-04
KVM: SVM: Inject #UD for INVLPGA if EFER.SVME=0
Kevin Cheng
1
-0
/
+3
2026-03-04
KVM: nSVM: Delay setting soft IRQ RIP tracking fields until vCPU run
Sean Christopherson
2
-9
/
+37
2026-03-04
KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU run
Yosry Ahmed
2
-17
/
+33
2026-03-04
KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUN
Yosry Ahmed
1
-10
/
+18
2026-03-04
KVM: TDX: Fold tdx_bringup() into tdx_hardware_setup()
Sean Christopherson
3
-41
/
+25
2026-03-04
x86/virt/tdx: KVM: Consolidate TDX CPU hotplug handling
Chao Gao
1
-66
/
+1
2026-03-04
KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys init
Sean Christopherson
1
-118
/
+30
2026-03-04
x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ context
Sean Christopherson
1
-8
/
+1
2026-03-04
x86/virt: Add refcounting of VMX/SVM usage to support multiple in-kernel users
Sean Christopherson
2
-4
/
+4
[prev]
[next]