diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2026-08-26 19:49:23 +0200 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2026-08-26 19:49:23 +0200 |
| commit | 76854b339b3fbbc144f7ad6dd96e7495b94aab62 (patch) | |
| tree | 8a4f54a2d4fabb40745bfaff2c83f0892976158d /samples/workqueue | |
| parent | 916b61abba586d950a4d8264e2841cc5ccfa4df1 (diff) | |
| parent | d657aa1b8ed345eeb24e33967de2655547993fce (diff) | |
| parent | cb258d651d747a7f7063d40f145418bee562ceaf (diff) | |
| download | linux-stable-76854b339b3fbbc144f7ad6dd96e7495b94aab62.tar.gz linux-stable-76854b339b3fbbc144f7ad6dd96e7495b94aab62.zip | |
Merge branches 'pm-cpufreq' and 'pm-sleep'
Merge additional cpufreq updates and one update related to system sleep
for 7.3-rc1:
- Unblock runtime PM when device prepare fails that was not done by
mistake (Shibo Zhu)
- Fix possible rate limit overflow on 32-bit systems in the schedutil
cpufreq governor (Hui Su)
- Consolidate HWP P-states initialization in the intel_pstate cpufreq
driver and make that driver avoid using the DESIRED_PERF HWP hint
when the Dynamic Efficiency Control (DEC) is enabled in the processor
to avoid inconsistent behavior (Rafael Wysocki)
* pm-cpufreq:
cpufreq: intel_pstate: Avoid using DESIRED_PERF when DEC is enabled
cpufreq: intel_pstate: Consolidate HWP P-states initialization
cpufreq: schedutil: Fix rate limit overflow
* pm-sleep:
PM: sleep: Unblock runtime PM when device prepare fails
