summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAgeFilesLines
...
* | | cpufreq: powernv: Migrate to ->exit() callback instead of ->stop_cpu()Viresh Kumar2021-06-301-14/+9
| |/ |/|
* | cpufreq: CPPC: Migrate to ->exit() callback instead of ->stop_cpu()Viresh Kumar2021-06-301-22/+24
* | cpufreq: intel_pstate: Combine ->stop_cpu() and ->offline()Rafael J. Wysocki2021-06-301-6/+5
* | cpufreq: Make cpufreq_online() call driver->offline() on errorsRafael J. Wysocki2021-06-231-1/+10
* | Merge back cpufreq material for v5.14.Rafael J. Wysocki2021-06-215-34/+237
|\ \
| * | cpufreq: loongson2: Remove unused linux/sched.h headersHailong Liu2021-06-071-1/+0
| * | cpufreq: sh: Remove unused linux/sched.h headersHailong Liu2021-06-071-1/+0
| * | cpufreq: stats: Clean up local variable in cpufreq_stats_create_table()Shaokun Zhang2021-06-071-3/+2
| * | cpufreq: intel_pstate: hybrid: Fix build with CONFIG_ACPI unsetRafael J. Wysocki2021-06-071-43/+48
| * | cpufreq: sc520_freq: add 'fallthrough' to one caseRandy Dunlap2021-05-211-0/+1
| * | cpufreq: intel_pstate: Add Cometlake support in no-HWP modeGiovanni Gherdovich2021-05-211-0/+1
| * | cpufreq: intel_pstate: Add Icelake servers support in no-HWP modeGiovanni Gherdovich2021-05-211-0/+1
| * | cpufreq: intel_pstate: hybrid: CPU-specific scaling factorRafael J. Wysocki2021-05-211-23/+210
| * | cpufreq: intel_pstate: hybrid: Avoid exposing two global attributesRafael J. Wysocki2021-05-211-2/+13
* | | Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar2021-06-142-243/+12
|/ /
* | Merge tag 'sched-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-05-151-1/+5
|\ \
| * | x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen g...Huang Rui2021-05-131-1/+5
| |/
* / cpufreq: intel_pstate: Use HWP if enabled by platform firmwareRafael J. Wysocki2021-05-101-1/+13
|/
* Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-04-269-142/+398
|\
| * Merge branch 'pm-cpufreq'Rafael J. Wysocki2021-04-269-142/+398
| |\
| | * cpufreq: Kconfig: fix documentation linksAlexander Monakov2021-04-211-17/+6
| | * Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-04-125-56/+347
| | |\
| | | * cpufreq: armada-37xx: Fix module unloadingPali Rohár2021-04-091-0/+25
| | | * cpufreq: armada-37xx: Remove cur_frequency variablePali Rohár2021-04-091-9/+1
| | | * cpufreq: armada-37xx: Fix determining base CPU frequencyPali Rohár2021-04-091-1/+1
| | | * cpufreq: armada-37xx: Fix driver cleanup when registration failedPali Rohár2021-04-091-1/+1
| | | * cpufreq: armada-37xx: Fix the AVS value for load L1Pali Rohár2021-04-091-0/+37
| | | * cpufreq: armada-37xx: Fix setting TBG parent for load levelsMarek Behún2021-04-091-12/+23
| | | * cpufreq: dt: dev_pm_opp_of_cpumask_add_table() may return -EPROBE_DEFERQuanyang Wang2021-03-251-2/+7
| | | * cpufreq: cppc: simplify default delay_us settingTom Saeger2021-03-221-12/+2
| | | * cpufreq: Rudimentary typos fix in the file s5pv210-cpufreq.cBhaskar Chowdhury2021-03-221-7/+7
| | | * cpufreq: CPPC: Add support for frequency invarianceViresh Kumar2021-03-222-12/+243
| | * | cpufreq: intel_pstate: Simplify intel_pstate_update_perf_limits()Rafael J. Wysocki2021-04-091-16/+6
| | * | cpufreq: Remove unused for_each_policy macroShaokun Zhang2021-04-081-3/+0
| | * | cpufreq: intel_pstate: Clean up frequency computationsRafael J. Wysocki2021-03-231-56/+45
| | * | ia64: fix format string for ia64-acpi-cpu-freqSergei Trofimovich2021-03-191-2/+2
| | |/
* | | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-261-34/+73
|\ \ \ | |/ / |/| |
| * | cpufreq: scmi: Port driver to the new scmi_perf_proto_ops interfaceCristian Marussi2021-03-291-18/+21
| * | scmi-cpufreq: Get opp_shared_cpus from opp-v2 for EMNicola Mazzucato2021-03-151-20/+54
| * | scmi-cpufreq: Remove deferred probeNicola Mazzucato2021-03-151-2/+4
* | | cpufreq: Fix scaling_{available,boost}_frequencies_show() commentsGeert Uytterhoeven2021-03-261-2/+2
| |/ |/|
* | cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdevSudeep Holla2021-03-081-0/+2
* | cpufreq: qcom-hw: Fix return value check in qcom_cpufreq_hw_cpu_init()Wei Yongjun2021-03-081-2/+2
* | cpufreq: qcom-hw: fix dereferencing freed memory 'data'Shawn Guo2021-03-081-1/+1
|/
* Merge tag 'sfi-removal-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-243-138/+0
|\
| * cpufreq: sfi-cpufreq: Remove driver for deprecated firmwareAndy Shevchenko2021-02-153-138/+0
| |
| \
*-. \ Merge branches 'pm-cpufreq' and 'pm-opp'Rafael J. Wysocki2021-02-234-56/+56
|\ \ \
| * | | cpufreq: Fix typo in kerneldoc commentYue Hu2021-02-191-1/+1
| * | | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-02-181-8/+32
| |\ \ \
| | * | | cpufreq: qcom-hw: drop devm_xxx() calls from init/exit hooksShawn Guo2021-02-181-8/+32