mbox series

3rd amd-pstate pull request for 6.11

Message ID 56258f5f-c529-4f91-b0a6-09f233174e1f@amd.com (mailing list archive)
State In Next
Delegated to: Rafael Wysocki
Headers show
Series 3rd amd-pstate pull request for 6.11 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git tags/amd-pstate-v6.11-2024-06-26

Message

Mario Limonciello June 26, 2024, 8:53 p.m. UTC
The following changes since commit 2240d3e60bb3e7a00422596412d012aeb54c1573:

   cpufreq: simplify boolean parsing with kstrtobool in store function 
(2024-06-24 16:16:16 -0500)

are available in the Git repository at:

 
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git 
tags/amd-pstate-v6.11-2024-06-26

for you to fetch changes up to 6d588891a90c5a946aaac11a93d06edd89ed9054:

   Documentation: cpufreq: amd-pstate: update doc for Per CPU boost 
control method (2024-06-26 15:48:21 -0500)

----------------------------------------------------------------
Add support for amd-pstate core performance boost support which
allows controlling which CPU cores can operate above nominal
frequencies for short periods of time.

----------------------------------------------------------------
Perry Yuan (4):
       cpufreq: acpi: move MSR_K7_HWCR_CPB_DIS_BIT into msr-index.h
       cpufreq: amd-pstate: initialize core precision boost state
       cpufreq: amd-pstate: Cap the CPPC.max_perf to nominal_perf if CPB 
is off
       Documentation: cpufreq: amd-pstate: update doc for Per CPU boost 
control method

  Documentation/admin-guide/pm/amd-pstate.rst |  16 ++++++++++++
  arch/x86/include/asm/msr-index.h            |   2 ++
  drivers/cpufreq/acpi-cpufreq.c              |   2 --
  drivers/cpufreq/amd-pstate.c                | 122 
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------
  drivers/cpufreq/amd-pstate.h                |   1 +
  5 files changed, 119 insertions(+), 24 deletions(-)

Comments

Rafael J. Wysocki June 27, 2024, 7:30 p.m. UTC | #1
On Wed, Jun 26, 2024 at 10:53 PM Mario Limonciello
<mario.limonciello@amd.com> wrote:
>
> The following changes since commit 2240d3e60bb3e7a00422596412d012aeb54c1573:
>
>    cpufreq: simplify boolean parsing with kstrtobool in store function
> (2024-06-24 16:16:16 -0500)
>
> are available in the Git repository at:
>
>
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/superm1/linux.git
> tags/amd-pstate-v6.11-2024-06-26
>
> for you to fetch changes up to 6d588891a90c5a946aaac11a93d06edd89ed9054:
>
>    Documentation: cpufreq: amd-pstate: update doc for Per CPU boost
> control method (2024-06-26 15:48:21 -0500)
>
> ----------------------------------------------------------------
> Add support for amd-pstate core performance boost support which
> allows controlling which CPU cores can operate above nominal
> frequencies for short periods of time.
>
> ----------------------------------------------------------------
> Perry Yuan (4):
>        cpufreq: acpi: move MSR_K7_HWCR_CPB_DIS_BIT into msr-index.h
>        cpufreq: amd-pstate: initialize core precision boost state
>        cpufreq: amd-pstate: Cap the CPPC.max_perf to nominal_perf if CPB
> is off
>        Documentation: cpufreq: amd-pstate: update doc for Per CPU boost
> control method
>
>   Documentation/admin-guide/pm/amd-pstate.rst |  16 ++++++++++++
>   arch/x86/include/asm/msr-index.h            |   2 ++
>   drivers/cpufreq/acpi-cpufreq.c              |   2 --
>   drivers/cpufreq/amd-pstate.c                | 122
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------
>   drivers/cpufreq/amd-pstate.h                |   1 +
>   5 files changed, 119 insertions(+), 24 deletions(-)

Pulled and added to the linux-next branch in linux-pm.git, thanks!