<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a5778046a02570fd23bdf0b48dce330237d1996c - Merge tag &apos;pm-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#a5778046a02570fd23bdf0b48dce330237d1996c</link>
        <description>Merge tag &apos;pm-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmPull power management updates from Rafael Wysocki: &quot;As has been the case for quite some time, this set of changes is  dominated by cpufreq updates including intel-pstate and amd-pstate  driver updates, minor fixes and cleanups of other assorted cpufreq  drivers, schedutil governor updates, fixes of the Rust bindings, new  hardware support (IPQ5210 in qcom-nvmem), and some updates of self  tests related to cpufreq.  The second largest group of changes are cpuidle updates consisting of  intel_idle driver updates and ACPI processor idle driver updates, both  mostly related to ACPI _LPI support.  There are also updates related to system sleep, mostly in the  hibernation core code, two operating performance points (OPP) updates,  one runtime PM framework update, one power capping update, and some  tools updates including the addition of ACPI CPPC support to cpupower.  Specifics:   - Minor fixes and cleanups in assorted cpufreq drivers (Dan     Carpenter, Guru Das Srinagesh, Haoxiang Li, Karl Mehltretter, Sasha     Finkelstein, and Pan Chuang)   - Fix cpufreq table creation and bios_limits() callback in the Rust     bindings (Priya Bala Govindasamy)   - Add IPQ5210 support to qcom-nvmem driver (Varadarajan Narayanan)   - Adjust the .adjust_perf() cpufreq driver callback to allow the     maximum performance value to be passed to drivers and update the     intel_pstate driver to use it (Rafael Wysocki)   - Set policy-&gt;cur to the actual requested frequency in the     intel_pstate driver when the performance policy is used (Rafael     Wysocki)   - Simplify HWP handling on Broadwell processors in intel_pstate     (Rafael Wysocki)   - Fix setting minimum P-state at init time in intel_pstate (Rafael     Wysocki)   - Consolidate frequency values computation in intel_pstate and clean     up code in that driver (Rafael Wysocki)   - Add missing kernel-doc descriptions for structure and union members     in the amd-pstate driver (David Vernet)   - Handle missing policy in dynamic EPP callbacks in the amd-pstate     driver (EDAMAMEX)   - Introduce EXPORT_SYMBOL_FOR_PSTATE_UT() to export amd-pstate driver     symbols to the amd-pstate-ut subdriver (K Prateek Nayak)   - Add dynamic EPP as an &quot;energy_performance_preference&quot; mode in     amd-pstate, remove the &quot;amd_dynamic_epp&quot; kernel command line option     and the &quot;dynamic_epp&quot; sysfs attribute, and update the dynamic_epp     documentation accordingly (K Prateek Nayak)   - Add unit tests for CPPC Performance Priority and the &quot;dynamic&quot; EPP     mode in the amd-pstate driver (K Prateek Nayak)   - Set min_limit_freq based on bios_min_perf in amd-pstate and remove     the defensive check for bios_min_perf from it (K Prateek Nayak)   - Fix EPP return type and handle errors in amd-pstate during     initialization, toggle auto_sel in active mode on shared memory     systems, and cache the firmware programmed EPP value (Marco     Scardovi)   - Skip tests in amd-pstate-ut if the amd-pstate driver is not in     active use (Qianheng Peng)   - Replace sprintf() with sysfs_emit() in sysfs show in the cpufreq     schedutil governor and fix a self-contradictory comment in     sugov_iowait_apply() (Zhongqiu Han)   - Fix the usage example for the sampling_rate tunable of the ondemand     cpufreq governor in admin-guide (wangxiaodong)   - Avoid using deep idle states during initialization in the     intel_idle driver to work around device handling issues (Rafael     Wysocki)   - Fix and refactor the ACPI processor driver code related to ACPI     _LPI support and add ACPI _LPI support to intel_idle based on that     ACPI processor driver update (Rafael Wysocki)   - Backup and restore governor for cpufreq sptests (Yiwei Lin)   - Remove unnecessary sudo from quick_shuffle() and remove unused     local variables from switch_show_governor() in cpufreq selftests     (Jinseok Kim)   - Rename the PM core module parameter prefix to &quot;pm&quot; and allow the PM     transition (DPM) watchdog to be disabled by default (Tzung-Bi Shih)   - Fix off-by-one in wakelocks number limit check in the system sleep     sysfs interface (Haowen Tu)   - Remove kernel-doc markings from helper descriptions in the core     hibernation code (Adi Nata)   - Use %pe to print error pointer values in the hibernation core     (Ronan Marchal)   - Fix memory leak in snapshot_write_next() error path (Malaya Kumar     Rout)   - Delay allocating and linking the next swap_map_page in the     hibernation image saving code until another image page actually     needs to be recorded (Haesung Kim)   - Fix cleanup ordering around scope-based pointers in OPP (Gregor     Herburger).   - Use clk_get_optional() for optional clocks in OPP (Praveen Talari).   - Stop setting runtime_error on runtime resume callback failures to     allow drivers to recover from resume issues (Praveen Talari)   - Handle PMU registration failure during probe in the intel_rapl_tpmi     driver (Sumeet Pawnikar)   - Avoid optional imports in intel_pstate_tracer unless they are     really needed (Yousef Alhouseen)   - Add generic CPPC performance display to the cpupower utility, build     and call CPPC information on non-AMD processors, make cpupower     print kernel and hardware frequency information, and add libm to     cpupower for generic CPPC view (Jeremy Linton)   - Remove conditional return with no effect from cpupower (Sang-Heon     Jeon)&quot;* tag &apos;pm-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (76 commits)  cpufreq: imx6q: fix out-of-bounds write when probed more than once  cpufreq: imx6q: fix devres accumulation across driver rebind  rust: cpufreq: Fix temporary write in Registration::bios_limit_callback  rust: cpufreq: Add CPUFREQ_TABLE_END as last table entry in TableBuilder::to_table  opp: Use clk_get_optional() to avoid leaving opp_table-&gt;clk as an error pointer  intel_idle: Avoid using deep idle states during initialization  cpupower: remove conditional return with no effect  cpufreq: intel_pstate: Adjust policy-&gt;cur in active mode to policy  cpufreq/amd-pstate: Document missing kernel-doc members  cpufreq/amd-pstate-ut: Add unit test for CPPC Performance Priority  cpufreq/amd-pstate-ut: Add unit test for &quot;dynamic&quot; EPP mode  cpufreq/amd-pstate: Reduce the scope of exported symbols  Documentation/amd-pstate: Update dynamic_epp documentation with new behavior  cpufreq/amd-pstate: Remove &quot;amd_dynamic_epp&quot; cmdline and &quot;dynamic_epp&quot; sysfs  cpufreq/amd-pstate: Add dynamic EPP as an &quot;energy_performance_preference&quot; mode  cpufreq/amd-pstate: Extract platform profile to EPP conversion into a helper  cpufreq/amd-pstate: Remove the defensive check for bios_min_perf  cpufreq/amd-pstate: Set min_limit_freq based on bios_min_perf  powercap: intel_rapl_tpmi: Handle PMU registration failure during probe  PM: sleep: Allow disabling DPM watchdog by default  ...

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Tue, 18 Aug 2026 17:47:09 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>7544a367adc1ce5e9cc62315b4c32dc72b509451 - Merge branches &apos;pm-sleep&apos;, &apos;pm-runtime&apos;, &apos;pm-powercap&apos; and &apos;pm-tools&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#7544a367adc1ce5e9cc62315b4c32dc72b509451</link>
        <description>Merge branches &apos;pm-sleep&apos;, &apos;pm-runtime&apos;, &apos;pm-powercap&apos; and &apos;pm-tools&apos;Merge updates related to system sleep handling and runtime PM, a powercapping update, and power management tools updates for 7.3-rc1: - Rename the PM core module parameter prefix to &quot;pm&quot; and allow the PM   transition (DPM) watchdog to be disabled by default (Tzung-Bi Shih) - Fix off-by-one in wakelocks number limit check in the system sleep   sysfs interface (Haowen Tu) - Remove kernel-doc markings from helper descriptions in the core   hibernation code (Adi Nata) - Use %pe to print error pointer values in the hibernation core (Ronan   Marchal) - Fix memory leak in snapshot_write_next() error path (Malaya Kumar   Rout) - Delay allocating and linking the next swap_map_page in the   hibernation image saving code until another image page actually   needs to be recorded (Haesung Kim) - Stop setting runtime_error on runtime resume callback failures to   allow drivers to recover from resume issues (Praveen Talari) - Handle PMU registration failure during probe in the intel_rapl_tpmi   driver (Sumeet Pawnikar) - Avoid optional imports in intel_pstate_tracer unless they are really   needed (Yousef Alhouseen) - Add generic CPPC performance display to the cpupower utility, build   and call CPPC information on non-AMD processors, make cpupower print   kernel and hardware frequency information, and add libm to cpupower   for generic CPPC view (Jeremy Linton) - Remove conditional return with no effect from cpupower (Sang-Heon   Jeon)* pm-sleep:  PM: sleep: Allow disabling DPM watchdog by default  PM: sleep: Rename module parameters prefix to &quot;pm&quot;  PM: hibernate: swap: defer linking the next map page  PM: hibernate: Fix memory leak in snapshot_write_next() error path  PM: hibernate: Use %pe to print error pointer values  PM: hibernate: Remove kernel-doc markings from helper descriptions  PM: sleep: Fix off-by-one in wakelocks number limit check* pm-runtime:  PM: runtime: Only set runtime_error on suspend callback failures* pm-powercap:  powercap: intel_rapl_tpmi: Handle PMU registration failure during probe* pm-tools:  cpupower: remove conditional return with no effect  tools/power: intel_pstate_tracer: avoid optional imports for help  cpupower: Add libm to cpupower for generic CPPC view  cpupower: Print kernel and hardware frequency information  cpupower: Build and call CPPC information on non-AMD processors  cpupower: Add generic CPPC performance display

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Fri, 07 Aug 2026 22:07:04 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f1a1cf1590a4692a29a6740d26f9e593155bac4d - Merge tag &apos;linux-cpupower-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#f1a1cf1590a4692a29a6740d26f9e593155bac4d</link>
        <description>Merge tag &apos;linux-cpupower-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linuxPull cpupower utility updates for 7.3-rc1 from Shuah Khan:&quot;Adds support for generic CPPC display that depends only on standardized fields, improving AMD specific implementation for the same. Removes conditional return with no effect as part of tree-wide code clean up effort.&quot;* tag &apos;linux-cpupower-7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux:  cpupower: remove conditional return with no effect  cpupower: Add libm to cpupower for generic CPPC view  cpupower: Print kernel and hardware frequency information  cpupower: Build and call CPPC information on non-AMD processors  cpupower: Add generic CPPC performance display

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Wed, 05 Aug 2026 13:53:51 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>eeed6071ceda7104e3397dca24cfd3dc73948150 - cpupower: Add libm to cpupower for generic CPPC view</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#eeed6071ceda7104e3397dca24cfd3dc73948150</link>
        <description>cpupower: Add libm to cpupower for generic CPPC viewThe patch (&quot;cpupower: Add generic CPPC performance display&quot;) usesroundf() but didn&apos;t include libm explicitly. This results in buildbreaks in environments where its not automatically inlined.Add libm to the cpupower makefile to correct this.Fixes: 68f34fad760b (&quot;cpupower: Add generic CPPC performance display&quot;)Signed-off-by: Jeremy Linton &lt;jeremy.linton@arm.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Mon, 20 Jul 2026 20:14:54 +0200</pubDate>
        <dc:creator>Jeremy Linton &lt;jeremy.linton@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>6b8ff068542a62c0fd58a7134282d48dd8a729c9 - cpupower: Build and call CPPC information on non-AMD processors</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#6b8ff068542a62c0fd58a7134282d48dd8a729c9</link>
        <description>cpupower: Build and call CPPC information on non-AMD processorsNow that we have a generic CPPC printout, call it on !AMDprocessors. If it fails to detect CPPC, or the registers don&apos;t lookreasonable then it will exit without printing anything.Link: https://lore.kernel.org/r/20260709221344.1919794-3-jeremy.linton@arm.comSigned-off-by: Jeremy Linton &lt;jeremy.linton@arm.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Fri, 10 Jul 2026 00:13:43 +0200</pubDate>
        <dc:creator>Jeremy Linton &lt;jeremy.linton@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>5c8cbca290acdd49a694b36c0af76ba0c00bbf12 - Merge branch &apos;20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#5c8cbca290acdd49a694b36c0af76ba0c00bbf12</link>
        <description>Merge branch &apos;20260507-ubwc-rework-v4-4-c19593d20c1d@oss.qualcomm.com&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into HEADMerge the branch with the soc/qcom changes, required for the next UBWCpatches.Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Thu, 21 May 2026 22:36:50 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#8edf8b09fc44990977b3fbcb708035b1740d0b7e</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerging to pull in commit 5401b9adebc9 (&quot;i915: don&apos;t usea vma that didn&apos;t match the context VM&quot;) to revert it.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Tue, 12 May 2026 10:16:35 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1655f6895a896eb632ca8a019259bc5d358a9712 - Merge tag &apos;timers-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#1655f6895a896eb632ca8a019259bc5d358a9712</link>
        <description>Merge tag &apos;timers-v7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource  - Added the DT bindings for the compatible string &apos;fsl,imx25-epit&apos;    (Frank Li)  - Made the rttm_cs variable static for the rtl otto timer driver    (Krzysztof Kozlowski)  - Fixed error return code handling in the sun5i timer driver (Chen Ni)  - Made the timer-of and the mmio code compatible with modules (Daniel    Lezcano)Link: https://lore.kernel.org/151feae1-39ba-4abd-a9f9-9bff377a2cd8@oss.qualcomm.com

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Sun, 12 Apr 2026 22:33:39 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 15:17:56 +0100</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#f09812b85fa6f41058bcc46e70ac406bf9b0493a</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.0-rc1 which contains a few treewide changes affecting i915.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8b85987d3cf50178f67618122d9f3bb202f62f42 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#8b85987d3cf50178f67618122d9f3bb202f62f42</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s merge 7.0-rc1 to start the new drm-misc-next windowSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 11:48:20 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>9b1b3dcd28c271fc8c4a87e81860f3a34b6d29b7 - Merge tag &apos;pm-6.20-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#9b1b3dcd28c271fc8c4a87e81860f3a34b6d29b7</link>
        <description>Merge tag &apos;pm-6.20-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmPull power management updates from Rafael Wysocki: &quot;By the number of commits, cpufreq is the leading party (again) and the  most visible change there is the removal of the omap-cpufreq driver  that has not been used for a long time (good riddance). There are also  quite a few changes in the cppc_cpufreq driver, mostly related to  fixing its frequency invariance engine in the case when the CPPC  registers used by it are not in PCC. In addition to that, support for  AM62L3 is added to the ti-cpufreq driver and the cpufreq-dt-platdev  list is updated for some platforms. The remaining cpufreq changes are  assorted fixes and cleanups.  Next up is cpuidle and the changes there are dominated by intel_idle  driver updates, mostly related to the new command line facility  allowing users to adjust the list of C-states used by the driver.  There are also a few updates of cpuidle governors, including two menu  governor fixes and some refinements of the teo governor, and a  MAINTAINERS update adding Christian Loehle as a cpuidle reviewer.  [Thanks for stepping up Christian!]  The most significant update related to system suspend and hibernation  is the one to stop freezing the PM runtime workqueue during system PM  transitions which allows some deadlocks to be avoided. There is also a  fix for possible concurrent bit field updates in the core device  suspend code and a few other minor fixes.  Apart from the above, several drivers are updated to discard the  return value of pm_runtime_put() which is going to be converted to a  void function as soon as everybody stops using its return value, PL4  support for Ice Lake is added to the Intel RAPL power capping driver,  and there are assorted cleanups, documentation fixes, and some  cpupower utility improvements.  Specifics:   - Remove the unused omap-cpufreq driver (Andreas Kemnade)   - Optimize error handling code in cpufreq_boost_trigger_state() and     make cpufreq_boost_trigger_state() return -EOPNOTSUPP if no policy     supports boost (Lifeng Zheng)   - Update cpufreq-dt-platdev list for tegra, qcom, TI (Aaron Kling,     Dhruva Gole, and Konrad Dybcio)   - Minor improvements to the cpufreq and cpumask rust implementation     (Alexandre Courbot, Alice Ryhl, Tamir Duberstein, and Yilin Chen)   - Add support for AM62L3 SoC to the ti-cpufreq driver (Dhruva Gole)   - Update arch_freq_scale in the CPPC cpufreq driver&apos;s frequency     invariance engine (FIE) in scheduler ticks if the related CPPC     registers are not in PCC (Jie Zhan)   - Assorted minor cleanups and improvements in ARM cpufreq drivers     (Juan Martinez, Felix Gu, Luca Weiss, and Sergey Shtylyov)   - Add generic helpers for sysfs show/store to cppc_cpufreq (Sumit     Gupta)   - Make the scaling_setspeed cpufreq sysfs attribute return the actual     requested frequency to avoid confusion (Pengjie Zhang)   - Simplify the idle CPU time granularity test in the ondemand cpufreq     governor (Frederic Weisbecker)   - Enable asym capacity in intel_pstate only when CPU SMT is not     possible (Yaxiong Tian)   - Update the description of rate_limit_us default value in cpufreq     documentation (Yaxiong Tian)   - Add a command line option to adjust the C-states table in the     intel_idle driver, remove the &apos;preferred_cstates&apos; module parameter     from it, add C-states validation to it and clean it up (Artem     Bityutskiy)   - Make the menu cpuidle governor always check the time till the     closest timer event when the scheduler tick has been stopped to     prevent it from mistakenly selecting the deepest available idle     state (Rafael Wysocki)   - Update the teo cpuidle governor to avoid making suboptimal     decisions in certain corner cases and generally improve idle state     selection accuracy (Rafael Wysocki)   - Remove an unlikely() annotation on the early-return condition in     menu_select() that leads to branch misprediction 100% of the time     on systems with only 1 idle state enabled, like ARM64 servers     (Breno Leitao)   - Add Christian Loehle to MAINTAINERS as a cpuidle reviewer     (Christian Loehle)   - Stop flagging the PM runtime workqueue as freezable to avoid system     suspend and resume deadlocks in subsystems that assume asynchronous     runtime PM to work during system-wide PM transitions (Rafael     Wysocki)   - Drop redundant NULL pointer checks before acomp_request_free() from     the hibernation code handling image saving (Rafael Wysocki)   - Update wakeup_sources_walk_start() to handle empty lists of wakeup     sources as appropriate (Samuel Wu)   - Make dev_pm_clear_wake_irq() check the power.wakeirq value under     power.lock to avoid race conditions (Gui-Dong Han)   - Avoid bit field races related to power.work_in_progress in the core     device suspend code (Xuewen Yan)   - Make several drivers discard pm_runtime_put() return value in     preparation for converting that function to a void one (Rafael     Wysocki)   - Add PL4 support for Ice Lake to the Intel RAPL power capping driver     (Daniel Tang)   - Replace sprintf() with sysfs_emit() in power capping sysfs show     functions (Sumeet Pawnikar)   - Make dev_pm_opp_get_level() return value match the documentation     after a previous update of the latter (Aleks Todorov)   - Use scoped for each OF child loop in the OPP code (Krzysztof     Kozlowski)   - Fix a bug in an example code snippet and correct typos in the     energy model management documentation (Patrick Little)   - Fix miscellaneous problems in cpupower (Kaushlendra Kumar):      * idle_monitor: Fix incorrect value logged after stop      * Fix inverted APERF capability check      * Use strcspn() to strip trailing newline      * Reset errno before strtoull()      * Show C0 in idle-info dump   - Improve cpupower installation procedure by making the systemd step     optional and allowing users to disable the installation of     systemd&apos;s unit file (Jo&#227;o Marcos Costa)&quot;* tag &apos;pm-6.20-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (65 commits)  PM: sleep: core: Avoid bit field races related to work_in_progress  PM: sleep: wakeirq: harden dev_pm_clear_wake_irq() against races  cpufreq: Documentation: Update description of rate_limit_us default value  cpufreq: intel_pstate: Enable asym capacity only when CPU SMT is not possible  PM: wakeup: Handle empty list in wakeup_sources_walk_start()  PM: EM: Documentation: Fix bug in example code snippet  Documentation: Fix typos in energy model documentation  cpuidle: governors: teo: Refine intercepts-based idle state lookup  cpuidle: governors: teo: Adjust the classification of wakeup events  cpufreq: ondemand: Simplify idle cputime granularity test  cpufreq: userspace: make scaling_setspeed return the actual requested frequency  PM: hibernate: Drop NULL pointer checks before acomp_request_free()  cpufreq: CPPC: Add generic helpers for sysfs show/store  cpufreq: scmi: Fix device_node reference leak in scmi_cpu_domain_id()  cpufreq: ti-cpufreq: add support for AM62L3 SoC  cpufreq: dt-platdev: Add ti,am62l3 to blocklist  cpufreq/amd-pstate: Add comment explaining nominal_perf usage for performance policy  cpufreq: scmi: correct SCMI explanation  cpufreq: dt-platdev: Block the driver from probing on more QC platforms  rust: cpumask: rename methods of Cpumask for clarity and consistency  ...

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Tue, 10 Feb 2026 04:00:42 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0f64b6acb0e14559daf1de7be5dbcee3874512aa - Merge branch &apos;pm-tools&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#0f64b6acb0e14559daf1de7be5dbcee3874512aa</link>
        <description>Merge branch &apos;pm-tools&apos;Merge cpupower utility updates for 6.20-rc1/7.0-rc1: - Fix miscellaneous problems in cpupower (Kaushlendra Kumar):   * idle_monitor: Fix incorrect value logged after stop   * Fix inverted APERF capability check   * Use strcspn() to strip trailing newline   * Reset errno before strtoull()   * Show C0 in idle-info dump - Improve cpupower installation procedure by making the systemd step   optional and allowing users to disable the installation of systemd&apos;s   unit file (Jo&#227;o Marcos Costa)* pm-tools:  cpupower: make systemd unit installation optional  tools/power cpupower: Show C0 in idle-info dump  tools/power cpupower: Reset errno before strtoull()  tools/cpupower: Use strcspn() to strip trailing newline  tools/cpupower: Fix inverted APERF capability check  cpupower: idle_monitor: fix incorrect value logged after stop

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Wed, 04 Feb 2026 21:16:12 +0100</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>56f79097105712521f5996238f8944c9215d7c4c - Merge tag &apos;linux-cpupower-6.20-update-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#56f79097105712521f5996238f8944c9215d7c4c</link>
        <description>Merge tag &apos;linux-cpupower-6.20-update-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linuxPull one more cpuidle utility update for 6.20 from Shuah Khan:&quot;Improve the installation procedure by making this systemd step optional enabling users to disable installation of systemd&apos;s unit file.&quot;* tag &apos;linux-cpupower-6.20-update-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux:  cpupower: make systemd unit installation optional

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Thu, 22 Jan 2026 21:53:51 +0100</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>7799ba2160e4919913ecabca8a7fc1aa4c576fb4 - cpupower: make systemd unit installation optional</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#7799ba2160e4919913ecabca8a7fc1aa4c576fb4</link>
        <description>cpupower: make systemd unit installation optionalcpupower currently installs a cpupower.service unit file into unitdirunconditionally, regardless of whether systemd is used by the host.Improve the installation procedure by making this systemd step optional:a &apos;SYSTEMD&apos; build parameter that defaults to &apos;true&apos; and can be set to&apos;false&apos; to disable the installation of systemd&apos;s unit file.Since &apos;SYSTEMD&apos; defaults to true, the current behavior is kept as thedefault.Link: https://lore.kernel.org/r/20260113132753.1730020-2-joaomarcos.costa@bootlin.comSigned-off-by: Jo&#227;o Marcos Costa &lt;joaomarcos.costa@bootlin.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Tue, 13 Jan 2026 14:27:53 +0100</pubDate>
        <dc:creator>Jo&#227;o Marcos Costa &lt;joaomarcos.costa@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/power/cpupower/Makefile#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/tools/power/cpupower/Makefile</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
