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