Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2024-09-27 | fragments: Extract CPU frequency scaling configuration from cpu fragment | Wolfgang Müller | -1/+5 | |
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-19 | fragments: Have cpu/amd pick only AMD-based CPUs | Wolfgang Müller | -0/+7 | |
2024-09-19 | Simplify handling of KVM-based options | Wolfgang Müller | -0/+4 | |
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-08 | fragments: Remove obsoleted options | Wolfgang Müller | -1/+0 | |
2023-12-14 | fragments: Remove obsoleted options | Wolfgang Müller | -1/+0 | |
2022-07-10 | fragments: Add fragment for AMD Zen 3 CPUs | Wolfgang Müller | -0/+1 | |
2022-07-10 | fragments: Enable AMD-specific support for cpu/amd | Wolfgang Müller | -1/+1 | |
We can safely choose the MK8 setting here instead of falling back to a generic CPU configuration. |