summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-01-23x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1Sean Christopherson
2026-01-08x86/microcode/AMD: Fix Entrysign revision check for Zen5/Strix HaloRong Zhang
2026-01-08perf/x86/amd/uncore: Fix the return value of amd_uncore_df_event_init() on errorSandipan Das
2026-01-08x86/microcode/AMD: Select which microcode patch to loadBorislav Petkov (AMD)
2026-01-02KVM: x86: Apply runtime updates to current CPUID during KVM_SET_CPUID{,2}Sean Christopherson
2026-01-02KVM: nSVM: Clear exit_code_hi in VMCB when synthesizing nested VM-ExitsSean Christopherson
2026-01-02KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)Sean Christopherson
2026-01-02KVM: nVMX: Immediately refresh APICv controls as needed on nested VM-ExitDongli Zhang
2026-01-02KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-...Sean Christopherson
2026-01-02KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUNJim Mattson
2026-01-02KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulationYosry Ahmed
2026-01-02KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUNJim Mattson
2026-01-02KVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITEYosry Ahmed
2026-01-02KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timerfuqiang wang
2026-01-02KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()fuqiang wang
2026-01-02KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0Sean Christopherson
2026-01-02KVM: x86: Don't clear async #PF queue when CR0.PG is disabled (e.g. on #SMI)Maxim Levitsky
2026-01-02x86/mce: Do not clear bank's poll bit in mce_poll_banks on AMD SMCA systemsAvadhut Naik
2026-01-02x86/fpu: Fix FPU state core dump truncation on CPUs with no extended xfeaturesYongxin Liu
2026-01-02x86/msi: Make irq_retrigger() functional for posted MSIThomas Gleixner
2026-01-02x86/bug: Fix old GCC compile failsPeter Zijlstra
2026-01-02x86/xen: Fix sparse warning in enlighten_pv.cJuergen Gross
2026-01-02x86/microcode: Mark early_parse_cmdline() as __initYu Peng
2026-01-02x86/ptrace: Always inline trivial accessorsPeter Zijlstra
2026-01-02perf/x86/amd: Check event before enable to avoid GPFGeorge Kennedy
2025-12-18perf/x86/intel: Fix NULL event dereference crash in handle_pmi_common()Evan Li
2025-12-18perf/x86/intel: Correct large PEBS flag checkDapeng Mi
2025-12-18perf/x86: Fix NULL event access and potential PEBS record lossDapeng Mi
2025-12-18x86/boot: Fix page table access in 5-level to 4-level paging transitionUsama Arif
2025-12-18x86/dumpstack: Prevent KASAN false positive warnings in __show_regs()Tengda Wu
2025-12-18perf/x86/intel/cstate: Remove PC3 support from LunarLakeZhang Rui
2025-12-12KVM: SVM: Don't skip unrelated instruction if INT3/INTO is replacedOmar Sandoval
2025-11-19perf/x86/intel/uncore: Remove superfluous checkJiri Slaby (SUSE)
2025-11-18KVM: SVM: Fix redundant updates of LBR MSR interceptsYosry Ahmed
2025-11-15Merge tag 'x86-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-11-14x86/microcode/AMD: Add Zen5 model 0x44, stepping 0x1 minrevBorislav Petkov (AMD)
2025-11-14x86/CPU/AMD: Add additional fixed RDSEED microcode revisionsMario Limonciello
2025-11-13Merge tag 'acpi-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-11-13Merge branches 'acpi-cppc' and 'acpi-tables'Rafael J. Wysocki
2025-11-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-11-09KVM: nSVM: Fix and simplify LBR virtualization handling with nestedYosry Ahmed
2025-11-09KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()Yosry Ahmed
2025-11-09KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updatedYosry Ahmed
2025-11-09Merge tag 'kvm-x86-fixes-6.18-rc5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-08Merge tag 'x86-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-11-07ACPI: CPPC: Detect preferred core availability on online CPUsGautham R. Shenoy
2025-11-07x86/microcode/AMD: Add more known models to entry sign checkingMario Limonciello (AMD)
2025-11-06KVM: VMX: Fix check for valid GVA on an EPT violationSukrit Bhatnagar
2025-11-05x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi return probeJiri Olsa