mbox series

[GIT,PULL] amd-pstate content for 6.15 (4/15/25)

Message ID 57a8a0a9-170a-439d-80f6-3351f0416eb2@kernel.org (mailing list archive)
State In Next
Delegated to: Rafael Wysocki
Headers show
Series [GIT,PULL] amd-pstate content for 6.15 (4/15/25) | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git tags/amd-pstate-v6.15-2025-04-15

Message

Mario Limonciello April 15, 2025, 9:04 p.m. UTC
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

   Linux 6.15-rc1 (2025-04-06 13:11:33 -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.15-2025-04-15

for you to fetch changes up to d87e4026d1b20e4f237b29e0c956ad415f533de2:

   cpufreq/amd-pstate: Enable ITMT support after initializing core 
rankings (2025-04-11 12:49:57 -0500)

----------------------------------------------------------------
amd-pstate content for 6.15 (4/15/25)

Add a fix for X3D processors where depending upon what BIOS was
set initially rankings might be set improperly.

Add a fix for changing min/max limits while on the performance
governor.

----------------------------------------------------------------
Dhananjay Ugwekar (1):
       cpufreq/amd-pstate: Fix min_limit perf and freq updation for 
performance governor

K Prateek Nayak (1):
       cpufreq/amd-pstate: Enable ITMT support after initializing core 
rankings

  drivers/cpufreq/amd-pstate.c | 36 +++++++++++++++---------------------
  1 file changed, 15 insertions(+), 21 deletions(-)

Comments

Rafael J. Wysocki April 16, 2025, 1 p.m. UTC | #1
On Tue, Apr 15, 2025 at 11:04 PM Mario Limonciello <superm1@kernel.org> wrote:
>
> The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
>
>    Linux 6.15-rc1 (2025-04-06 13:11:33 -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.15-2025-04-15
>
> for you to fetch changes up to d87e4026d1b20e4f237b29e0c956ad415f533de2:
>
>    cpufreq/amd-pstate: Enable ITMT support after initializing core
> rankings (2025-04-11 12:49:57 -0500)
>
> ----------------------------------------------------------------
> amd-pstate content for 6.15 (4/15/25)
>
> Add a fix for X3D processors where depending upon what BIOS was
> set initially rankings might be set improperly.
>
> Add a fix for changing min/max limits while on the performance
> governor.
>
> ----------------------------------------------------------------
> Dhananjay Ugwekar (1):
>        cpufreq/amd-pstate: Fix min_limit perf and freq updation for
> performance governor
>
> K Prateek Nayak (1):
>        cpufreq/amd-pstate: Enable ITMT support after initializing core
> rankings
>
>   drivers/cpufreq/amd-pstate.c | 36 +++++++++++++++---------------------
>   1 file changed, 15 insertions(+), 21 deletions(-)

Pulled and added to linux-pm.git/fixes, thanks!