index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
svm
/
sev.c
Age
Commit message (
Expand
)
Author
2026-02-11
Merge tag 'kvm-x86-gmem-6.20' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2026-01-23
KVM: SEV: Add KVM_SEV_SNP_ENABLE_REQ_CERTS command
Michael Roth
2026-01-23
KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetching
Michael Roth
2026-01-15
KVM: guest_memfd: GUP source pages prior to populating guest memory
Michael Roth
2026-01-15
KVM: SEV: Document/enforce page-alignment for KVM_SEV_SNP_LAUNCH_UPDATE
Michael Roth
2026-01-15
KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()
Michael Roth
2026-01-13
KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVM
Sean Christopherson
2026-01-13
KVM: SVM: Tag sev_supported_vmsa_features as read-only after init
Sean Christopherson
2026-01-13
KVM: SVM: Drop the module param to control SEV-ES DebugSwap
Sean Christopherson
2026-01-13
KVM: SVM: Fix a missing kunmap_local() in sev_gmem_post_populate()
Yan Zhao
2025-11-14
KVM: SEV: Add known supported SEV-SNP policy bits
Tom Lendacky
2025-11-14
KVM: SEV: Publish supported SEV-SNP policy bits
Tom Lendacky
2025-11-14
KVM: SEV: Consolidate the SEV policy bits in a single header file
Tom Lendacky
2025-09-30
Merge tag 'kvm-x86-cet-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-09-30
Merge tag 'kvm-x86-ciphertext-6.18' of https://github.com/kvm-x86/linux into ...
Paolo Bonzini
2025-09-30
Merge tag 'kvm-x86-svm-6.18' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-09-23
KVM: SEV: Synchronize MSR_IA32_XSS from the GHCB when it's valid
Sean Christopherson
2025-09-23
KVM: SVM: Re-load current, not host, TSC_AUX on #VMEXIT from SEV-ES guest
Hou Wenlong
2025-09-23
KVM: SEV: Reject non-positive effective lengths during LAUNCH_UPDATE
Sean Christopherson
2025-09-23
KVM: SEV: Validate XCR0 provided by guest in GHCB
Sean Christopherson
2025-09-23
KVM: SEV: Read save fields from GHCB exactly once
Sean Christopherson
2025-09-23
KVM: SEV: Rename kvm_ghcb_get_sw_exit_code() to kvm_get_cached_sw_exit_code()
Sean Christopherson
2025-09-15
KVM: SEV: Add SEV-SNP CipherTextHiding support
Ashish Kalra
2025-09-15
KVM: SEV: Introduce new min,max sev_es and sev_snp asid variables
Ashish Kalra
2025-09-08
KVM: SEV: Save the SEV policy if and only if LAUNCH_START succeeds
Sean Christopherson
2025-08-27
KVM: x86/mmu: Extend guest_memfd's max mapping level to shared mappings
Sean Christopherson
2025-08-27
KVM: x86/mmu: Rename .private_max_mapping_level() to .gmem_max_mapping_level()
Ackerley Tng
2025-08-27
KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()
Fuad Tabba
2025-08-21
KVM: SVM: Enable Secure TSC for SNP guests
Nikunj A Dadhania
2025-08-21
KVM: SEV: Fold sev_es_vcpu_reset() into sev_vcpu_create()
Sean Christopherson
2025-08-21
KVM: SEV: Set RESET GHCB MSR value during sev_es_init_vmcb()
Sean Christopherson
2025-08-21
KVM: SEV: Move init of SNP guest state into sev_init_vmcb()
Sean Christopherson
2025-08-21
KVM: SVM: Move SEV-ES VMSA allocation to a dedicated sev_vcpu_create() helper
Sean Christopherson
2025-08-21
KVM: SEV: Enforce minimum GHCB version requirement for SEV-SNP guests
Nikunj A Dadhania
2025-08-21
KVM: SEV: Drop GHCB_VERSION_DEFAULT and open code it
Nikunj A Dadhania
2025-08-18
KVM: SEV: don't check have_run_cpus in sev_writeback_caches()
Yury Norov
2025-07-29
Merge tag 'kvm-x86-sev-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-07-29
Merge tag 'kvm-x86-svm-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-07-29
Merge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2025-07-14
KVM: SVM: Flush cache only on CPUs running SEV guest
Zheyun Shen
2025-07-10
KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiency
Kevin Loughlin
2025-07-10
KVM: SVM: Remove wbinvd in sev_vm_destroy()
Zheyun Shen
2025-06-25
KVM: SVM: Simplify MSR interception logic for IA32_XSS MSR
Chao Gao
2025-06-24
KVM: SVM: Initialize vmsa_pa in VMCB to INVALID_PAGE if VMSA page is NULL
Sean Christopherson
2025-06-24
KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flight
Sean Christopherson
2025-06-20
KVM: SVM: Allow SNP guest policy to specify SINGLE_SOCKET
Tom Lendacky
2025-06-20
KVM: SVM: Allow SNP guest policy disallow running with SMT enabled
Tom Lendacky
2025-06-20
KVM: SVM: Manually recalc all MSR intercepts on userspace MSR filter change
Sean Christopherson
2025-06-20
KVM: SVM: Pass through GHCB MSR if and only if VM is an SEV-ES guest
Sean Christopherson
2025-06-20
KVM: SVM: Implement and adopt VMX style MSR intercepts APIs
Sean Christopherson
[next]