summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/amd.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-18Merge tag 'x86-msr-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-16/+18
2026-07-29x86/CPU/AMD: Carve out a Zen5 models rangePratik Vishwakarma1-1/+3
2026-07-02x86/amd: Stop using 32-bit MSR interfacesJuergen Gross1-16/+18
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2026-06-01x86/CPU/AMD: Add more Zen6 modelsPratik Vishwakarma1-1/+1
2026-05-11x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cachePrathyushi Nangia1-0/+3
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish1-0/+1
2026-04-17x86/CPU: Fix FPDSS on Zen1Borislav Petkov (AMD)1-0/+3
2026-04-01x86/CPU/AMD: Print AGESA string from DMI additional information entryYazen Ghannam1-0/+49
2026-02-10Merge tag 'x86_cleanups_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+2
2026-01-09x86/CPU/AMD: Simplify the spectral chicken fixBorislav Petkov (AMD)1-8/+2
2025-12-14x86/cpu: Drop vestigial PBE logic in AMD/Hygon/Centaur/CyrixAndrew Cooper1-6/+0
2025-12-14x86/cpu/amd: Use ZEN_MODEL_STEP_UCODE() for erratum_1386_microcode[]Andrew Cooper1-2/+2
2025-12-14x86/cpu/amd: Correct the microcode table for ZenbleedAndrew Cooper1-21/+9
2025-12-02Merge tag 'x86_misc_for_6.19-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-11-14x86/CPU/AMD: Add additional fixed RDSEED microcode revisionsMario Limonciello1-0/+7
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson1-2/+2
2025-11-04x86/CPU/AMD: Add missing terminator for zen5_rdseed_microcodeMario Limonciello1-0/+1
2025-10-30x86/CPU/AMD: Extend Zen6 model rangeBorislav Petkov (AMD)1-1/+1
2025-10-28x86/CPU/AMD: Add RDSEED fix for Zen5Gregory Price1-0/+10
2025-10-15x86/CPU/AMD: Prevent reset reasons from being retained across rebootRong Zhang1-2/+14
2025-10-04Merge tag 'x86_tdx_for_6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+17
2025-09-05x86/sme: Use percpu boolean to control WBINVD during kexecKai Huang1-0/+17
2025-08-18x86/CPU/AMD: Ignore invalid reset reason valueYazen Ghannam1-2/+6
2025-07-28Merge tag 'v6.16' into x86/cpu, to resolve conflictIngo Molnar1-2/+54
2025-07-13Merge tag 'x86_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+10
2025-07-08x86/CPU/AMD: Disable INVLPGB on Zen2Mikhail Paulyshka1-0/+3
2025-07-08x86/rdrand: Disable RDSEED on AMD Cyan SkillfishMikhail Paulyshka1-0/+7
2025-07-07Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+44
2025-07-04Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2025-06-30Move FCH header to a location accessible by all archsMario Limonciello1-1/+1
2025-06-21x86/CPU/AMD: Add CPUID faulting supportBorislav Petkov (AMD)1-0/+4
2025-06-17x86/mm: Fix early boot use of INVPLGBRik van Riel1-1/+1
2025-06-17x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov (AMD)1-0/+44
2025-05-26Merge tag 'x86-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar1-0/+5
2025-05-13x86/CPU/AMD: Add X86_FEATURE_ZEN6Yazen Ghannam1-0/+5
2025-05-13Merge branch 'x86/platform' into x86/core, to merge dependent commitsIngo Molnar1-0/+54
2025-05-05x86/CPU/AMD: Print the reason for the last resetYazen Ghannam1-0/+54
2025-05-02x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)Xin Li (Intel)1-1/+1
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar1-7/+13
2025-04-30x86/CPU/AMD: Replace strcpy() with strscpy()Ruben Wauters1-1/+1
2025-04-18x86/cpu/amd: Fix workaround for erratum 1054Sandipan Das1-7/+12
2025-04-10x86/msr: Rename 'wrmsrl_amd_safe()' to 'wrmsrq_amd_safe()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'rdmsrl_amd_safe()' to 'rdmsrq_amd_safe()'Ingo Molnar1-2/+2
2025-04-10x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'Ingo Molnar1-3/+3
2025-04-10x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'Ingo Molnar1-3/+3
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar1-4/+4
2025-04-10x86/msr: Use u64 in rdmsrl_amd_safe() and wrmsrl_amd_safe()Ingo Molnar1-2/+2