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.h
(
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
-1
/
+3
2025-09-30
Merge tag 'kvm-x86-svm-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-17
/
+23
2025-09-23
KVM: SEV: Synchronize MSR_IA32_XSS from the GHCB when it's valid
Sean Christopherson
1
-0
/
+1
2025-09-23
KVM: SVM: Emulate reads and writes to shadow stack MSRs
John Allen
1
-1
/
+2
2025-09-23
KVM: SVM: Update "APICv in x2APIC without x2AVIC" in avic.c, not svm.c
Sean Christopherson
1
-2
/
+1
2025-09-23
KVM: SVM: Move x2AVIC MSR interception helper to avic.c
Sean Christopherson
1
-1
/
+0
2025-09-23
KVM: SVM: Make svm_x86_ops globally visible, clean up on-HyperV usage
Sean Christopherson
1
-0
/
+2
2025-09-23
KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from SEV-ES guest
Hou Wenlong
1
-0
/
+2
2025-09-23
KVM: SEV: Read save fields from GHCB exactly once
Sean Christopherson
1
-10
/
+15
2025-08-27
KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
Sean Christopherson
1
-2
/
+2
2025-08-27
KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
Ackerley Tng
1
-2
/
+2
2025-08-21
KVM: SEV: Fold sev_es_vcpu_reset() into sev_vcpu_create()
Sean Christopherson
1
-1
/
+0
2025-08-21
KVM: SEV: Move init of SNP guest state into sev_init_vmcb()
Sean Christopherson
1
-3
/
+1
2025-08-21
KVM: SVM: Move SEV-ES VMSA allocation to a dedicated sev_vcpu_create() helper
Sean Christopherson
1
-0
/
+2
2025-07-29
Merge tag 'kvm-x86-sev-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+1
2025-07-29
Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-18
/
+86
2025-07-14
KVM: SVM: Flush cache only on CPUs running SEV guest
Zheyun Shen
1
-0
/
+1
2025-06-24
KVM: x86: Deduplicate MSR interception enabling and disabling
Chao Gao
1
-8
/
+10
2025-06-23
KVM: x86: Dedup AVIC vs. PI code for identifying target vCPU
Sean Christopherson
1
-1
/
+1
2025-06-20
KVM: SVM: Add enable_ipiv param, never set IsRunning if disabled
Maxim Levitsky
1
-0
/
+8
2025-06-20
KVM: SVM: Drop superfluous "cache" of AVIC Physical ID entry pointer
Sean Christopherson
1
-1
/
+0
2025-06-20
KVM: SVM: Track AVIC tables as natively sized pointers, not "struct pages"
Sean Christopherson
1
-2
/
+2
2025-06-20
KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
Sean Christopherson
1
-1
/
+2
2025-06-20
KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
Sean Christopherson
1
-1
/
+0
2025-06-20
KVM: SVM: Track per-vCPU IRTEs using kvm_kernel_irqfd structure
Sean Christopherson
1
-4
/
+6
2025-06-20
KVM: Pass new routing entries and irqfd when updating IRTEs
Sean Christopherson
1
-2
/
+3
2025-06-20
KVM: SVM: Add a helper to allocate and initialize permissions bitmaps
Sean Christopherson
1
-1
/
+7
2025-06-20
KVM: SVM: Return -EINVAL instead of MSR_INVALID to signal out-of-range MSR
Sean Christopherson
1
-6
/
+4
2025-06-20
KVM: SVM: Store MSRPM pointer as "void *" instead of "u32 *"
Sean Christopherson
1
-5
/
+8
2025-06-20
KVM: SVM: Move svm_msrpm_offset() to nested.c
Sean Christopherson
1
-1
/
+0
2025-06-20
KVM: SVM: Manually recalc all MSR intercepts on userspace MSR filter change
Sean Christopherson
1
-9
/
+1
2025-06-20
KVM: SVM: Implement and adopt VMX style MSR intercepts APIs
Sean Christopherson
1
-0
/
+12
2025-06-20
KVM: SVM: Add helpers for accessing MSR bitmap that don't rely on offsets
Sean Christopherson
1
-0
/
+44
2025-06-20
KVM: nSVM: Don't initialize vmcb02 MSRPM with vmcb01's "always passthrough"
Sean Christopherson
1
-1
/
+0
2025-06-20
KVM: nSVM: Use dedicated array of MSRPM offsets to merge L0 and L1 bitmaps
Sean Christopherson
1
-0
/
+2
2025-06-20
KVM: SVM: Clean up macros related to architectural MSRPM definitions
Sean Christopherson
1
-1
/
+12
2025-06-20
KVM: SVM: Use ARRAY_SIZE() to iterate over direct_access_msrs
Sean Christopherson
1
-1
/
+1
2025-05-27
Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+12
2025-05-27
Merge tag 'kvm-x86-misc-6.16' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+0
2025-05-19
KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUs
Manali Shukla
1
-0
/
+1
2025-05-08
KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitions
Sean Christopherson
1
-0
/
+2
2025-04-29
KVM: x86: Unify cross-vCPU IBPB
Sean Christopherson
1
-2
/
+0
2025-04-25
KVM: SVM: Decrypt SEV VMSA in dump_vmcb() if debugging is enabled
Tom Lendacky
1
-0
/
+11
2025-03-19
Merge tag 'kvm-x86-svm-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-6
/
+33
2025-03-03
KVM: SVM: Refuse to attempt VRMUN if an SEV-ES+ guest has an invalid VMSA
Sean Christopherson
1
-1
/
+1
2025-02-28
KVM: SVM: Suppress DEBUGCTL.BTF on AMD
Sean Christopherson
1
-1
/
+1
2025-02-28
KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective value
Sean Christopherson
1
-1
/
+1
2025-02-25
KVM: SVM: Provide helpers to set the error code
Melody Wang
1
-0
/
+29
2025-02-11
KVM: SEV: Use to_kvm_sev_info() for fetching kvm_sev_info struct
Nikunj A Dadhania
1
-5
/
+3
2025-01-20
Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-2
/
+2
[next]