summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-6.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-03-033-5/+4
|\
| * cpufreq: apple-soc: Fix an IS_ERR() vs NULL checkDan Carpenter2023-03-011-2/+2
| * cpufreq: intel_pstate: remove MODULE_LICENSE in non-modulesNick Alcock2023-02-281-1/+0
| * cpufreq: amd-pstate: remove MODULE_LICENSE in non-modulesNick Alcock2023-02-231-1/+0
| * cpufreq: amd-pstate: Let user know amd-pstate is disabledKai-Heng Feng2023-02-231-1/+1
| * cpufreq: intel_pstate: Adjust balance_performance EPP for Sapphire RapidsSrinivas Pandruvada2023-02-231-0/+1
* | Merge tag 'acpi-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-02-211-14/+0
|\ \ | |/ |/|
| *-. Merge branches 'acpi-processor', 'acpi-tables', 'acpi-pnp' and 'acpi-maintain...Rafael J. Wysocki2023-02-151-14/+0
| |\ \
| | * | cpufreq: intel_pstate: Drop ACPI _PSS states table patchingRafael J. Wysocki2022-12-301-14/+0
| | |/
* | | Merge tag 'pm-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-02-2111-267/+706
|\ \ \
| * | | cpufreq: amd-pstate: Fix invalid write to MSR_AMD_CPPC_REQWyes Karny2023-02-151-12/+13
| * | | Merge tag 'cpufreq-arm-updates-6.3' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2023-02-142-1/+3
| |\ \ \
| | * | | cpufreq: mediatek-hw: Register to module device tableNícolas F. R. A. Prado2023-02-061-0/+1
| | * | | cpufreq: tegra194: Enable CPUFREQ thermal coolingYi-Wei Wang2023-02-061-1/+2
| * | | | Merge back cpufreq material for 6.3-rc1.Rafael J. Wysocki2023-02-1410-266/+702
| |\ \ \ \
| | * | | | cpufreq: Make kobj_type structure constantThomas Weißschuh2023-02-091-1/+1
| | * | | | cpufreq: davinci: Fix clk use after freeUwe Kleine-König2023-02-091-2/+2
| | * | | | cpufreq: amd-pstate: avoid uninitialized variable useArnd Bergmann2023-02-091-5/+4
| | * | | | cpufreq: Make cpufreq_unregister_driver() return voidUwe Kleine-König2023-02-097-15/+18
| | * | | | Merge back cpufreq material for 6.3-rc1.Rafael J. Wysocki2023-02-094-252/+686
| | |\ \ \ \
| | | * | | | cpufreq: amd-pstate: convert sprintf with sysfs_emit()Perry Yuan2023-02-031-3/+3
| | | * | | | cpufreq: amd-pstate: add driver working mode switch supportPerry Yuan2023-02-031-0/+118
| | | * | | | cpufreq: amd-pstate: implement suspend and resume callbacksPerry Yuan2023-02-031-0/+40
| | | * | | | cpufreq: amd-pstate: implement amd pstate cpu online and offline callbackPerry Yuan2023-02-031-0/+82
| | | * | | | cpufreq: amd-pstate: implement Pstate EPP support for the AMD processorsPerry Yuan2023-02-031-6/+414
| | | * | | | cpufreq: amd-pstate: optimize driver working mode selection in amd_pstate_par...Wyes Karny2023-02-031-10/+29
| | | * | | | drivers/cpufreq: Remove "select SRCU"Paul E. McKenney2023-01-201-1/+0
| | | * | | | cpufreq: loongson1: Delete obsolete driverKeguang Zhang2023-01-203-232/+0
| | | | |/ / | | | |/| |
* | | | | | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-02-2011-2320/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | cpufreq: remove s3c24xx driversArnd Bergmann2023-01-168-2103/+0
| * | | | | cpufreq: remove sa1100 driverArnd Bergmann2023-01-164-211/+1
| * | | | | ARM: sa1100: remove unused board filesArnd Bergmann2023-01-121-6/+0
| | |_|_|/ | |/| | |
* | | | | cpufreq: qcom-hw: Add missing null pointer checkManivannan Sadhasivam2023-02-141-0/+2
| |/ / / |/| | |
* | | | Merge tag 'cpufreq-arm-fixes-6.2' of git://git.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki2023-02-061-11/+13
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | cpufreq: qcom-hw: Fix cpufreq_driver->get() for non-LMH systemsDouglas Anderson2023-02-061-11/+13
| |/
* | cpufreq: amd-pstate: fix kernel hang issue while amd-pstate unregisteringPerry Yuan2023-01-101-0/+1
* | cpufreq: armada-37xx: stop using 0 as NULL pointerMiles Chen2023-01-101-1/+1
* | cpufreq: apple-soc: Switch to the lowest frequency on suspendHector Martin2023-01-041-0/+2
* | cpufreq: Add SM6375 to cpufreq-dt-platdev blocklistKonrad Dybcio2023-01-041-0/+1
* | cpufreq: Add Tegra234 to cpufreq-dt-platdev blocklistSumit Gupta2022-12-271-0/+1
* | cpufreq: qcom-hw: Fix reading "reg" with address/size-cells != 2Konrad Dybcio2022-12-271-2/+20
* | cpufreq: CPPC: Add u64 casts to avoid overflowingPierre Gondois2022-12-271-5/+6
* | cpufreq: apple: remove duplicate intializerArnd Bergmann2022-12-271-1/+0
|/
* Merge tag 'linux-kselftest-next-6.2-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-12-121-1/+1
|\
| * cpufreq: amd-pstate: fix spdxcheck warnings for amd-pstate-ut.cMeng Li2022-11-161-1/+1
* | cpufreq: stats: Convert to use sysfs_emit_at() APIye xingchen2022-12-061-9/+7
* | cpufreq: ACPI: Only set boost MSRs on supported CPUsStuart Hayes2022-12-061-1/+2
* | Merge tag 'cpufreq-arm-updates-6.2' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki2022-12-068-93/+543
|\ \
| * | cpufreq: tegra186: Use flexible array to simplify memory allocationChristophe JAILLET2022-12-011-7/+4
| * | cpufreq: apple-soc: Add new driver to control Apple SoC CPU P-statesHector Martin2022-11-304-0/+364