summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorLines
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen-15/+6
2025-07-13Merge tag 'x86_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+10
2025-07-11x86/bugs: Print enabled attack vectorsDavid Kaplan-0/+35
2025-07-11x86/bugs: Add attack vector controls for TSADavid Kaplan-8/+23
2025-07-11x86/bugs: Add attack vector controls for ITSDavid Kaplan-5/+10
2025-07-11x86/bugs: Add attack vector controls for SRSODavid Kaplan-5/+10
2025-07-11x86/bugs: Add attack vector controls for L1TFDavid Kaplan-6/+12
2025-07-11x86/bugs: Add attack vector controls for spectre_v2David Kaplan-4/+6
2025-07-11x86/bugs: Add attack vector controls for BHIDavid Kaplan-3/+12
2025-07-11x86/bugs: Add attack vector controls for spectre_v2_userDavid Kaplan-1/+8
2025-07-11x86/bugs: Add attack vector controls for retbleedDavid Kaplan-3/+8
2025-07-11x86/bugs: Add attack vector controls for spectre_v1David Kaplan-2/+5
2025-07-11x86/bugs: Add attack vector controls for GDSDavid Kaplan-5/+8
2025-07-11x86/bugs: Add attack vector controls for SRBDSDavid Kaplan-3/+9
2025-07-11x86/bugs: Add attack vector controls for RFDSDavid Kaplan-4/+8
2025-07-11x86/bugs: Add attack vector controls for MMIODavid Kaplan-4/+8
2025-07-11x86/bugs: Add attack vector controls for TAADavid Kaplan-7/+8
2025-07-11x86/bugs: Add attack vector controls for MDSDavid Kaplan-5/+9
2025-07-11x86/bugs: Define attack vectors relevant for each bugDavid Kaplan-0/+56
2025-07-09mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes-5/+5
2025-07-09Merge tag 'tsa_x86_bugs_for_6.16' into tip-x86-bugsBorislav Petkov (AMD)-11/+313
2025-07-09x86/microcode: Move away from using a fake platform deviceGreg Kroah-Hartman-7/+7
2025-07-08x86/CPU/AMD: Disable INVLPGB on Zen2Mikhail Paulyshka-0/+3
2025-07-08x86/rdrand: Disable RDSEED on AMD Cyan SkillfishMikhail Paulyshka-0/+7
2025-07-07Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-11/+313
2025-07-07x86/itmt: Add debugfs file to show core prioritiesMario Limonciello-0/+23
2025-07-07x86/process: Clear hardware feedback history for AMD processorsPerry Yuan-0/+4
2025-07-06Merge tag 'ras_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-24/+29
2025-07-04Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+1
2025-06-30Move FCH header to a location accessible by all archsMario Limonciello-1/+1
2025-06-28x86/mce: Make sure CMCI banks are cleared during shutdown on IntelJP Kobryn-0/+1
2025-06-27x86/mce/amd: Fix threshold limit resetYazen Ghannam-8/+7
2025-06-27x86/mce/amd: Add default names for MCA banks and blocksYazen Ghannam-3/+10
2025-06-27x86/mce: Ensure user polling settings are honored when restarting timerYazen Ghannam-6/+10
2025-06-26x86/mce: Don't remove sysfs if thresholding sysfs init failsYazen Ghannam-7/+1
2025-06-26x86/bugs: Clean up SRSO microcode handlingDavid Kaplan-19/+18
2025-06-26x86/bugs: Use IBPB for retbleed if used by SRSODavid Kaplan-15/+19
2025-06-26x86/bugs: Add SRSO_MITIGATION_NOSMTDavid Kaplan-7/+4
2025-06-24x86/fpu/xstate: Add CET supervisor xfeature support as a guest-only featureYang Weijiang-1/+4
2025-06-24x86/fpu/xstate: Introduce "guest-only" supervisor xfeature setYang Weijiang-2/+5
2025-06-24x86/fpu: Remove xfd argument from __fpstate_reset()Chao Gao-6/+9
2025-06-24x86/fpu: Initialize guest fpstate and FPU pseudo container from guest defaultsChao Gao-7/+22
2025-06-24x86/fpu: Initialize guest FPU permissions from guest defaultsChao Gao-2/+8
2025-06-24x86/fpu/xstate: Differentiate default features for host and guest FPUsChao Gao-6/+28
2025-06-24x86/traps: Initialize DR7 by writing its architectural reset valueXin Li (Intel)-4/+4
2025-06-24x86/traps: Initialize DR6 by writing its architectural reset valueXin Li (Intel)-27/+31
2025-06-24x86/bugs: Allow ITS stuffing in eIBRS+retpoline mode alsoPawan Gupta-2/+4
2025-06-23x86/bugs: Remove its=stuff dependency on retbleedPawan Gupta-8/+6
2025-06-23x86/bugs: Introduce cdt_possible()Pawan Gupta-1/+14
2025-06-23x86/bugs: Use switch/case in its_apply_mitigation()Pawan Gupta-7/+13