index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
svm.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-30
Merge tag 'kvm-x86-cet-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-18
/
+62
2025-09-30
Merge tag 'kvm-x86-misc-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-9
/
+21
2025-09-30
Merge tag 'kvm-x86-svm-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-108
/
+18
2025-09-30
Merge tag 'loongarch-kvm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-2
/
+1
2025-09-23
KVM: SVM: Enable shadow stack virtualization for SVM
John Allen
1
-3
/
+0
2025-09-23
KVM: SEV: Synchronize MSR_IA32_XSS from the GHCB when it's valid
Sean Christopherson
1
-2
/
+2
2025-09-23
KVM: SVM: Pass through shadow stack MSRs as appropriate
John Allen
1
-0
/
+11
2025-09-23
KVM: SVM: Update dump_vmcb with shadow stack save area additions
John Allen
1
-0
/
+11
2025-09-23
KVM: SVM: Emulate reads and writes to shadow stack MSRs
John Allen
1
-0
/
+21
2025-09-23
KVM: x86: Enable CET virtualization for VMX and advertise to userspace
Yang Weijiang
1
-0
/
+4
2025-09-23
KVM: x86: Initialize allow_smaller_maxphyaddr earlier in setup
Sean Christopherson
1
-15
/
+15
2025-09-23
KVM: x86: Merge 'svm' into 'cet' to pick up GHCB dependencies
Sean Christopherson
1
-27
/
+10
2025-09-23
KVM: SVM: Move global "avic" variable to avic.c
Sean Christopherson
1
-10
/
+1
2025-09-23
KVM: SVM: Update "APICv in x2APIC without x2AVIC" in avic.c, not svm.c
Sean Christopherson
1
-2
/
+0
2025-09-23
KVM: SVM: Move x2AVIC MSR interception helper to avic.c
Sean Christopherson
1
-49
/
+0
2025-09-23
KVM: SVM: Make svm_x86_ops globally visible, clean up on-HyperV usage
Sean Christopherson
1
-1
/
+1
2025-09-23
KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from SEV-ES guest
Hou Wenlong
1
-19
/
+6
2025-09-18
KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updates
Sean Christopherson
1
-3
/
+1
2025-09-18
KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTS
Sean Christopherson
1
-4
/
+4
2025-09-10
KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is active
Maciej S. Szmigiero
1
-2
/
+1
2025-08-27
KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
Ackerley Tng
1
-1
/
+1
2025-08-21
KVM: SEV: Fold sev_es_vcpu_reset() into sev_vcpu_create()
Sean Christopherson
1
-3
/
+0
2025-08-21
KVM: SEV: Move init of SNP guest state into sev_init_vmcb()
Sean Christopherson
1
-6
/
+3
2025-08-21
KVM: SVM: Move SEV-ES VMSA allocation to a dedicated sev_vcpu_create() helper
Sean Christopherson
1
-18
/
+7
2025-08-19
KVM: x86: Advertise support for the immediate form of MSR instructions
Xin Li
1
-1
/
+5
2025-08-19
KVM: x86: Rename handle_fastpath_set_msr_irqoff() to handle_fastpath_wrmsr()
Xin Li
1
-1
/
+1
2025-08-19
KVM: x86: Add a fastpath handler for INVD
Sean Christopherson
1
-0
/
+2
2025-08-19
KVM: SVM: Skip fastpath emulation on VM-Exit if next RIP isn't valid
Sean Christopherson
1
-2
/
+10
2025-07-29
Merge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+2
2025-07-29
Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-336
/
+164
2025-07-09
KVM: x86: Provide a capability to disable APERF/MPERF read intercepts
Jim Mattson
1
-0
/
+5
2025-07-09
KVM: x86: Replace growing set of *_in_guest bools with a u64
Jim Mattson
1
-1
/
+1
2025-06-24
KVM: x86: Deduplicate MSR interception enabling and disabling
Chao Gao
1
-18
/
+3
2025-06-24
KVM: x86: Use kvzalloc() to allocate VM struct
Sean Christopherson
1
-0
/
+2
2025-06-23
KVM: SVM: WARN if ir_list is non-empty at vCPU free
Sean Christopherson
1
-0
/
+2
2025-06-20
KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
Maxim Levitsky
1
-0
/
+2
2025-06-20
KVM: x86: Simplify userspace filter logic when disabling MSR interception
Sean Christopherson
1
-14
/
+10
2025-06-20
KVM: SVM: Add a helper to allocate and initialize permissions bitmaps
Sean Christopherson
1
-16
/
+15
2025-06-20
KVM: SVM: Store MSRPM pointer as "void *" instead of "u32 *"
Sean Christopherson
1
-4
/
+4
2025-06-20
KVM: SVM: Move svm_msrpm_offset() to nested.c
Sean Christopherson
1
-23
/
+0
2025-06-20
KVM: SVM: Drop explicit check on MSRPM offset when emulating SEV-ES accesses
Sean Christopherson
1
-3
/
+2
2025-06-20
KVM: SVM: Merge "after set CPUID" intercept recalc helpers
Sean Christopherson
1
-11
/
+7
2025-06-20
KVM: SVM: Fold svm_vcpu_init_msrpm() into its sole caller
Sean Christopherson
1
-16
/
+11
2025-06-20
KVM: SVM: Rename init_vmcb_after_set_cpuid() to make it intercepts specific
Sean Christopherson
1
-3
/
+4
2025-06-20
KVM: x86: Rename msr_filter_changed() => recalc_msr_intercepts()
Sean Christopherson
1
-7
/
+1
2025-06-20
KVM: SVM: Manually recalc all MSR intercepts on userspace MSR filter change
Sean Christopherson
1
-260
/
+91
2025-06-20
KVM: x86: Move definition of X2APIC_MSR() to lapic.h
Sean Christopherson
1
-2
/
+0
2025-06-20
KVM: SVM: Drop "always" flag from list of possible passthrough MSRs
Sean Christopherson
1
-62
/
+62
2025-06-20
KVM: SVM: Pass through GHCB MSR if and only if VM is an SEV-ES guest
Sean Christopherson
1
-1
/
+1
2025-06-20
KVM: SVM: Implement and adopt VMX style MSR intercepts APIs
Sean Christopherson
1
-29
/
+70
[next]