aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-38/+124
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2025-05-27Merge tag 'kvm-x86-svm-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-13/+122
2025-05-27Merge tag 'kvm-x86-misc-6.16' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-25/+2
2025-05-26Merge tag 'loongarch-kvm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini1-6/+69
2025-05-19KVM: SVM: Add support for KVM_CAP_X86_BUS_LOCK_EXIT on SVM CPUsManali Shukla1-0/+38
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar1-32/+19
2025-05-08KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitionsSean Christopherson1-6/+65
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)1-0/+1
2025-04-29KVM: x86: Unify cross-vCPU IBPBSean Christopherson1-25/+0
2025-04-29KVM: SVM: Clear current_vmcb during vCPU free for all *possible* CPUsYosry Ahmed1-1/+1
2025-04-28KVM: SVM: Treat DEBUGCTL[5:2] as reservedSean Christopherson1-11/+0
2025-04-25KVM: SVM: avoid frequency indirect callsPeng Hao1-0/+4
2025-04-25KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB FieldKim Phillips1-0/+2
2025-04-25KVM: SVM: Add a mutex to dump_vmcb() to prevent concurrent outputTom Lendacky1-0/+5
2025-04-25KVM: SVM: Include the vCPU ID when dumping a VMCBTom Lendacky1-2/+2
2025-04-25KVM: SVM: Add the type of VM for which the VMCB/VMSA is being dumpedTom Lendacky1-2/+7
2025-04-25KVM: SVM: Dump guest register state in dump_vmcb()Tom Lendacky1-0/+53
2025-04-25KVM: SVM: Decrypt SEV VMSA in dump_vmcb() if debugging is enabledTom Lendacky1-0/+13
2025-04-24KVM: x86: Add module param to control and enumerate device posted IRQsSean Christopherson1-0/+2
2025-04-24KVM: SVM: Forcibly leave SMM mode on SHUTDOWN interceptionMikhail Lobanov1-0/+4
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar1-5/+5
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-3/+3
2025-04-07Merge branch 'kvm-tdx-initial' into HEADPaolo Bonzini1-0/+1
2025-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-17/+39
2025-03-25Merge tag 'x86_bugs_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+8
2025-03-19Merge tag 'kvm-x86-svm-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-10/+29
2025-03-19Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-7/+10
2025-03-14KVM: x86: Allow vendor code to disable quirksPaolo Bonzini1-0/+1
2025-03-03KVM: SVM: Refuse to attempt VRMUN if an SEV-ES+ guest has an invalid VMSASean Christopherson1-2/+9
2025-02-28KVM: SVM: Manually context switch DEBUGCTL if LBR virtualization is disabledSean Christopherson1-0/+14
2025-02-28KVM: SVM: Suppress DEBUGCTL.BTF on AMDSean Christopherson1-0/+9
2025-02-28KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective valueSean Christopherson1-0/+12
2025-02-28KVM: SVM: Inject #GP if memory operand for INVPCID is non-canonicalSean Christopherson1-0/+11
2025-02-28KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the STI shadowSean Christopherson1-0/+14
2025-02-27x86/bugs: Use a static branch to guard IBPB on vCPU switchYosry Ahmed1-1/+1
2025-02-27x86/bugs: Move the X86_FEATURE_USE_IBPB check into callersYosry Ahmed1-1/+2
2025-02-26x86/bugs: KVM: Add support for SRSO_MSR_FIXBorislav Petkov1-0/+6
2025-02-25KVM: SVM: Add Idle HLT intercept supportManali Shukla1-3/+8
2025-02-25KVM: SVM: Provide helpers to set the error codeMelody Wang1-5/+1
2025-02-25KVM: SVM: Convert plain error code numbers to definesMelody Wang1-1/+1
2025-02-25KVM: x86: Use a dedicated flow for queueing re-injected exceptionsSean Christopherson1-6/+9
2025-02-12KVM: x86: Defer runtime updates of dynamic CPUID bits until CPUID emulationSean Christopherson1-1/+1
2025-02-12KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loopSean Christopherson1-7/+6
2025-01-20Merge tag 'kvm-x86-misc-6.14' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-29/+41
2025-01-20Merge tag 'kvm-x86-svm-6.14' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-6/+2
2025-01-10KVM: SVM: Use str_enabled_disabled() helper in svm_hardware_setup()Thorsten Blum1-1/+2
2024-12-19KVM: SVM: Allow guest writes to set MSR_AMD64_DE_CFG bitsSean Christopherson1-9/+0