All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] More power management updates for v5.11-rc1
@ 2020-12-22 19:13 Rafael J. Wysocki
  2020-12-22 22:24 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki @ 2020-12-22 19:13 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Linux PM, ACPI Devel Maling List, Linux Kernel Mailing List

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 pm-5.11-rc1-2

with top-most commit c3a74f8e25e97166ca0f954414825ae98a3209f6

 Merge branch 'pm-cpufreq'

on top of commit b4ec805464a4a0299216a003278351d0b4806450

 Merge tag 'pm-5.11-rc1' of
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

to receive more power management updates for 5.11-rc1.

These update the CPPC cpufreq driver and intel_pstate (which
involves updating the cpufreq core and the schedutil governor)
and make janitorial changes in the ACPI code handling processor
objects.

Specifics:

 - Rework the passive-mode "fast switch" path in the intel_pstate
   driver to allow it receive the minimum (required) and target
   (desired) performance information from the schedutil governor so
   as to avoid running some workloads too fast (Rafael Wysocki).

 - Make the intel_pstate driver allow the policy max limit to be
   increased after the guaranteed performance value for the given
   CPU has increased (Rafael Wysocki).

 - Clean up the handling of CPU coordination types in the CPPC
   cpufreq driver and make it export frequency domains information
   to user space via sysfs (Ionela Voinescu).

 - Fix the ACPI code handling processor objects to use a correct
   coordination type when it fails to map frequency domains and drop
   a redundant CPU map initialization from it (Ionela Voinescu, Punit
   Agrawal).

Thanks!


---------------

Ionela Voinescu (5):
      ACPI: processor: fix NONE coordination for domain mapping failure
      cppc_cpufreq: use policy->cpu as driver of frequency setting
      cppc_cpufreq: clarify support for coordination types
      cppc_cpufreq: expose information on frequency domains
      cppc_cpufreq: replace per-cpu data array with a list

Punit Agrawal (1):
      ACPI: processor: Drop duplicate setting of shared_cpu_map

Rafael J. Wysocki (4):
      cpufreq: schedutil: Add util to struct sg_cpu
      cpufreq: Add special-purpose fast-switching callback for drivers
      cpufreq: intel_pstate: Implement the ->adjust_perf() callback
      cpufreq: intel_pstate: Use most recent guaranteed performance values

---------------

 Documentation/ABI/testing/sysfs-devices-system-cpu |   3 +-
 drivers/acpi/cppc_acpi.c                           | 141 ++++++--------
 drivers/acpi/processor_perflib.c                   |   3 +-
 drivers/cpufreq/cppc_cpufreq.c                     | 204 ++++++++++++---------
 drivers/cpufreq/cpufreq.c                          |  40 ++++
 drivers/cpufreq/intel_pstate.c                     |  86 +++++++--
 include/acpi/cppc_acpi.h                           |   6 +-
 include/linux/cpufreq.h                            |  14 ++
 include/linux/sched/cpufreq.h                      |   5 +
 kernel/sched/cpufreq_schedutil.c                   | 106 ++++++++---
 10 files changed, 388 insertions(+), 220 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] More power management updates for v5.11-rc1
  2020-12-22 19:13 [GIT PULL] More power management updates for v5.11-rc1 Rafael J. Wysocki
@ 2020-12-22 22:24 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-12-22 22:24 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linus Torvalds, Linux PM, ACPI Devel Maling List,
	Linux Kernel Mailing List

The pull request you sent on Tue, 22 Dec 2020 20:13:35 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-5.11-rc1-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4960821a4d80781fd3e63cd71fb1b38c2dadb915

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-22 22:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-22 19:13 [GIT PULL] More power management updates for v5.11-rc1 Rafael J. Wysocki
2020-12-22 22:24 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.