]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'pm-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Aug 2025 20:04:58 +0000 (16:04 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Aug 2025 20:04:58 +0000 (16:04 -0400)
commit26d6ed49cd008a326063d82bd731c2a82f2f4378
treeb40122cc3b4595c35df3e68de3b07f53db985bf8
parentd72052ac09ceba6e49230ea9d7e37675d5bab789
parent094a7c318b29ca792fcee28e448da1ab6627ccea
Merge tag 'pm-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull power management fixes from Rafael Wysocki:
 "These fix a cpuidle menu governor issue and two issues in the cpupower
  utility:

   - Prevent the menu cpuidle governor from selecting idle states with
     exit latency exceeding the current PM QoS limit after stopping the
     scheduler tick (Rafael Wysocki)

   - Make the set subcommand's -t option in the cpupower utility work as
     documented and allow it to control the CPU boost feature of cpufreq
     beyond x86 (Shinji Nomoto)"

* tag 'pm-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  cpuidle: governors: menu: Avoid selecting states with too much latency
  cpupower: Allow control of boost feature on non-x86 based systems with boost support.
  cpupower: Fix a bug where the -t option of the set subcommand was not working.