summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* x86/CPU/AMD: Fix the DIV(0) initial fix attemptBorislav Petkov (AMD)2023-08-141-0/+2
* x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann2023-08-101-2/+0
* Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-08-071-1/+6
|\
| * KVM: Add GDS_NO support to KVMDaniel Sneddon2023-07-211-1/+6
* | Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-08-073-1/+9
|\ \
| * | x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)2023-07-272-1/+6
| * | x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)2023-07-271-0/+3
| |/
* | KVM: SEV: remove ghcb variable declarationsPaolo Bonzini2023-08-041-18/+12
* | KVM: SEV: only access GHCB fields oncePaolo Bonzini2023-08-041-11/+14
* | KVM: SEV: snapshot the GHCB before accessing itPaolo Bonzini2023-08-042-34/+61
* | KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson2023-07-291-4/+9
* | KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson2023-07-293-19/+49
* | Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"Sean Christopherson2023-07-291-8/+2
* | KVM: x86: Acquire SRCU read lock when handling fastpath MSR writesSean Christopherson2023-07-291-0/+4
* | KVM: VMX: Use vmread_error() to report VM-Fail in "goto" pathSean Christopherson2023-07-291-2/+1
* | KVM: VMX: Make VMREAD error path play nice with noinstrSean Christopherson2023-07-293-9/+26
* | KVM: x86/irq: Conditionally register IRQ bypass consumer againLike Xu2023-07-291-1/+1
* | KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipivPeng Hao2023-07-291-1/+2
* | KVM: x86: check the kvm_cpu_get_interrupt result before using itMaxim Levitsky2023-07-291-3/+7
* | KVM: x86: VMX: set irr_pending in kvm_apic_update_irrMaxim Levitsky2023-07-291-1/+4
* | KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomicallyMaxim Levitsky2023-07-291-7/+13
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-0322-279/+470
|\
| * Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-018-37/+73
| |\
| | * KVM: x86/mmu: Trigger APIC-access page reload iff vendor code caresSean Christopherson2023-06-061-1/+2
| | * KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access pageSean Christopherson2023-06-062-14/+3
| | * KVM: VMX: Retry APIC-access page reload if invalidation is in-progressSean Christopherson2023-06-061-5/+45
| | * KVM: VMX: Inject #GP, not #UD, if SGX2 ENCLS leafs are unsupportedSean Christopherson2023-06-021-6/+9
| | * KVM: VMX: Inject #GP on ENCLS if vCPU has paging disabled (CR0.PG==0)Sean Christopherson2023-06-021-1/+1
| | * KVM: VMX: restore vmx_vmexit alignmentJon Kohler2023-06-011-1/+1
| | * KVM: x86/pmu: Remove redundant check for MSR_IA32_DS_AREA set handlerJinrong Liang2023-06-011-2/+0
| | * KVM: VMX: Use proper accessor to read guest CR4 in handle_desc()Sean Christopherson2023-05-261-1/+7
| | * KVM: VMX: Treat UMIP as emulated if and only if the host doesn't have UMIPSean Christopherson2023-05-263-5/+4
| | * KVM: VMX: Move the comment of CR4.MCE handling right above the codeXiaoyao Li2023-05-261-2/+2
| | * KVM: VMX: Use kvm_read_cr4() to get cr4 valueXiaoyao Li2023-05-261-1/+1
| * | Merge tag 'kvm-x86-svm-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-013-35/+13
| |\ \
| | * | KVM: SVM: WARN, but continue, if misc_cg_set_capacity() failsSean Christopherson2023-06-131-6/+2
| | * | KVM: SVM: enhance info printk's in SEV initAlexander Mikhalitsyn2023-06-061-2/+9
| | * | KVM: SVM: Invoke trace_kvm_exit() for fastpath VM-ExitsSean Christopherson2023-06-021-2/+2
| | * | KVM: SVM: Remove TSS reloading code after VMEXITMingwei Zhang2023-06-012-25/+0
| | |/
| * | Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-07-0110-116/+259
| |\ \
| | * | KVM: x86/cpuid: Add AMD CPUID ExtPerfMonAndDbg leaf 0x80000022Like Xu2023-06-062-1/+31
| | * | KVM: x86/svm/pmu: Add AMD PerfMonV2 supportLike Xu2023-06-063-11/+72
| | * | KVM: x86/cpuid: Add a KVM-only leaf to redirect AMD PerfMonV2 flagLike Xu2023-06-061-0/+7
| | * | KVM: x86/pmu: Constrain the num of guest counters with kvm_pmu_capLike Xu2023-06-061-0/+3
| | * | KVM: x86/pmu: Advertise PERFCTR_CORE iff the min nr of counters is metLike Xu2023-06-061-3/+12
| | * | KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't metLike Xu2023-06-063-4/+12
| | * | KVM: x86: Explicitly zero cpuid "0xa" leaf when PMU is disabledLike Xu2023-06-061-1/+1
| | * | KVM: x86/pmu: Provide Intel PMU's pmc_is_enabled() as generic x86 codeLike Xu2023-06-064-28/+16
| | * | KVM: x86/pmu: Move handling PERF_GLOBAL_CTRL and friends to common x86Like Xu2023-06-065-62/+86
| | * | KVM: x86/pmu: Reject userspace attempts to set reserved GLOBAL_STATUS bitsLike Xu2023-06-061-0/+3