summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2025-04-23Merge tag 'cpufreq-arm-fixes-6.15-rc' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki
2025-04-17Merge tag 'amd-pstate-v6.15-2025-04-15' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki
2025-04-17cpufreq: Avoid using inconsistent policy->min and policy->maxRafael J. Wysocki
2025-04-17cpufreq: fix compile-test defaultsJohan Hovold
2025-04-16cpufreq: cppc: Fix invalid return value in .get() callbackMarc Zyngier
2025-04-14cpufreq: intel_pstate: Fix hwp_get_cpu_scaling()Rafael J. Wysocki
2025-04-11cpufreq/amd-pstate: Enable ITMT support after initializing core rankingsK Prateek Nayak
2025-04-10cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate()Henry Martin
2025-04-10cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate()Henry Martin
2025-04-10cpufreq: apple-soc: Fix null-ptr-deref in apple_soc_cpufreq_get_rate()Henry Martin
2025-04-08cpufreq: Do not enable by default during compile testingKrzysztof Kozlowski
2025-04-08cpufreq: Add SM8650 to cpufreq-dt-platdev blocklistPengyu Luo
2025-04-08cpufreq: sun50i: prevent out-of-bounds accessAndre Przywara
2025-04-07cpufreq/amd-pstate: Fix min_limit perf and freq updation for performance gove...Dhananjay Ugwekar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-02Merge tag 'pm-6.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2025-04-01cpufreq: Reference count policy in cpufreq_update_limits()Rafael J. Wysocki
2025-03-27Merge tag 'powerpc-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2025-03-22Merge tag 'cpufreq-arm-updates-6.15' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki
2025-03-17cpufreq: Init cpufreq only for present CPUsJacky Bai
2025-03-10cpufreq: tegra186: Share policy per clusterAaron Kling
2025-03-06Merge back earlier cpufreq material for 6.15Rafael J. Wysocki
2025-03-06cpufreq/amd-pstate: Drop actions in amd_pstate_epp_cpu_offline()Mario Limonciello
2025-03-06cpufreq/amd-pstate: Stop caching EPPMario Limonciello
2025-03-06cpufreq/amd-pstate: Rework CPPC enablingMario Limonciello
2025-03-06cpufreq/amd-pstate: Drop debug statements for policy settingMario Limonciello
2025-03-06cpufreq/amd-pstate: Update cppc_req_cached for shared mem EPP writesMario Limonciello
2025-03-06cpufreq/amd-pstate: Move all EPP tracing into *_update_perf and *_set_epp fun...Mario Limonciello
2025-03-06cpufreq/amd-pstate: Cache CPPC request in shared mem case tooMario Limonciello
2025-03-06cpufreq/amd-pstate: Replace all AMD_CPPC_* macros with masksMario Limonciello
2025-03-06cpufreq/amd-pstate-ut: Adjust variable scopeMario Limonciello
2025-03-06cpufreq/amd-pstate-ut: Run on all of the correct CPUsMario Limonciello
2025-03-06cpufreq/amd-pstate-ut: Drop SUCCESS and FAIL enumsMario Limonciello
2025-03-06cpufreq/amd-pstate-ut: Allow lowest nonlinear and lowest to be the sameMario Limonciello
2025-03-06cpufreq/amd-pstate-ut: Use _free macro to free put policyMario Limonciello
2025-03-06cpufreq/amd-pstate: Drop `cppc_cap1_cached`Mario Limonciello
2025-03-06cpufreq/amd-pstate: Overhaul lockingMario Limonciello
2025-03-06cpufreq/amd-pstate: Move perf values into a unionMario Limonciello
2025-03-06cpufreq/amd-pstate: Drop min and max cached frequenciesMario Limonciello
2025-03-06cpufreq/amd-pstate: Show a warning when a CPU fails to setupMario Limonciello
2025-03-06cpufreq/amd-pstate: Invalidate cppc_req_cached during suspendMario Limonciello
2025-03-06cpufreq/amd-pstate: Fix the clamping of perf valuesDhananjay Ugwekar
2025-03-04cpufreq: tegra194: Allow building for Tegra234Aaron Kling
2025-02-27cpufreq: intel_pstate: Avoid SMP calls to get cpu-typePawan Gupta
2025-02-26cpufreq: ppc_cbe: Remove powerpc Cell driverMichael Ellerman
2025-02-23cpufreq/amd-pstate: Remove the unncecessary driver_lock in amd_pstate_update_...Dhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Use scope based cleanup for cpufreq_policy refsDhananjay Ugwekar
2025-02-23cpufreq/amd-pstate: Add missing NULL ptr check in amd_pstate_updateDhananjay Ugwekar