summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)AuthorLines
2022-09-30KVM: x86: Hide IA32_PLATFORM_DCA_CAP[31:0] from the guestJim Mattson-2/+0
2022-09-22KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabledSean Christopherson-0/+4
2022-09-22KVM: x86: Always enable legacy FP/SSE in allowed user XFEATURESDr. David Alan Gilbert-1/+7
2022-09-22KVM: x86: Reinstate kvm_vcpu_arch.guest_supported_xcr0Sean Christopherson-10/+4
2022-09-22KVM: x86/mmu: add missing update to max_mmu_rmap_sizeMiaohe Lin-0/+2
2022-09-01Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-1/+1
2022-09-01KVM: x86: check validity of argument to KVM_SET_MP_STATEPaolo Bonzini-3/+17
2022-09-01KVM: x86: fix memoryleak in kvm_arch_vcpu_create()Miaohe Lin-2/+1
2022-09-01KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIESJim Mattson-4/+21
2022-08-21asm goto: eradicate CC_HAS_ASM_GOTONick Desaulniers-1/+1
2022-08-19KVM: VMX: Heed the 'msr' argument in msr_write_intercepted()Jim Mattson-2/+1
2022-08-19kvm: x86: mmu: Always flush TLBs when enabling dirty loggingJunaid Shahid-42/+61
2022-08-19kvm: x86: mmu: Drop the need_remote_flush() functionJunaid Shahid-14/+1
2022-08-19x86/kvm: Fix "missing ENDBR" BUG for fastop functionsJosh Poimboeuf-1/+2
2022-08-19x86/kvm: Simplify FOP_SETCC()Josh Poimboeuf-19/+4
2022-08-19KVM: Rename mmu_notifier_* to mmu_invalidate_*Chao Peng-9/+9
2022-08-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-49/+124
2022-08-10KVM: VMX: Adjust number of LBR records for PERF_CAPABILITIES at refreshSean Christopherson-11/+8
2022-08-10KVM: VMX: Use proper type-safe functions for vCPU => LBRs helpersSean Christopherson-9/+17
2022-08-10KVM: x86: Refresh PMU after writes to MSR_IA32_PERF_CAPABILITIESSean Christopherson-2/+2
2022-08-10KVM: x86/mmu: Add sanity check that MMIO SPTE mask doesn't overlap genSean Christopherson-0/+22
2022-08-10KVM: x86/mmu: rename trace function name for asynchronous page faultMingwei Zhang-1/+1
2022-08-10KVM: x86/xen: Stop Xen timer before changing IRQColeman Dietsch-18/+17
2022-08-10KVM: x86/xen: Initialize Xen timer only onceColeman Dietsch-1/+3
2022-08-10KVM: SVM: Disable SEV-ES support if MMIO caching is disableSean Christopherson-5/+19
2022-08-10KVM: x86/mmu: Fully re-evaluate MMIO caching when SPTE masks changeSean Christopherson-0/+24
2022-08-10KVM: x86: Tag kvm_mmu_x86_module_init() with __initSean Christopherson-1/+1
2022-08-10KVM: x86: emulator: Fix illegal LEA handlingMichal Luczaj-1/+5
2022-08-10KVM: X86: avoid uninitialized 'fault.async_page_fault' from fixed-up #PFYu Zhang-0/+1
2022-08-10KVM: x86: Bug the VM if an accelerated x2APIC trap occurs on a "bad" regSean Christopherson-3/+5
2022-08-10KVM: x86: do not report preemption if the steal time cache is stalePaolo Bonzini-0/+2
2022-08-10KVM: x86: revalidate steal time cache if MSR value changesPaolo Bonzini-3/+3
2022-08-09Merge tag 'x86_bugs_pbrsb' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-3/+5
2022-08-06Merge tag 'iommu-updates-v5.20-or-v6.0' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2022-08-03x86/speculation: Add RSB VM Exit protectionsDaniel Sneddon-3/+5
2022-08-01KVM: x86/mmu: remove unused variablePaolo Bonzini-2/+0
2022-08-01Merge remote-tracking branch 'kvm/next' into kvm-next-5.20Paolo Bonzini-1440/+2994
2022-07-29Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio',...Joerg Roedel-1/+0
2022-07-28KVM, x86/mmu: Fix the comment around kvm_tdp_mmu_zap_leafs()Kai Huang-7/+3
2022-07-28KVM: SVM: Dump Virtual Machine Save Area (VMSA) to klogJarkko Sakkinen-0/+3
2022-07-28KVM: x86/mmu: Treat NX as a valid SPTE bit for NPTSean Christopherson-1/+1
2022-07-28KVM: x86: Do not block APIC write for non ICR registersSuravee Suthikulpanit-11/+11
2022-07-28KVM: SVM: Do not virtualize MSR accesses for APIC LVTT registerSuravee Suthikulpanit-1/+8
2022-07-28KVM: nVMX: Set UMIP bit CR4_FIXED1 MSR when emulating UMIPSean Christopherson-0/+3
2022-07-28Revert "KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} control"Paolo Bonzini-27/+0
2022-07-28KVM: nVMX: Attempt to load PERF_GLOBAL_CTRL on nVMX xfer iff it existsSean Christopherson-1/+3
2022-07-28KVM: VMX: Add helper to check if the guest PMU has PERF_GLOBAL_CTRLSean Christopherson-2/+14
2022-07-28KVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved if there's no vPMUSean Christopherson-0/+2
2022-07-28Revert "KVM: nVMX: Do not expose MPX VMX controls when guest MPX disabled"Paolo Bonzini-20/+1