summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2023-02-09Merge back cpufreq material for 6.3-rc1.Rafael J. Wysocki4-252/+686
2023-02-06Merge tag 'cpufreq-arm-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki1-11/+13
2023-02-06cpufreq: qcom-hw: Fix cpufreq_driver->get() for non-LMH systemsDouglas Anderson1-11/+13
2023-02-06cpufreq: mediatek-hw: Register to module device tableNĂ­colas F. R. A. Prado1-0/+1
2023-02-06cpufreq: tegra194: Enable CPUFREQ thermal coolingYi-Wei Wang1-1/+2
2023-02-03cpufreq: amd-pstate: convert sprintf with sysfs_emit()Perry Yuan1-3/+3
2023-02-03cpufreq: amd-pstate: add driver working mode switch supportPerry Yuan1-0/+118
2023-02-03cpufreq: amd-pstate: implement suspend and resume callbacksPerry Yuan1-0/+40
2023-02-03cpufreq: amd-pstate: implement amd pstate cpu online and offline callbackPerry Yuan1-0/+82
2023-02-03cpufreq: amd-pstate: implement Pstate EPP support for the AMD processorsPerry Yuan1-6/+414
2023-02-03cpufreq: amd-pstate: optimize driver working mode selection in amd_pstate_par...Wyes Karny1-10/+29
2023-01-20drivers/cpufreq: Remove "select SRCU"Paul E. McKenney1-1/+0
2023-01-20cpufreq: loongson1: Delete obsolete driverKeguang Zhang3-232/+0
2023-01-16cpufreq: remove s3c24xx driversArnd Bergmann8-2103/+0
2023-01-16cpufreq: remove sa1100 driverArnd Bergmann4-211/+1
2023-01-12ARM: sa1100: remove unused board filesArnd Bergmann1-6/+0
2023-01-10cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregisteringPerry Yuan1-0/+1
2023-01-10cpufreq: armada-37xx: stop using 0 as NULL pointerMiles Chen1-1/+1
2023-01-04cpufreq: apple-soc: Switch to the lowest frequency on suspendHector Martin1-0/+2
2023-01-04cpufreq: Add SM6375 to cpufreq-dt-platdev blocklistKonrad Dybcio1-0/+1
2022-12-30cpufreq: intel_pstate: Drop ACPI _PSS states table patchingRafael J. Wysocki1-14/+0
2022-12-27cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklistSumit Gupta1-0/+1
2022-12-27cpufreq: qcom-hw: Fix reading "reg" with address/size-cells != 2Konrad Dybcio1-2/+20
2022-12-27cpufreq: CPPC: Add u64 casts to avoid overflowingPierre Gondois1-5/+6
2022-12-27cpufreq: apple: remove duplicate intializerArnd Bergmann1-1/+0
2022-12-13Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2022-12-06cpufreq: stats: Convert to use sysfs_emit_at() APIye xingchen1-9/+7
2022-12-06cpufreq: ACPI: Only set boost MSRs on supported CPUsStuart Hayes1-1/+2
2022-12-06Merge tag 'cpufreq-arm-updates-6.2' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki8-93/+543
2022-12-01cpufreq: tegra186: Use flexible array to simplify memory allocationChristophe JAILLET1-7/+4
2022-11-30cpufreq: intel_pstate: Add Sapphire Rapids support in no-HWP modeGiovanni Gherdovich1-0/+1
2022-11-30cpufreq: amd_freq_sensitivity: Add missing pci_dev_put()Xiongfeng Wang1-0/+2
2022-11-30cpufreq: Init completion before kobject_init_and_add()Yongqiang Liu1-1/+1
2022-11-30cpufreq: apple-soc: Add new driver to control Apple SoC CPU P-statesHector Martin4-0/+364
2022-11-28Merge back earlier cpufreq material for v6.2.Rafael J. Wysocki4-43/+14
2022-11-24cpufreq: qcom-hw: Add CPU clock provider supportManivannan Sadhasivam1-0/+46
2022-11-22cpufreq: amd-pstate: add amd-pstate driver parameter for mode selectionPerry Yuan1-9/+27
2022-11-22cpufreq: amd-pstate: change amd-pstate driver to be built-in typePerry Yuan2-11/+2
2022-11-22cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at ...Wyes Karny1-0/+10
2022-11-21cpufreq: qcom-hw: Fix the frequency returned by cpufreq_driver->get()Manivannan Sadhasivam1-13/+29
2022-11-16cpufreq: ACPI: Remove unused variables 'acpi_cpufreq_online' and 'ret'Nathan Chancellor1-6/+0
2022-11-16cpufreq: amd-pstate: fix spdxcheck warnings for amd-pstate-ut.cMeng Li1-1/+1
2022-11-09cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()Chen Hui1-0/+1
2022-11-07cpufreq: ti: Enable ti-cpufreq for ARCH_K3Dave Gerlach1-2/+2
2022-11-07cpufreq: dt-platdev: Blacklist ti,am625 SoCDave Gerlach1-0/+1
2022-11-07cpufreq: ti-cpufreq: Add support for AM625Dave Gerlach1-0/+36
2022-11-03cpufreq: intel_pstate: Allow EPP 0x80 setting by the firmwareSrinivas Pandruvada1-4/+5
2022-11-03cpufreq: ACPI: Defer setting boost MSRsStuart Hayes1-28/+3
2022-11-03cpufreq: SPEAr: Make read-only array sys_clk_src staticColin Ian King1-1/+1
2022-11-03cpufreq: longhaul: Make array speeds static constColin Ian King1-2/+2