summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
12 daysx86/microcode/AMD: Select which microcode patch to loadBorislav Petkov (AMD)1-37/+67
12 daysx86/microcode/AMD: Fix Entrysign revision check for Zen5/Strix HaloRong Zhang1-1/+1
12 daysperf/x86/amd/uncore: Fix the return value of amd_uncore_df_event_init() on errorSandipan Das1-4/+1
12 daysx86/msi: Make irq_retrigger() functional for posted MSIThomas Gleixner2-0/+30
12 daysKVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-ExitsSean Christopherson2-3/+6
12 daysKVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)Sean Christopherson1-2/+2
12 daysKVM: nVMX: Immediately refresh APICv controls as needed on nested VM-ExitDongli Zhang1-1/+2
12 daysKVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUNJim Mattson1-0/+1
12 daysKVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulationYosry Ahmed1-9/+9
12 daysKVM: SVM: Mark VMCB_NPT as dirty on nested VMRUNJim Mattson1-0/+1
12 daysKVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITEYosry Ahmed1-5/+19
12 daysKVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timerfuqiang wang1-5/+23
12 daysKVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()fuqiang wang1-1/+1
12 daysKVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0Sean Christopherson1-1/+1
12 daysKVM: x86: Don't clear async #PF queue when CR0.PG is disabled (e.g. on #SMI)Maxim Levitsky1-10/+15
12 dayslib/crypto: x86/blake2s: Fix 32-bit arg treated as 64-bitEric Biggers1-2/+2
12 daysx86/mce: Do not clear bank's poll bit in mce_poll_banks on AMD SMCA systemsAvadhut Naik1-1/+2
12 daysx86/fpu: Fix FPU state core dump truncation on CPUs with no extended xfeaturesYongxin Liu1-2/+2
12 daysx86/xen: Fix sparse warning in enlighten_pv.cJuergen Gross1-1/+1
12 daysx86/xen: Move Xen upcall handlerBrian Gerst2-72/+69
12 daysx86/ptrace: Always inline trivial accessorsPeter Zijlstra1-10/+10
12 daysperf/x86/amd: Check event before enable to avoid GPFGeorge Kennedy1-1/+6
2025-12-18perf/x86/intel: Correct large PEBS flag checkDapeng Mi1-1/+3
2025-12-18x86/boot: Fix page table access in 5-level to 4-level paging transitionUsama Arif1-4/+7
2025-12-18x86/dumpstack: Prevent KASAN false positive warnings in __show_regs()Tengda Wu1-2/+21
2025-12-18perf/x86/intel/cstate: Remove PC3 support from LunarLakeZhang Rui1-2/+1
2025-12-12KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replacedOmar Sandoval3-11/+43
2025-12-07KVM: SVM: Fix redundant updates of LBR MSR interceptsYosry Ahmed2-0/+7
2025-12-07KVM: nSVM: Fix and simplify LBR virtualization handling with nestedYosry Ahmed2-50/+17
2025-12-07KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()Yosry Ahmed1-10/+19
2025-12-07KVM: SVM: Introduce svm_recalc_lbr_msr_intercepts()Yosry Ahmed1-11/+21
2025-12-07Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"Jiri Olsa1-5/+5
2025-12-01x86/microcode/AMD: Limit Entrysign signature checking to known generationsBorislav Petkov (AMD)1-1/+19
2025-11-24KVM: VMX: Fix check for valid GVA on an EPT violationSukrit Bhatnagar1-1/+1
2025-11-24KVM: VMX: Split out guts of EPT violation to common/exposed functionSean Christopherson2-22/+37
2025-11-24x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrevBorislav Petkov (AMD)1-0/+1
2025-11-24KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updatedYosry Ahmed1-0/+4
2025-11-24ACPI: CPPC: Detect preferred core availability on online CPUsGautham R. Shenoy1-1/+1
2025-11-13x86/microcode/AMD: Add more known models to entry sign checkingMario Limonciello (AMD)1-0/+2
2025-11-13x86: uaccess: don't use runtime-const rewriting in modulesLinus Torvalds3-6/+14
2025-11-13x86/runtime-const: Add the RUNTIME_CONST_PTR assembly macroKirill A. Shutemov2-5/+15
2025-11-13x86: use cmov for user address maskingLinus Torvalds2-9/+8
2025-11-13x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALTLi RongQing1-10/+10
2025-11-13Fix access to video_is_primary_device() when compiled without CONFIG_VIDEOMario Limonciello (AMD)1-0/+2
2025-11-13x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscallKirill A. Shutemov1-3/+14
2025-11-13x86/CPU/AMD: Add RDSEED fix for Zen5Gregory Price1-0/+35
2025-11-13perf/x86/intel: Fix KASAN global-out-of-bounds warningDapeng Mi1-1/+2
2025-11-13bpf: Do not audit capability check in do_jit()Ondrej Mosnacek1-1/+1
2025-11-13bpf, x86: Avoid repeated usage of bpf_prog->aux->stack_depthYonghong Song1-4/+7
2025-11-13x86/fpu: Ensure XFD state on signal deliveryChang S. Bae1-0/+3