<?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>d7c8087a9cd8979d70edfe7c7feda9423feae3ab - Merge tag &apos;pm-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#d7c8087a9cd8979d70edfe7c7feda9423feae3ab</link>
        <description>Merge tag &apos;pm-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmPull power management updates from Rafael Wysocki: &quot;Once again, cpufreq is the most active development area, mostly  because of the new feature additions and documentation updates in the  amd-pstate driver, but there are also changes in the cpufreq core  related to boost support and other assorted updates elsewhere.  Next up are power capping changes due to the major cleanup of the  Intel RAPL driver.  On the cpuidle front, a new C-states table for Intel Panther Lake is  added to the intel_idle driver, the stopped tick handling in the menu  and teo governors is updated, and there are a couple of cleanups.  Apart from the above, support for Tegra114 is added to devfreq and  there are assorted cleanups of that code, there are also two updates  of the operating performance points (OPP) library, two minor updates  related to hibernation, and cpupower utility man pages updates and  cleanups.  Specifics:   - Update qcom-hw DT bindings to include Eliza hardware (Abel Vesa)   - Update cpufreq-dt-platdev blocklist (Faruque Ansari)   - Minor updates to driver and dt-bindings for Tegra (Thierry Reding,     Rosen Penev)   - Add MAINTAINERS entry for CPPC driver (Viresh Kumar)   - Add support for new features: CPPC performance priority, Dynamic     EPP, Raw EPP, and new unit tests for them to amd-pstate (Gautham     Shenoy, Mario Limonciello)   - Fix sysfs files being present when HW missing and broken/outdated     documentation in the amd-pstate driver (Ninad Naik, Gautham Shenoy)   - Pass the policy to cpufreq_driver-&gt;adjust_perf() to avoid using     cpufreq_cpu_get() in the .adjust_perf() callback in amd-pstate     which leads to a scheduling-while-atomic bug (K Prateek Nayak)   - Clean up dead code in Kconfig for cpufreq (Julian Braha)   - Remove max_freq_req update for pre-existing cpufreq policy and add     a boost_freq_req QoS request to save the boost constraint instead     of overwriting the last scaling_max_freq constraint (Pierre     Gondois)   - Embed cpufreq QoS freq_req objects in cpufreq policy so they all     are allocated in one go along with the policy to simplify lifetime     rules and avoid error handling issues (Viresh Kumar)   - Use DMI max speed when CPPC is unavailable in the acpi-cpufreq     scaling driver (Henry Tseng)   - Switch policy_is_shared() in cpufreq to using cpumask_nth() instead     of cpumask_weight() because the former is more efficient (Yury     Norov)   - Use sysfs_emit() in sysfs show functions for cpufreq governor     attributes (Thorsten Blum)   - Update intel_pstate to stop returning an error when &quot;off&quot; is     written to its status sysfs attribute while the driver is already     off (Fabio De Francesco)   - Include current frequency in the debug message printed by     __cpufreq_driver_target() (Pengjie Zhang)   - Refine stopped tick handling in the menu cpuidle governor and     rearrange stopped tick handling in the teo cpuidle governor (Rafael     Wysocki)   - Add Panther Lake C-states table to the intel_idle driver (Artem     Bityutskiy)   - Clean up dead dependencies on CPU_IDLE in Kconfig (Julian Braha)   - Simplify cpuidle_register_device() with guard() (Huisong Li)   - Use performance level if available to distinguish between rates in     OPP debugfs (Manivannan Sadhasivam)   - Fix scoped_guard in dev_pm_opp_xlate_required_opp() (Viresh Kumar)   - Return -ENODATA if the snapshot image is not loaded (Alberto     Garcia)   - Remove inclusion of crypto/hash.h from hibernate_64.c on x86 (Eric     Biggers)   - Clean up and rearrange the intel_rapl power capping driver to make     the respective interface drivers (TPMI, MSR, and MMOI) hold their     own settings and primitives and consolidate PL4 and PMU support     flags into rapl_defaults (Kuppuswamy Sathyanarayanan)   - Correct kernel-doc function parameter names in the power capping     core code (Randy Dunlap)   - Remove unneeded casting for HZ_PER_KHZ in devfreq (Andy Shevchenko)   - Use _visible attribute to replace create/remove_sysfs_files() in     devfreq (Pengjie Zhang)   - Add Tegra114 support to activity monitor device in tegra30-devfreq     as a preparation to upcoming EMC controller support (Svyatoslav     Ryhel)   - Fix mistakes in cpupower man pages, add the boost and epp options     to the cpupower-frequency-info man page, and add the perf-bias     option to the cpupower-info man page (Roberto Ricci)   - Remove unnecessary extern declarations from getopt.h in arguments     parsing functions in cpufreq-set, cpuidle-info, cpuidle-set,     cpupower-info, and cpupower-set utilities (Kaushlendra Kumar)&quot;* tag &apos;pm-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (74 commits)  cpufreq/amd-pstate: Add POWER_SUPPLY select for dynamic EPP  cpupower: remove extern declarations in cmd functions  cpuidle: Simplify cpuidle_register_device() with guard()  PM / devfreq: tegra30-devfreq: add support for Tegra114  PM / devfreq: use _visible attribute to replace create/remove_sysfs_files()  PM / devfreq: Remove unneeded casting for HZ_PER_KHZ  MAINTAINERS: amd-pstate: Step down as maintainer, add Prateek as reviewer  cpufreq: Pass the policy to cpufreq_driver-&gt;adjust_perf()  cpufreq/amd-pstate: Pass the policy to amd_pstate_update()  cpufreq/amd-pstate-ut: Add a unit test for raw EPP  cpufreq/amd-pstate: Add support for raw EPP writes  cpufreq/amd-pstate: Add support for platform profile class  cpufreq/amd-pstate: add kernel command line to override dynamic epp  cpufreq/amd-pstate: Add dynamic energy performance preference  Documentation: amd-pstate: fix dead links in the reference section  cpufreq/amd-pstate: Cache the max frequency in cpudata  Documentation/amd-pstate: Add documentation for amd_pstate_floor_{freq,count}  Documentation/amd-pstate: List amd_pstate_prefcore_ranking sysfs file  Documentation/amd-pstate: List amd_pstate_hw_prefcore sysfs file  amd-pstate-ut: Add a testcase to validate the visibility of driver attributes  ...

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Tue, 14 Apr 2026 04:47:52 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>7431d90cfc07b5f62d1a6b7d3e4fa22aad754710 - Merge branches &apos;pm-cpuidle&apos;, &apos;pm-opp&apos; and &apos;pm-sleep&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#7431d90cfc07b5f62d1a6b7d3e4fa22aad754710</link>
        <description>Merge branches &apos;pm-cpuidle&apos;, &apos;pm-opp&apos; and &apos;pm-sleep&apos;Merge cpuidle updates, OPP (operating performance points) libraryupdates, and updates related to system suspend and hibernation for7.1-rc1: - Refine stopped tick handling in the menu cpuidle governor and   rearrange stopped tick handling in the teo cpuidle governor (Rafael   Wysocki) - Add Panther Lake C-states table to the intel_idle driver (Artem   Bityutskiy) - Clean up dead dependencies on CPU_IDLE in Kconfig (Julian Braha) - Simplify cpuidle_register_device() with guard() (Huisong Li) - Use performance level if available to distinguish between rates in   OPP debugfs (Manivannan Sadhasivam) - Fix scoped_guard in dev_pm_opp_xlate_required_opp() (Viresh Kumar) - Return -ENODATA if the snapshot image is not loaded (Alberto Garcia) - Remove inclusion of crypto/hash.h from hibernate_64.c on x86 (Eric   Biggers)* pm-cpuidle:  cpuidle: Simplify cpuidle_register_device() with guard()  cpuidle: clean up dead dependencies on CPU_IDLE in Kconfig  intel_idle: Add Panther Lake C-states table  cpuidle: governors: teo: Rearrange stopped tick handling  cpuidle: governors: menu: Refine stopped tick handling* pm-opp:  OPP: Move break out of scoped_guard in dev_pm_opp_xlate_required_opp()  OPP: debugfs: Use performance level if available to distinguish between rates* pm-sleep:  PM: hibernate: return -ENODATA if the snapshot image is not loaded  PM: hibernate: x86: Remove inclusion of crypto/hash.h

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Fri, 10 Apr 2026 12:37:27 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9d3a068cc80c9ed374cb78ab8c861668c835a6bc - cpuidle: clean up dead dependencies on CPU_IDLE in Kconfig</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#9d3a068cc80c9ed374cb78ab8c861668c835a6bc</link>
        <description>cpuidle: clean up dead dependencies on CPU_IDLE in KconfigThe Kconfig in the parent directory already has the first &apos;if CPU_IDLE&apos;gating the inclusion of this Kconfig, meaning that the &apos;depends onCPUIDLE&apos; statements in these config options are effectively dead code.Leave the &apos;if CPU_IDLE...endif&apos; condition, and remove the individual&apos;depends on&apos; statements in Kconfig.mips and Kconfig.powerpcThis dead code was found by kconfirm, a static analysis tool forKconfig.Signed-off-by: Julian Braha &lt;julianbraha@gmail.com&gt;[ rjw: Subject and changelog edits ]Link: https://patch.msgid.link/20260331074920.41269-1-julianbraha@gmail.comSigned-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Tue, 31 Mar 2026 09:49:20 +0200</pubDate>
        <dc:creator>Julian Braha &lt;julianbraha@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.4 merge window.

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Tue, 02 May 2023 00:20:08 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ea68a3e9d14e9e0bf017d178fb4bd53b6deb1482 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#ea68a3e9d14e9e0bf017d178fb4bd53b6deb1482</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in commit from drm-next (earlier in drm-intel-next):1eca0778f4b3 (&quot;drm/i915: add struct i915_dsm to wrap dsm members together&quot;)In order to merge following patch to drm-intel-gt-next:https://patchwork.freedesktop.org/patch/530942/?series=114925&amp;rev=6Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Tue, 11 Apr 2023 14:43:45 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cecdd52a3dd312564f81a39df08378b7b39a2654 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#cecdd52a3dd312564f81a39df08378b7b39a2654</link>
        <description>Merge drm/drm-next into drm-intel-nextCatch up with 6.3-rc cycle...Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Tue, 28 Mar 2023 16:30:57 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>e752ab11dcb48353727ea26eefd740155e028865 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#e752ab11dcb48353727ea26eefd740155e028865</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-nextMerge drm-next into msm-next to pick up external clk and PM dependenciesfor improved a6xx GPU reset sequence.Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Mon, 20 Mar 2023 18:31:25 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>d26a3a6ce7e02f9c056ad992bcd9624735022337 - Merge tag &apos;v6.3-rc2&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#d26a3a6ce7e02f9c056ad992bcd9624735022337</link>
        <description>Merge tag &apos;v6.3-rc2&apos; into nextMerge with mainline to get of_property_present() and other newer APIs.

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Fri, 17 Mar 2023 12:01:30 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b3c9a04135bdbd3aabd5e9534bad0fe6df505f8a - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#b3c9a04135bdbd3aabd5e9534bad0fe6df505f8a</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesBackmerging to get latest upstream.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Mon, 13 Mar 2023 10:14:05 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>a1eccc574f977bd21a4ec8ac54bd73a2756bd281 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#a1eccc574f977bd21a4ec8ac54bd73a2756bd281</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get v6.3-rc1 and sync with the other DRM trees.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Mon, 13 Mar 2023 09:27:50 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>b8fa3e3833c14151a47ebebbc5427dcfe94bb407 - Merge remote-tracking branch &apos;acme/perf-tools&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#b8fa3e3833c14151a47ebebbc5427dcfe94bb407</link>
        <description>Merge remote-tracking branch &apos;acme/perf-tools&apos; into perf-tools-nextTo pick up perf-tools fixes just merged upstream.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Fri, 10 Mar 2023 22:43:17 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>585a78c1f77be305b1f6adad392f16047fb66ffd - Merge branch &apos;linus&apos; into objtool/core, to pick up Xen dependencies</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#585a78c1f77be305b1f6adad392f16047fb66ffd</link>
        <description>Merge branch &apos;linus&apos; into objtool/core, to pick up Xen dependenciesPick up dependencies - freshly merged upstream via xen-next - before applyingdependent objtool changes.Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Thu, 23 Feb 2023 09:16:39 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2504ba8b01634319a6f95b7fa9bf9c101437e158 - Merge tag &apos;pm-6.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/drivers/cpuidle/Kconfig#2504ba8b01634319a6f95b7fa9bf9c101437e158</link>
        <description>Merge tag &apos;pm-6.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmPull power management updates from Rafael Wysocki: &quot;These add EPP support to the AMD P-state cpufreq driver, add support  for new platforms to the Intel RAPL power capping driver, intel_idle  and the Qualcomm cpufreq driver, enable thermal cooling for Tegra194,  drop the custom cpufreq driver for loongson1 that is not necessary any  more (and the corresponding cpufreq platform device), fix assorted  issues and clean up code.  Specifics:   - Add EPP support to the AMD P-state cpufreq driver (Perry Yuan, Wyes     Karny, Arnd Bergmann, Bagas Sanjaya)   - Drop the custom cpufreq driver for loongson1 that is not necessary     any more and the corresponding cpufreq platform device (Keguang     Zhang)   - Remove &quot;select SRCU&quot; from system sleep, cpufreq and OPP Kconfig     entries (Paul E. McKenney)   - Enable thermal cooling for Tegra194 (Yi-Wei Wang)   - Register module device table and add missing compatibles for     cpufreq-qcom-hw (N&#237;colas F. R. A. Prado, Abel Vesa and Luca Weiss)   - Various dt binding updates for qcom-cpufreq-nvmem and     opp-v2-kryo-cpu (Christian Marangi)   - Make kobj_type structure in the cpufreq core constant (Thomas     Wei&#223;schuh)   - Make cpufreq_unregister_driver() return void (Uwe Kleine-K&#246;nig)   - Make the TEO cpuidle governor check CPU utilization in order to     refine idle state selection (Kajetan Puchalski)   - Make Kconfig select the haltpoll cpuidle governor when the haltpoll     cpuidle driver is selected and replace a default_idle() call in     that driver with arch_cpu_idle() to allow MWAIT to be used (Li     RongQing)   - Add Emerald Rapids Xeon support to the intel_idle driver (Artem     Bityutskiy)   - Add ARCH_SUSPEND_POSSIBLE dependencies for ARMv4 cpuidle drivers to     avoid randconfig build failures (Arnd Bergmann)   - Make kobj_type structures used in the cpuidle sysfs interface     constant (Thomas Wei&#223;schuh)   - Make the cpuidle driver registration code update microsecond values     of idle state parameters in accordance with their nanosecond values     if they are provided (Rafael Wysocki)   - Make the PSCI cpuidle driver prevent topology CPUs from being     suspended on PREEMPT_RT (Krzysztof Kozlowski)   - Document that pm_runtime_force_suspend() cannot be used with     DPM_FLAG_SMART_SUSPEND (Richard Fitzgerald)   - Add EXPORT macros for exporting PM functions from drivers (Richard     Fitzgerald)   - Remove /** from non-kernel-doc comments in hibernation code (Randy     Dunlap)   - Fix possible name leak in powercap_register_zone() (Yang Yingliang)   - Add Meteor Lake and Emerald Rapids support to the intel_rapl power     capping driver (Zhang Rui)   - Modify the idle_inject power capping facility to support 100% idle     injection (Srinivas Pandruvada)   - Fix large time windows handling in the intel_rapl power capping     driver (Zhang Rui)   - Fix memory leaks with using debugfs_lookup() in the generic PM     domains and Energy Model code (Greg Kroah-Hartman)   - Add missing &apos;cache-unified&apos; property in the example for kryo OPP     bindings (Rob Herring)   - Fix error checking in opp_migrate_dentry() (Qi Zheng)   - Let qcom,opp-fuse-level be a 2-long array for qcom SoCs (Konrad     Dybcio)   - Modify some power management utilities to use the canonical ftrace     path (Ross Zwisler)   - Correct spelling problems for Documentation/power/ as reported by     codespell (Randy Dunlap)&quot;* tag &apos;pm-6.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (53 commits)  Documentation: amd-pstate: disambiguate user space sections  cpufreq: amd-pstate: Fix invalid write to MSR_AMD_CPPC_REQ  dt-bindings: opp: opp-v2-kryo-cpu: enlarge opp-supported-hw maximum  dt-bindings: cpufreq: qcom-cpufreq-nvmem: make cpr bindings optional  dt-bindings: cpufreq: qcom-cpufreq-nvmem: specify supported opp tables  PM: Add EXPORT macros for exporting PM functions  cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RT  MIPS: loongson32: Drop obsolete cpufreq platform device  powercap: intel_rapl: Fix handling for large time window  cpuidle: driver: Update microsecond values of state parameters as needed  cpuidle: sysfs: make kobj_type structures constant  cpuidle: add ARCH_SUSPEND_POSSIBLE dependencies  PM: EM: fix memory leak with using debugfs_lookup()  PM: domains: fix memory leak with using debugfs_lookup()  cpufreq: Make kobj_type structure constant  cpufreq: davinci: Fix clk use after free  cpufreq: amd-pstate: avoid uninitialized variable use  cpufreq: Make cpufreq_unregister_driver() return void  OPP: fix error checking in opp_migrate_dentry()  dt-bindings: cpufreq: cpufreq-qcom-hw: Add SM8550 compatible  ...

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Tue, 21 Feb 2023 21:13:58 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>7e71a13353ff7a3838416992197aa3f2eb0549ea - Merge branches &apos;pm-cpuidle&apos;, &apos;pm-core&apos; and &apos;pm-sleep&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#7e71a13353ff7a3838416992197aa3f2eb0549ea</link>
        <description>Merge branches &apos;pm-cpuidle&apos;, &apos;pm-core&apos; and &apos;pm-sleep&apos;Merge cpuidle updates, PM core updates and changes related to systemsleep handling for 6.3-rc1: - Make the TEO cpuidle governor check CPU utilization in order to refine   idle state selection (Kajetan Puchalski). - Make Kconfig select the haltpoll cpuidle governor when the haltpoll   cpuidle driver is selected and replace a default_idle() call in that   driver with arch_cpu_idle() which allows MWAIT to be used (Li   RongQing). - Add Emerald Rapids Xeon support to the intel_idle driver (Artem   Bityutskiy). - Add ARCH_SUSPEND_POSSIBLE dependencies for ARMv4 cpuidle drivers to   avoid randconfig build failures (Arnd Bergmann). - Make kobj_type structures used in the cpuidle sysfs interface   constant (Thomas Wei&#223;schuh). - Make the cpuidle driver registration code update microsecond values   of idle state parameters in accordance with their nanosecond values   if they are provided (Rafael Wysocki). - Make the PSCI cpuidle driver prevent topology CPUs from being   suspended on PREEMPT_RT (Krzysztof Kozlowski). - Document that pm_runtime_force_suspend() cannot be used with   DPM_FLAG_SMART_SUSPEND (Richard Fitzgerald). - Add EXPORT macros for exporting PM functions from drivers (Richard   Fitzgerald). - Drop &quot;select SRCU&quot; from system sleep Kconfig (Paul E. McKenney). - Remove /** from non-kernel-doc comments in hibernation code (Randy   Dunlap).* pm-cpuidle:  cpuidle: psci: Do not suspend topology CPUs on PREEMPT_RT  cpuidle: driver: Update microsecond values of state parameters as needed  cpuidle: sysfs: make kobj_type structures constant  cpuidle: add ARCH_SUSPEND_POSSIBLE dependencies  intel_idle: add Emerald Rapids Xeon support  cpuidle-haltpoll: Replace default_idle() with arch_cpu_idle()  cpuidle-haltpoll: select haltpoll governor  cpuidle: teo: Introduce util-awareness  cpuidle: teo: Optionally skip polling states in teo_find_shallower_state()* pm-core:  PM: Add EXPORT macros for exporting PM functions  PM: runtime: Document that force_suspend() is incompatible with SMART_SUSPEND* pm-sleep:  PM: sleep: Remove &quot;select SRCU&quot;  PM: hibernate: swap: don&apos;t use /** for non-kernel-doc comments

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Wed, 15 Feb 2023 15:59:48 +0100</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4edc13ae891ab368a3026cde1dbf263331bc6e77 - cpuidle-haltpoll: select haltpoll governor</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#4edc13ae891ab368a3026cde1dbf263331bc6e77</link>
        <description>cpuidle-haltpoll: select haltpoll governorThe haltpoll cpuidle driver should select the haltpoll governor, soas to ensure that they work together.Signed-off-by: Li RongQing &lt;lirongqing@baidu.com&gt;[ rjw: Changelog edits ]Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Fri, 09 Dec 2022 10:25:23 +0100</pubDate>
        <dc:creator>Li RongQing &lt;lirongqing@baidu.com&gt;</dc:creator>
    </item>
<item>
        <title>4f2c0a4acffbec01079c28f839422e64ddeff004 - Merge branch &apos;main&apos; into zstd-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#4f2c0a4acffbec01079c28f839422e64ddeff004</link>
        <description>Merge branch &apos;main&apos; into zstd-linus

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Wed, 14 Dec 2022 01:21:55 +0100</pubDate>
        <dc:creator>Nick Terrell &lt;terrelln@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>14e77332e74603efab8347c89d3cda447c3b97c9 - Merge branch &apos;main&apos; into zstd-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#14e77332e74603efab8347c89d3cda447c3b97c9</link>
        <description>Merge branch &apos;main&apos; into zstd-next

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Sat, 22 Oct 2022 01:00:35 +0200</pubDate>
        <dc:creator>Nick Terrell &lt;terrelln@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>8bb5e7f4dcd9b9ef22a3ea25c9066a8a968f12dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#8bb5e7f4dcd9b9ef22a3ea25c9066a8a968f12dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.20 (or 6.0) merge window.

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Tue, 02 Aug 2022 19:06:12 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>03ab8e6297acd1bc0eedaa050e2a1635c576fd11 - Merge tag &apos;v5.18&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#03ab8e6297acd1bc0eedaa050e2a1635c576fd11</link>
        <description>Merge tag &apos;v5.18&apos;Linux 5.18

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Tue, 31 May 2022 15:13:23 +0200</pubDate>
        <dc:creator>Konstantin Komarov &lt;almaz.alexandrovich@paragon-software.com&gt;</dc:creator>
    </item>
<item>
        <title>690e179059e7e89040d1cd564e39761567a8d5dc - Merge tag &apos;v5.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpuidle/Kconfig#690e179059e7e89040d1cd564e39761567a8d5dc</link>
        <description>Merge tag &apos;v5.18&apos; into nextSync up with mainline to get updates to OMAP4 keypad driver and otherupstream goodies.

            List of files:
            /linux/drivers/cpuidle/Kconfig</description>
        <pubDate>Sat, 28 May 2022 01:40:01 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
