diff options
| author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2026-06-11 21:20:57 +0200 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2026-06-11 21:20:57 +0200 |
| commit | 0d05de70040a070373b046a1b49463be77ae715c (patch) | |
| tree | 14824f44bcef04d34c56f0d25fa7617c97d0685c /drivers/platform/wmi/tests/git@git.tavy.me:linux.git | |
| parent | 9abc3744994d5f9ea894026e16524c51a47efa13 (diff) | |
| parent | 86b488b19f969e4f32246dba042638bf1a1240ac (diff) | |
| parent | 63f27ddef00e14798945d5e4200b0055d282d06f (diff) | |
| parent | 51a7c560cffdd3653ac2b930d01410569b23b23e (diff) | |
Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-qos'
Merge cpuidle updates, OPP (operating performance points) updates and a
PM QoS update for 7.2-rc1:
- Allow the intel_idle driver to avoid exposing C-states that are
redundant when PC6 is disabled (Artem Bityutskiy)
- Fix memory leak and a potential race in the OPP core (Abdun Nihaal,
Di Shen)
- Mark Rust OPP methods as inline (Nicolás Antinori)
- Fix misc device registration failure path in the PM QoS core (Yuho
Choi)
* pm-cpuidle:
intel_idle: Drop C-states redundant when PC6 is disabled
intel_idle: Introduce a helper for checking PC6
intel_idle: Add constants for MSR_PKG_CST_CONFIG_CONTROL
* pm-opp:
opp: rust: mark OPP methods as inline
OPP: of: Fix potential memory leak in opp_parse_supplies()
OPP: Fix race between OPP addition and lookup
* pm-qos:
PM: QoS: Fix misc device registration unwind
