summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorLines
2021-09-17Merge tag 'pm-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-9/+15
2021-09-16cpufreq: vexpress: Drop unused variableGuenter Roeck-1/+0
2021-09-14cpufreq: schedutil: Destroy mutex before kobject_put() frees the memoryJames Morse-1/+1
2021-09-13cpufreq: intel_pstate: Override parameters if HWP forced by BIOSDoug Smythies-8/+14
2021-09-10Merge branches 'pm-cpufreq', 'pm-sleep' and 'pm-em'Rafael J. Wysocki-114/+71
2021-09-08Merge tag 'pm-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-119/+541
2021-09-07cpufreq: intel_pstate: hybrid: Rework HWP calibrationRafael J. Wysocki-114/+71
2021-09-07Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki-0/+321
2021-09-07Revert "cpufreq: intel_pstate: Process HWP Guaranteed change notification"Rafael J. Wysocki-39/+0
2021-09-06cpufreq: mediatek-hw: Add support for CPUFREQ HWHector.Yuan-0/+321
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+14
2021-09-02cpufreq: Remove ready() callbackViresh Kumar-4/+0
2021-09-02cpufreq: sh: Remove sh_cpufreq_cpu_ready()Viresh Kumar-11/+0
2021-09-02cpufreq: acpi: Remove acpi_cpufreq_cpu_ready()Viresh Kumar-11/+3
2021-08-31Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki-54/+217
2021-08-30cpufreq: qcom-hw: Set dvfs_possible_from_any_cpu cpufreq driver flagTaniya Das-0/+1
2021-08-30cpufreq: blocklist more Qualcomm platforms in cpufreq-dt-platdevBjorn Andersson-0/+4
2021-08-30cpufreq: qcom-cpufreq-hw: Add dcvs interrupt supportThara Gopinath-0/+147
2021-08-30cpufreq: scmi: Use .register_em() to register with energy modelViresh Kumar-23/+42
2021-08-30cpufreq: vexpress: Use .register_em() to register with energy modelViresh Kumar-2/+1
2021-08-30cpufreq: scpi: Use .register_em() to register with energy modelViresh Kumar-2/+1
2021-08-25cpufreq: intel_pstate: Process HWP Guaranteed change notificationSrinivas Pandruvada-0/+39
2021-08-23Merge back cpufreq changes for v5.15.Rafael J. Wysocki-14/+14
2021-08-17Merge branch 'cpufreq/arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki-2/+8
2021-08-13cpufreq: powernv: Fix init_chip_info initialization in numa=offPratik R. Sampat-2/+14
2021-08-12cpufreq: qcom-cpufreq-hw: Use .register_em() to register with energy modelViresh Kumar-2/+1
2021-08-12cpufreq: omap: Use .register_em() to register with energy modelViresh Kumar-1/+1
2021-08-12cpufreq: mediatek: Use .register_em() to register with energy modelViresh Kumar-2/+1
2021-08-12cpufreq: imx6q: Use .register_em() to register with energy modelViresh Kumar-1/+1
2021-08-12cpufreq: dt: Use .register_em() to register with energy modelViresh Kumar-2/+1
2021-08-12cpufreq: Add callback to register with energy modelViresh Kumar-0/+13
2021-08-12cpufreq: vexpress: Set CPUFREQ_IS_COOLING_DEV flagViresh Kumar-19/+3
2021-08-09cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variantMarek BehĂșn-1/+5
2021-08-05cpufreq: blocklist Qualcomm sm8150 in cpufreq-dt-platdevThara Gopinath-0/+1
2021-08-04cpufreq: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior-14/+14
2021-08-04cpufreq: arm_scmi: Fix error path when allocation failedLukasz Luba-1/+1
2021-07-26cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdevBjorn Andersson-0/+1
2021-07-13cpufreq: Fix fall-through warning for ClangGustavo A. R. Silva-2/+0
2021-07-01Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki-31/+282
2021-07-01Merge branch 'cpufreq/cppc-fie' into cpufreq/arm/linux-nextViresh Kumar-136/+382
2021-07-01cpufreq: CPPC: Add support for frequency invarianceViresh Kumar-13/+249
2021-07-01cpufreq: CPPC: Pass structure instance by referenceViresh Kumar-8/+8
2021-07-01cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_initViresh Kumar-8/+20
2021-06-30cpufreq: Remove ->resolve_freq()Viresh Kumar-13/+8
2021-06-30cpufreq: Reuse cpufreq_driver_resolve_freq() in __cpufreq_driver_target()Viresh Kumar-20/+22
2021-06-30cpufreq: Remove the ->stop_cpu() driver callbackViresh Kumar-3/+0
2021-06-30cpufreq: powernv: Migrate to ->exit() callback instead of ->stop_cpu()Viresh Kumar-14/+9
2021-06-30cpufreq: CPPC: Migrate to ->exit() callback instead of ->stop_cpu()Viresh Kumar-22/+24
2021-06-30cpufreq: intel_pstate: Combine ->stop_cpu() and ->offline()Rafael J. Wysocki-6/+5
2021-06-23cpufreq: Make cpufreq_online() call driver->offline() on errorsRafael J. Wysocki-1/+10