summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)Author
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish
2025-05-13x86/CPU/AMD: Add X86_FEATURE_ZEN6Yazen Ghannam
2025-05-13x86/bugs: Fix SRSO reporting on Zen1/2 with SMT disabledBorislav Petkov (AMD)
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/platform' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/microcode' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/fpu' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/cpu' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/boot' into x86/core, to merge dependent commitsIngo Molnar
2025-05-13Merge branch 'x86/bugs' into x86/core, to merge dependent commitsIngo Molnar
2025-05-12x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fixed_ranges()Jiaqing Zhao
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-11Merge tag 'ibti-hisory-for-linus-2025-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-09x86/its: Add support for RSB stuffing mitigationPawan Gupta
2025-05-09x86/its: Add "vmexit" option to skip mitigation on some CPUsPawan Gupta
2025-05-09x86/its: Enable Indirect Target Selection mitigationPawan Gupta
2025-05-09x86/its: Enumerate Indirect Target Selection (ITS) bugPawan Gupta
2025-05-06x86/bhi: Do not set BHI_DIS_S in 32-bit modePawan Gupta
2025-05-06x86/bpf: Add IBHF call at end of classic BPFDaniel Sneddon
2025-05-06x86/cpu: Sanitize CPUID(0x80000000) outputAhmed S. Darwish
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar
2025-05-05x86/CPU/AMD: Print the reason for the last resetYazen Ghannam
2025-05-05x86/microcode: Consolidate the loader enablement checkingBorislav Petkov (AMD)
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel
2025-05-04Merge tag 'v6.15-rc4' into x86/fpu, to pick up fixesIngo Molnar
2025-05-02x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)Xin Li (Intel)
2025-05-02x86/msr: Convert __rdmsr() uses to native_rdmsrq() usesXin Li (Intel)
2025-05-02x86/msr: Convert __wrmsr() uses to native_wrmsr{,q}() usesXin Li (Intel)
2025-05-02x86/msr: Convert the rdpmc() macro to an __always_inline functionXin Li (Intel)
2025-05-02x86/msr: Rename rdpmcl() to rdpmc()Xin Li (Intel)
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-05-02x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGSIngo Molnar
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar
2025-04-30x86/CPU/AMD: Replace strcpy() with strscpy()Ruben Wauters
2025-04-30x86/microcode/AMD: Do not return error when microcode update is not necessaryAnnie Li
2025-04-30x86/bugs: Restructure SRSO mitigationDavid Kaplan
2025-04-29x86/bugs: Restructure L1TF mitigationDavid Kaplan
2025-04-29x86/bugs: Restructure SSB mitigationDavid Kaplan
2025-04-29x86/bugs: Restructure spectre_v2 mitigationDavid Kaplan
2025-04-29x86/bugs: Restructure BHI mitigationDavid Kaplan
2025-04-29x86/bugs: Restructure spectre_v2_user mitigationDavid Kaplan
2025-04-29x86/bugs: Restructure retbleed mitigationDavid Kaplan
2025-04-28x86/sgx: Use SHA-256 library API instead of crypto_shash APIEric Biggers
2025-04-28x86/microcode/AMD: Use sha256() instead of init/update/finalEric Biggers
2025-04-28x86/bugs: Allow retbleed=stuff only on IntelDavid Kaplan
2025-04-28x86/bugs: Restructure spectre_v1 mitigationDavid Kaplan
2025-04-28x86/bugs: Restructure GDS mitigationDavid Kaplan
2025-04-28x86/bugs: Restructure SRBDS mitigationDavid Kaplan
2025-04-28x86/bugs: Remove md_clear_*_mitigation()David Kaplan