summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorLines
2025-05-15x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"James Morse-6/+6
2025-05-15x86/resctrl: Remove the limit on the number of CLOSIDAmit Singh Tomar-16/+35
2025-05-15x86/resctrl: Optimize cpumask_any_housekeeping()Yury Norov [NVIDIA]-21/+7
2025-05-15x86/sgx: Prevent attempts to reclaim poisoned pagesAndrew Zaborowski-0/+2
2025-05-15x86/cpuid: Rename have_cpuid_p() to cpuid_feature()Ahmed S. Darwish-6/+6
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish-3/+3
2025-05-13x86/CPU/AMD: Add X86_FEATURE_ZEN6Yazen Ghannam-0/+5
2025-05-13x86/bugs: Fix SRSO reporting on Zen1/2 with SMT disabledBorislav Petkov (AMD)-1/+3
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar-22/+226
2025-05-13Merge branch 'x86/platform' into x86/core, to merge dependent commitsIngo Molnar-0/+54
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar-230/+247
2025-05-13Merge branch 'x86/microcode' into x86/core, to merge dependent commitsIngo Molnar-4/+218
2025-05-13Merge branch 'x86/fpu' into x86/core, to merge dependent commitsIngo Molnar-0/+2
2025-05-13Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar-862/+812
2025-05-13Merge branch 'x86/boot' into x86/core, to merge dependent commitsIngo Molnar-0/+1
2025-05-13Merge branch 'x86/bugs' into x86/core, to merge dependent commitsIngo Molnar-508/+675
2025-05-12x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fixed_ranges()Jiaqing Zhao-1/+1
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-16/+217
2025-05-11Merge tag 'ibti-hisory-for-linus-2025-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds-6/+9
2025-05-09x86/its: Add support for RSB stuffing mitigationPawan Gupta-0/+19
2025-05-09x86/its: Add "vmexit" option to skip mitigation on some CPUsPawan Gupta-7/+23
2025-05-09x86/its: Enable Indirect Target Selection mitigationPawan Gupta-4/+136
2025-05-09x86/its: Enumerate Indirect Target Selection (ITS) bugPawan Gupta-12/+46
2025-05-06x86/bhi: Do not set BHI_DIS_S in 32-bit modePawan Gupta-3/+3
2025-05-06x86/bpf: Add IBHF call at end of classic BPFDaniel Sneddon-3/+6
2025-05-06x86/cpu: Sanitize CPUID(0x80000000) outputAhmed S. Darwish-8/+9
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar-100/+78
2025-05-05x86/CPU/AMD: Print the reason for the last resetYazen Ghannam-0/+54
2025-05-05x86/microcode: Consolidate the loader enablement checkingBorislav Petkov (AMD)-28/+39
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel-0/+1
2025-05-04Merge tag 'v6.15-rc4' into x86/fpu, to pick up fixesIngo Molnar-9/+19
2025-05-02x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)Xin Li (Intel)-10/+10
2025-05-02x86/msr: Convert __rdmsr() uses to native_rdmsrq() usesXin Li (Intel)-4/+4
2025-05-02x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() usesXin Li (Intel)-4/+4
2025-05-02x86/msr: Convert the rdpmc() macro to an __always_inline functionXin Li (Intel)-6/+6
2025-05-02x86/msr: Rename rdpmcl() to rdpmc()Xin Li (Intel)-6/+6
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)-0/+17
2025-05-02x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGSIngo Molnar-1/+1
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar-100/+78
2025-04-30x86/CPU/AMD: Replace strcpy() with strscpy()Ruben Wauters-1/+1
2025-04-30x86/microcode/AMD: Do not return error when microcode update is not necessaryAnnie Li-0/+2
2025-04-30x86/bugs: Restructure SRSO mitigationDavid Kaplan-114/+101
2025-04-29x86/bugs: Restructure L1TF mitigationDavid Kaplan-6/+19
2025-04-29x86/bugs: Restructure SSB mitigationDavid Kaplan-19/+17
2025-04-29x86/bugs: Restructure spectre_v2 mitigationDavid Kaplan-45/+56
2025-04-29x86/bugs: Restructure BHI mitigationDavid Kaplan-4/+27
2025-04-29x86/bugs: Restructure spectre_v2_user mitigationDavid Kaplan-74/+94
2025-04-29x86/bugs: Restructure retbleed mitigationDavid Kaplan-97/+98
2025-04-28x86/sgx: Use SHA-256 library API instead of crypto_shash APIEric Biggers-29/+2
2025-04-28x86/microcode/AMD: Use sha256() instead of init/update/finalEric Biggers-4/+1