Message ID | 03f55e79-c1b3-4f2b-af96-6b64b170866f@amd.com (mailing list archive) |
---|---|
State | In Next |
Delegated to: | Rafael Wysocki |
Headers | show |
Series | new amd-pstate content for v6.13-rc1 | expand |
On Fri, Oct 11, 2024 at 3:44 AM Mario Limonciello <mario.limonciello@amd.com> wrote: > > Hello, > > The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b: > > Linux 6.12-rc2 (2024-10-06 15:32:27 -0700) > > are available in the Git repository at: > > > ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git > tags/amd-pstate-v6.13-2024-10-10 > > > > for you to fetch changes up to > 57533bc760ae012eefdac53fb8e1eaf3fe4291ec: > > cpufreq/amd-pstate: Fix non kerneldoc comment (2024-10-07 11:32:40 -0500) > > ---------------------------------------------------------------- > - Fix the determination of the boost numerator used by the amd-pstate driver > on AMD heterogeneous designs. > - Rename functions in amd-pstate to more intuitive names > > > > > ---------------------------------------------------------------- > Dhananjay Ugwekar (2): > cpufreq/amd-pstate: Fix amd_pstate mode switch on shared memory > systems > cpufreq/amd-pstate: Rename MSR and shared memory specific functions > > Mario Limonciello (2): > CPPC: Use heterogeneous core topology for identifying boost numerator > cpufreq/amd-pstate: Fix non kerneldoc comment > > Perry Yuan (1): > x86/cpufeatures: Add feature bits for AMD heterogeneous processor > > arch/x86/include/asm/cpufeatures.h | 1 + > arch/x86/include/asm/processor.h | 13 +++++++++++++ > arch/x86/kernel/acpi/cppc.c | 30 ++++++++++++++++++++++++++++++ > arch/x86/kernel/cpu/amd.c | 29 +++++++++++++++++++++++++++++ > arch/x86/kernel/cpu/scattered.c | 1 + > drivers/cpufreq/amd-pstate.c | 36 > +++++++++++++++++++++++------------- > 6 files changed, 97 insertions(+), 13 deletions(-) Pulled and added to the linux-next branch in linux-pm.git, thanks!