summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+10
2023-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds14-151/+365
2023-10-31Merge tag 'kvm-x86-svm-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-42/+42
2023-10-31Merge tag 'kvm-x86-pmu-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-4/+4
2023-10-31Merge tag 'kvm-x86-xen-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-5/+54
2023-10-31Merge tag 'kvm-x86-mmu-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini5-21/+55
2023-10-31Merge tag 'kvm-x86-misc-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini10-64/+191
2023-10-31Merge tag 'kvm-x86-apic-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-15/+19
2023-10-31Merge tag 'x86_cpu_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+0
2023-10-27KVM: x86: Service NMI requests after PMI requests in VM-Enter pathMingwei Zhang1-4/+4
2023-10-19KVM: x86: Ignore MSR_AMD64_TW_CFG accessMaciej S. Szmigiero1-0/+2
2023-10-19KVM: x86: remove the unused assigned_dev_head from kvm_archLiang Chen1-1/+0
2023-10-19KVM: x86/mmu: Remove unnecessary ‘NULL’ values from sptepLi zeming1-2/+10
2023-10-18x86: KVM: Add feature flag for CPUID.80000021H:EAX[bit 1]Jim Mattson1-1/+2
2023-10-18KVM: x86: remove always-false condition in kvmclock_sync_fnDongli Zhang1-3/+0
2023-10-18KVM: x86: hyper-v: Don't auto-enable stimer on write from user-spaceNicolas Saenz Julienne1-4/+6
2023-10-17KVM: x86/mmu: Stop kicking vCPUs to sync the dirty log when PML is disabledDavid Matlack1-0/+3
2023-10-17KVM: x86: Use octal for file permissionPeng Hao3-20/+20
2023-10-15Merge tag 'kvm-x86-pmu-6.6-fixes' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini6-31/+19
2023-10-12KVM: SVM: Fix build error when using -Werror=unused-but-set-variableTom Lendacky1-1/+1
2023-10-12x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()Maxim Levitsky1-0/+3
2023-10-12x86: KVM: SVM: add support for Invalid IPI Vector interceptionMaxim Levitsky1-1/+4
2023-10-12x86: KVM: SVM: always update the x2avic msr interceptionMaxim Levitsky1-2/+1
2023-10-12KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2}Sean Christopherson2-10/+16
2023-10-12x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson1-12/+9
2023-10-11KVM: VMX: drop IPAT in memtype when CD=1 for KVM_X86_QUIRK_CD_NW_CLEAREDYan Zhao1-6/+3
2023-10-11KVM: x86/mmu: Zap KVM TDP when noncoherent DMA assignment starts/stopsYan Zhao1-2/+17
2023-10-10KVM: x86: Don't sync user-written TSC against startup valuesLike Xu1-10/+24
2023-10-10KVM: x86/mmu: Zap SPTEs on MTRR update iff guest MTRRs are honoredYan Zhao1-1/+1
2023-10-10KVM: x86/mmu: Zap SPTEs when CR0.CD is toggled iff guest MTRRs are honoredYan Zhao1-1/+1
2023-10-10KVM: x86/mmu: Add helpers to return if KVM honors guest MTRRsYan Zhao2-9/+23
2023-10-09KVM: x86: Virtualize HWCR.TscFreqSel[bit 24]Jim Mattson1-2/+6
2023-10-09KVM: x86: Allow HWCR.McStatusWrEn to be cleared once setJim Mattson1-3/+2
2023-10-06KVM: x86: Refine calculation of guest wall clock to use a single TSC readDavid Woodhouse3-9/+81
2023-10-05KVM: x86/xen: ignore the VCPU_SSHOTTMR_future flagPaul Durrant1-5/+1
2023-10-05KVM: x86: Add SBPB supportJosh Poimboeuf3-6/+27
2023-10-05KVM: x86: Add IBPB_BRTYPE supportJosh Poimboeuf1-2/+2
2023-10-05KVM: SVM: Treat all "skip" emulation for SEV guests as outright failuresSean Christopherson2-13/+8
2023-10-05KVM: x86: Refactor can_emulate_instruction() return to be more expressiveSean Christopherson3-26/+32
2023-10-04KVM: x86/xen: Use fast path for Xen timer deliveryDavid Woodhouse1-0/+49
2023-10-04KVM: X86: Reduce size of kvm_vcpu_arch structure when CONFIG_KVM_XEN=nPeng Hao2-0/+4
2023-10-04kvm: mmu: dynamically allocate the x86-mmu shrinkerQi Zheng1-8/+10
2023-09-28KVM: x86: Clear bit12 of ICR after APIC-write VM-exitTao Su1-13/+13
2023-09-28KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.Haitao Shan2-2/+6
2023-09-28KVM: SVM: Update SEV-ES shutdown intercepts with more metadataPeter Gonda1-8/+7
2023-09-28KVM: x86: Add CONFIG_KVM_MAX_NR_VCPUS to allow up to 4096 vCPUsKyle Meyer1-0/+11
2023-09-27KVM: x86: Force TLB flush on userspace changes to special registersMichal Luczaj1-2/+6
2023-09-27KVM: x86: Remove redundant vcpu->arch.cr0 assignmentsMichal Luczaj2-2/+0
2023-09-26KVM: x86/pmu: Synthesize at most one PMI per VM-exitJim Mattson2-26/+4
2023-09-26KVM: x86: Mask LVTPC when handling a PMIJim Mattson1-2/+6