aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+14
2021-08-25cpufreq: intel_pstate: Process HWP Guaranteed change notificationSrinivas Pandruvada1-0/+39
2021-08-23Merge back cpufreq changes for v5.15.Rafael J. Wysocki6-14/+14
2021-08-17Merge branch 'cpufreq/arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki3-2/+8
2021-08-13cpufreq: powernv: Fix init_chip_info initialization in numa=offPratik R. Sampat1-2/+14
2021-08-09cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variantMarek Behún1-1/+5
2021-08-05cpufreq: blocklist Qualcomm sm8150 in cpufreq-dt-platdevThara Gopinath1-0/+1
2021-08-04cpufreq: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior6-14/+14
2021-08-04cpufreq: arm_scmi: Fix error path when allocation failedLukasz Luba1-1/+1
2021-07-26cpufreq: blacklist Qualcomm sc8180x in cpufreq-dt-platdevBjorn Andersson1-0/+1
2021-07-13cpufreq: Fix fall-through warning for ClangGustavo A. R. Silva1-2/+0
2021-07-01Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki5-31/+282
2021-07-01Merge branch 'cpufreq/cppc-fie' into cpufreq/arm/linux-nextViresh Kumar8-136/+382
2021-07-01cpufreq: CPPC: Add support for frequency invarianceViresh Kumar2-13/+249
2021-07-01cpufreq: CPPC: Pass structure instance by referenceViresh Kumar1-8/+8
2021-07-01cpufreq: CPPC: Fix potential memleak in cppc_cpufreq_cpu_initViresh Kumar1-8/+20
2021-06-30cpufreq: Remove ->resolve_freq()Viresh Kumar1-13/+8
2021-06-30cpufreq: Reuse cpufreq_driver_resolve_freq() in __cpufreq_driver_target()Viresh Kumar1-20/+22
2021-06-30cpufreq: Remove the ->stop_cpu() driver callbackViresh Kumar1-3/+0
2021-06-30cpufreq: powernv: Migrate to ->exit() callback instead of ->stop_cpu()Viresh Kumar1-14/+9
2021-06-30cpufreq: CPPC: Migrate to ->exit() callback instead of ->stop_cpu()Viresh Kumar1-22/+24
2021-06-30cpufreq: intel_pstate: Combine ->stop_cpu() and ->offline()Rafael J. Wysocki1-6/+5
2021-06-23cpufreq: Make cpufreq_online() call driver->offline() on errorsRafael J. Wysocki1-1/+10
2021-06-21Merge back cpufreq material for v5.14.Rafael J. Wysocki5-34/+237
2021-06-14Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar2-243/+12
2021-06-07cpufreq: loongson2: Remove unused linux/sched.h headersHailong Liu1-1/+0
2021-06-07cpufreq: sh: Remove unused linux/sched.h headersHailong Liu1-1/+0
2021-06-07cpufreq: stats: Clean up local variable in cpufreq_stats_create_table()Shaokun Zhang1-3/+2
2021-06-07cpufreq: intel_pstate: hybrid: Fix build with CONFIG_ACPI unsetRafael J. Wysocki1-43/+48
2021-05-24cpufreq: dt: Rename black/white-listsViresh Kumar1-4/+4
2021-05-21cpufreq: sc520_freq: add 'fallthrough' to one caseRandy Dunlap1-0/+1
2021-05-21cpufreq: intel_pstate: Add Cometlake support in no-HWP modeGiovanni Gherdovich1-0/+1
2021-05-21cpufreq: intel_pstate: Add Icelake servers support in no-HWP modeGiovanni Gherdovich1-0/+1
2021-05-21cpufreq: intel_pstate: hybrid: CPU-specific scaling factorRafael J. Wysocki1-23/+210
2021-05-21cpufreq: intel_pstate: hybrid: Avoid exposing two global attributesRafael J. Wysocki1-2/+13
2021-05-20cpufreq: scmi: Fix an error messageChristophe JAILLET1-1/+1
2021-05-20cpufreq: mediatek: add support for mt8365Fabien Parent2-0/+2
2021-05-20cpufreq: blacklist SC7280 in cpufreq-dt-platdevSibi Sankar1-0/+1
2021-05-15Merge tag 'sched-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+5
2021-05-13x86, sched: Fix the AMD CPPC maximum performance value on certain AMD Ryzen generationsHuang Rui1-1/+5
2021-05-10cpufreq: intel_pstate: Use HWP if enabled by platform firmwareRafael J. Wysocki1-1/+13
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds9-142/+398
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-34/+73
2021-04-26Merge branch 'pm-cpufreq'Rafael J. Wysocki9-142/+398
2021-04-21cpufreq: Kconfig: fix documentation linksAlexander Monakov1-17/+6
2021-04-12Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki5-56/+347
2021-04-09cpufreq: intel_pstate: Simplify intel_pstate_update_perf_limits()Rafael J. Wysocki1-16/+6
2021-04-09cpufreq: armada-37xx: Fix module unloadingPali Rohár1-0/+25
2021-04-09cpufreq: armada-37xx: Remove cur_frequency variablePali Rohár1-9/+1
2021-04-09cpufreq: armada-37xx: Fix determining base CPU frequencyPali Rohár1-1/+1