index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
amd.c
Age
Commit message (
Expand
)
Author
6 days
Merge tag 'v6.16' into x86/cpu, to resolve conflict
Ingo Molnar
2025-07-13
Merge tag 'x86_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-07-08
x86/CPU/AMD: Disable INVLPGB on Zen2
Mikhail Paulyshka
2025-07-08
x86/rdrand: Disable RDSEED on AMD Cyan Skillfish
Mikhail Paulyshka
2025-07-07
Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2025-07-04
Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2025-06-30
Move FCH header to a location accessible by all archs
Mario Limonciello
2025-06-21
x86/CPU/AMD: Add CPUID faulting support
Borislav Petkov (AMD)
2025-06-17
x86/mm: Fix early boot use of INVPLGB
Rik van Riel
2025-06-17
x86/bugs: Add a Transient Scheduler Attacks mitigation
Borislav Petkov (AMD)
2025-05-26
Merge tag 'x86-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2025-05-21
Merge tag 'v6.15-rc7' into x86/core, to pick up fixes
Ingo Molnar
2025-05-13
x86/CPU/AMD: Add X86_FEATURE_ZEN6
Yazen Ghannam
2025-05-13
Merge branch 'x86/platform' into x86/core, to merge dependent commits
Ingo Molnar
2025-05-05
x86/CPU/AMD: Print the reason for the last reset
Yazen Ghannam
2025-05-02
x86/msr: Replace wrmsr(msr, low, 0) with wrmsrq(msr, low)
Xin Li (Intel)
2025-05-02
x86/msr: Add explicit includes of <asm/msr.h>
Xin Li (Intel)
2025-05-02
Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts
Ingo Molnar
2025-04-30
x86/CPU/AMD: Replace strcpy() with strscpy()
Ruben Wauters
2025-04-18
x86/cpu/amd: Fix workaround for erratum 1054
Sandipan Das
2025-04-10
x86/msr: Rename 'wrmsrl_amd_safe()' to 'wrmsrq_amd_safe()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl_amd_safe()' to 'rdmsrq_amd_safe()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl_safe()' to 'wrmsrq_safe()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl_safe()' to 'rdmsrq_safe()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Use u64 in rdmsrl_amd_safe() and wrmsrl_amd_safe()
Ingo Molnar
2025-04-09
x86/cpu: Avoid running off the end of an AMD erratum table
Dave Hansen
2025-03-19
x86/mm: Enable AMD translation cache extensions
Rik van Riel
2025-03-19
x86/mm: Add INVLPGB feature and Kconfig entry
Rik van Riel
2025-03-04
x86/cpu: Simplify TLB entry count storage
Ahmed S. Darwish
2025-02-28
x86/cpu: Don't clear X86_FEATURE_LAHF_LM flag in init_amd_k8() on AMD when ru...
Max Grobecker
2025-01-21
Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-12-18
x86/cpu: Move AMD erratum 1386 table over to 'x86_cpu_id'
Dave Hansen
2024-12-14
x86/sev: Require the RMPREAD instruction after Zen4
Tom Lendacky
2024-12-06
x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR fails
Sean Christopherson
2024-11-26
x86/CPU/AMD: Terminate the erratum_1386_microcode array
Sebastian Andrzej Siewior
2024-11-05
x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 client
Mario Limonciello
2024-10-11
x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode load
John Allen
2024-09-11
Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite.kernel.org/pub/scm/...
Rafael J. Wysocki
2024-09-11
x86/amd: Move amd_get_highest_perf() from amd.c to cppc.c
Mario Limonciello
2024-07-30
x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 range
Perry Yuan
2024-06-13
x86/CPU/AMD: Always inline amd_clear_divider()
Mateusz Guzik
2024-05-13
Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-04-24
x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range
Wenkuan Wang
2024-04-12
Merge branch 'x86/urgent' into x86/cpu, to resolve conflict
Ingo Molnar
2024-04-12
x86/cpu/amd: Move TOPOEXT enablement into the topology parser
Thomas Gleixner
2024-04-09
Merge tag 'v6.9-rc3' into x86/cpu, to pick up fixes
Ingo Molnar
2024-04-04
x86/CPU/AMD: Track SNP host status with cc_platform_*()
Borislav Petkov (AMD)
2024-03-25
x86/CPU/AMD: Improve the erratum 1386 workaround
Borislav Petkov (AMD)
2024-03-16
x86/CPU/AMD: Update the Zenbleed microcode revisions
Borislav Petkov (AMD)
[next]