summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)Author
2025-08-28x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init helperTianxiang Peng
2025-08-20x86/bugs: Avoid warning when overriding return thunkPawan Gupta
2025-08-15x86/sev: Evict cache lines during SNP memory validationTom Lendacky
2025-08-01x86/bugs: Fix use of possibly uninit value in amd_check_tsa_microcode()Michael Zhivich
2025-08-01x86/traps: Initialize DR7 by writing its architectural reset valueXin Li (Intel)
2025-07-17x86/rdrand: Disable RDSEED on AMD Cyan SkillfishMikhail Paulyshka
2025-07-17x86/mce: Make sure CMCI banks are cleared during shutdown on IntelJP Kobryn
2025-07-17x86/mce: Ensure user polling settings are honored when restarting timerYazen Ghannam
2025-07-17x86/mce: Don't remove sysfs if thresholding sysfs init failsYazen Ghannam
2025-07-17x86/mce/amd: Fix threshold limit resetYazen Ghannam
2025-07-17x86/mce/amd: Add default names for MCA banks and blocksYazen Ghannam
2025-07-14x86/CPU/AMD: Properly check the TSA microcodeBorislav Petkov (AMD)
2025-07-10x86/microcode/AMD: Add TSA microcode SHAsBorislav Petkov (AMD)
2025-07-10x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov (AMD)
2025-07-10x86/bugs: Rename MDS machinery to something more genericBorislav Petkov (AMD)
2025-07-06x86/traps: Initialize DR6 by writing its architectural reset valueXin Li (Intel)
2025-06-27x86/sgx: Prevent attempts to reclaim poisoned pagesAndrew Zaborowski
2025-06-19x86/mtrr: Check if fixed-range MTRRs exist in mtrr_save_fixed_ranges()Jiaqing Zhao
2025-06-19x86/cpu: Sanitize CPUID(0x80000000) outputAhmed S. Darwish
2025-06-19x86/microcode/AMD: Do not return error when microcode update is not necessaryAnnie Li
2025-05-29x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2Breno Leitao
2025-05-29x86/microcode: Update the Intel processor flag scan checkSohil Mehta
2025-05-18x86/its: Add support for RSB stuffing mitigationPawan Gupta
2025-05-18x86/its: Add "vmexit" option to skip mitigation on some CPUsPawan Gupta
2025-05-18x86/its: Enable Indirect Target Selection mitigationPawan Gupta
2025-05-18x86/its: Enumerate Indirect Target Selection (ITS) bugPawan Gupta
2025-05-18x86/bhi: Do not set BHI_DIS_S in 32-bit modePawan Gupta
2025-05-18x86/bpf: Add IBHF call at end of classic BPFDaniel Sneddon
2025-05-18x86/microcode: Consolidate the loader enablement checkingBorislav Petkov (AMD)
2025-05-02x86/bugs: Don't fill RSB on context switch with eIBRSJosh Poimboeuf
2025-05-02x86/bugs: Don't fill RSB on VMEXIT with eIBRS+retpolineJosh Poimboeuf
2025-04-25x86/cpu/amd: Fix workaround for erratum 1054Sandipan Das
2025-04-25x86/microcode/AMD: Extend the SHA check to Zen5, block loading of any unrelea...Borislav Petkov (AMD)
2025-04-20x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when ru...Max Grobecker
2025-04-10x86/mce: use is_copy_from_user() to determine copy-from-user contextShuai Xue
2025-04-10x86/microcode/AMD: Fix __apply_microcode_amd()'s return valueBoris Ostrovsky
2025-04-10x86/sgx: Warn explicitly if X86_FEATURE_SGX_LC is not enabledVladis Dronov
2025-04-10x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitorsJames Morse
2025-03-22x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisorsAjay Kaher
2025-03-22x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodesFlorent Revest
2025-03-13x86/sgx: Fix size overflows in sgx_encl_create()Jarkko Sakkinen
2025-03-13x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63Ahmed S. Darwish
2025-03-13x86/cpu: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish
2025-03-13x86/cacheinfo: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish
2025-03-13x86/microcode/AMD: Add some forgotten models to the SHA checkBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Load only SHA256-checksummed patchesBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Add get_patch_level()Borislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declarationBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Merge early_apply_microcode() into its single callsiteBorislav Petkov (AMD)
2025-03-07x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarationsBorislav Petkov (AMD)