<?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 cpufreq.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/helpers/cpufreq.c#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

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

            List of files:
            /linux/rust/helpers/cpufreq.c</description>
        <pubDate>Tue, 10 Feb 2026 04:00:42 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>b753c3204d7b0e9bef956b64425709a9c40246fe - Merge tag &apos;cpufreq-arm-updates-7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/helpers/cpufreq.c#b753c3204d7b0e9bef956b64425709a9c40246fe</link>
        <description>Merge tag &apos;cpufreq-arm-updates-7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmPull CPUFreq Arm updates for 7.0 from Viresh Kumar:&quot;- Update cpufreq-dt-platdev list for tegra, qcom, TI (Aaron Kling,   Dhruva Gole, and Konrad Dybcio). - Minor improvements to the cpufreq / cpumask rust implementation   (Alexandre Courbot, Alice Ryhl, Tamir Duberstein, and Yilin Chen). - Add support for AM62L3 SoC to ti-cpufreq driver (Dhruva Gole). - Update FIE arch_freq_scale in ticks for non-PCC regs (Jie Zhan). - Other minor cleanups / improvements (Felix Gu, Juan Martinez, Luca   Weiss, and Sergey Shtylyov).&quot;* tag &apos;cpufreq-arm-updates-7.0-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm:  cpufreq: scmi: Fix device_node reference leak in scmi_cpu_domain_id()  cpufreq: ti-cpufreq: add support for AM62L3 SoC  cpufreq: dt-platdev: Add ti,am62l3 to blocklist  cpufreq/amd-pstate: Add comment explaining nominal_perf usage for performance policy  cpufreq: scmi: correct SCMI explanation  cpufreq: dt-platdev: Block the driver from probing on more QC platforms  rust: cpumask: rename methods of Cpumask for clarity and consistency  cpufreq: CPPC: Update FIE arch_freq_scale in ticks for non-PCC regs  cpufreq: CPPC: Factor out cppc_fie_kworker_init()  ACPI: CPPC: Factor out and export per-cpu cppc_perf_ctrs_in_pcc_cpu()  rust: cpufreq: replace `kernel::c_str!` with C-Strings  cpufreq: Add Tegra186 and Tegra194 to cpufreq-dt-platdev blocklist  dt-bindings: cpufreq: qcom-hw: document Milos CPUFREQ Hardware  rust: cpufreq: add __rust_helper to helpers  rust: cpufreq: always inline functions using build_assert with arguments

            List of files:
            /linux/rust/helpers/cpufreq.c</description>
        <pubDate>Tue, 27 Jan 2026 14:46:28 +0100</pubDate>
        <dc:creator>Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9d84fd86d9ce26be72f1cf6839a9335005734d4f - rust: cpufreq: add __rust_helper to helpers</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/helpers/cpufreq.c#9d84fd86d9ce26be72f1cf6839a9335005734d4f</link>
        <description>rust: cpufreq: add __rust_helper to helpersThis is needed to inline these helpers into Rust code.Signed-off-by: Alice Ryhl &lt;aliceryhl@google.com&gt;Reviewed-by: Boqun Feng &lt;boqun.feng@gmail.com&gt;Signed-off-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;

            List of files:
            /linux/rust/helpers/cpufreq.c</description>
        <pubDate>Tue, 02 Dec 2025 20:37:35 +0100</pubDate>
        <dc:creator>Alice Ryhl &lt;aliceryhl@google.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/rust/helpers/cpufreq.c#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/rust/helpers/cpufreq.c</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/rust/helpers/cpufreq.c#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/rust/helpers/cpufreq.c</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/rust/helpers/cpufreq.c#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/rust/helpers/cpufreq.c</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/rust/helpers/cpufreq.c#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/rust/helpers/cpufreq.c</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/rust/helpers/cpufreq.c#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/rust/helpers/cpufreq.c</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/rust/helpers/cpufreq.c#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/rust/helpers/cpufreq.c</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/rust/helpers/cpufreq.c#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/rust/helpers/cpufreq.c</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/rust/helpers/cpufreq.c#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/rust/helpers/cpufreq.c</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/rust/helpers/cpufreq.c#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/rust/helpers/cpufreq.c</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/rust/helpers/cpufreq.c#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/rust/helpers/cpufreq.c</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/rust/helpers/cpufreq.c#c410aabd0321468b6569f31931aa32ddc5897ca9</link>
        <description>Merge branch &apos;rust/cpufreq-dt&apos; into cpufreq/arm/linux-next

            List of files:
            /linux/rust/helpers/cpufreq.c</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>2207856ff0bc8d953d6e89bda70b8978c2de8bab - rust: cpufreq: Add initial abstractions for cpufreq framework</title>
        <link>http://kernelsources.org:8080/source/history/linux/rust/helpers/cpufreq.c#2207856ff0bc8d953d6e89bda70b8978c2de8bab</link>
        <description>rust: cpufreq: Add initial abstractions for cpufreq frameworkIntroduce initial Rust abstractions for the cpufreq core. This includesbasic representations for cpufreq flags, relation types, and the cpufreqtable.Signed-off-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;

            List of files:
            /linux/rust/helpers/cpufreq.c</description>
        <pubDate>Tue, 07 Jan 2025 08:21:08 +0100</pubDate>
        <dc:creator>Viresh Kumar &lt;viresh.kumar@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
