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