summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/svm
Commit message (Expand)AuthorAgeFilesLines
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-178-64/+58
|\
| * Merge tag 'kvm-x86-svm-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-083-19/+21
| |\
| | * KVM: SVM: Don't intercept IRET when injecting NMI and vNMI is enabledSean Christopherson2023-11-301-2/+9
| | * KVM: SVM: Explicitly require FLUSHBYASID to enable SEV supportSean Christopherson2023-11-301-2/+5
| | * KVM: nSVM: Advertise support for flush-by-ASIDSean Christopherson2023-11-301-0/+7
| | * Revert "nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB"Sean Christopherson2023-11-301-15/+0
| * | Merge tag 'kvm-x86-lam-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-2/+2
| |\ \
| | * | KVM: x86: Add & use kvm_vcpu_is_legal_cr3() to check CR3's legalityBinbin Wu2023-11-281-2/+2
| | |/
| * | Merge tag 'kvm-x86-pmu-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-17/+0
| |\ \
| | * | KVM: x86/pmu: Update sample period in pmc_write_counter()Sean Christopherson2023-11-301-1/+0
| | * | KVM: x86/pmu: Move PMU reset logic to common x86 codeSean Christopherson2023-11-301-16/+0
| | |/
| * | Merge tag 'kvm-x86-misc-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-081-5/+5
| |\ \
| | * | KVM: SVM,VMX: Use %rip-relative addressing to access kvm_rebootingUros Bizjak2023-11-301-5/+5
| | |/
| * | Merge tag 'kvm-x86-hyperv-6.8' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-01-084-21/+30
| |\ \
| | * | KVM: nSVM: Hide more stuff under CONFIG_KVM_HYPERV/CONFIG_HYPERVVitaly Kuznetsov2023-12-072-6/+16
| | * | KVM: x86: Make Hyper-V emulation optionalVitaly Kuznetsov2023-12-071-0/+9
| | * | KVM: x86: Introduce helper to handle Hyper-V paravirt TLB flush requestsVitaly Kuznetsov2023-12-071-8/+2
| | * | KVM: x86: Move Hyper-V partition assist page out of Hyper-V emulation contextVitaly Kuznetsov2023-12-071-7/+3
| | |/
* | | 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-133-1/+21
* | 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
* | | Merge tag 'kvm-x86-pmu-6.6-fixes' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-151-1/+1
|\ \ \
| * | | KVM: x86/pmu: Truncate counter value to allowed width on writeRoman Kagan2023-09-251-1/+1
| | |/ | |/|
* | | KVM: SVM: Fix build error when using -Werror=unused-but-set-variableTom Lendacky2023-10-121-1/+1
* | | x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()Maxim Levitsky2023-10-121-0/+3
* | | x86: KVM: SVM: add support for Invalid IPI Vector interceptionMaxim Levitsky2023-10-121-1/+4
* | | 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-233-12/+29
* | KVM: SVM: INTERCEPT_RDTSCP is never intercepted anywayPaolo Bonzini2023-09-231-4/+1
|/
* Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-313-84/+141
|\
| * KVM: nSVM: Use KVM-governed feature framework to track "vNMI enabled"Sean Christopherson2023-08-172-6/+2
| * KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"Sean Christopherson2023-08-173-5/+6
| * KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"Sean Christopherson2023-08-173-9/+10
| * KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"Sean Christopherson2023-08-173-14/+15
| * KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"Sean Christopherson2023-08-173-5/+8
| * KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"Sean Christopherson2023-08-173-6/+7
| * KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"Sean Christopherson2023-08-173-7/+4
| * KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"Sean Christopherson2023-08-171-3/+14