summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm
AgeCommit message (Expand)AuthorFilesLines
8 daysKVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flagSean Christopherson1-4/+6
8 daysKVM: x86: Convert vcpu_run()'s immediate exit param into a generic bitmapSean Christopherson1-2/+2
2025-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+10
2025-06-24KVM: SVM: Initialize vmsa_pa in VMCB to INVALID_PAGE if VMSA page is NULLSean Christopherson1-2/+6
2025-06-24KVM: SVM: Reject SEV{-ES} intra host migration if vCPU creation is in-flightSean Christopherson1-0/+4
2025-06-17x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov (AMD)1-0/+6
2025-06-11KVM: SEV: Disable SEV-SNP support on initialization failureAshish Kalra1-9/+35
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-114/+283
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2025-05-28Merge branch 'kvm-lockdep-common' into HEADPaolo Bonzini1-68/+4
2025-05-27x86: KVM: SVM: use kvm_lock_all_vcpus instead of a custom implementationMaxim Levitsky1-68/+4
2025-05-27Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-19/+275
2025-05-27Merge tag 'kvm-x86-misc-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-27/+4
2025-05-27Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-34/+23
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+12
2025-05-26Merge tag 'loongarch-kvm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini3-19/+90
2025-05-19KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUsManali Shukla3-0/+73
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar3-34/+23
2025-05-08KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitionsSean Christopherson2-6/+67
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu1-31/+37
2025-05-02KVM: SVM: Update dump_ghcb() to use the GHCB snapshot fieldsTom Lendacky1-13/+19
2025-05-02x86/msr: Change the function type of native_read_msr_safe()Xin Li (Intel)1-12/+7
2025-05-02x86/pvops/msr: Refactor pv_cpu_ops.write_msr{,_safe}()Xin Li (Intel)1-12/+3
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)3-0/+3
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar1-31/+37
2025-04-29KVM: x86: Unify cross-vCPU IBPBSean Christopherson2-27/+0
2025-04-29KVM: SVM: Clear current_vmcb during vCPU free for all *possible* CPUsYosry Ahmed1-1/+1
2025-04-28x86/sev: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variablesPeng Hao1-2/+2
2025-04-28KVM: SVM: Treat DEBUGCTL[5:2] as reservedSean Christopherson1-11/+0
2025-04-26KVM: SVM: avoid frequency indirect callsPeng Hao1-0/+4
2025-04-26KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB FieldKim Phillips2-0/+7
2025-04-26KVM: SVM: Add a mutex to dump_vmcb() to prevent concurrent outputTom Lendacky1-0/+5
2025-04-26KVM: SVM: Include the vCPU ID when dumping a VMCBTom Lendacky1-2/+2
2025-04-26KVM: SVM: Add the type of VM for which the VMCB/VMSA is being dumpedTom Lendacky1-2/+7
2025-04-26KVM: SVM: Dump guest register state in dump_vmcb()Tom Lendacky1-0/+53
2025-04-26KVM: SVM: Decrypt SEV VMSA in dump_vmcb() if debugging is enabledTom Lendacky3-0/+122
2025-04-24KVM: SVM: Fix SNP AP destroy race with VMRUNTom Lendacky1-4/+2
2025-04-24KVM: x86: Add module param to control and enumerate device posted IRQsSean Christopherson1-0/+2
2025-04-24KVM: x86: Generalize IBRS virtualization on emulated VM-exitYosry Ahmed1-0/+2
2025-04-24KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interceptionMikhail Lobanov1-0/+4
2025-04-24Merge branch 'kvm-fixes-6.15-rc4' into HEADPaolo Bonzini1-31/+37
2025-04-24KVM: SVM: WARN if an invalid posted interrupt IRTE entry is addedSean Christopherson1-1/+4
2025-04-24KVM: x86: Reset IRTE to host control if *new* route isn't postableSean Christopherson1-27/+31
2025-04-24KVM: SVM: Allocate IR data using atomic allocationSean Christopherson1-1/+1
2025-04-24KVM: SVM: Don't update IRTEs if APICv/AVIC is disabledSean Christopherson1-2/+1
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar1-1/+1
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar2-6/+6
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-3/+3
2025-04-08KVM: SVM: Add support to initialize SEV/SNP functionality in KVMAshish Kalra1-0/+12
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini1-0/+1