summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu/amd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-131-0/+12
|\
| * Merge branch 'x86/urgent' into x86/cpu, to resolve conflictIngo Molnar2024-04-121-15/+0
| |\
| * \ Merge tag 'v6.9-rc3' into x86/cpu, to pick up fixesIngo Molnar2024-04-091-15/+23
| |\ \
| * | | x86/CPU/AMD: Improve the erratum 1386 workaroundBorislav Petkov (AMD)2024-03-251-0/+12
* | | | x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 rangeWenkuan Wang2024-04-241-2/+1
| |_|/ |/| |
* | | x86/cpu/amd: Move TOPOEXT enablement into the topology parserThomas Gleixner2024-04-121-15/+0
| |/ |/|
* | x86/CPU/AMD: Track SNP host status with cc_platform_*()Borislav Petkov (AMD)2024-04-041-15/+23
|/
* x86/CPU/AMD: Update the Zenbleed microcode revisionsBorislav Petkov (AMD)2024-03-161-5/+5
* Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-111-1/+1
|\
| * Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar2024-02-141-1/+1
| |\
| | * x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao2024-01-101-1/+1
* | | Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-111-2/+19
|\ \ \
| * | | x86/sev: Add SEV-SNP host initialization supportBrijesh Singh2024-01-291-0/+16
| * | | x86/cpufeatures: Add SEV-SNP CPU featureBrijesh Singh2024-01-291-2/+3
| |/ /
* | | Merge tag 'x86_cpu_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-111-7/+7
|\ \ \
| * | | x86/CPU/AMD: Do the common init on future Zens tooBorislav Petkov (AMD)2024-02-161-7/+7
| |/ /
* | | x86/cpu: Use common topology code for AMDThomas Gleixner2024-02-151-146/+0
* | | x86/cpu: Provide an AMD/HYGON specific topology parserThomas Gleixner2024-02-151-1/+1
|/ /
* | x86/CPU/AMD: Add more models to X86_FEATURE_ZEN5Mario Limonciello2024-01-251-0/+3
* | x86/CPU/AMD: Add X86_FEATURE_ZEN5Borislav Petkov (AMD)2024-01-231-4/+21
|/
* Merge tag 'x86_cpu_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-081-134/+134
|\
| * x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)2023-12-121-5/+6
| * x86/CPU/AMD: Drop now unused CPU erratum checking functionBorislav Petkov (AMD)2023-11-291-56/+0
| * x86/CPU/AMD: Get rid of amd_erratum_1485[]Borislav Petkov (AMD)2023-11-291-8/+3
| * x86/CPU/AMD: Get rid of amd_erratum_400[]Borislav Petkov (AMD)2023-11-291-13/+20
| * x86/CPU/AMD: Get rid of amd_erratum_383[]Borislav Petkov (AMD)2023-11-291-5/+1
| * x86/CPU/AMD: Get rid of amd_erratum_1054[]Borislav Petkov (AMD)2023-11-291-5/+1
| * x86/CPU/AMD: Move the DIV0 bug detection to the Zen1 init functionBorislav Petkov (AMD)2023-11-291-10/+3
| * x86/CPU/AMD: Move Zenbleed check to the Zen2 init functionBorislav Petkov (AMD)2023-11-291-13/+3
| * x86/CPU/AMD: Rename init_amd_zn() to init_amd_zen_common()Borislav Petkov (AMD)2023-11-291-4/+7
| * x86/CPU/AMD: Call the spectral chicken in the Zen2 init functionBorislav Petkov (AMD)2023-11-291-4/+3
| * x86/CPU/AMD: Move erratum 1076 fix into the Zen1 init functionBorislav Petkov (AMD)2023-11-291-5/+5
| * x86/CPU/AMD: Move the Zen3 BTC_NO detection to the Zen3 init functionBorislav Petkov (AMD)2023-11-291-8/+9
| * x86/CPU/AMD: Carve out the erratum 1386 fixBorislav Petkov (AMD)2023-11-291-9/+15
| * x86/CPU/AMD: Add ZenX generations flagsBorislav Petkov (AMD)2023-11-291-2/+68
| * x86/barrier: Do not serialize MSR accesses on AMDBorislav Petkov (AMD)2023-11-131-0/+3
* | x86/CPU/AMD: Check vendor in the AMD microcode callbackBorislav Petkov (AMD)2023-12-021-0/+3
|/
* Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-301-19/+15
|\
| * x86/cpu: Move cpu_l[l2]c_id into topology infoThomas Gleixner2023-10-101-8/+4
| * x86/cpu: Move cu_id into topology infoThomas Gleixner2023-10-101-1/+1
| * x86/cpu: Move cpu_core_id into topology infoThomas Gleixner2023-10-101-4/+4
| * x86/cpu: Move cpu_die_id into topology infoThomas Gleixner2023-10-101-4/+4
| * x86/cpu: Move phys_proc_id into topology infoThomas Gleixner2023-10-101-2/+2
| * x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner2023-10-101-5/+5
* | Merge tag 'x86_cpu_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-301-1/+10
|\ \
| * | x86/cpu/amd: Remove redundant 'break' statementBaolin Liu2023-09-291-1/+0
| * | x86/cpu: Clear SVM feature if disabled by BIOSPaolo Bonzini2023-09-221-0/+10
| |/
* | x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)2023-10-111-0/+8
* | x86/srso: Don't probe microcode in a guestJosh Poimboeuf2023-09-191-1/+1
* | x86/srso: Set CPUID feature bits independently of bug or mitigation statusJosh Poimboeuf2023-09-191-19/+9
|/