summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
3 daysx86/platform/uv: Handle deconfigured socketsKyle Meyer1-2/+16
3 daysx86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov1-0/+24
3 daysx86/sev: Check for MWAITX and MONITORX opcodes in the #VC handlerTom Lendacky1-2/+4
3 daysx86/sev: Harden #VC instruction emulation somewhatBorislav Petkov (AMD)3-3/+108
3 daysKVM: SVM: Set/clear CR8 write interception when AVIC is (de)activatedSean Christopherson2-5/+9
3 daysKVM: SVM: Add a helper to look up the max physical ID for AVICNaveen N Rao1-6/+20
3 daysKVM: SVM: Limit AVIC physical max index based on configured max_vcpu_idsNaveen N Rao1-2/+5
3 daysx86/sev: Allow IBPB-on-Entry feature for SNP guestsKim Phillips2-1/+5
3 daysx86/apic: Disable x2apic on resume if the kernel expects soShashank Balaji1-0/+6
3 daysKVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APICSean Christopherson2-2/+2
3 daysx86/efi: defer freeing of boot services memoryMike Rapoport (Microsoft)3-5/+54
3 daysKVM: x86: Ignore -EBUSY when checking nested events from vcpu_block()Sean Christopherson1-2/+1
3 daysKVM: x86: WARN if a vCPU gets a valid wakeup that KVM can't yet injectSean Christopherson1-1/+4
3 daysKVM: x86: Return "unsupported" instead of "invalid" on access to unsupported ...Sean Christopherson1-20/+20
3 daysKVM: x86: Rename KVM_MSR_RET_INVALID to KVM_MSR_RET_UNSUPPORTEDSean Christopherson4-12/+19
3 daysKVM: x86: Fix KVM_GET_MSRS stack info leakMathias Krause1-10/+5
2026-03-05Revert "x86/kexec: add a sanity check on previous kernel's ima kexec buffer"Sasha Levin1-6/+0
2026-03-04x86/kexec: Copy ACPI root pointer address from config tableArd Biesheuvel1-0/+7
2026-03-04x86/kexec: add a sanity check on previous kernel's ima kexec bufferHarshit Mogalapalli1-0/+6
2026-03-04KVM: x86: Add SRCU protection for reading PDPTRs in __get_sregs2()Vasiliy Kovalev1-0/+2
2026-03-04KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulationYosry Ahmed1-2/+3
2026-03-04KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeedingSean Christopherson1-2/+1
2026-03-04x86/xen/pvh: Enable PAE mode for 32-bit guest only when CONFIG_X86_PAE is setHou Wenlong1-0/+2
2026-03-04x86/hyperv: Fix error pointer dereferenceEthan Tidmore1-3/+5
2026-03-04Partial revert "x86/xen: fix balloon target initialization for PVH dom0"Roger Pau Monne1-1/+1
2026-03-04x86/xen: make some functions staticJuergen Gross3-10/+6
2026-02-11x86/kfence: fix booting on 32bit non-PAE systemsAndrew Cooper1-3/+4
2026-01-30x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1Sean Christopherson2-3/+38
2026-01-30perf/x86/intel: Do not enable BTS for guestsFernand Sieber1-2/+11
2026-01-30x86: make page fault handling disable interrupts properlyCedric Xing1-10/+5
2026-01-30x86/kfence: avoid writing L1TF-vulnerable PTEsAndrew Cooper1-5/+24
2026-01-30hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*Nuno Das Neves4-116/+123
2026-01-30x86/resctrl: Fix memory bandwidth counter width for HygonXiaochen Shen2-2/+16
2026-01-30x86/resctrl: Add missing resctrl initialization for HygonXiaochen Shen1-2/+4
2026-01-30x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumersDan Williams1-5/+5
2026-01-17x86/microcode/AMD: Select which microcode patch to loadBorislav Petkov (AMD)1-37/+67
2026-01-11KVM: SVM: Fix redundant updates of LBR MSR interceptsYosry Ahmed2-0/+7
2026-01-11KVM: nSVM: Fix and simplify LBR virtualization handling with nestedYosry Ahmed2-50/+17
2026-01-11KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()Yosry Ahmed1-10/+19
2026-01-11KVM: SVM: Introduce svm_recalc_lbr_msr_intercepts()Yosry Ahmed1-11/+21
2026-01-11KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-ExitDongli Zhang3-2/+3
2026-01-11x86/microcode/AMD: Fix Entrysign revision check for Zen5/Strix HaloRong Zhang1-1/+1
2026-01-11KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-ExitsSean Christopherson2-3/+6
2026-01-11KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)Sean Christopherson1-2/+2
2026-01-11KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUNJim Mattson1-0/+1
2026-01-11KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulationYosry Ahmed1-9/+9
2026-01-11KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUNJim Mattson1-0/+1
2026-01-11KVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITEYosry Ahmed1-5/+19
2026-01-11KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timerfuqiang wang1-5/+23
2026-01-11KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()fuqiang wang1-1/+1