summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: intel_pstate: Clear HWP Status during HWP Interrupt enableSrinivas Pandruvada2021-11-041-0/+1
* cpufreq: intel_pstate: Fix unchecked MSR 0x773 accessSrinivas Pandruvada2021-11-041-0/+3
* cpufreq: intel_pstate: Clear HWP desired on suspend/shutdown and offlineRafael J. Wysocki2021-11-041-2/+30
*-. Merge branches 'pm-em' and 'powercap'Rafael J. Wysocki2021-11-028-17/+38
|\ \
| * | cpufreq: mediatek-hw: Fix cpufreq_table_find_index_dl() callVincent Donnefort2021-10-071-1/+1
| * | cpufreq: Use CPUFREQ_RELATION_E in DVFS governorsVincent Donnefort2021-10-053-8/+10
| * | cpufreq: Introducing CPUFREQ_RELATION_EVincent Donnefort2021-10-056-8/+20
| * | cpufreq: Make policy min/max hard requirementsVincent Donnefort2021-10-051-0/+7
| |/
* | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-11-024-3/+13
|\ \
| * | cpufreq: tegra186/tegra194: Handle errors in BPMP responseMikko Perttunen2021-10-042-1/+11
| * | cpufreq: remove useless INIT_LIST_HEAD()Han Wang2021-10-041-2/+0
| * | cpufreq: s3c244x: add fallthrough comments for switchArnd Bergmann2021-10-041-0/+2
| * | cpufreq: vexpress: Drop unused variableGuenter Roeck2021-10-041-1/+0
* | | cpufreq: intel_pstate: Fix cpu->pstate.turbo_freq initializationZhang Rui2021-10-261-1/+2
* | | cpufreq: intel_pstate: Process HWP Guaranteed change notificationSrinivas Pandruvada2021-10-051-6/+111
| |/ |/|
* | Merge tag 'pm-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-09-172-9/+15
|\ \
| * | cpufreq: schedutil: Destroy mutex before kobject_put() frees the memoryJames Morse2021-09-141-1/+1
| * | cpufreq: intel_pstate: Override parameters if HWP forced by BIOSDoug Smythies2021-09-131-8/+14
| |/
* / cpufreq: vexpress: Drop unused variableGuenter Roeck2021-09-161-1/+0
|/
*-. Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em'Rafael J. Wysocki2021-09-101-114/+71
|\ \
| * | cpufreq: intel_pstate: hybrid: Rework HWP calibrationRafael J. Wysocki2021-09-071-114/+71
* | | Merge tag 'pm-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-09-0816-119/+541
|\| |
| * | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-09-073-0/+321
| |\ \
| | * | cpufreq: mediatek-hw: Add support for CPUFREQ HWHector.Yuan2021-09-063-0/+321
| * | | Revert "cpufreq: intel_pstate: Process HWP Guaranteed change notification"Rafael J. Wysocki2021-09-071-39/+0
| * | | cpufreq: Remove ready() callbackViresh Kumar2021-09-021-4/+0
| * | | cpufreq: sh: Remove sh_cpufreq_cpu_ready()Viresh Kumar2021-09-021-11/+0
| * | | cpufreq: acpi: Remove acpi_cpufreq_cpu_ready()Viresh Kumar2021-09-021-11/+3
| * | | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-08-3110-54/+217
| |\| | | | |/ | |/|
| | * cpufreq: qcom-hw: Set dvfs_possible_from_any_cpu cpufreq driver flagTaniya Das2021-08-301-0/+1
| | * cpufreq: blocklist more Qualcomm platforms in cpufreq-dt-platdevBjorn Andersson2021-08-301-0/+4
| | * cpufreq: qcom-cpufreq-hw: Add dcvs interrupt supportThara Gopinath2021-08-301-0/+147
| | * cpufreq: scmi: Use .register_em() to register with energy modelViresh Kumar2021-08-301-23/+42
| | * cpufreq: vexpress: Use .register_em() to register with energy modelViresh Kumar2021-08-301-2/+1
| | * cpufreq: scpi: Use .register_em() to register with energy modelViresh Kumar2021-08-301-2/+1
| | * cpufreq: qcom-cpufreq-hw: Use .register_em() to register with energy modelViresh Kumar2021-08-121-2/+1
| | * cpufreq: omap: Use .register_em() to register with energy modelViresh Kumar2021-08-121-1/+1
| | * cpufreq: mediatek: Use .register_em() to register with energy modelViresh Kumar2021-08-121-2/+1
| | * cpufreq: imx6q: Use .register_em() to register with energy modelViresh Kumar2021-08-121-1/+1
| | * cpufreq: dt: Use .register_em() to register with energy modelViresh Kumar2021-08-121-2/+1
| | * cpufreq: Add callback to register with energy modelViresh Kumar2021-08-121-0/+13
| | * cpufreq: vexpress: Set CPUFREQ_IS_COOLING_DEV flagViresh Kumar2021-08-121-19/+3
* | | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-031-2/+14
|\ \ \ | |/ / |/| |
| * | cpufreq: powernv: Fix init_chip_info initialization in numa=offPratik R. Sampat2021-08-131-2/+14
* | | cpufreq: intel_pstate: Process HWP Guaranteed change notificationSrinivas Pandruvada2021-08-251-0/+39
* | | Merge back cpufreq changes for v5.15.Rafael J. Wysocki2021-08-236-14/+14
|\ \ \
| * | | cpufreq: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-046-14/+14
| |/ /
* | | Merge branch 'cpufreq/arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki2021-08-173-2/+8
|\ \ \ | |/ / |/| / | |/
| * cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variantMarek BehĂșn2021-08-091-1/+5
| * cpufreq: blocklist Qualcomm sm8150 in cpufreq-dt-platdevThara Gopinath2021-08-051-0/+1