summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/svm
AgeCommit message (Expand)Author
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-05-10Merge branch 'kvm-sev-es-ghcbv2' into HEADPaolo Bonzini
2024-05-07KVM: SEV: Allow per-guest configuration of GHCB protocol versionMichael Roth
2024-05-07KVM: SEV: Add GHCB handling for termination requestsMichael Roth
2024-05-07KVM: SEV: Add GHCB handling for Hypervisor Feature Support requestsBrijesh Singh
2024-05-07KVM: SEV: Add support to handle AP reset MSR protocolTom Lendacky
2024-05-07KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handlerSean Christopherson
2024-04-19Merge x86 bugfixes from Linux 6.9-rc3Paolo Bonzini
2024-04-12KVM: SEV: use u64_to_user_ptr throughoutPaolo Bonzini
2024-04-11KVM: SEV: allow SEV-ES DebugSwap againPaolo Bonzini
2024-04-11KVM: SEV: introduce KVM_SEV_INIT2 operationPaolo Bonzini
2024-04-11KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA timePaolo Bonzini
2024-04-11KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini
2024-04-11KVM: SEV: introduce to_kvm_sev_infoPaolo Bonzini
2024-04-11KVM: SEV: store VMSA features in kvm_sev_infoPaolo Bonzini
2024-04-11KVM: SEV: publish supported VMSA featuresPaolo Bonzini
2024-04-11KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=yPaolo Bonzini
2024-04-11KVM: SVM: Invert handling of SEV and SEV_ES feature flagsSean Christopherson
2024-04-09KVM: SVM: Create a stack frame in __svm_sev_es_vcpu_run()Sean Christopherson
2024-04-09KVM: SVM: Save/restore args across SEV-ES VMRUN via host save areaSean Christopherson
2024-04-09KVM: SVM: Save/restore non-volatile GPRs in SEV-ES VMRUN via host save areaSean Christopherson
2024-04-09KVM: SVM: Clobber RAX instead of RBX when discarding spec_ctrl_interceptedSean Christopherson
2024-04-09KVM: SVM: Drop 32-bit "support" from __svm_sev_es_vcpu_run()Sean Christopherson
2024-04-09KVM: SVM: Wrap __svm_sev_es_vcpu_run() with #ifdef CONFIG_KVM_AMD_SEVSean Christopherson
2024-04-09KVM: SVM: Create a stack frame in __svm_vcpu_run() for unwindingSean Christopherson
2024-04-09KVM: SVM: Remove a useless zeroing of allocated memoryChristophe JAILLET
2024-04-06Merge branch 'linus' into x86/urgent, to pick up dependent commitIngo Molnar
2024-04-04x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)
2024-03-18Merge tag 'kvm-x86-svm-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-11Merge tag 'kvm-x86-pmu-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-03-11Merge tag 'kvm-x86-misc-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-03-09SEV: disable SEV-ES DebugSwap by defaultPaolo Bonzini
2024-02-23KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()Sean Christopherson
2024-02-22KVM: x86: Fully defer to vendor code to decide how to force immediate exitSean Christopherson
2024-02-22KVM: x86: Move handling of is_guest_mode() into fastpath exit handlersSean Christopherson
2024-02-22KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepointSean Christopherson
2024-02-22KVM: x86: Make kvm_get_dr() return a value, not use an out parameterSean Christopherson
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-02-06KVM: SVM: Return -EINVAL instead of -EBUSY on attempt to re-init SEV/SEV-ESSean Christopherson
2024-02-06KVM: SVM: Add support for allowing zero SEV ASIDsAshish Kalra
2024-02-06KVM: SVM: Use unsigned integers when dealing with ASIDsSean Christopherson
2024-02-06KVM: SVM: Set sev->asid in sev_asid_new() instead of overloading the returnSean Christopherson
2024-02-01KVM: x86/pmu: Move pmc_idx => pmc translation helper to common codeSean Christopherson
2024-01-30KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad indexSean Christopherson
2024-01-30KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMDSean Christopherson
2024-01-30KVM: x86/pmu: Allow programming events that match unsupported arch eventsSean Christopherson