summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds8 days18-338/+626
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki10 days18-337/+625
| |\
| | * Merge tag 'cpufreq-arm-updates-6.14' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki11 days10-26/+280
| | |\
| | | * cpufreq: airoha: Add EN7581 CPUFreq SMCCC driverChristian Marangi2025-01-174-0/+163
| | | * cpufreq: sparc: change kzalloc to kcallocEthan Carter Edwards2024-12-242-2/+2
| | | * cpufreq: qcom: Implement clk_ops::determine_rate() for qcom_cpufreq* clocksManivannan Sadhasivam2024-12-231-0/+13
| | | * cpufreq: qcom: Fix qcom_cpufreq_hw_recalc_rate() to query LUT if LMh IRQ is n...Manivannan Sadhasivam2024-12-231-10/+11
| | | * cpufreq: apple-soc: Add Apple A7-A8X SoC cpufreq supportNick Chan2024-12-231-6/+24
| | | * cpufreq: apple-soc: Set fallback transition latency to APPLE_DVFS_TRANSITION_...Nick Chan2024-12-231-1/+1
| | | * cpufreq: apple-soc: Increase cluster switch timeout to 400usNick Chan2024-12-231-1/+1
| | | * cpufreq: apple-soc: Use 32-bit read for status registerNick Chan2024-12-231-1/+1
| | | * cpufreq: apple-soc: Allow per-SoC configuration of APPLE_DVFS_CMD_PS1Nick Chan2024-12-231-2/+11
| | | * cpufreq: apple-soc: Drop setting the PS2 field on M2+Hector Martin2024-12-231-3/+10
| | | * cpufreq: fix using cpufreq-dt as moduleAndreas Kemnade2024-12-232-3/+1
| | | * cpufreq: scmi: Register for limit change notificationsSibi Sankar2024-12-231-0/+45
| | * | cpufreq: Use str_enable_disable()-like helpersKrzysztof Kozlowski13 days2-4/+6
| | * | Merge back earlier cpufreq material for 6.14Rafael J. Wysocki2025-01-166-307/+339
| | |\ \
| | | * | cpufreq: ACPI: Fix max-frequency computationGautham R. Shenoy2025-01-141-9/+27
| | | * | Merge tag 'amd-pstate-v6.14-2025-01-07' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki2025-01-101-10/+5
| | | |\ \
| | | | * | cpufreq/amd-pstate: Refactor max frequency calculationNaresh Solanki2025-01-041-9/+4
| | | | * | cpufreq/amd-pstate: Fix prefcore rankingsMario Limonciello2025-01-031-1/+1
| | | * | | Merge tag 'amd-pstate-v6.14-2024-12-18' of ssh://gitolite.kernel.org/pub/scm/...Rafael J. Wysocki2024-12-194-287/+300
| | | |\| |
| | | | * | cpufreq/amd-pstate: Drop boost_state variableMario Limonciello2024-12-112-14/+13
| | | | * | cpufreq/amd-pstate: Set different default EPP policy for Epyc and RyzenMario Limonciello2024-12-111-4/+8
| | | | * | cpufreq/amd-pstate: Drop ret variable from amd_pstate_set_energy_pref_index()Mario Limonciello2024-12-111-7/+3
| | | | * | cpufreq/amd-pstate: Always write EPP value when updating perfMario Limonciello2024-12-112-59/+56
| | | | * | cpufreq/amd-pstate: Cache EPP value and use that everywhereMario Limonciello2024-12-111-62/+43
| | | | * | cpufreq/amd-pstate: Move limit updating codeMario Limonciello2024-12-111-23/+5
| | | | * | cpufreq/amd-pstate: Change amd_pstate_update_perf() to return an intMario Limonciello2024-12-111-10/+12
| | | | * | cpufreq/amd-pstate: store all values in cpudata struct in khzMario Limonciello2024-12-112-21/+19
| | | | * | cpufreq/amd-pstate: Only update the cached value in msr_set_epp() on successMario Limonciello2024-12-111-3/+7
| | | | * | cpufreq/amd-pstate: Use FIELD_PREP and FIELD_GET macrosMario Limonciello2024-12-111-28/+23
| | | | * | cpufreq/amd-pstate: Drop cached epp_policy variableMario Limonciello2024-12-112-5/+0
| | | | * | cpufreq/amd-pstate: convert mutex use to guard()Mario Limonciello2024-12-111-20/+12
| | | | * | cpufreq/amd-pstate: Add trace event for EPP perf updatesMario Limonciello2024-12-112-0/+73
| | | | * | cpufreq/amd-pstate: Merge amd_pstate_epp_cpu_offline() and amd_pstate_epp_off...Dhananjay Ugwekar2024-12-111-13/+4
| | | | * | cpufreq/amd-pstate: Remove the cppc_state check in offline/online functionsDhananjay Ugwekar2024-12-111-6/+3
| | | | * | cpufreq/amd-pstate: Refactor amd_pstate_epp_reenable() and amd_pstate_epp_off...Dhananjay Ugwekar2024-12-111-31/+7
| | | | * | cpufreq/amd-pstate: Move the invocation of amd_pstate_update_perf()Dhananjay Ugwekar2024-12-111-3/+4
| | | | * | cpufreq/amd-pstate: Convert the amd_pstate_get/set_epp() to static callsDhananjay Ugwekar2024-12-111-32/+60
| | | * | | cpufreq: intel_pstate: Use CPUFREQ_POLICY_UNKNOWNChristian Loehle2024-12-181-1/+1
| | | * | | cpufreq: intel_pstate: Drop Arrow Lake from "scaling factor" listRafael J. Wysocki2024-12-101-1/+0
| | | * | | cpufreq: intel_pstate: Use CPPC to get scaling factorsRafael J. Wysocki2024-12-101-24/+33
| | | | |/ | | | |/|
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'pm-sleep', 'pm-cpuidle' and 'pm-em'Rafael J. Wysocki10 days1-1/+1
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | / | | | | |/ | | | |/|
| | | | * PM: EM: Move sched domains rebuild function from schedutil to EMRafael J. Wysocki2024-12-181-1/+1
| | | |/ | | |/|
* | | | Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9 days1-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker2025-01-081-1/+1
| |/ /
* | / cpufreq: Move endif to the end of Kconfig fileViresh Kumar2025-01-141-2/+2
| |/ |/|
* | cpufreq/amd-pstate: Use boost numerator for upper bound of frequenciesMario Limonciello2024-12-101-8/+5
* | cpufreq/amd-pstate: Store the boost numerator as highest perf againMario Limonciello2024-12-101-10/+15