| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-30 | cpufreq: intel_pstate: Unchecked MSR aceess in legacy mode | Srinivas Pandruvada | 1 | -0/+3 |
| 2025-04-28 | cpufreq: Fix setting policy limits when frequency tables are used | Rafael J. Wysocki | 3 | -12/+19 |
| 2025-04-25 | cpufreq: ACPI: Re-sync CPU boost state on system resume | Viresh Kumar | 1 | -2/+13 |
| 2025-04-23 | Merge tag 'cpufreq-arm-fixes-6.15-rc' of git://git.kernel.org/pub/scm/linux/k... | Rafael J. Wysocki | 7 | -24/+50 |
| 2025-04-17 | Merge tag 'amd-pstate-v6.15-2025-04-15' of ssh://gitolite.kernel.org/pub/scm/... | Rafael J. Wysocki | 1 | -21/+15 |
| 2025-04-17 | cpufreq: Avoid using inconsistent policy->min and policy->max | Rafael J. Wysocki | 1 | -7/+25 |
| 2025-04-17 | cpufreq: fix compile-test defaults | Johan Hovold | 1 | -4/+4 |
| 2025-04-16 | cpufreq: cppc: Fix invalid return value in .get() callback | Marc Zyngier | 1 | -1/+1 |
| 2025-04-14 | cpufreq: intel_pstate: Fix hwp_get_cpu_scaling() | Rafael J. Wysocki | 1 | -1/+1 |
| 2025-04-11 | cpufreq/amd-pstate: Enable ITMT support after initializing core rankings | K Prateek Nayak | 1 | -17/+8 |
| 2025-04-10 | cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate() | Henry Martin | 1 | -3/+10 |
| 2025-04-10 | cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate() | Henry Martin | 1 | -2/+8 |
| 2025-04-10 | cpufreq: apple-soc: Fix null-ptr-deref in apple_soc_cpufreq_get_rate() | Henry Martin | 1 | -2/+8 |
| 2025-04-08 | cpufreq: Do not enable by default during compile testing | Krzysztof Kozlowski | 1 | -8/+8 |
| 2025-04-08 | cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist | Pengyu Luo | 1 | -0/+1 |
| 2025-04-08 | cpufreq: sun50i: prevent out-of-bounds access | Andre Przywara | 1 | -6/+12 |
| 2025-04-07 | cpufreq/amd-pstate: Fix min_limit perf and freq updation for performance gove... | Dhananjay Ugwekar | 1 | -4/+7 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -2/+2 |
| 2025-04-02 | Merge tag 'pm-6.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -0/+6 |
| 2025-04-01 | cpufreq: Reference count policy in cpufreq_update_limits() | Rafael J. Wysocki | 1 | -0/+6 |
| 2025-03-27 | Merge tag 'powerpc-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 6 | -479/+0 |
| 2025-03-25 | Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 53 | -769/+556 |
| 2025-03-25 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -5/+45 |
| 2025-03-22 | Merge tag 'cpufreq-arm-updates-6.15' of git://git.kernel.org/pub/scm/linux/ke... | Rafael J. Wysocki | 48 | -184/+72 |
| 2025-03-17 | cpufreq: Init cpufreq only for present CPUs | Jacky Bai | 11 | -16/+16 |
| 2025-03-10 | cpufreq: tegra186: Share policy per cluster | Aaron Kling | 1 | -0/+7 |
| 2025-03-06 | Merge back earlier cpufreq material for 6.15 | Rafael J. Wysocki | 2 | -31/+41 |
| 2025-03-06 | cpufreq/amd-pstate: Drop actions in amd_pstate_epp_cpu_offline() | Mario Limonciello | 1 | -8/+1 |
| 2025-03-06 | cpufreq/amd-pstate: Stop caching EPP | Mario Limonciello | 2 | -10/+10 |
| 2025-03-06 | cpufreq/amd-pstate: Rework CPPC enabling | Mario Limonciello | 1 | -144/+35 |
| 2025-03-06 | cpufreq/amd-pstate: Drop debug statements for policy setting | Mario Limonciello | 1 | -4/+0 |
| 2025-03-06 | cpufreq/amd-pstate: Update cppc_req_cached for shared mem EPP writes | Mario Limonciello | 1 | -0/+6 |
| 2025-03-06 | cpufreq/amd-pstate: Move all EPP tracing into *_update_perf and *_set_epp fun... | Mario Limonciello | 2 | -51/+80 |
| 2025-03-06 | cpufreq/amd-pstate: Cache CPPC request in shared mem case too | Mario Limonciello | 1 | -1/+21 |
| 2025-03-06 | cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masks | Mario Limonciello | 2 | -14/+11 |
| 2025-03-06 | cpufreq/amd-pstate-ut: Adjust variable scope | Mario Limonciello | 1 | -2/+2 |
| 2025-03-06 | cpufreq/amd-pstate-ut: Run on all of the correct CPUs | Mario Limonciello | 1 | -4/+4 |
| 2025-03-06 | cpufreq/amd-pstate-ut: Drop SUCCESS and FAIL enums | Mario Limonciello | 1 | -87/+54 |
| 2025-03-06 | cpufreq/amd-pstate-ut: Allow lowest nonlinear and lowest to be the same | Mario Limonciello | 1 | -2/+2 |
| 2025-03-06 | cpufreq/amd-pstate-ut: Use _free macro to free put policy | Mario Limonciello | 1 | -19/+14 |
| 2025-03-06 | cpufreq/amd-pstate: Drop `cppc_cap1_cached` | Mario Limonciello | 2 | -7/+0 |
| 2025-03-06 | cpufreq/amd-pstate: Overhaul locking | Mario Limonciello | 1 | -10/+3 |
| 2025-03-06 | cpufreq/amd-pstate: Move perf values into a union | Mario Limonciello | 3 | -120/+162 |
| 2025-03-06 | cpufreq/amd-pstate: Drop min and max cached frequencies | Mario Limonciello | 3 | -46/+20 |
| 2025-03-06 | cpufreq/amd-pstate: Show a warning when a CPU fails to setup | Mario Limonciello | 1 | -0/+2 |
| 2025-03-06 | cpufreq/amd-pstate: Invalidate cppc_req_cached during suspend | Mario Limonciello | 1 | -1/+4 |
| 2025-03-06 | cpufreq/amd-pstate: Fix the clamping of perf values | Dhananjay Ugwekar | 1 | -2/+2 |
| 2025-03-04 | cpufreq: tegra194: Allow building for Tegra234 | Aaron Kling | 1 | -1/+1 |
| 2025-02-27 | cpufreq: intel_pstate: Avoid SMP calls to get cpu-type | Pawan Gupta | 1 | -12/+4 |
| 2025-02-26 | cpufreq: ppc_cbe: Remove powerpc Cell driver | Michael Ellerman | 6 | -479/+0 |
| 2025-02-23 | cpufreq/amd-pstate: Remove the unncecessary driver_lock in amd_pstate_update_... | Dhananjay Ugwekar | 1 | -2/+0 |
| 2025-02-23 | cpufreq/amd-pstate: Use scope based cleanup for cpufreq_policy refs | Dhananjay Ugwekar | 1 | -17/+8 |
| 2025-02-23 | cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_update | Dhananjay Ugwekar | 1 | -0/+3 |
| 2025-02-23 | cpufreq/amd-pstate: Remove the unnecessary cpufreq_update_policy call | Dhananjay Ugwekar | 1 | -4/+0 |
| 2025-02-23 | cpufreq/amd-pstate: Modularize perf<->freq conversion | Dhananjay Ugwekar | 1 | -27/+30 |
| 2025-02-23 | cpufreq/amd-pstate: Convert all perf values to u8 | Dhananjay Ugwekar | 3 | -62/+62 |
| 2025-02-23 | cpufreq/amd-pstate: Pass min/max_limit_perf as min/max_perf to amd_pstate_update | Dhananjay Ugwekar | 1 | -5/+4 |
| 2025-02-23 | cpufreq/amd-pstate: Remove the redundant des_perf clamping in adjust_perf | Dhananjay Ugwekar | 1 | -2/+0 |
| 2025-02-23 | cpufreq/amd-pstate: Modify the min_perf calculation in adjust_perf callback | Dhananjay Ugwekar | 1 | -6/+6 |
| 2025-02-21 | cpufreq: intel_pstate: Relocate platform preference check | Rafael J. Wysocki | 1 | -9/+9 |
| 2025-02-20 | cpufreq: governor: Fix negative 'idle_time' handling in dbs_update() | Jie Zhan | 1 | -22/+23 |
| 2025-02-19 | cpufreq: enable 1200Mhz clock speed for armada-37xx | Benjamin Schneider | 1 | -5/+1 |
| 2025-02-18 | cpufreq: intel_pstate: Make it possible to avoid enabling CAS | Rafael J. Wysocki | 1 | -0/+9 |
| 2025-02-17 | cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry | Beata Michalska | 2 | -1/+41 |
| 2025-02-17 | cpufreq: Allow arch_freq_get_on_cpu to return an error | Beata Michalska | 1 | -4/+4 |
| 2025-02-07 | cpufreq: Remove cpufreq_enable_boost_support() | Viresh Kumar | 1 | -15/+0 |
| 2025-02-07 | cpufreq: staticize policy_has_boost_freq() | Viresh Kumar | 1 | -2/+1 |
| 2025-02-07 | cpufreq: qcom: Set .set_boost directly | Viresh Kumar | 1 | -6/+1 |
| 2025-02-07 | cpufreq: dt: Set .set_boost directly | Viresh Kumar | 1 | -13/+1 |
| 2025-02-07 | cpufreq: scmi: Set .set_boost directly | Viresh Kumar | 1 | -10/+1 |
| 2025-02-07 | cpufreq: powernv: Set .set_boost directly | Viresh Kumar | 1 | -4/+1 |
| 2025-02-07 | cpufreq: loongson: Set .set_boost directly | Viresh Kumar | 1 | -9/+1 |
| 2025-02-07 | cpufreq: apple: Set .set_boost directly | Viresh Kumar | 1 | -9/+1 |
| 2025-02-07 | cpufreq: Restrict enabling boost on policies with no boost frequencies | Viresh Kumar | 1 | -1/+7 |
| 2025-02-07 | cpufreq: cppc: Set policy->boost_supported | Viresh Kumar | 1 | -8/+1 |
| 2025-02-07 | cpufreq: amd: Set policy->boost_supported | Viresh Kumar | 1 | -2/+2 |
| 2025-02-07 | cpufreq: acpi: Set policy->boost_supported | Viresh Kumar | 1 | -0/+3 |
| 2025-02-07 | cpufreq: Introduce policy->boost_supported flag | Viresh Kumar | 1 | -0/+4 |
| 2025-02-07 | cpufreq: Export cpufreq_boost_set_sw() | Viresh Kumar | 1 | -1/+2 |
| 2025-02-07 | cpufreq: staticize cpufreq_boost_trigger_state() | Viresh Kumar | 1 | -1/+2 |
| 2025-02-07 | cpufreq: Stop checking for duplicate available/boost freq attributes | Viresh Kumar | 1 | -7/+0 |
| 2025-02-07 | cpufreq: Remove cpufreq_generic_attrs | Viresh Kumar | 1 | -8/+0 |
| 2025-02-07 | cpufreq: virtual: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: vexpress: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: tegra: Stop setting cpufreq_driver->attr field | Viresh Kumar | 2 | -2/+0 |
| 2025-02-07 | cpufreq: speedstep: Stop setting cpufreq_driver->attr field | Viresh Kumar | 3 | -3/+0 |
| 2025-02-07 | cpufreq: spear: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: sh: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: scpi: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: scmi: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -8/+0 |
| 2025-02-07 | cpufreq: sc520_freq: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: qoriq: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: qcom: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -7/+0 |
| 2025-02-07 | cpufreq: powernv: Stop setting common freq attributes | Viresh Kumar | 1 | -6/+0 |
| 2025-02-07 | cpufreq: powernow: Stop setting cpufreq_driver->attr field | Viresh Kumar | 3 | -3/+0 |
| 2025-02-07 | cpufreq: pmac: Stop setting cpufreq_driver->attr field | Viresh Kumar | 2 | -2/+0 |
| 2025-02-07 | cpufreq: pasemi: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: p4: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: omap: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: mediatek: Stop setting cpufreq_driver->attr field | Viresh Kumar | 2 | -2/+0 |
| 2025-02-07 | cpufreq: loongson: Stop setting cpufreq_driver->attr field | Viresh Kumar | 2 | -2/+0 |
| 2025-02-07 | cpufreq: longhaul: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: kirkwood: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: imx6q: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: elanfreq: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: e_powersaver: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: davinci: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: brcmstb: Stop setting common freq attributes | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: bmips: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: apple: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -8/+0 |
| 2025-02-07 | cpufreq: acpi: Stop setting common freq attributes | Viresh Kumar | 1 | -1/+0 |
| 2025-02-07 | cpufreq: dt: Stop setting cpufreq_driver->attr field | Viresh Kumar | 1 | -8/+0 |
| 2025-02-07 | cpufreq: Always create freq-table related sysfs file | Viresh Kumar | 1 | -0/+22 |
| 2025-02-07 | cpufreq: Use str_enable_disable() helper | Lifeng Zheng | 1 | -1/+1 |
| 2025-02-06 | Merge tag 'amd-pstate-v6.14-2025-02-06' of ssh://gitolite.kernel.org/pub/scm/... | Rafael J. Wysocki | 1 | -10/+10 |
| 2025-02-06 | cpufreq/amd-pstate: Fix cpufreq_policy ref counting | Dhananjay Ugwekar | 1 | -4/+5 |
| 2025-02-06 | cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boost | Dhananjay Ugwekar | 1 | -1/+0 |
| 2025-02-06 | cpufreq: scpi: compare kHz instead of Hz | zuoqian | 1 | -2/+3 |
| 2025-02-05 | cpufreq: prevent NULL dereference in cpufreq_online() | Aboorva Devarajan | 1 | -1/+2 |
| 2025-02-05 | cpufreq: airoha: modify CONFIG_OF dependency | Arnd Bergmann | 1 | -1/+2 |
| 2025-02-05 | cpufreq/amd-pstate: Fix max_perf updation with schedutil | Dhananjay Ugwekar | 1 | -1/+1 |
| 2025-02-05 | cpufreq/amd-pstate: Remove the goto label in amd_pstate_update_limits | Dhananjay Ugwekar | 1 | -4/+4 |
| 2025-02-03 | cpufreq/amd-pstate: Fix per-policy boost flag incorrect when fail | Lifeng Zheng | 1 | -1/+0 |
| 2025-01-29 | cpufreq: airoha: Depends on OF | Viresh Kumar | 1 | -1/+1 |
| 2025-01-23 | cpufreq: ACPI: Remove set_boost in acpi_cpufreq_cpu_init() | Lifeng Zheng | 1 | -5/+0 |
| 2025-01-23 | cpufreq: CPPC: Fix wrong max_freq in policy initialization | Lifeng Zheng | 1 | -2/+3 |
| 2025-01-23 | cpufreq: Introduce a more generic way to set default per-policy boost flag | Lifeng Zheng | 1 | -4/+12 |
| 2025-01-23 | cpufreq: Fix re-boost issue after hotplugging a CPU | Lifeng Zheng | 1 | -0/+4 |
| 2025-01-23 | cpufreq: s3c64xx: Fix compilation warning | Viresh Kumar | 1 | -4/+7 |
| 2025-01-22 | Merge tag 'pm-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 18 | -337/+625 |
| 2025-01-21 | Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2025-01-20 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 18 | -336/+624 |
| 2025-01-20 | Merge branches 'pm-sleep', 'pm-cpuidle' and 'pm-em' | Rafael J. Wysocki | 1 | -1/+1 |
| 2025-01-20 | Merge tag 'cpufreq-arm-updates-6.14' of ssh://gitolite.kernel.org/pub/scm/lin... | Rafael J. Wysocki | 10 | -26/+280 |
| 2025-01-17 | cpufreq: Use str_enable_disable()-like helpers | Krzysztof Kozlowski | 2 | -4/+6 |
| 2025-01-17 | cpufreq: airoha: Add EN7581 CPUFreq SMCCC driver | Christian Marangi | 4 | -0/+163 |
| 2025-01-16 | Merge back earlier cpufreq material for 6.14 | Rafael J. Wysocki | 6 | -306/+338 |
| 2025-01-14 | cpufreq: ACPI: Fix max-frequency computation | Gautham R. Shenoy | 1 | -9/+27 |
| 2025-01-14 | cpufreq: Move endif to the end of Kconfig file | Viresh Kumar | 1 | -2/+2 |
| 2025-01-10 | Merge tag 'amd-pstate-v6.14-2025-01-07' of ssh://gitolite.kernel.org/pub/scm/... | Rafael J. Wysocki | 1 | -10/+5 |
| 2025-01-08 | treewide: Introduce kthread_run_worker[_on_cpu]() | Frederic Weisbecker | 1 | -1/+1 |
| 2025-01-03 | cpufreq/amd-pstate: Refactor max frequency calculation | Naresh Solanki | 1 | -9/+4 |
| 2025-01-03 | cpufreq/amd-pstate: Fix prefcore rankings | Mario Limonciello | 1 | -1/+1 |
| 2024-12-24 | cpufreq: sparc: change kzalloc to kcalloc | Ethan Carter Edwards | 2 | -2/+2 |
| 2024-12-23 | cpufreq: qcom: Implement clk_ops::determine_rate() for qcom_cpufreq* clocks | Manivannan Sadhasivam | 1 | -0/+13 |
| 2024-12-23 | cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT if LMh IRQ is n... | Manivannan Sadhasivam | 1 | -10/+11 |
| 2024-12-23 | cpufreq: apple-soc: Add Apple A7-A8X SoC cpufreq support | Nick Chan | 1 | -6/+24 |
| 2024-12-23 | cpufreq: apple-soc: Set fallback transition latency to APPLE_DVFS_TRANSITION_... | Nick Chan | 1 | -1/+1 |
| 2024-12-23 | cpufreq: apple-soc: Increase cluster switch timeout to 400us | Nick Chan | 1 | -1/+1 |
| 2024-12-23 | cpufreq: apple-soc: Use 32-bit read for status register | Nick Chan | 1 | -1/+1 |
| 2024-12-23 | cpufreq: apple-soc: Allow per-SoC configuration of APPLE_DVFS_CMD_PS1 | Nick Chan | 1 | -2/+11 |
| 2024-12-23 | cpufreq: apple-soc: Drop setting the PS2 field on M2+ | Hector Martin | 1 | -3/+10 |
| 2024-12-23 | cpufreq: fix using cpufreq-dt as module | Andreas Kemnade | 2 | -3/+1 |
| 2024-12-23 | cpufreq: scmi: Register for limit change notifications | Sibi Sankar | 1 | -0/+45 |
| 2024-12-19 | Merge tag 'amd-pstate-v6.14-2024-12-18' of ssh://gitolite.kernel.org/pub/scm/... | Rafael J. Wysocki | 4 | -286/+299 |
| 2024-12-18 | PM: EM: Move sched domains rebuild function from schedutil to EM | Rafael J. Wysocki | 1 | -1/+1 |
| 2024-12-18 | cpufreq: intel_pstate: Use CPUFREQ_POLICY_UNKNOWN | Christian Loehle | 1 | -1/+1 |
| 2024-12-11 | cpufreq/amd-pstate: Drop boost_state variable | Mario Limonciello | 2 | -14/+13 |
| 2024-12-11 | cpufreq/amd-pstate: Set different default EPP policy for Epyc and Ryzen | Mario Limonciello | 1 | -4/+8 |
| 2024-12-11 | cpufreq/amd-pstate: Drop ret variable from amd_pstate_set_energy_pref_index() | Mario Limonciello | 1 | -7/+3 |
| 2024-12-11 | cpufreq/amd-pstate: Always write EPP value when updating perf | Mario Limonciello | 2 | -59/+56 |
| 2024-12-11 | cpufreq/amd-pstate: Cache EPP value and use that everywhere | Mario Limonciello | 1 | -62/+43 |
| 2024-12-11 | cpufreq/amd-pstate: Move limit updating code | Mario Limonciello | 1 | -23/+5 |
| 2024-12-11 | cpufreq/amd-pstate: Change amd_pstate_update_perf() to return an int | Mario Limonciello | 1 | -10/+12 |
| 2024-12-11 | cpufreq/amd-pstate: store all values in cpudata struct in khz | Mario Limonciello | 2 | -21/+19 |
| 2024-12-11 | cpufreq/amd-pstate: Only update the cached value in msr_set_epp() on success | Mario Limonciello | 1 | -3/+7 |
| 2024-12-11 | cpufreq/amd-pstate: Use FIELD_PREP and FIELD_GET macros | Mario Limonciello | 1 | -28/+23 |
| 2024-12-11 | cpufreq/amd-pstate: Drop cached epp_policy variable | Mario Limonciello | 2 | -5/+0 |
| 2024-12-11 | cpufreq/amd-pstate: convert mutex use to guard() | Mario Limonciello | 1 | -20/+12 |
| 2024-12-11 | cpufreq/amd-pstate: Add trace event for EPP perf updates | Mario Limonciello | 2 | -0/+73 |
| 2024-12-11 | cpufreq/amd-pstate: Merge amd_pstate_epp_cpu_offline() and amd_pstate_epp_off... | Dhananjay Ugwekar | 1 | -13/+4 |
| 2024-12-11 | cpufreq/amd-pstate: Remove the cppc_state check in offline/online functions | Dhananjay Ugwekar | 1 | -6/+3 |
| 2024-12-11 | cpufreq/amd-pstate: Refactor amd_pstate_epp_reenable() and amd_pstate_epp_off... | Dhananjay Ugwekar | 1 | -30/+6 |
| 2024-12-11 | cpufreq/amd-pstate: Move the invocation of amd_pstate_update_perf() | Dhananjay Ugwekar | 1 | -3/+4 |
| 2024-12-11 | cpufreq/amd-pstate: Convert the amd_pstate_get/set_epp() to static calls | Dhananjay Ugwekar | 1 | -32/+60 |
| 2024-12-10 | cpufreq: intel_pstate: Drop Arrow Lake from "scaling factor" list | Rafael J. Wysocki | 1 | -1/+0 |
| 2024-12-10 | cpufreq: intel_pstate: Use CPPC to get scaling factors | Rafael J. Wysocki | 1 | -24/+33 |
| 2024-12-10 | cpufreq/amd-pstate: Use boost numerator for upper bound of frequencies | Mario Limonciello | 1 | -8/+5 |
| 2024-12-10 | cpufreq/amd-pstate: Store the boost numerator as highest perf again | Mario Limonciello | 1 | -10/+15 |
| 2024-12-09 | cpufreq/amd-pstate: Detect preferred core support before driver registration | K Prateek Nayak | 1 | -6/+6 |
| 2024-11-23 | Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 3 | -250/+0 |
| 2024-11-22 | Merge tag 'pm-6.13-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 12 | -93/+451 |
| 2024-11-20 | Merge tag 'pmdomain-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/u... | Linus Torvalds | 1 | -53/+27 |
| 2024-11-19 | Merge tag 'cpufreq-arm-updates-6.13' of ssh://gitolite.kernel.org/pub/scm/lin... | Rafael J. Wysocki | 12 | -93/+451 |
| 2024-11-19 | Merge tag 'x86_cpu_for_v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2024-11-14 | Merge back cpufreq material for 6.13 | Rafael J. Wysocki | 24 | -164/+122 |
| 2024-11-13 | cpufreq: intel_pstate: Update Balance-performance EPP for Granite Rapids | Srinivas Pandruvada | 1 | -0/+2 |
| 2024-11-13 | cpufreq: maple: Remove maple driver | Michael Ellerman | 3 | -250/+0 |
| 2024-11-12 | cpufreq: ACPI: Simplify MSR read on the boot CPU | Chang S. Bae | 1 | -5/+2 |
| 2024-11-11 | cpufreq: intel_pstate: Rearrange locking in hybrid_init_cpu_capacity_scaling() | Rafael J. Wysocki | 1 | -19/+16 |
| 2024-11-11 | Merge back cpufreq material for 6.13 | Rafael J. Wysocki | 23 | -159/+118 |
| 2024-11-11 | cpufreq: sun50i: add a100 cpufreq support | Shuosheng Huang | 2 | -0/+29 |
| 2024-11-11 | cpufreq: mediatek-hw: Fix wrong return value in mtk_cpufreq_get_cpu_power() | Jinjie Ruan | 1 | -1/+1 |
| 2024-11-11 | cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power() | Jinjie Ruan | 1 | -1/+1 |
| 2024-11-11 | cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost() | Jinjie Ruan | 1 | -1/+1 |
| 2024-11-11 | cpufreq: loongson3: Check for error code from devm_mutex_init() call | Andy Shevchenko | 1 | -2/+5 |
| 2024-11-11 | cpufreq: scmi: Fix cleanup path when boost enablement fails | Sibi Sankar | 1 | -1/+3 |
| 2024-11-04 | cpufreq: intel_pstate: Update asym capacity for CPUs that were offline initially | Rafael J. Wysocki | 1 | -0/+5 |
| 2024-11-04 | cpufreq: intel_pstate: Clear hybrid_max_perf_cpu before driver registration | Rafael J. Wysocki | 1 | -3/+18 |
| 2024-10-30 | cpufreq: CPPC: Fix possible null-ptr-deref for cppc_get_cpu_cost() | Jinjie Ruan | 1 | -0/+3 |