From 8417eda473884a1b43caaf46dc323fbab675377b Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Tue, 19 Mar 2024 16:38:19 +0100 Subject: [PATCH] changelog: Add entry for X86_AMD_PSTATE Signed-off-by: Jeremi Piotrowski --- changelog/changes/2024-03-19-amd-pstate.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/changes/2024-03-19-amd-pstate.md diff --git a/changelog/changes/2024-03-19-amd-pstate.md b/changelog/changes/2024-03-19-amd-pstate.md new file mode 100644 index 0000000000..f22953ee89 --- /dev/null +++ b/changelog/changes/2024-03-19-amd-pstate.md @@ -0,0 +1 @@ +- Enabled amd-pstate,amd-pstate-epp cpufreq drivers for some AMD CPUs in the kernel. ([flatcar/scripts#1770](https://github.com/flatcar/scripts/pull/1770))