]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'pm-cpuidle'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 11 Mar 2024 14:49:18 +0000 (15:49 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 11 Mar 2024 14:49:18 +0000 (15:49 +0100)
commit7a8d578350c1d51fc5b597e5553bf79e959b58aa
tree3deb46c82000df65cdf0761f7799cc6cf6fdf958
parent32b88f59287ad895814cf0f4673047cf742791ad
parent6b8e288f49570ee2ba15a2a07c2ebf7ad2210422
Merge branch 'pm-cpuidle'

Merge cpuidle updates for 6.9-rc1:

 - Prevent the haltpoll cpuidle governor from shrinking guest
   poll_limit_ns below grow_start (Parshuram Sangle).

 - Avoid potential overflow in integer multiplication when computing
   cpuidle state parameters (C Cheng).

 - Adjust MWAIT hint target C-state computation in the ACPI cpuidle
   driver and in intel_idle to return a correct value for C0 (He
   Rongguang).

* pm-cpuidle:
  cpuidle: ACPI/intel: fix MWAIT hint target C-state computation
  cpuidle: Avoid potential overflow in integer multiplication
  cpuidle: haltpoll: do not shrink guest poll_limit_ns below grow_start