summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)Author
2023-03-03Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-03-01cpufreq: apple-soc: Fix an IS_ERR() vs NULL checkDan Carpenter
2023-02-28cpufreq: intel_pstate: remove MODULE_LICENSE in non-modulesNick Alcock
2023-02-23cpufreq: amd-pstate: remove MODULE_LICENSE in non-modulesNick Alcock
2023-02-23cpufreq: amd-pstate: Let user know amd-pstate is disabledKai-Heng Feng
2023-02-23cpufreq: intel_pstate: Adjust balance_performance EPP for Sapphire RapidsSrinivas Pandruvada
2023-02-21Merge tag 'acpi-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-02-21Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-02-15cpufreq: amd-pstate: Fix invalid write to MSR_AMD_CPPC_REQWyes Karny
2023-02-15Merge branches 'acpi-processor', 'acpi-tables', 'acpi-pnp' and 'acpi-maintain...Rafael J. Wysocki
2023-02-14Merge tag 'cpufreq-arm-updates-6.3' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki
2023-02-14Merge back cpufreq material for 6.3-rc1.Rafael J. Wysocki
2023-02-14cpufreq: qcom-hw: Add missing null pointer checkManivannan Sadhasivam
2023-02-09cpufreq: Make kobj_type structure constantThomas Weißschuh
2023-02-09cpufreq: davinci: Fix clk use after freeUwe Kleine-König
2023-02-09cpufreq: amd-pstate: avoid uninitialized variable useArnd Bergmann
2023-02-09cpufreq: Make cpufreq_unregister_driver() return voidUwe Kleine-König
2023-02-09Merge back cpufreq material for 6.3-rc1.Rafael J. Wysocki
2023-02-06Merge tag 'cpufreq-arm-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki
2023-02-06cpufreq: qcom-hw: Fix cpufreq_driver->get() for non-LMH systemsDouglas Anderson
2023-02-06cpufreq: mediatek-hw: Register to module device tableNícolas F. R. A. Prado
2023-02-06cpufreq: tegra194: Enable CPUFREQ thermal coolingYi-Wei Wang
2023-02-03cpufreq: amd-pstate: convert sprintf with sysfs_emit()Perry Yuan
2023-02-03cpufreq: amd-pstate: add driver working mode switch supportPerry Yuan
2023-02-03cpufreq: amd-pstate: implement suspend and resume callbacksPerry Yuan
2023-02-03cpufreq: amd-pstate: implement amd pstate cpu online and offline callbackPerry Yuan
2023-02-03cpufreq: amd-pstate: implement Pstate EPP support for the AMD processorsPerry Yuan
2023-02-03cpufreq: amd-pstate: optimize driver working mode selection in amd_pstate_par...Wyes Karny
2023-01-20drivers/cpufreq: Remove "select SRCU"Paul E. McKenney
2023-01-20cpufreq: loongson1: Delete obsolete driverKeguang Zhang
2023-01-16cpufreq: remove s3c24xx driversArnd Bergmann
2023-01-16cpufreq: remove sa1100 driverArnd Bergmann
2023-01-12ARM: sa1100: remove unused board filesArnd Bergmann
2023-01-10cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregisteringPerry Yuan
2023-01-10cpufreq: armada-37xx: stop using 0 as NULL pointerMiles Chen
2023-01-04cpufreq: apple-soc: Switch to the lowest frequency on suspendHector Martin
2023-01-04cpufreq: Add SM6375 to cpufreq-dt-platdev blocklistKonrad Dybcio
2022-12-30cpufreq: intel_pstate: Drop ACPI _PSS states table patchingRafael J. Wysocki
2022-12-27cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklistSumit Gupta
2022-12-27cpufreq: qcom-hw: Fix reading "reg" with address/size-cells != 2Konrad Dybcio
2022-12-27cpufreq: CPPC: Add u64 casts to avoid overflowingPierre Gondois
2022-12-27cpufreq: apple: remove duplicate intializerArnd Bergmann
2022-12-12Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-12-06cpufreq: stats: Convert to use sysfs_emit_at() APIye xingchen
2022-12-06cpufreq: ACPI: Only set boost MSRs on supported CPUsStuart Hayes
2022-12-06Merge tag 'cpufreq-arm-updates-6.2' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki
2022-12-01cpufreq: tegra186: Use flexible array to simplify memory allocationChristophe JAILLET
2022-11-30cpufreq: intel_pstate: Add Sapphire Rapids support in no-HWP modeGiovanni Gherdovich
2022-11-30cpufreq: amd_freq_sensitivity: Add missing pci_dev_put()Xiongfeng Wang