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
/
svm
/
svm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-12
KVM: nSVM: Never use L0's PAUSE loop exiting while L2 is running
Sean Christopherson
1
-2
/
+13
2026-04-13
Merge tag 'kvm-x86-svm-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-103
/
+134
2026-04-13
Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-27
/
+8
2026-04-13
Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-117
/
+236
2026-04-13
Merge tag 'kvm-x86-misc-7.1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-23
/
+16
2026-04-09
KVM: SEV: Hide "struct kvm_sev_info" behind CONFIG_KVM_AMD_SEV=y
Sean Christopherson
1
-0
/
+2
2026-04-08
KVM: SEV: Move SEV-specific VM initialization to sev.c
Sean Christopherson
1
-11
/
+1
2026-04-08
KVM: SEV: Document the SEV-ES check when querying SMM support as "safe"
Sean Christopherson
1
-2
/
+10
2026-04-08
KVM: SEV: Provide vCPU-scoped accessors for detecting SEV+ guests
Sean Christopherson
1
-40
/
+40
2026-04-03
KVM: nSVM: Fail emulation of VMRUN/VMLOAD/VMSAVE if mapping vmcb12 fails
Yosry Ahmed
1
-4
/
+2
2026-04-03
KVM: SVM: Treat mapping failures equally in VMLOAD/VMSAVE emulation
Yosry Ahmed
1
-4
/
+2
2026-04-03
KVM: SVM: Check EFER.SVME and CPL on #GP intercept of SVM instructions
Yosry Ahmed
1
-0
/
+8
2026-04-03
KVM: SVM: Move RAX legality check to SVM insn interception handlers
Yosry Ahmed
1
-4
/
+16
2026-04-03
KVM: SVM: Properly check RAX on #GP intercept of SVM instructions
Yosry Ahmed
1
-2
/
+2
2026-04-03
KVM: SVM: Refactor SVM instruction handling on #GP intercept
Yosry Ahmed
1
-51
/
+26
2026-04-03
KVM: x86: Suppress WARNs on nested_run_pending after userspace exit
Sean Christopherson
1
-1
/
+1
2026-04-03
KVM: x86: Move nested_run_pending to kvm_vcpu_arch
Yosry Ahmed
1
-8
/
+8
2026-03-13
KVM: SVM: Add a helper to get LBR field pointer to dedup MSR accesses
Sean Christopherson
1
-29
/
+20
2026-03-12
KVM: x86: Move some EFER bits enablement to common code
Yosry Ahmed
1
-7
/
+0
2026-03-11
KVM: x86: clarify leave_smm() return value
Paolo Bonzini
1
-3
/
+3
2026-03-11
KVM: SVM: check validity of VMCB controls when returning from SMM
Paolo Bonzini
1
-0
/
+4
2026-03-11
KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activated
Sean Christopherson
1
-3
/
+4
2026-03-11
KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APIC
Sean Christopherson
1
-1
/
+1
2026-03-04
KVM: SVM: Triple fault L1 on unintercepted EFER.SVME clear by L2
Yosry Ahmed
1
-0
/
+13
2026-03-04
KVM: nSVM: Cache all used fields from VMCB12
Yosry Ahmed
1
-1
/
+1
2026-03-04
KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2
Yosry Ahmed
1
-9
/
+9
2026-03-04
KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctl
Sean Christopherson
1
-2
/
+2
2026-03-04
KVM: nSVM: Move vmcb_ctrl_area_cached.bus_lock_rip to svm_nested_state
Sean Christopherson
1
-1
/
+1
2026-03-04
KVM: SVM: Separate recalc_intercepts() into nested vs. non-nested parts
Sean Christopherson
1
-2
/
+2
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: Raise #UD if unhandled VMMCALL isn't intercepted by L1
Kevin Cheng
1
-1
/
+18
2026-03-04
KVM: nSVM: Triple fault if restore host CR3 fails on nested #VMEXIT
Yosry Ahmed
1
-9
/
+2
2026-03-04
KVM: SVM: Add missing save/restore handling of LBR MSRs
Yosry Ahmed
1
-5
/
+37
2026-03-04
KVM: SVM: Switch svm_copy_lbrs() to a macro
Yosry Ahmed
1
-9
/
+0
2026-03-04
KVM: nSVM: Avoid clearing VMCB_LBR in vmcb12
Yosry Ahmed
1
-2
/
+0
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
1
-0
/
+29
2026-03-04
KVM: nSVM: Delay stuffing L2's current RIP into NextRIP until vCPU run
Yosry Ahmed
1
-0
/
+25
2026-03-04
x86/virt: Add refcounting of VMX/SVM usage to support multiple in-kernel users
Sean Christopherson
1
-2
/
+2
2026-03-04
KVM: SVM: Move core EFER.SVME enablement to kernel
Sean Christopherson
1
-27
/
+7
2026-03-04
KVM: x86: Move "kvm_rebooting" to kernel as "virt_rebooting"
Sean Christopherson
1
-1
/
+2
2026-03-03
KVM: SVM: Skip OSVW MSR reads if current CPU doesn't support the feature
Sean Christopherson
1
-6
/
+2
2026-03-03
KVM: SVM: Skip OSVW variable updates if current CPU's errata are a subset
Sean Christopherson
1
-12
/
+10
2026-03-03
KVM: SVM: Extract OS-visible workarounds setup to helper function
Sean Christopherson
1
-41
/
+49
2026-03-03
KVM: SVM: Skip OSVW MSR reads if KVM is treating all errata as present
Sean Christopherson
1
-2
/
+12
2026-03-03
KVM: SVM: Serialize updates to global OS-Visible Workarounds variables
Sean Christopherson
1
-3
/
+7
2026-03-02
KVM: nSVM: Sync NextRIP to cached vmcb12 after VMRUN of L2
Yosry Ahmed
1
-0
/
+10
2026-03-02
KVM: SVM: Fix IRQ window inhibit handling across multiple vCPUs
Sean Christopherson
1
-11
/
+25
2026-03-02
KVM: SVM: Fix clearing IRQ window inhibit with nested guests
Sean Christopherson
1
-14
/
+14
[next]