aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
7 daysKVM: x86: Clear "has_error_code", not "error_code", for RM exception injectionSean Christopherson
2024-04-27KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platformsSandipan Das
2024-04-27KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson
2024-04-10KVM: x86: Add BHI_NODaniel Sneddon
2024-04-10x86/bhi: Mitigate KVM by defaultPawan Gupta
2024-04-10x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon
2024-04-10x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta
2024-04-10KVM: x86: Mark target gfn of emulated atomic instruction as dirtySean Christopherson
2024-04-10KVM: x86: Bail to userspace if emulation of atomic user access faultsSean Christopherson
2024-04-10x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined wordSean Christopherson
2024-04-10KVM/x86: Export RFDS_NO and RFDS_CLEAR to guestsPawan Gupta
2024-04-10KVM/VMX: Move VERW closer to VMentry for MDS mitigationPawan Gupta
2024-04-10KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCHSean Christopherson
2024-04-10x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta
2024-04-10KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()Sean Christopherson
2024-04-10KVM: x86: Use a switch statement and macros in __feature_translate()Jim Mattson
2024-04-10KVM: x86: Advertise CPUID.(EAX=7,ECX=2):EDX[5:0] to userspaceJim Mattson
2024-04-10KVM: x86: Update KVM-only leaf handling to allow for 100% KVM-only leafsSean Christopherson
2023-12-13KVM: SVM: Update EFER software model on CR0 trap for SEV-ESSean Christopherson
2023-11-28KVM: x86: Ignore MSR_AMD64_TW_CFG accessMaciej S. Szmigiero
2023-11-28KVM: x86: hyper-v: Don't auto-enable stimer on write from user-spaceNicolas Saenz Julienne
2023-11-20x86: Share definition of __is_canonical_address()Adrian Hunter
2023-10-25KVM: x86: Mask LVTPC when handling a PMIJim Mattson
2023-08-30Revert "KVM: x86: enable TDP MMU by default"Sean Christopherson
2023-08-26x86/CPU/AMD: Fix the DIV(0) initial fix attemptBorislav Petkov (AMD)
2023-08-16x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann
2023-08-08x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)
2023-08-08x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)
2023-08-08x86/cpu, kvm: Add support for CPUID_80000021_EAXKim Phillips
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-08-03KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson
2023-06-09KVM: x86: Account fastpath-only VM-Exits in vCPU statsSean Christopherson
2023-05-11KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not interceptedSean Christopherson
2023-04-05KVM: x86: Purge "highest ISR" cache when updating APICv stateSean Christopherson
2023-04-05KVM: x86: Inject #GP on x2APIC WRMSR that sets reserved bits 63:32Sean Christopherson
2023-04-05KVM: VMX: Move preemption timer <=> hrtimer dance to common x86Sean Christopherson
2023-03-30KVM: x86: hyper-v: Avoid calling kvm_make_vcpus_request_mask() with vcpu_mask...Vitaly Kuznetsov
2023-03-22KVM: nVMX: add missing consistency checks for CR0 and CR4Paolo Bonzini
2023-03-17KVM: VMX: Fix crash due to uninitialized current_vmcsAlexandru Matei
2023-03-17KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helperVitaly Kuznetsov
2023-03-17KVM: nVMX: Don't use Enlightened MSR Bitmap for L3Vitaly Kuznetsov
2023-03-17KVM: SVM: Process ICR on AVIC IPI delivery failure due to invalid targetSean Christopherson
2023-03-17KVM: SVM: Don't rewrite guest ICR on AVIC IPI virtualization failureSean Christopherson
2023-03-10KVM: SVM: hyper-v: placate modpost section mismatch errorRandy Dunlap
2023-03-10KVM: SVM: Fix potential overflow in SEV's send|receive_update_data()Peter Gonda
2023-03-10KVM: x86: Inject #GP if WRMSR sets reserved bits in APIC Self-IPISean Christopherson
2023-02-25KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRSJim Mattson
2023-02-25KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't validSean Christopherson
2023-02-25KVM: x86: Fail emulation during EMULTYPE_SKIP on any exceptionSean Christopherson