summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-8/+10
|\
| * kvm: mmu: dynamically allocate the x86-mmu shrinkerQi Zheng2023-10-041-8/+10
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-0214-151/+365
|\ \
| * \ Merge tag 'kvm-x86-svm-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-313-42/+42
| |\ \
| | * | KVM: SVM: Treat all "skip" emulation for SEV guests as outright failuresSean Christopherson2023-10-042-13/+8
| | * | KVM: x86: Refactor can_emulate_instruction() return to be more expressiveSean Christopherson2023-10-043-26/+32
| | * | KVM: SVM: Update SEV-ES shutdown intercepts with more metadataPeter Gonda2023-09-281-8/+7
| | |/
| * | Merge tag 'kvm-x86-pmu-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-4/+4
| |\ \
| | * | KVM: x86: Service NMI requests after PMI requests in VM-Enter pathMingwei Zhang2023-10-271-4/+4
| * | | Merge tag 'kvm-x86-xen-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-313-5/+54
| |\ \ \
| | * | | KVM: x86/xen: ignore the VCPU_SSHOTTMR_future flagPaul Durrant2023-10-041-5/+1
| | * | | KVM: x86/xen: Use fast path for Xen timer deliveryDavid Woodhouse2023-10-041-0/+49
| | * | | KVM: X86: Reduce size of kvm_vcpu_arch structure when CONFIG_KVM_XEN=nPeng Hao2023-10-042-0/+4
| | | |/ | | |/|
| * | | Merge tag 'kvm-x86-mmu-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-315-21/+55
| |\ \ \
| | * | | KVM: x86/mmu: Remove unnecessary ‘NULL’ values from sptepLi zeming2023-10-181-2/+10
| | * | | KVM: VMX: drop IPAT in memtype when CD=1 for KVM_X86_QUIRK_CD_NW_CLEAREDYan Zhao2023-10-101-6/+3
| | * | | KVM: x86/mmu: Zap KVM TDP when noncoherent DMA assignment starts/stopsYan Zhao2023-10-101-2/+17
| | * | | KVM: x86/mmu: Zap SPTEs on MTRR update iff guest MTRRs are honoredYan Zhao2023-10-091-1/+1
| | * | | KVM: x86/mmu: Zap SPTEs when CR0.CD is toggled iff guest MTRRs are honoredYan Zhao2023-10-091-1/+1
| | * | | KVM: x86/mmu: Add helpers to return if KVM honors guest MTRRsYan Zhao2023-10-092-9/+23
| | |/ /
| * | | Merge tag 'kvm-x86-misc-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-3110-64/+191
| |\ \ \
| | * | | KVM: x86: Ignore MSR_AMD64_TW_CFG accessMaciej S. Szmigiero2023-10-191-0/+2
| | * | | KVM: x86: remove the unused assigned_dev_head from kvm_archLiang Chen2023-10-191-1/+0
| | * | | x86: KVM: Add feature flag for CPUID.80000021H:EAX[bit 1]Jim Mattson2023-10-181-1/+2
| | * | | KVM: x86: remove always-false condition in kvmclock_sync_fnDongli Zhang2023-10-181-3/+0
| | * | | KVM: x86: hyper-v: Don't auto-enable stimer on write from user-spaceNicolas Saenz Julienne2023-10-171-4/+6
| | * | | KVM: x86/mmu: Stop kicking vCPUs to sync the dirty log when PML is disabledDavid Matlack2023-10-171-0/+3
| | * | | KVM: x86: Use octal for file permissionPeng Hao2023-10-173-20/+20
| | * | | KVM: x86: Don't sync user-written TSC against startup valuesLike Xu2023-10-091-10/+24
| | * | | KVM: x86: Virtualize HWCR.TscFreqSel[bit 24]Jim Mattson2023-10-091-2/+6
| | * | | KVM: x86: Allow HWCR.McStatusWrEn to be cleared once setJim Mattson2023-10-091-3/+2
| | * | | KVM: x86: Refine calculation of guest wall clock to use a single TSC readDavid Woodhouse2023-10-053-9/+81
| | * | | KVM: x86: Add SBPB supportJosh Poimboeuf2023-10-043-6/+27
| | * | | KVM: x86: Add IBPB_BRTYPE supportJosh Poimboeuf2023-10-041-2/+2
| | * | | KVM: x86: Add CONFIG_KVM_MAX_NR_VCPUS to allow up to 4096 vCPUsKyle Meyer2023-09-281-0/+11
| | * | | KVM: x86: Force TLB flush on userspace changes to special registersMichal Luczaj2023-09-271-2/+6
| | * | | KVM: x86: Remove redundant vcpu->arch.cr0 assignmentsMichal Luczaj2023-09-272-2/+0
| | |/ /
| * | | Merge tag 'kvm-x86-apic-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-312-15/+19
| |\ \ \ | | |_|/ | |/| |
| | * | KVM: x86: Clear bit12 of ICR after APIC-write VM-exitTao Su2023-09-281-13/+13
| | * | KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.Haitao Shan2023-09-282-2/+6
| | |/
* | | 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-156-31/+19
|\ \ \
| * | | KVM: x86/pmu: Synthesize at most one PMI per VM-exitJim Mattson2023-09-252-26/+4
| * | | KVM: x86: Mask LVTPC when handling a PMIJim Mattson2023-09-251-2/+6
| * | | KVM: x86/pmu: Truncate counter value to allowed width on writeRoman Kagan2023-09-253-3/+9
| | |/ | |/|
* | | 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