aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds24-217/+262
2020-08-03Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+2
2020-08-03Merge tag 'rm-unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/linuxLinus 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-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
2020-07-15cpufreq: amd_freq_sensitivity: Mark sometimes used ID structs as __maybe_unusedLee Jones1-1/+1
2020-07-15cpufreq: intel_pstate: Supply struct attribute description for get_aperf_mperf_shift()Lee Jones1-0/+1
2020-07-15cpufreq: pcc-cpufreq: Mark sometimes used ID structs as __maybe_unusedLee Jones1-1/+1
2020-07-15cpufreq: powernow-k8: Mark 'hi' and 'lo' dummy variables as __always_unusedLee Jones1-2/+2
2020-07-15cpufreq: acpi-cpufreq: Mark sometimes used ID structs as __maybe_unusedLee Jones1-2/+2
2020-07-15cpufreq: acpi-cpufreq: Mark 'dummy' variable as __always_unusedLee Jones1-2/+2
2020-07-15cpufreq: powernv-cpufreq: Fix a bunch of kerneldoc related issuesLee Jones1-5/+6
2020-07-15cpufreq: pasemi: Include header file for {check,restore}_astate prototypesLee Jones1-0/+2
2020-07-15cpufreq: cpufreq_governor: Demote store_sampling_rate() header to standard comment blockLee Jones1-1/+1
2020-07-15cpufreq: cpufreq: Demote lots of function headers unworthy of kerneldoc statusLee Jones1-15/+17
2020-07-15cpufreq: freq_table: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-3/+3
2020-07-13cpufreq: intel_pstate: Fix active mode setting from command lineRafael J. Wysocki1-2/+6
2020-07-13cpufreq: Replace HTTP links with HTTPS onesAlexander A. Klimov2-2/+2
2020-07-13cpufreq: intel_pstate: Fix static checker warning for epp variableSrinivas Pandruvada1-1/+1
2020-07-02cpufreq: Remove the weakly defined cpufreq_default_governor()Viresh Kumar1-7/+0
2020-07-02cpufreq: Specify default governor on command lineQuentin Perret1-9/+22
2020-07-02cpufreq: Register governors at core_initcallQuentin Perret5-77/+19
2020-07-02cpufreq: Fix locking issues with governorsViresh Kumar1-23/+35
2020-07-02cpufreq: intel_pstate: Allow raw energy performance preference valueSrinivas Pandruvada1-10/+40
2020-07-02cpufreq: intel_pstate: Allow enable/disable energy efficiencySrinivas Pandruvada1-24/+73
2020-07-01cpufreq: remove unicore32 driverMike Rapoport2-77/+0
2020-06-30cpufreq: arm_scmi: Set fast_switch_possible conditionallyNicola Mazzucato1-1/+2
2020-06-24OPP: refactor dev_pm_opp_of_register_em() and update related driversLukasz Luba7-7/+7
2020-06-24PM / EM: update callback structure and add device pointerLukasz Luba1-8/+3
2020-06-23cpufreq: intel_pstate: Add one more OOB control bitSrinivas Pandruvada1-2/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-06-10Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-35/+82
2020-06-10Merge branches 'pm-cpufreq' and 'pm-acpi'Rafael J. Wysocki4-35/+78
2020-06-10Merge branch 'pm-opp'Rafael J. Wysocki1-0/+4
2020-06-05cpufreq: CPPC: add SW BOOST supportXiongfeng Wang1-2/+37
2020-06-05cpufreq: change '.set_boost' to act on one policyXiongfeng Wang2-32/+39
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-164/+59
2020-06-03Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-18/+4
2020-06-01Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-1/+2
2020-06-01Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-0/+4
2020-05-29cpufreq: dt: Add support for interconnect bandwidth scalingGeorgi Djakov1-0/+4
2020-05-25Merge tag 'tegra-for-5.8-cpufreq' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into arm/driversArnd Bergmann2-164/+59
2020-05-18cpufreq: Fix up cpufreq_boost_set_sw()Rafael J. Wysocki1-5/+6
2020-05-18cpufreq: tegra186: add CPUFREQ_NEED_INITIAL_FREQ_CHECK flagMian Yousaf Kaukab1-1/+2