summaryrefslogtreecommitdiff
path: root/drivers/cpufreq
AgeCommit message (Expand)AuthorFilesLines
2020-11-05cpufreq: Introduce cpufreq_driver_test_flags()Rafael J. Wysocki1-0/+12
2020-11-05cpufreq: intel_pstate: Avoid missing HWP max updates in passive modeRafael J. Wysocki1-7/+6
2020-11-05cpufreq: Introduce CPUFREQ_NEED_UPDATE_LIMITS driver flagRafael J. Wysocki1-1/+2
2020-11-05cpufreq: Avoid configuring old governors as default with intel_pstateRafael J. Wysocki1-0/+2
2020-11-05acpi-cpufreq: Honor _PSD table setting on new AMD CPUsWei Huang1-1/+2
2020-11-05cpufreq: sti-cpufreq: add stih418 supportAlain Volmat1-2/+4
2020-11-01cpufreq: Improve code around unlisted freq checkViresh Kumar1-8/+7
2020-10-29cpufreq: powernv: Fix frame-size-overflow in powernv_cpufreq_reboot_notifierSrikar Dronamraju1-3/+6
2020-10-29cpufreq: qcom: Don't add frequencies without an OPPMatthias Kaehlcke1-6/+15
2020-10-29cpufreq: armada-37xx: Add missing MODULE_DEVICE_TABLEPali Rohár1-0/+6
2020-09-30cpufreq: intel_pstate: Fix missing return statementZhang Rui1-0/+1
2020-09-01cpufreq: intel_pstate: Fix intel_pstate_get_hwp_max() for turbo disabledFrancisco Jerez1-1/+1
2020-09-01cpufreq: intel_pstate: Free memory only when turning offRafael J. Wysocki1-33/+24
2020-09-01cpufreq: intel_pstate: Add ->offline and ->online callbacksRafael J. Wysocki1-49/+94
2020-09-01cpufreq: intel_pstate: Tweak the EPP sysfs interfaceRafael J. Wysocki1-0/+8
2020-09-01cpufreq: intel_pstate: Update cached EPP in the active modeRafael J. Wysocki1-5/+15
2020-09-01cpufreq: intel_pstate: Refuse to turn off with HWP enabledRafael J. Wysocki1-3/+9
2020-08-28Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2-5/+8
2020-08-27cpufreq: No need to verify cpufreq_driver in show_scaling_cur_freq()Viresh Kumar1-2/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva3-4/+4
2020-08-21cpufreq: replace cpu_logical_map() with read_cpuid_mpir()Sumit Gupta1-3/+7
2020-08-11cpufreq: intel_pstate: Implement passive mode with HWP enabledRafael J. Wysocki2-67/+184
2020-08-04Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki12-101/+595
2020-08-04cpufreq: intel_pstate: Fix cpuinfo_max_freq when MSR_TURBO_RATIO_LIMIT is 0Srinivas Pandruvada1-0/+1
2020-08-04Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds24-217/+262
2020-08-04Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2020-08-04Merge tag 'rm-unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/rpp...Linus Torvalds2-77/+0
2020-08-03Merge branch 'pm-cpufreq'Rafael J. Wysocki16-202/+252
2020-08-03Merge branches 'pm-em' and 'pm-core'Rafael J. Wysocki8-15/+10
2020-07-30cpufreq: intel_pstate: Fix EPP setting via sysfs in active modeRafael J. Wysocki1-5/+12
2020-07-30cpufreq: intel_pstate: Rearrange the storing of new EPP valuesRafael J. Wysocki1-20/+15
2020-07-30cpufreq: make schedutil the default for arm and arm64Valentin Schneider1-1/+1
2020-07-30cpufreq: cached_resolved_idx can not be negativeViresh Kumar2-5/+2
2020-07-30cpufreq: Add Tegra194 cpufreq driverSumit Gupta3-0/+398
2020-07-30cpufreq: imx: Select NVMEM_IMX_OCOTPWalter Lozano1-0/+1
2020-07-30cpufreq: sti-cpufreq: Fix some formatting and misspelling issuesLee Jones1-4/+4
2020-07-30cpufreq: tegra186: Simplify probe return pathJon Hunter1-6/+0
2020-07-30cpufreq: CPPC: Reuse caps variable in few routinesXin Hao1-2/+2
2020-07-30cpufreq: ap806: fix cpufreq driver needs ap cpu clkSven Auhagen1-0/+1
2020-07-30cpufreq: cppc: Reorder code and remove apply_hisi_workaround variableViresh Kumar1-49/+42
2020-07-30cpufreq: dt: fix oops on armada37xxIvan Kokshaysky1-0/+1
2020-07-30cpufreq: brcmstb-avs-cpufreq: send S2_ENTER / S2_EXIT commands to AVSMarkus Mayer1-1/+11
2020-07-30cpufreq: brcmstb-avs-cpufreq: Support polling AVS firmwareFlorian Fainelli1-13/+34
2020-07-30cpufreq: brcmstb-avs-cpufreq: more flexible interface for __issue_avs_command()Markus Mayer1-16/+14
2020-07-30cpufreq: qcom: Disable fast switch when scaling DDR/L3Sibi Sankar1-2/+1
2020-07-30cpufreq: qcom: Update the bandwidth levels on frequency changeSibi Sankar1-2/+81
2020-07-27Merge back cpufreq material for v5.9.Rafael J. Wysocki16-189/+237
2020-07-16cpufreq: intel_pstate: Avoid enabling HWP if EPP is not supportedRafael J. Wysocki1-1/+6
2020-07-16cpufreq: intel_pstate: Clean up aperf_mperf_shift descriptionRafael J. Wysocki1-3/+1
2020-07-15cpufreq: powernv: Make some symbols staticWei Yongjun1-4/+4