summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
AgeCommit message (Expand)AuthorLines
2024-01-24x86/resctrl: Implement new mba_MBps throttling heuristicTony Luck-36/+10
2024-01-23x86/resctrl: Read supported bandwidth sources from CPUIDBabu Moger-6/+17
2024-01-23x86/resctrl: Remove hard-coded memory bandwidth limitBabu Moger-7/+4
2024-01-23x86/CPU/AMD: Add X86_FEATURE_ZEN5Borislav Petkov (AMD)-4/+21
2024-01-22x86/resctrl: Fix unused variable warning in cache_alloc_hsw_probe()Tony Luck-4/+4
2024-01-18Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+18
2024-01-10x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSOBreno Leitao-4/+4
2024-01-10x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRYBreno Leitao-2/+2
2024-01-10x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao-4/+4
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao-3/+3
2024-01-10x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Breno Leitao-3/+3
2024-01-10x86/bugs: Rename CONFIG_CPU_IBPB_ENTRY => CONFIG_MITIGATION_IBPB_ENTRYBreno Leitao-5/+6
2024-01-10x86/bugs: Rename CONFIG_GDS_FORCE_MITIGATION => CONFIG_MITIGATION_GDS_FORCEBreno Leitao-1/+1
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+11
2024-01-08Merge tag 'x86-asm-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-29/+21
2024-01-08Merge tag 'ras_core_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-253/+385
2024-01-08Merge tag 'x86_cpu_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-135/+145
2024-01-08Merge tag 'x86_microcode_for_v6.8' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-13/+7
2024-01-03arch/x86: Fix typosBjorn Helgaas-1/+1
2023-12-20x86/asm: Always set A (accessed) flag in GDT descriptorsVegard Nossum-6/+6
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum-20/+20
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, preparationsVegard Nossum-8/+0
2023-12-15x86/mce: Handle Intel threshold interrupt stormsTony Luck-50/+160
2023-12-15x86/mce: Add per-bank CMCI storm mitigationTony Luck-9/+194
2023-12-15x86/mce: Remove old CMCI storm mitigation codeTony Luck-170/+1
2023-12-12x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang-0/+15
2023-12-12x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)-5/+6
2023-12-08x86/virt/tdx: Detect TDX during kernel bootKai Huang-0/+2
2023-12-03x86/microcode/intel: Set new revision only after a successful updateBorislav Petkov (AMD)-7/+7
2023-12-02x86/CPU/AMD: Check vendor in the AMD microcode callbackBorislav Petkov (AMD)-0/+3
2023-12-01x86/microcode/intel: Remove redundant microcode late updated messageAshok Raj-6/+0
2023-11-29x86/CPU/AMD: Drop now unused CPU erratum checking functionBorislav Petkov (AMD)-56/+0
2023-11-29x86/CPU/AMD: Get rid of amd_erratum_1485[]Borislav Petkov (AMD)-8/+3
2023-11-29x86/CPU/AMD: Get rid of amd_erratum_400[]Borislav Petkov (AMD)-13/+20
2023-11-29x86/CPU/AMD: Get rid of amd_erratum_383[]Borislav Petkov (AMD)-5/+1
2023-11-29x86/CPU/AMD: Get rid of amd_erratum_1054[]Borislav Petkov (AMD)-5/+1
2023-11-29x86/CPU/AMD: Move the DIV0 bug detection to the Zen1 init functionBorislav Petkov (AMD)-10/+3
2023-11-29x86/CPU/AMD: Move Zenbleed check to the Zen2 init functionBorislav Petkov (AMD)-13/+3
2023-11-29x86/CPU/AMD: Rename init_amd_zn() to init_amd_zen_common()Borislav Petkov (AMD)-4/+7
2023-11-29x86/CPU/AMD: Call the spectral chicken in the Zen2 init functionBorislav Petkov (AMD)-4/+3
2023-11-29x86/CPU/AMD: Move erratum 1076 fix into the Zen1 init functionBorislav Petkov (AMD)-5/+5
2023-11-29x86/CPU/AMD: Move the Zen3 BTC_NO detection to the Zen3 init functionBorislav Petkov (AMD)-8/+9
2023-11-29x86/CPU/AMD: Carve out the erratum 1386 fixBorislav Petkov (AMD)-9/+15
2023-11-29x86/CPU/AMD: Add ZenX generations flagsBorislav Petkov (AMD)-2/+68
2023-11-28x86/MCE/AMD: Add new MA_LLC, USR_DP, and USR_CP bank typesMuralidhara M K-0/+6
2023-11-27x86/mce/amd, EDAC/mce_amd: Move long names to decoder moduleYazen Ghannam-44/+30
2023-11-26Merge tag 'x86-urgent-2023-11-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-48/+37
2023-11-24x86/cpu/intel_epb: Don't rely on link orderJames Morse-1/+1
2023-11-22x86/mce/inject: Clear test status valueYazen Ghannam-0/+1
2023-11-22Merge tag 'hyperv-fixes-signed-20231121' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+4