<?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>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<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/cpufreq/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/cpufreq/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>83e990310dfc92be7cf84c9008137d3275363d94 - Merge branch &apos;pm-cpufreq&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#83e990310dfc92be7cf84c9008137d3275363d94</link>
        <description>Merge branch &apos;pm-cpufreq&apos;Merge cpufreq updates for 7.1-rc1: - 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)* pm-cpufreq: (38 commits)  cpufreq/amd-pstate: Add POWER_SUPPLY select for dynamic EPP  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  amd-pstate-ut: Add module parameter to select testcases  amd-pstate: Introduce a tracepoint trace_amd_pstate_cppc_req2()  amd-pstate: Add sysfs support for floor_freq and floor_count  amd-pstate: Add support for CPPC_REQ2 and FLOOR_PERF  x86/cpufeatures: Add AMD CPPC Performance Priority feature.  ...

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Fri, 10 Apr 2026 12:05:32 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>35ed8fa05fb81fae4eb92ccc55dd6007d409e2f3 - Merge back earlier cpufreq material for 7.1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#35ed8fa05fb81fae4eb92ccc55dd6007d409e2f3</link>
        <description>Merge back earlier cpufreq material for 7.1

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Sat, 04 Apr 2026 14:58:58 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2e00c2dcc5325af04e2dfbb29281ced1c724ab81 - cpufreq: clean up dead code in Kconfig</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#2e00c2dcc5325af04e2dfbb29281ced1c724ab81</link>
        <description>cpufreq: clean up dead code in KconfigThere is already an &apos;if CPU_FREQ&apos; condition wrapping these configoptions, making the &apos;depends on&apos; statement for each a duplicatedependency (dead code).Leave the outer &apos;if CPU_FREQ...endif&apos; and remove the individual&apos;depends on&apos; statement from each option.This dead code was found by kconfirm, a static analysis tool forKconfig.Signed-off-by: Julian Braha &lt;julianbraha@gmail.com&gt;Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;[ rjw: Subject and changelog edits ]Link: https://patch.msgid.link/20260331074242.39986-1-julianbraha@gmail.comSigned-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Tue, 31 Mar 2026 09:42:42 +0200</pubDate>
        <dc:creator>Julian Braha &lt;julianbraha@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Wed, 06 Aug 2025 19:08:54 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7bee4e7f78089c101be2ad51f4b5ec64782053e - Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#a7bee4e7f78089c101be2ad51f4b5ec64782053e</link>
        <description>Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextMerge an immutable branch between MFD, GPIO, Input and PWM to resolveconflicts for the merge window pull request.

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Mon, 04 Aug 2025 08:28:48 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74f1af95820fc2ee580a775a3a17c416db30b38c - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#74f1af95820fc2ee580a775a3a17c416db30b38c</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-nextBack-merge drm-next to (indirectly) get arm-smmu updates for makingstall-on-fault more reliable.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Sun, 29 Jun 2025 04:54:49 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to forward to v6.16-rc1Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Wed, 11 Jun 2025 09:01:34 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>86e2d052c2320bf12571a5d96b16c2745e1cfc5e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#86e2d052c2320bf12571a5d96b16c2745e1cfc5e</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.16Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Mon, 09 Jun 2025 18:26:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>34c55367af96f62e89221444f04487440ebc6487 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#34c55367af96f62e89221444f04487440ebc6487</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.16-rc1, among other things to get the fixed size GENMASK_U*()and BIT_U*() macros.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Mon, 09 Jun 2025 11:40:46 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>976aa630da5b5508c278487db31b873ddf6bae8f - Merge tag &apos;pm-6.16-rc1-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#976aa630da5b5508c278487db31b873ddf6bae8f</link>
        <description>Merge tag &apos;pm-6.16-rc1-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmPull more power management updates from Rafael Wysocki: &quot;These revert an x86 commit that introduced a nasty power regression on  some systems, fix PSCI cpuidle driver and ACPI cpufreq driver  regressions, add Rust abstractions for cpufreq, OPP, clk, and  cpumasks, add a Rust-based cpufreq-dt driver, and do a minor SCMI  cpufreq driver cleanup:   - Revert an x86 commit that went into 6.15 and caused idle power,     including power in suspend-to-idle, to rise rather dramatically on     systems booting with &quot;nosmt&quot; in the kernel command line (Rafael     Wysocki)   - Prevent freeing an uninitialized pointer in error path of     dt_idle_state_present() in the PSCI cpuidle driver (Dan Carpenter)   - Use KHz as the nominal_freq units in get_max_boost_ratio() in the     ACPI cpufreq driver (iGautham Shenoy)   - Add Rust abstractions for CPUFreq framework (Viresh Kumar)   - Add Rust abstractions for OPP framework (Viresh Kumar)   - Add basic Rust abstractions for Clk and Cpumask frameworks (Viresh     Kumar)   - Clean up the SCMI cpufreq driver somewhat (Mike Tipton)&quot;* tag &apos;pm-6.16-rc1-2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (21 commits)  Revert &quot;x86/smp: Eliminate mwait_play_dead_cpuid_hint()&quot;  acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio()  rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc test  cpuidle: psci: Fix uninitialized variable in dt_idle_state_present()  rust: opp: Make the doctest example depend on CONFIG_OF  cpufreq: scmi: Skip SCMI devices that aren&apos;t used by the CPUs  cpufreq: Add Rust-based cpufreq-dt driver  rust: opp: Extend OPP abstractions with cpufreq support  rust: cpufreq: Extend abstractions for driver registration  rust: cpufreq: Extend abstractions for policy and driver ops  rust: cpufreq: Add initial abstractions for cpufreq framework  rust: opp: Add abstractions for the configuration options  rust: opp: Add abstractions for the OPP table  rust: opp: Add initial abstractions for OPP framework  rust: cpu: Add from_cpu()  rust: macros: enable use of hyphens in module names  rust: clk: Add initial abstractions  rust: clk: Add helpers for Rust code  MAINTAINERS: Add entry for Rust cpumask API  rust: cpumask: Add initial abstractions  ...

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Fri, 30 May 2025 20:54:29 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>25961ae6c80b2b940e941f0b3bd0c5c8c1b9ee60 - Merge branch &apos;pm-cpufreq&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#25961ae6c80b2b940e941f0b3bd0c5c8c1b9ee60</link>
        <description>Merge branch &apos;pm-cpufreq&apos;Merge Rust support for cpufreq and OPP, a new Rust-based cpufreq-dtdriver, an SCMI cpufreq driver cleanup, and an ACPI cpufreq driverregression fix: - Add Rust abstractions for CPUFreq framework (Viresh Kumar). - Add Rust abstractions for OPP framework (Viresh Kumar). - Add basic Rust abstractions for Clk and Cpumask frameworks (Viresh   Kumar). - Clean up the SCMI cpufreq driver somewhat (Mike Tipton). - Use KHz as the nominal_freq units in get_max_boost_ratio() in the   ACPI cpufreq driver (iGautham Shenoy).* pm-cpufreq:  acpi-cpufreq: Fix nominal_freq units to KHz in get_max_boost_ratio()  rust: opp: Move `cfg(CONFIG_OF)` attribute to the top of doc test  rust: opp: Make the doctest example depend on CONFIG_OF  cpufreq: scmi: Skip SCMI devices that aren&apos;t used by the CPUs  cpufreq: Add Rust-based cpufreq-dt driver  rust: opp: Extend OPP abstractions with cpufreq support  rust: cpufreq: Extend abstractions for driver registration  rust: cpufreq: Extend abstractions for policy and driver ops  rust: cpufreq: Add initial abstractions for cpufreq framework  rust: opp: Add abstractions for the configuration options  rust: opp: Add abstractions for the OPP table  rust: opp: Add initial abstractions for OPP framework  rust: cpu: Add from_cpu()  rust: macros: enable use of hyphens in module names  rust: clk: Add initial abstractions  rust: clk: Add helpers for Rust code  MAINTAINERS: Add entry for Rust cpumask API  rust: cpumask: Add initial abstractions  rust: cpumask: Add few more helpers

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Fri, 30 May 2025 20:11:09 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0c905cadf38b49d53deee25819f0eaa46091c83a - Merge tag &apos;cpufreq-arm-updates-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#0c905cadf38b49d53deee25819f0eaa46091c83a</link>
        <description>Merge tag &apos;cpufreq-arm-updates-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmMerge ARM CPUFreq updates for 6.16 from Viresh Kumar:&quot;- Rust abstractions for CPUFreq framework (Viresh Kumar). - Rust abstractions for OPP framework (Viresh Kumar). - Basic Rust abstractions for Clk and Cpumask frameworks (Viresh Kumar). - Minor cleanup to the SCMI cpufreq driver (Mike Tipton).&quot;* tag &apos;cpufreq-arm-updates-6.16&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm: (24 commits)  cpufreq: scmi: Skip SCMI devices that aren&apos;t used by the CPUs  cpufreq: Add Rust-based cpufreq-dt driver  rust: opp: Extend OPP abstractions with cpufreq support  rust: cpufreq: Extend abstractions for driver registration  rust: cpufreq: Extend abstractions for policy and driver ops  rust: cpufreq: Add initial abstractions for cpufreq framework  rust: opp: Add abstractions for the configuration options  rust: opp: Add abstractions for the OPP table  rust: opp: Add initial abstractions for OPP framework  rust: cpu: Add from_cpu()  rust: macros: enable use of hyphens in module names  rust: clk: Add initial abstractions  rust: clk: Add helpers for Rust code  MAINTAINERS: Add entry for Rust cpumask API  rust: cpumask: Add initial abstractions  rust: cpumask: Add few more helpers  rust: devres: require a bound device  rust: pci: move iomap_region() to impl Device&lt;Bound&gt;  rust: device: implement Bound device context  rust: pci: preserve device context in AsRef  ...

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Wed, 21 May 2025 22:49:34 +0200</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c410aabd0321468b6569f31931aa32ddc5897ca9 - Merge branch &apos;rust/cpufreq-dt&apos; into cpufreq/arm/linux-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#c410aabd0321468b6569f31931aa32ddc5897ca9</link>
        <description>Merge branch &apos;rust/cpufreq-dt&apos; into cpufreq/arm/linux-next

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Tue, 20 May 2025 07:54:12 +0200</pubDate>
        <dc:creator>Viresh Kumar &lt;viresh.kumar@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>06149d8f2216894cee86106c701d13141948f159 - cpufreq: Add Rust-based cpufreq-dt driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#06149d8f2216894cee86106c701d13141948f159</link>
        <description>cpufreq: Add Rust-based cpufreq-dt driverIntroduce a Rust-based implementation of the cpufreq-dt driver, coveringmost of the functionality provided by the existing C version. Somefeatures, such as retrieving platform data from `cpufreq-dt-platdev.c`,are still pending.The driver has been tested with QEMU, and frequency scaling works asexpected.Signed-off-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Thu, 01 Feb 2024 06:06:24 +0100</pubDate>
        <dc:creator>Viresh Kumar &lt;viresh.kumar@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>1260ed77798502de9c98020040d2995008de10cc - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#1260ed77798502de9c98020040d2995008de10cc</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesBackmerging to get updates from v6.15-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Tue, 08 Apr 2025 10:15:47 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>946661e3bef8efa11ba8079d4ebafe6fc3b0aaad - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#946661e3bef8efa11ba8079d4ebafe6fc3b0aaad</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.15 merge window.

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Sat, 05 Apr 2025 08:04:35 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0b119045b79a672bc6d8f18641c60fc8ce1b4585 - Merge tag &apos;v6.14-rc4&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/cpufreq/Kconfig#0b119045b79a672bc6d8f18641c60fc8ce1b4585</link>
        <description>Merge tag &apos;v6.14-rc4&apos; into nextSync up with the mainline.

            List of files:
            /linux/drivers/cpufreq/Kconfig</description>
        <pubDate>Wed, 26 Feb 2025 01:03:25 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
