aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-28cpufreq: use default_groups in kobj_typeGreg Kroah-Hartman1-2/+3
2021-12-17cpufreq: Fix initialization of min and max frequency QoS requestsRafael J. Wysocki1-2/+2
2021-12-01cpufreq: Fix a comment in cpufreq_policy_freeTang Yizhou1-2/+3
2021-12-01cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()Xiongfeng Wang1-5/+4
2021-10-05cpufreq: Use CPUFREQ_RELATION_E in DVFS governorsVincent Donnefort1-1/+1
2021-10-05cpufreq: Introducing CPUFREQ_RELATION_EVincent Donnefort1-1/+9
2021-10-05cpufreq: Make policy min/max hard requirementsVincent Donnefort1-0/+7
2021-09-02cpufreq: Remove ready() callbackViresh Kumar1-4/+0
2021-08-31Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-0/+13
2021-08-12cpufreq: Add callback to register with energy modelViresh Kumar1-0/+13
2021-08-04cpufreq: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior1-3/+3
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-23cpufreq: Make cpufreq_online() call driver->offline() on errorsRafael J. Wysocki1-1/+10
2021-04-08cpufreq: Remove unused for_each_policy macroShaokun Zhang1-3/+0
2021-02-19cpufreq: Fix typo in kerneldoc commentYue Hu1-1/+1
2021-02-04cpufreq: Remove CPUFREQ_STICKY flagViresh Kumar1-2/+1
2020-12-15cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki1-0/+40
2020-12-11cpufreq: Fix cpufreq_online() return value on errorsWang ShaoBo1-1/+4
2020-12-11cpufreq: Fix up several kerneldoc commentsRafael J. Wysocki1-35/+35
2020-11-16Merge back cpufreq updates for v5.11.Rafael J. Wysocki1-5/+5
2020-11-10cpufreq: Add strict_target to struct cpufreq_policyRafael J. Wysocki1-0/+2
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki1-1/+1
2020-11-02cpufreq: Drop restore_freq from struct cpufreq_policyRafael J. Wysocki1-5/+5
2020-10-29cpufreq: Introduce cpufreq_driver_test_flags()Rafael J. Wysocki1-0/+12
2020-10-27cpufreq: Introduce CPUFREQ_NEED_UPDATE_LIMITS driver flagRafael J. Wysocki1-1/+2
2020-10-16cpufreq: Improve code around unlisted freq checkViresh Kumar1-8/+7
2020-10-08cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu1-7/+0
2020-10-05cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar1-0/+7
2020-10-05cpufreq: stats: Enable stats for fast-switch as wellViresh Kumar1-0/+4
2020-09-18arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider1-2/+3
2020-09-18cpufreq: report whether cpufreq supports Frequency Invariance (FI)Ionela Voinescu1-0/+16
2020-09-18cpufreq: move invariance setter calls in cpufreq coreIonela Voinescu1-1/+11
2020-08-27cpufreq: No need to verify cpufreq_driver in show_scaling_cur_freq()Viresh Kumar1-2/+1
2020-08-11cpufreq: intel_pstate: Implement passive mode with HWP enabledRafael J. Wysocki1-4/+2
2020-08-04Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-1/+1
2020-07-30cpufreq: cached_resolved_idx can not be negativeViresh Kumar1-1/+1
2020-07-15cpufreq: cpufreq: Demote lots of function headers unworthy of kerneldoc statusLee Jones1-15/+17
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: Fix locking issues with governorsViresh Kumar1-23/+35
2020-06-05cpufreq: change '.set_boost' to act on one policyXiongfeng Wang1-26/+31
2020-05-18cpufreq: Fix up cpufreq_boost_set_sw()Rafael J. Wysocki1-5/+6
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+20
2020-03-06cpufreq: add function to get the hardware max frequencyIonela Voinescu1-0/+20
2020-02-27cpufreq: Fix policy initialization for internal governor driversRafael J. Wysocki1-2/+10
2020-02-03cpufreq: Make cpufreq_global_kobject staticYangtao Li1-3/+2
2020-01-27cpufreq: Avoid creating excessively large stack framesRafael J. Wysocki1-77/+70
2019-11-26Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+17