summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2022-10-06Merge tag 'linux-kselftest-next-6.1-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-59/+310
2022-10-05cpufreq: amd-pstate: Add explanation for X86_AMD_PSTATE_UTMeng Li-0/+8
2022-10-05cpufreq: amd-pstate: modify type in argument 2 for filp_openMeng Li-1/+1
2022-10-05cpufreq: amd-pstate: Add test module for amd-pstate driverMeng Li-0/+301
2022-10-05cpufreq: amd-pstate: Expose struct amd_cpudataMeng Li-59/+1
2022-10-03Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-47/+69
2022-10-03Merge branches 'acpi-cppc', 'acpi-pcc', 'acpi-apei' and 'acpi-osi'Rafael J. Wysocki-6/+23
2022-09-28Merge tag 'cpufreq-arm-updates-6.1' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki-29/+47
2022-09-26cpufreq: qcom-cpufreq-hw: Add cpufreq qos for LMhXuewen Yan-0/+14
2022-09-26cpufreq: Add __init annotation to module init funcsXiu Jianfeng-3/+3
2022-09-26cpufreq: tegra194: change tegra239_cpufreq_soc to staticYang Yingliang-1/+1
2022-09-24ACPI: CPPC: Disable FIE if registers in PCC regionsJeremy Linton-4/+21
2022-09-24nvmem: prefix all symbols with NVMEM_Rafał Miłecki-1/+1
2022-09-21cpufreq: tegra194: Add support for Tegra239Sumit Gupta-14/+15
2022-09-21cpufreq: qcom-cpufreq-hw: Fix uninitialized throttled_freq warningViresh Kumar-5/+5
2022-09-10cpufreq: intel_pstate: Add Tigerlake support in no-HWP modeDoug Smythies-0/+1
2022-09-03cpufreq: amd-pstate: Fix initial highest_perf valuePerry Yuan-2/+12
2022-09-01cpufreq: tegra194: Remove the unneeded result variableye xingchen-5/+1
2022-08-31cpufreq: amd-pstate: update pstate frequency transition delay timePerry Yuan-2/+2
2022-08-31cpufreq: amd_pstate: map desired perf into pstate scope for powersave governorPerry Yuan-2/+1
2022-08-31cpufreq: amd_pstate: fix wrong lowest perf fetchPerry Yuan-1/+1
2022-08-31cpufreq: amd-pstate: fix white-spacePerry Yuan-2/+2
2022-08-31cpufreq: amd-pstate: simplify cpudata pointer assignmentPerry Yuan-9/+3
2022-08-30cpufreq: bmips-cpufreq: Use module_init and add module_exitZhang Jianhua-2/+8
2022-08-25ACPI: CPPC: Add ACPI disabled check to acpi_cpc_valid()Perry Yuan-2/+2
2022-08-23cpufreq: check only freq_table in __resolve_freq()Lukasz Luba-1/+1
2022-08-16cpufreq: Add SM6115 to cpufreq-dt-platdev blocklistAdam Skladowski-0/+1
2022-08-08Merge tag 'pm-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-174/+103
2022-08-08Merge branch 'pm-cpufreq'Rafael J. Wysocki-10/+15
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-13/+2
2022-08-03Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki-164/+88
2022-08-03Merge tag 'cpufreq-arm-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linu...Rafael J. Wysocki-10/+15
2022-07-29Merge branches 'pm-core', 'pm-sleep', 'powercap', 'pm-domains' and 'pm-em'Rafael J. Wysocki-5/+17
2022-07-25cpufreq: ondemand: Use cpumask_var_t for on-stack cpu maskZhao Liu-4/+9
2022-07-25cpufreq: loongson2: fix Kconfig "its" grammarRandy Dunlap-1/+1
2022-07-18Merge back earlier cpufreq material for 5.20.Rafael J. Wysocki-20/+21
2022-07-18cpufreq: tegra194: Staticize struct tegra_cpufreq_soc instancesViresh Kumar-2/+2
2022-07-18cpufreq: Change order of online() CB and policy->cpus modificationPierre Gondois-3/+3
2022-07-15cpufreq: Warn users while freeing active policyViresh Kumar-2/+8
2022-07-15cpufreq: scmi: Support the power scale in micro-Watts in SCMI v3.1Lukasz Luba-5/+10
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba-3/+10
2022-07-15Merge tag 'cpufreq-arm-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/...Rafael J. Wysocki-2/+6
2022-07-13cpufreq: qcom-hw: Remove deprecated irq_set_affinity_hint() callPierre Gondois-3/+3
2022-07-13cpufreq: qcom-hw: Disable LMH irq when disabling policyPierre Gondois-0/+1
2022-07-13cpufreq: qcom-hw: Reset cancel_throttle when policy is re-enabledPierre Gondois-0/+4
2022-07-13cpufreq: qcom-cpufreq-hw: use HZ_PER_KHZ macro in units.hYicong Yang-2/+1
2022-07-13cpufreq: mediatek: fix error return code in mtk_cpu_dvfs_info_init()Yang Yingliang-0/+1
2022-07-13cpufreq: mediatek: Handle sram regulator probe deferralAngeloGioacchino Del Regno-2/+6
2022-07-08OPP: Migrate set-prop-name helper API to use set-config helpersViresh Kumar-17/+14