summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: use default_groups in kobj_typeGreg Kroah-Hartman2021-12-281-2/+3
* cpufreq: Fix initialization of min and max frequency QoS requestsRafael J. Wysocki2021-12-171-2/+2
* cpufreq: Fix a comment in cpufreq_policy_freeTang Yizhou2021-12-011-2/+3
* cpufreq: Fix get_cpu_device() failure in add_cpu_dev_symlink()Xiongfeng Wang2021-12-011-5/+4
* cpufreq: Use CPUFREQ_RELATION_E in DVFS governorsVincent Donnefort2021-10-051-1/+1
* cpufreq: Introducing CPUFREQ_RELATION_EVincent Donnefort2021-10-051-1/+9
* cpufreq: Make policy min/max hard requirementsVincent Donnefort2021-10-051-0/+7
* cpufreq: Remove ready() callbackViresh Kumar2021-09-021-4/+0
* Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-08-311-0/+13
|\
| * cpufreq: Add callback to register with energy modelViresh Kumar2021-08-121-0/+13
* | cpufreq: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-041-3/+3
|/
* cpufreq: Remove ->resolve_freq()Viresh Kumar2021-06-301-13/+8
* cpufreq: Reuse cpufreq_driver_resolve_freq() in __cpufreq_driver_target()Viresh Kumar2021-06-301-20/+22
* cpufreq: Remove the ->stop_cpu() driver callbackViresh Kumar2021-06-301-3/+0
* cpufreq: Make cpufreq_online() call driver->offline() on errorsRafael J. Wysocki2021-06-231-1/+10
* cpufreq: Remove unused for_each_policy macroShaokun Zhang2021-04-081-3/+0
* cpufreq: Fix typo in kerneldoc commentYue Hu2021-02-191-1/+1
* cpufreq: Remove CPUFREQ_STICKY flagViresh Kumar2021-02-041-2/+1
* cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki2020-12-151-0/+40
* cpufreq: Fix cpufreq_online() return value on errorsWang ShaoBo2020-12-111-1/+4
* cpufreq: Fix up several kerneldoc commentsRafael J. Wysocki2020-12-111-35/+35
* Merge back cpufreq updates for v5.11.Rafael J. Wysocki2020-11-161-5/+5
|\
| * cpufreq: Drop restore_freq from struct cpufreq_policyRafael J. Wysocki2020-11-021-5/+5
* | cpufreq: Add strict_target to struct cpufreq_policyRafael J. Wysocki2020-11-101-0/+2
* | cpufreq: Introduce governor flagsRafael J. Wysocki2020-11-101-1/+1
|/
* cpufreq: Introduce cpufreq_driver_test_flags()Rafael J. Wysocki2020-10-291-0/+12
* cpufreq: Introduce CPUFREQ_NEED_UPDATE_LIMITS driver flagRafael J. Wysocki2020-10-271-1/+2
* cpufreq: Improve code around unlisted freq checkViresh Kumar2020-10-161-8/+7
* cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu2020-10-081-7/+0
* cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar2020-10-051-0/+7
* cpufreq: stats: Enable stats for fast-switch as wellViresh Kumar2020-10-051-0/+4
* arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider2020-09-181-2/+3
* cpufreq: report whether cpufreq supports Frequency Invariance (FI)Ionela Voinescu2020-09-181-0/+16
* cpufreq: move invariance setter calls in cpufreq coreIonela Voinescu2020-09-181-1/+11
* cpufreq: No need to verify cpufreq_driver in show_scaling_cur_freq()Viresh Kumar2020-08-271-2/+1
* cpufreq: intel_pstate: Implement passive mode with HWP enabledRafael J. Wysocki2020-08-111-4/+2
* Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2020-08-041-1/+1
|\
| * cpufreq: cached_resolved_idx can not be negativeViresh Kumar2020-07-301-1/+1
* | cpufreq: cpufreq: Demote lots of function headers unworthy of kerneldoc statusLee Jones2020-07-151-15/+17
* | cpufreq: Remove the weakly defined cpufreq_default_governor()Viresh Kumar2020-07-021-7/+0
* | cpufreq: Specify default governor on command lineQuentin Perret2020-07-021-9/+22
* | cpufreq: Fix locking issues with governorsViresh Kumar2020-07-021-23/+35
|/
* cpufreq: change '.set_boost' to act on one policyXiongfeng Wang2020-06-051-26/+31
* cpufreq: Fix up cpufreq_boost_set_sw()Rafael J. Wysocki2020-05-181-5/+6
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-311-0/+20
|\
| * cpufreq: add function to get the hardware max frequencyIonela Voinescu2020-03-061-0/+20
* | cpufreq: Fix policy initialization for internal governor driversRafael J. Wysocki2020-02-271-2/+10
|/
* cpufreq: Make cpufreq_global_kobject staticYangtao Li2020-02-031-3/+2
* cpufreq: Avoid creating excessively large stack framesRafael J. Wysocki2020-01-271-77/+70
* Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-11-261-1/+17
|\