Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Pull more power management updates from Rafael Wysocki: "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)" * tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: cpufreq: intel_pstate: Use most recent guaranteed performance values cpufreq: intel_pstate: Implement the ->adjust_perf() callback cpufreq: Add special-purpose fast-switching callback for drivers cpufreq: schedutil: Add util to struct sg_cpu cppc_cpufreq: replace per-cpu data array with a list cppc_cpufreq: expose information on frequency domains cppc_cpufreq: clarify support for coordination types cppc_cpufreq: use policy->cpu as driver of frequency setting ACPI: processor: fix NONE coordination for domain mapping failure
Showing
- Documentation/ABI/testing/sysfs-devices-system-cpu 2 additions, 1 deletionDocumentation/ABI/testing/sysfs-devices-system-cpu
- drivers/acpi/cppc_acpi.c 60 additions, 81 deletionsdrivers/acpi/cppc_acpi.c
- drivers/acpi/processor_perflib.c 1 addition, 1 deletiondrivers/acpi/processor_perflib.c
- drivers/cpufreq/cppc_cpufreq.c 116 additions, 88 deletionsdrivers/cpufreq/cppc_cpufreq.c
- drivers/cpufreq/cpufreq.c 40 additions, 0 deletionsdrivers/cpufreq/cpufreq.c
- drivers/cpufreq/intel_pstate.c 71 additions, 15 deletionsdrivers/cpufreq/intel_pstate.c
- include/acpi/cppc_acpi.h 3 additions, 3 deletionsinclude/acpi/cppc_acpi.h
- include/linux/cpufreq.h 14 additions, 0 deletionsinclude/linux/cpufreq.h
- include/linux/sched/cpufreq.h 5 additions, 0 deletionsinclude/linux/sched/cpufreq.h
- kernel/sched/cpufreq_schedutil.c 76 additions, 30 deletionskernel/sched/cpufreq_schedutil.c
Loading
Please register or sign in to comment