summaryrefslogtreecommitdiff
path: root/tools/perf/examples/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-02-26 21:35:47 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2026-02-26 21:35:47 +0100
commitb78030d0f10570845568153637c5831e27d9871f (patch)
tree9b22f238e43a1c0348dc2ea1bb7543774485eace /tools/perf/examples/git@git.tavy.me:linux.git
parent3ea20672d23b21327266534e08ca10d8f281f4ab (diff)
parent6b050482ec40569429d963ac52afa878691b04c9 (diff)
parent3afd8df024339c7da1a5a0302f3987866dd16e40 (diff)
Merge branches 'pm-cpufreq' and 'pm-runtime'
Merge cpufreq and runtime PM updates for 7.0-rc2: - Fix two issues in the intel_pstate driver causing it to crash when its sysfs interface is used on a system with some offline CPUs (David Arcari, Srinivas Pandruvada) - Update the last user of the pm_runtime_put() return value to discard it and turn pm_runtime_put() into a void function (Rafael Wysocki) * pm-cpufreq: cpufreq: intel_pstate: Fix crash during turbo disable cpufreq: intel_pstate: Fix NULL pointer dereference in update_cpu_qos_request() * pm-runtime: PM: runtime: Change pm_runtime_put() return type to void pmdomain: imx: gpcv2: Discard pm_runtime_put() return value