summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2023-11-28KVM: x86: Ignore MSR_AMD64_TW_CFG accessMaciej S. Szmigiero
2023-11-20x86: Share definition of __is_canonical_address()Adrian Hunter
2023-08-16x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann
2023-08-08KVM: Add GDS_NO support to KVMDaniel Sneddon
2023-08-03KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson
2023-06-09KVM: x86: Account fastpath-only VM-Exits in vCPU statsSean Christopherson
2023-04-05KVM: VMX: Move preemption timer <=> hrtimer dance to common x86Sean Christopherson
2023-02-25KVM: x86: Fail emulation during EMULTYPE_SKIP on any exceptionSean Christopherson
2023-02-22kvm: initialize all of the kvm_debugregs structure before sending it to users...Greg Kroah-Hartman
2023-02-14KVM: x86: Mitigate the cross-thread return address predictions bugTom Lendacky
2022-12-02KVM: x86: add kvm_leave_nestedMaxim Levitsky
2022-12-02KVM: x86: forcibly leave nested mode on vCPU resetMaxim Levitsky
2022-11-26KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yetLike Xu
2022-11-16x86/cpu: Restore AMD's DE_CFG MSR after resumeBorislav Petkov
2022-11-10KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTERAlexander Graf
2022-11-10KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()Alexander Graf
2022-11-10KVM: x86: Protect the unused bits in MSR exiting flagsAaron Lewis
2022-11-10KVM: x86: Treat #DBs from the emulator as fault-like (code and DR7.GD=1)Sean Christopherson
2022-11-10KVM: x86: Trace re-injected exceptionsSean Christopherson
2022-09-28KVM: x86: Inject #UD on emulated XSETBV if XSAVES isn't enabledSean Christopherson
2022-09-23KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang
2022-09-08KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIESJim Mattson
2022-08-17KVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL/STATUS)Sean Christopherson
2022-08-17KVM: set_msr_mce: Permit guests to ignore single-bit ECC errorsLev Kujawski
2022-08-17KVM: x86: revalidate steal time cache if MSR value changesPaolo Bonzini
2022-08-17KVM: x86: do not report preemption if the steal time cache is stalePaolo Bonzini
2022-08-17KVM: x86: Split kvm_is_valid_cr4() and export only the non-vendor bitsSean Christopherson
2022-08-11KVM: x86: do not set st->preempted when going back to user spacePaolo Bonzini
2022-08-11KVM: x86: do not report a vCPU as preempted outside instruction boundariesPaolo Bonzini
2022-07-29KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicnessMaxim Levitsky
2022-07-29KVM: x86: Use __try_cmpxchg_user() to emulate atomic accessesSean Christopherson
2022-07-23x86/kvm/vmx: Make noinstr cleanPeter Zijlstra
2022-07-21KVM: x86: Fully initialize 'struct kvm_lapic_irq' in kvm_pv_kick_cpu_op()Vitaly Kuznetsov
2022-07-12KVM: use __vcalloc for very large allocationsPaolo Bonzini
2022-06-16KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta
2022-06-06KVM: x86: avoid calling x86 emulator without a decoded instructionSean Christopherson
2022-04-27KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a raceSean Christopherson
2022-04-20KVM: x86/mmu: Resolve nx_huge_pages when kvm.ko is loadedSean Christopherson
2022-04-13KVM: x86/emulator: Emulate RDPID only if it is enabled in guestHou Wenlong
2022-04-08KVM: x86: Reinitialize context if host userspace toggles EFER.LMEPaolo Bonzini
2022-03-16kvm: x86: Disable KVM_HC_CLOCK_PAIRING if tsc is in always catchup modeAnton Romanov
2022-03-08KVM: x86: Exit to userspace if emulation prepared a completion callbackHou Wenlong
2022-03-08KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat code segSean Christopherson
2022-03-08KVM: X86: Ensure that dirty PDPTRs are loadedLai Jiangshan
2022-02-01KVM: x86: Sync the states size with the XCR0/IA32_XSS at, any timeLike Xu
2022-02-01KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSSLike Xu
2022-02-01KVM: x86: Keep MSR_IA32_XSS unchanged for INITXiaoyao Li
2022-02-01KVM: x86: Forcibly leave nested virt when SMM state is toggledSean Christopherson
2022-01-20KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_allWei Wang
2022-01-20KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guestSean Christopherson