summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm/svm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-05-101-7/+10
|\
| * KVM: SVM: Save/restore non-volatile GPRs in SEV-ES VMRUN via host save areaSean Christopherson2024-04-091-7/+10
* | KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handlerSean Christopherson2024-05-071-0/+9
* | KVM: SEV: sync FPU and AVX state at LAUNCH_UPDATE_VMSA timePaolo Bonzini2024-04-111-8/+0
* | KVM: SEV: define VM types for SEV and SEV-ESPaolo Bonzini2024-04-111-0/+11
* | KVM: SEV: store VMSA features in kvm_sev_infoPaolo Bonzini2024-04-111-1/+1
* | KVM: SEV: publish supported VMSA featuresPaolo Bonzini2024-04-111-0/+1
* | KVM: SVM: Compile sev.c if and only if CONFIG_KVM_AMD_SEV=yPaolo Bonzini2024-04-111-1/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-03-151-13/+12
|\
| * KVM: x86: Fully defer to vendor code to decide how to force immediate exitSean Christopherson2024-02-221-3/+4
| * KVM: x86: Move handling of is_guest_mode() into fastpath exit handlersSean Christopherson2024-02-221-3/+3
| * KVM: x86: Plumb "force_immediate_exit" into kvm_entry() tracepointSean Christopherson2024-02-221-2/+3
| * KVM: x86: Make kvm_get_dr() return a value, not use an out parameterSean Christopherson2024-02-221-5/+2
* | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-1/+1
|\ \
| * \ Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-1/+1
| |\ \ | | |/ | |/|
| | * x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-101-1/+1
* | | KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safeBrijesh Singh2024-01-291-3/+14
|/ /
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-2/+16
|\ \ | |/ |/|
| * Merge tag 'kvm-x86-svm-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-2/+16
| |\
| | * KVM: SVM: Don't intercept IRET when injecting NMI and vNMI is enabledSean Christopherson2023-11-301-2/+9
| | * KVM: nSVM: Advertise support for flush-by-ASIDSean Christopherson2023-11-301-0/+7
* | | Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-081-1/+1
|\ \ \ | |/ / |/| |
| * | arch/x86: Fix typosBjorn Helgaas2024-01-031-1/+1
| |/
* | KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guestsMichael Roth2023-12-131-0/+1
* | KVM: SVM: Update EFER software model on CR0 trap for SEV-ESSean Christopherson2023-12-081-3/+5
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-021-30/+22
|\
| * Merge tag 'kvm-x86-svm-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-29/+21
| |\
| | * KVM: SVM: Treat all "skip" emulation for SEV guests as outright failuresSean Christopherson2023-10-041-11/+1
| | * KVM: x86: Refactor can_emulate_instruction() return to be more expressiveSean Christopherson2023-10-041-14/+17
| | * KVM: SVM: Update SEV-ES shutdown intercepts with more metadataPeter Gonda2023-09-281-8/+7
| * | Merge tag 'kvm-x86-misc-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-1/+1
| |\ \
| | * | KVM: x86: Use octal for file permissionPeng Hao2023-10-171-1/+1
| | |/
* | | Merge tag 'x86_cpu_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-301-8/+0
|\ \ \ | |/ / |/| |
| * | x86/cpu: Clear SVM feature if disabled by BIOSPaolo Bonzini2023-09-221-8/+0
* | | KVM: SVM: Fix build error when using -Werror=unused-but-set-variableTom Lendacky2023-10-121-1/+1
* | | x86: KVM: SVM: always update the x2avic msr interceptionMaxim Levitsky2023-10-121-2/+1
| |/ |/|
* | KVM: SVM: Do not use user return MSR support for virtualized TSC_AUXTom Lendacky2023-09-231-1/+33
* | KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky2023-09-231-7/+2
|/
* Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-311-47/+103
|\
| * KVM: nSVM: Use KVM-governed feature framework to track "vNMI enabled"Sean Christopherson2023-08-171-2/+1
| * KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"Sean Christopherson2023-08-171-2/+1
| * KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"Sean Christopherson2023-08-171-5/+2
| * KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"Sean Christopherson2023-08-171-3/+2
| * KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"Sean Christopherson2023-08-171-3/+7
| * KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"Sean Christopherson2023-08-171-4/+6
| * KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"Sean Christopherson2023-08-171-3/+1
| * KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"Sean Christopherson2023-08-171-3/+14
| * KVM: nSVM: Skip writes to MSR_AMD64_TSC_RATIO if guest state isn't loadedSean Christopherson2023-08-031-1/+2
| * KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooksSean Christopherson2023-08-031-4/+4
| * KVM: SVM: Clean up preemption toggling related to MSR_AMD64_TSC_RATIOSean Christopherson2023-08-031-5/+3