summaryrefslogtreecommitdiff
path: root/kernel/power
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-08-25 21:23:30 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2023-08-25 21:23:30 +0200
commit6a0b211f8b3a7a3a0c44b4ed511e1c559dafa804 (patch)
treef56308ba71bdb819151e534dda583feb7871f95f /kernel/power
parent1201c50c1e49dd9cede9b03c3d22486001ee9a7f (diff)
parent10bb4e4ab7dd3898f413b5b4a3b81f6e9b1f6bf5 (diff)
parent5f55836ab41671e005038255fdd60482718d2ca2 (diff)
parent978423952985c915c8389d066eacb9e257c7bd1e (diff)
Merge branches 'pm-sleep', 'pm-qos' and 'powercap'
Merge system-wide power management changes and power capping updates for 6.6-rc1: - Add device PM helpers to allow a device to remain powered-on during system-wide transitions (Ulf Hansson). - Rework hibernation memory snapshotting to avoid storing pages filled with zeros in hibernation image files (Brian Geffon). - Add check to make sure that CPU latency QoS constraints do not use negative values (Clive Lin). - Optimize rp->domains memory allocation in the Intel RAPL power capping driver (xiongxin). - Remove recursion while parsing zones in the arm_scmi power capping driver (Cristian Marussi). * pm-sleep: PM: sleep: Add helpers to allow a device to remain powered-on PM: hibernate: don't store zero pages in the image file * pm-qos: PM: QoS: Add check to make sure CPU latency is non-negative * powercap: powercap: intel_rapl: Optimize rp->domains memory allocation powercap: arm_scmi: Remove recursion while parsing zones