summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
3 daysx86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov1-0/+24
3 daysKVM: SVM: Set/clear CR8 write interception when AVIC is (de)activatedSean Christopherson2-4/+9
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
3 daysKVM: x86/pmu: Provide "error" semantics for unsupported-but-known PMU MSRsSean Christopherson1-22/+29
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-02-11x86/kfence: fix booting on 32bit non-PAE systemsAndrew Cooper1-3/+4
2026-02-06x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1Sean Christopherson2-3/+38
2026-02-06perf/x86/intel: Do not enable BTS for guestsFernand Sieber1-2/+11
2026-02-06x86: make page fault handling disable interrupts properlyCedric Xing1-10/+5
2026-02-06x86/kfence: avoid writing L1TF-vulnerable PTEsAndrew Cooper1-5/+24
2026-02-06x86/resctrl: Fix memory bandwidth counter width for HygonXiaochen Shen2-2/+16
2026-02-06x86/resctrl: Add missing resctrl initialization for HygonXiaochen Shen1-2/+4
2026-02-06x86/kaslr: Recognize all ZONE_DEVICE users as physaddr consumersDan Williams1-5/+5
2026-01-11x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand1-24/+28
2026-01-11x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng1-4/+8
2026-01-11KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-ExitDongli Zhang3-2/+3
2026-01-11KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replacedOmar Sandoval3-11/+43
2026-01-11KVM: x86/mmu: Use EMULTYPE flag to track write #PFs to shadow pagesSean Christopherson5-36/+37
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
2026-01-11KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0Sean Christopherson1-1/+1
2026-01-11KVM: x86: Don't clear async #PF queue when CR0.PG is disabled (e.g. on #SMI)Maxim Levitsky1-10/+15
2026-01-11lib/crypto: x86/blake2s: Fix 32-bit arg treated as 64-bitEric Biggers1-2/+2
2026-01-11x86/xen: Fix sparse warning in enlighten_pv.cJuergen Gross1-1/+1
2026-01-11x86/xen: Move Xen upcall handlerBrian Gerst2-72/+69
2026-01-11x86/ptrace: Always inline trivial accessorsPeter Zijlstra1-10/+10
2026-01-11perf/x86/amd: Check event before enable to avoid GPFGeorge Kennedy1-1/+6
2026-01-11perf/x86/intel: Correct large PEBS flag checkDapeng Mi1-1/+3
2026-01-11x86/boot: Fix page table access in 5-level to 4-level paging transitionUsama Arif1-4/+7
2026-01-11x86/dumpstack: Prevent KASAN false positive warnings in __show_regs()Tengda Wu1-2/+21