summaryrefslogtreecommitdiffstats
path: root/fragments/cpu/amd (unfollow)
Commit message (Collapse)AuthorLines
2024-09-27fragments: Extract CPU frequency scaling configuration from cpu fragmentWolfgang Müller-1/+0
There are now two new frequency-related profiles. A legacy "acpi" profile that activates frequency scaling and the default schedutil governor, and a newer "amd-pstate" profile that will use the new drivers for AMD Zen systems.
2024-09-19fragments: Have cpu/amd pick only AMD-based CPUsWolfgang Müller-0/+7
2024-09-19Simplify handling of KVM-based optionsWolfgang Müller-0/+2
Where before we had a profile/vm fragment that was set on nearly every host we administer, now make sure to enable KVM unconditionally and put CPU-specific KVM options into the CPU profiles.
2024-01-08fragments: Remove obsoleted optionsWolfgang Müller-1/+0
2023-12-14fragments: Remove obsoleted optionsWolfgang Müller-1/+0
2022-07-10fragments: Enable AMD-specific support for cpu/amdWolfgang Müller-1/+1
We can safely choose the MK8 setting here instead of falling back to a generic CPU configuration.