aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/kvm/svm
AgeCommit message (Expand)AuthorFilesLines
2026-08-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-194/+299
2026-08-18Merge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+11
2026-08-18Merge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-64/+39
2026-08-18Merge tag 'kvm-x86-svm-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-45/+107
2026-08-18Merge tag 'kvm-x86-coco-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-75/+143
2026-08-18Merge tag 'loongarch-kvm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini4-23/+45
2026-08-18Merge tag 'kvm-riscv-7.3-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2-4/+12
2026-08-06KVM: SVM: Serialize accesses to the owner and mirror list with separate lockPaolo Bonzini2-9/+26
2026-08-06KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabledPaolo Bonzini1-6/+19
2026-07-31KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()Sean Christopherson3-11/+7
2026-07-29KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is activeSean Christopherson1-8/+0
2026-07-28KVM: nSVM: Use CLASS(kvm_vcpu_map_local) for SMM VMCB mappingsSean Christopherson1-24/+14
2026-07-28KVM: nSVM: Add CLASS()es for automagically handling local kvm_vcpu_map() usageSean Christopherson2-16/+10
2026-07-27KVM: guest_memfd: Explicitly pass number of pages to make_private() hookSean Christopherson2-17/+12
2026-07-27KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERTSean Christopherson3-3/+3
2026-07-27KVM: x86: Rename kvm_x86_ops' gmem_invalidate() to gmem_make_shared()Sean Christopherson3-3/+3
2026-07-27KVM: guest_memfd: Pass the number of pages instead of the end pfn into .invalidate()Sean Christopherson2-5/+5
2026-07-24KVM: SVM: Always intercept ICEBP to workaround AMD ICEBP+TASK_SWITCH flawsDavid Woodhouse1-0/+18
2026-07-24KVM: SEV: Allocate full pages for {DE,EN}CRYPT ops on SNP-enabled hostsSean Christopherson1-2/+21
2026-07-22KVM: SEV: Drop FOLL_WRITE for encrypted region registrationPankaj Gupta1-1/+5
2026-07-22KVM: x86: Move enabling EFER.SVME and EFER.LMSLE to generic EFER setupYosry Ahmed1-4/+0
2026-07-16KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after hotplugNikunj A Dadhania1-1/+6
2026-07-10KVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_opsSean Christopherson2-3/+2
2026-07-10KVM: x86: Reject nested CAP enablement if nested virtualization is disabledSean Christopherson1-0/+1
2026-07-10KVM: SEV: Mark vCPU has having guest-provided VMSA even if its invalidSean Christopherson1-11/+11
2026-07-10KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zappedSean Christopherson3-11/+73
2026-07-10KVM: SEV: Wire up kvm_x86_ops.gmem_xxx() if and only if CONFIG_KVM_AMD_SEV=ySean Christopherson2-14/+4
2026-07-10KVM: SEV: Mark vCPU RUNNABLE after AP_CREATE, even if VMSA is unusableSean Christopherson1-3/+9
2026-07-10KVM: SEV: Extract loading of guest-provided VMSA to a separate helperSean Christopherson1-21/+31
2026-07-10KVM: SEV: Track the GPA of the guest-controlled VMSA used for SNP guestsSean Christopherson2-6/+11
2026-07-10KVM: SEV: Do not allow intra-host migration/mirroring of SNP VMsAtish Patra1-2/+4
2026-07-10KVM: SVM: Remove redundant ret = 0 in svm_set_nested_stateQiang Ma1-1/+0
2026-07-08KVM: SVM: Remove VM from the GA Log notifier list before VM destructionSean Christopherson3-7/+15
2026-07-08KVM: SVM: Do all per-VM AVIC initialization during vCPU precreation phaseSean Christopherson3-38/+51
2026-07-08KVM: SVM: Make kvm_x86_ops.vcpu_precreate() hook fully AVIC specificSean Christopherson3-11/+12
2026-07-08KVM: SEV: Explicitly disallow NULL user address for SNP_LAUNCH_UPDATEJoerg Roedel1-6/+5
2026-07-06x86/cpu: Hide and rename static_cpu_has()Borislav Petkov (AMD)1-11/+11
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-4/+5
2026-06-25KVM: x86/mmu: unify root_gva_walk and ngva_walkPaolo Bonzini1-2/+0
2026-06-25KVM: x86/mmu: pull struct kvm_pagewalk out of struct kvm_mmuPaolo Bonzini1-6/+5
2026-06-25KVM: x86/mmu: change nested_mmu.w to ngva_walkPaolo Bonzini1-1/+1
2026-06-25KVM: x86/mmu: change walk_mmu to struct kvm_pagewalkPaolo Bonzini1-2/+2
2026-06-25KVM: x86/mmu: move inject_page_fault to struct kvm_pagewalkPaolo Bonzini1-1/+1
2026-06-25KVM: x86/mmu: move get_pdptr to struct kvm_pagewalkPaolo Bonzini1-1/+1
2026-06-25KVM: x86/mmu: move gva_to_gpa to struct kvm_pagewalkPaolo Bonzini1-2/+2
2026-06-25KVM: x86/mmu: move get_guest_pgd to struct kvm_pagewalkPaolo Bonzini1-1/+3
2026-06-24KVM: x86: Don't treat interrupts as allowed just because a nested run is pendingSean Christopherson1-3/+3
2026-06-24KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.hSean Christopherson1-0/+1
2026-06-24x86/apic: KVM: Use cpu_physical_id() to get APIC ID of running vCPU for AVICSean Christopherson1-3/+3