<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0eaed89c18aeedf0898baf2dbf5ff027c6795152 - Merge tag &apos;timers-v7.3-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/kernel/power/Kconfig#0eaed89c18aeedf0898baf2dbf5ff027c6795152</link>
        <description>Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource  - Use designated initializers for sh_mtu2, sh_cmt, and sh_tmu, and    drop the unused initializer in the platform_device_id table for    sh_mtu2 (Uwe Kleine-K&#246;nig)  - Remove redundant dev_err()/dev_err_probe() messages when    devm_request_*_irq() fails, as the helper already logs an error    message (Pan Chuang)  - Fix a boot hang on Allwinner D1 when a forced minimum delta is used    with the sun4i timer (Felix Yan)  - Fix an IRQ leak in the cpuhp_setup_state() error path by freeing the    IRQ on failure in the NXP PIT driver (WenTao Liang)  - Fix incorrect unmapping of shared MMIO between the clocksource and    clockevent drivers. If one of them fails to initialize, the error    path unmaps the shared MMIO region, leaving the other driver with an    invalid mapping on clps711x (Guangshuo Li)  - Make the samsung_pwm driver compatible with PREEMPT_RT by replacing    regular spinlocks with raw_spinlock_t in atomic contexts (Marek    Szyprowski)  - Use __raw_readl() and __raw_writel() instead of ioread32() and    iowrite32() to support SWAP_IO_SPACE in the rtl-otto driver (Rustam    Adilov)  - Fix a missing clk_disable_unprepare() call in the timer    initialization error path of the Armada driver (Yuho Choi)Link: https://lore.kernel.org/lkml/75feea31-683d-45a1-87f4-ab045e0152ae@oss.qualcomm.com

            List of files:
            /linux/kernel/power/Kconfig</description>
        <pubDate>Mon, 17 Aug 2026 10:29:52 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b4d85f863e5a6f1fa01b186001af0f68f4f5239e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/kernel/power/Kconfig</description>
        <pubDate>Sat, 15 Aug 2026 06:26:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>76904fccf81936c084faebc73ac72c0919a42941 - Merge tag &apos;v7.2-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#76904fccf81936c084faebc73ac72c0919a42941</link>
        <description>Merge tag &apos;v7.2-rc3&apos; into nextSync up with mainline to pull in stable fixes to avoid merge conflicts.

            List of files:
            /linux/kernel/power/Kconfig</description>
        <pubDate>Tue, 14 Jul 2026 04:06:00 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<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/kernel/power/Kconfig#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/kernel/power/Kconfig</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/kernel/power/Kconfig#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/kernel/power/Kconfig</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>dca82e209e5ced94b9e53c004a935bc44162073d - PM: sleep: Allow disabling DPM watchdog by default</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#dca82e209e5ced94b9e53c004a935bc44162073d</link>
        <description>PM: sleep: Allow disabling DPM watchdog by defaultIntroduce the &quot;dpm_watchdog_enabled&quot; module parameter to allow the DPMwatchdog to be enabled or disabled at boot time and runtime.Additionally, introduce the CONFIG_DPM_WATCHDOG_ENABLED Kconfig optionto set the default value of the module parameter at compile time.The primary motivation for this configurability resolves around AndroidGKI (Generic Kernel Image).  We want to enable CONFIG_DPM_WATCHDOG inthe GKI so the feature is available.  However, because the GKI is sharedacross many different devices, we don&apos;t want to inadvertently affectdevices that are unaware of this feature.  This provides a way tocompile it in, but keep it disabled by default for those devices via thekernel command line or module parameters.To maintain backward compatibility, CONFIG_DPM_WATCHDOG_ENABLED relieson `default y`.  Previously, the DPM watchdog was always active ifCONFIG_DPM_WATCHDOG was set.  Defaulting this new option to &apos;y&apos; ensuresthat the behavior remains unchanged for existing users and defconfigswhen they upgrade.Signed-off-by: Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;Link: https://patch.msgid.link/20260720030821.2780257-3-tzungbi@kernel.orgSigned-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux/kernel/power/Kconfig</description>
        <pubDate>Mon, 20 Jul 2026 05:08:21 +0200</pubDate>
        <dc:creator>Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>00599d4841790d05401820a96cf7edb193888b00 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#00599d4841790d05401820a96cf7edb193888b00</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesPull in tag v7.2-rc1 so that drm-misc-fixes becomes useful again,and drm-misc-next-fixes can be closed.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/kernel/power/Kconfig</description>
        <pubDate>Mon, 29 Jun 2026 17:58:00 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>5504ce0317f777dcf102751c3e518284226fc2e1 - Merge tag &apos;pm-7.2-rc1&apos; of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#5504ce0317f777dcf102751c3e518284226fc2e1</link>
        <description>Merge tag &apos;pm-7.2-rc1&apos; of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pmPull power management updates from Rafael Wysocki: &quot;Over a half of the changes here are cpufreq updates that include core  modifications, fixes of the old-style governors, new hardware support  in drivers, assorded driver fixes and cleanups, and the removal of one  driver (AMD Elan SC4*).  Apart from that, the intel_idle driver will now be able to avoid  exposing redundant C-states if PC6 is disabled and there are new  sysctl knobs for device suspend/resume watchdog timeouts, hibernation  gets built-in LZ4 support for image compression and there is the usual  collection of assorted fixes and cleanups.  Specifics:   - Fix a race between cpufreq suspend and CPU hotplug during system     shutdown (Tianxiang Chen)   - Avoid redundant target() calls for unchanged limits and fix a typo     in a comment in the cpufreq core (Viresh Kumar)   - Fix concurrency issues related to sysfs attributes access that     affect cpufreq governors using the common governor code (Zhongqiu     Han)   - Simplify frequency limit handling in the conservative cpufreq     governor (Lifeng Zheng)   - Fix descriptions of the conservative governor freq_step tunable and     the ondemand governor sampling_down_factor tunable in the cpufreq     documentation (Pengjie Zhang)   - Fix use-after-free and double free during _OSC evaluation in the     PCC cpufreq driver (Yuho Choi)   - Rework the handling of policy min and max frequency values in the     cpufreq core to allow drivers to specify special initial values for     the scaling_min_freq and scaling_max_freq sysfs attributes (Pierre     Gondois)   - Add cpufreq scaling support for Qualcomm Shikra SoC (Taniya Das,     Imran Shaik).   - Improve the warning message on HWP-disabled hybrid processors     printed by the intel_pstate driver and sync policy-&gt;cur during CPU     offline in it (Yohei Kojima, Fushuai Wang)   - Drop cpufreq support for AMD Elan SC4* (Sean Young)   - Minor fixes for cpufreq drivers (Krzysztof Kozlowski, Akashdeep     Kaur, Hans Zhang, Guangshuo Li, Xueqin Luo)   - Clean up dead dependencies on X86 in the cpufreq Kconfig (Julian     Braha)   - Allow the intel_idle driver to avoid exposing C-states that are     redundant when PC6 is disabled (Artem Bityutskiy)   - Fix memory leak and a potential race in the OPP core (Abdun Nihaal,     Di Shen)   - Mark Rust OPP methods as inline (Nicol&#225;s Antinori)   - Fix misc device registration failure path in the PM QoS core (Yuho     Choi)   - Add sysctl interface for DPM watchdog timeouts (Tzung-Bi Shih)   - Use complete() instead of complete_all() in device_pm_sleep_init()     to avoid a false-positive warning from lockdep_assert_RT_in_threaded_ctx()     when CONFIG_PROVE_RAW_LOCK_NESTING is enabled (Jiakai Xu)   - Use a flexible array for CRC uncompressed buffers during     hibernation image saving (Rosen Penev)   - Make the LZ4 algorithm available for hibernation compression     (l1rox3)   - Move the preallocate_image() call during hibernation after the     &quot;prepare&quot; phase of the &quot;freeze&quot; transition (Matthew Leach)   - Fix a memory leak in rapl_add_package_cpuslocked() in the     intel_rapl power capping driver and use sysfs_emit() in     cpumask_show() in that driver (Sumeet Pawnikar, Yury Norov)   - Fix ValueError when parsing incomplete device properties in the     pm-graph utility (Gongwei Li)&quot;* tag &apos;pm-7.2-rc1&apos; of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pm: (40 commits)  PM: dpm_watchdog: Add sysctl interface for DPM watchdog timeouts  PM: QoS: Fix misc device registration unwind  cpufreq: Use policy-&gt;min/max init as QoS request  cpufreq: Remove driver default policy-&gt;min/max init  cpufreq: Set default policy-&gt;min/max values for all drivers  cpufreq: Extract cpufreq_policy_init_qos() function  cpufreq: Documentation: fix conservative governor freq_step description  cpufreq: ti: Add EPROBE_DEFER for K3 SoCs  cpufreq: qcom: Add cpufreq scaling support for Qualcomm Shikra SoC  dt-bindings: cpufreq: Document Qualcomm Shikra SoC EPSS  powercap: intel_rapl: Use sysfs_emit() in cpumask_show()  cpufreq: governor: Fix stale prev_cpu_nice spike when enabling ignore_nice_load  cpufreq: governor: Fix data races on per-CPU idle/nice baselines  PM: hibernate: Use flexible array for CRC uncompressed buffers  powercap: intel_rapl: Fix memory leak in rapl_add_package_cpuslocked()  PM: hibernate: make LZ4 available for hibernation compression  PM: sleep: Use complete() in device_pm_sleep_init()  opp: rust: mark OPP methods as inline  cpufreq: intel_pstate: Improve warning message on HWP-disabled hybrid CPUs  cpufreq: elanfreq: Drop support for AMD Elan SC4*  ...

            List of files:
            /linux/kernel/power/Kconfig</description>
        <pubDate>Mon, 15 Jun 2026 08:07:18 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>5ca48f6f2afc0a0c3f0584f95843451042ffc5ca - Merge branches &apos;pm-sleep&apos;, &apos;pm-powercap&apos; and &apos;pm-tools&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#5ca48f6f2afc0a0c3f0584f95843451042ffc5ca</link>
        <description>Merge branches &apos;pm-sleep&apos;, &apos;pm-powercap&apos; and &apos;pm-tools&apos;Merge updates related to system sleep support, two updates of theintel_rapl power capping driver, and a pm-graph utility fix for7.2-rc1: - Add sysctl interface for DPM watchdog timeouts (Tzung-Bi Shih) - Use complete() instead of complete_all() in device_pm_sleep_init() to   avoid a false-positive warning from lockdep_assert_RT_in_threaded_ctx()   when CONFIG_PROVE_RAW_LOCK_NESTING is enabled (Jiakai Xu) - Use a flexible array for CRC uncompressed buffers during hibernation   image saving (Rosen Penev) - Make the LZ4 algorithm available for hibernation compression (l1rox3) - Move the preallocate_image() call during hibernation after the   &quot;prepare&quot; phase of the &quot;freeze&quot; transition (Matthew Leach) - Fix a memory leak in rapl_add_package_cpuslocked() in the intel_rapl   power capping driver and use sysfs_emit() in cpumask_show() in that   driver (Sumeet Pawnikar, Yury Norov) - Fix ValueError when parsing incomplete device properties in the   pm-graph utility (Gongwei Li)* pm-sleep:  PM: dpm_watchdog: Add sysctl interface for DPM watchdog timeouts  PM: hibernate: Use flexible array for CRC uncompressed buffers  PM: hibernate: make LZ4 available for hibernation compression  PM: sleep: Use complete() in device_pm_sleep_init()  PM: hibernate: call preallocate_image() after freeze prepare* pm-powercap:  powercap: intel_rapl: Use sysfs_emit() in cpumask_show()  powercap: intel_rapl: Fix memory leak in rapl_add_package_cpuslocked()* pm-tools:  PM: tools: pm-graph: fix ValueError when parsing incomplete device properties

            List of files:
            /linux/kernel/power/Kconfig</description>
        <pubDate>Thu, 11 Jun 2026 21:42:36 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2068d7715e947f0321bc676a44215d3983af4bbc - PM: hibernate: make LZ4 available for hibernation compression</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#2068d7715e947f0321bc676a44215d3983af4bbc</link>
        <description>PM: hibernate: make LZ4 available for hibernation compressionWithout this, CRYPTO_LZ4 had to be manually enabled in the configto use LZ4 for hibernation compression. Add the select so it getspulled in automatically when hibernation is enabled, just likeCRYPTO_LZO already does.Tested-by: l1rox3 &lt;l1rox3.developer@gmail.com&gt;Signed-off-by: l1rox3 &lt;l1rox3.developer@gmail.com&gt;Link: https://patch.msgid.link/20260520081254.13493-1-l1rox3.developer@gmail.comSigned-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux/kernel/power/Kconfig</description>
        <pubDate>Wed, 20 May 2026 10:12:54 +0200</pubDate>
        <dc:creator>l1rox3 &lt;l1rox3.developer@gmail.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/kernel/power/Kconfig#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/kernel/power/Kconfig</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>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/kernel/power/Kconfig</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/kernel/power/Kconfig#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/kernel/power/Kconfig</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>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#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/kernel/power/Kconfig</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>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#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/kernel/power/Kconfig</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>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/kernel/power/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/kernel/power/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/kernel/power/Kconfig</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/kernel/power/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>d348c22394ad3c8eaf7bc693cb0ca0edc2ec5246 - Merge tag &apos;pm-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/kernel/power/Kconfig#d348c22394ad3c8eaf7bc693cb0ca0edc2ec5246</link>
        <description>Merge tag &apos;pm-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmPull power management updates from Rafael Wysocki: &quot;There are quite a few interesting things here, including new hardware  support, new features, some bug fixes and documentation updates. In  addition, there are a usual bunch of minor fixes and cleanups all  over.  In the new hardware support category, there are intel_pstate and  intel_rapl driver updates to support new processors, Panther Lake,  Wildcat Lake, Noval Lake, and Diamond Rapids in the OOB mode, OPP and  bandwidth allocation support in the tegra186 cpufreq driver, and  JH7110S SOC support in dt-platdev cpufreq.  The new features are the PM QoS CPU latency limit for suspend-to-idle,  the netlink support for the energy model management, support for  terminating system suspend via a wakeup event during the sync of file  systems, configurable number of hibernation compression threads, the  runtime PM auto-cleanup macros, and the &quot;poweroff&quot; PM event that is  expected to be used during system shutdown.  Bugs are mostly fixed in cpuidle governors, but there are also fixes  elsewhere, like in the amd-pstate cpufreq driver.  Documentation updates include, but are not limited to, a new doc on  debugging shutdown hangs, cross-referencing fixes and cleanups in the  intel_pstate documentation, and updates of comments in the core  hibernation code.  Specifics:   - Introduce and document a QoS limit on CPU exit latency during     wakeup from suspend-to-idle (Ulf Hansson)   - Add support for building libcpupower statically (Zuo An)   - Add support for sending netlink notifications to user space on     energy model updates (Changwoo Mini, Peng Fan)   - Minor improvements to the Rust OPP interface (Tamir Duberstein)   - Fixes to scope-based pointers in the OPP library (Viresh Kumar)   - Use residency threshold in polling state override decisions in the     menu cpuidle governor (Aboorva Devarajan)   - Add sanity check for exit latency and target residency in the     cpufreq core (Rafael Wysocki)   - Use this_cpu_ptr() where possible in the teo governor (Christian     Loehle)   - Rework the handling of tick wakeups in the teo cpuidle governor to     increase the likelihood of stopping the scheduler tick in the cases     when tick wakeups can be counted as non-timer ones (Rafael Wysocki)   - Fix a reverse condition in the teo cpuidle governor and drop a     misguided target residency check from it (Rafael Wysocki)   - Clean up multiple minor defects in the teo cpuidle governor (Rafael     Wysocki)   - Update header inclusion to make it follow the Include What You Use     principle (Andy Shevchenko)   - Enable MSR-based RAPL PMU support in the intel_rapl power capping     driver and arrange for using it on the Panther Lake and Wildcat     Lake processors (Kuppuswamy Sathyanarayanan)   - Add support for Nova Lake and Wildcat Lake processors to the     intel_rapl power capping driver (Kaushlendra Kumar, Srinivas     Pandruvada)   - Add OPP and bandwidth support for Tegra186 (Aaron Kling)   - Optimizations for parameter array handling in the amd-pstate     cpufreq driver (Mario Limonciello)   - Fix for mode changes with offline CPUs in the amd-pstate cpufreq     driver (Gautham Shenoy)   - Preserve freq_table_sorted across suspend/hibernate in the cpufreq     core (Zihuan Zhang)   - Adjust energy model rules for Intel hybrid platforms in the     intel_pstate cpufreq driver and improve printing of debug messages     in it (Rafael Wysocki)   - Replace deprecated strcpy() in cpufreq_unregister_governor()     (Thorsten Blum)   - Fix duplicate hyperlink target errors in the intel_pstate cpufreq     driver documentation and use :ref: directive for internal linking     in it (Swaraj Gaikwad, Bagas Sanjaya)   - Add Diamond Rapids OOB mode support to the intel_pstate cpufreq     driver (Kuppuswamy Sathyanarayanan)   - Use mutex guard for driver locking in the intel_pstate driver and     eliminate some code duplication from it (Rafael Wysocki)   - Replace udelay() with usleep_range() in ACPI cpufreq (Kaushlendra     Kumar)   - Minor improvements to various cpufreq drivers (Christian Marangi,     Hal Feng, Jie Zhan, Marco Crivellari, Miaoqian Lin, and Shuhao Fu)   - Replace snprintf() with scnprintf() in show_trace_dev_match()     (Kaushlendra Kumar)   - Fix memory allocation error handling in pm_vt_switch_required()     (Malaya Kumar Rout)   - Introduce CALL_PM_OP() macro and use it to simplify code in generic     PM operations (Kaushlendra Kumar)   - Add module param to backtrace all CPUs in the device power     management watchdog (Sergey Senozhatsky)   - Rework message printing in swsusp_save() (Rafael Wysocki)   - Make it possible to change the number of hibernation compression     threads (Xueqin Luo)   - Clarify that only cgroup1 freezer uses PM freezer (Tejun Heo)   - Add document on debugging shutdown hangs to PM documentation and     correct a mistaken configuration option in it (Mario Limonciello)   - Shut down wakeup source timer before removing the wakeup source     from the list (Kaushlendra Kumar, Rafael Wysocki)   - Introduce new PMSG_POWEROFF event for system shutdown handling with     the help of PM device callbacks (Mario Limonciello)   - Make pm_test delay interruptible by wakeup events (Riwen Lu)   - Clean up kernel-doc comment style usage in the core hibernation     code and remove unuseful comments from it (Sunday Adelodun, Rafael     Wysocki)   - Add support for handling wakeup events and aborting the suspend     process while it is syncing file systems (Samuel Wu, Rafael     Wysocki)   - Add WQ_UNBOUND to pm_wq workqueue (Marco Crivellari)   - Add runtime PM wrapper macros for ACQUIRE()/ACQUIRE_ERR() and use     them in the PCI core and the ACPI TAD driver (Rafael Wysocki)   - Improve runtime PM in the ACPI TAD driver (Rafael Wysocki)   - Update pm_runtime_allow/forbid() documentation (Rafael Wysocki)   - Fix typos in runtime.c comments (Malaya Kumar Rout)   - Move governor.h from devfreq under include/linux/ and rename to     devfreq-governor.h to allow devfreq governor definitions in out of     drivers/devfreq/ (Dmitry Baryshkov)   - Use min() to improve readability in tegra30-devfreq.c (Thorsten     Blum)   - Fix potential use-after-free issue of OPP handling in     hisi_uncore_freq.c (Pengjie Zhang)   - Fix typo in DFSO_DOWNDIFFERENTIAL macro name in     governor_simpleondemand.c in devfreq (Riwen Lu)&quot;* tag &apos;pm-6.19-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (96 commits)  PM / devfreq: Fix typo in DFSO_DOWNDIFFERENTIAL macro name  cpuidle: Warn instead of bailing out if target residency check fails  cpuidle: Update header inclusion  Documentation: power/cpuidle: Document the CPU system wakeup latency QoS  cpuidle: Respect the CPU system wakeup QoS limit for cpuidle  sched: idle: Respect the CPU system wakeup QoS limit for s2idle  pmdomain: Respect the CPU system wakeup QoS limit for cpuidle  pmdomain: Respect the CPU system wakeup QoS limit for s2idle  PM: QoS: Introduce a CPU system wakeup QoS limit  cpuidle: governors: teo: Add missing space to the description  PM: hibernate: Extra cleanup of comments in swap handling code  PM / devfreq: tegra30: use min to simplify actmon_cpu_to_emc_rate  PM / devfreq: hisi: Fix potential UAF in OPP handling  PM / devfreq: Move governor.h to a public header location  powercap: intel_rapl: Enable MSR-based RAPL PMU support  powercap: intel_rapl: Prepare read_raw() interface for atomic-context callers  cpufreq: qcom-nvmem: fix compilation warning for qcom_cpufreq_ipq806x_match_list  PM: sleep: Call pm_sleep_fs_sync() instead of ksys_sync_helper()  PM: sleep: Add support for wakeup during filesystem sync  cpufreq: ACPI: Replace udelay() with usleep_range()  ...

            List of files:
            /linux/kernel/power/Kconfig</description>
        <pubDate>Wed, 03 Dec 2025 02:31:22 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
