aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-21cpufreq: Use vtime aware kcpustat accessors for user timeFrederic Weisbecker1-7/+10
2019-11-14cpufreq: Register drivers only after CPU devices have been registeredViresh Kumar1-0/+7
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar1-43/+29
2019-11-08cpufreq: Add NULL checks to show() and store() methods of cpufreqKai Shen1-0/+6
2019-11-04cpufreq: Clarify the comment in cpufreq_set_policy()Viresh Kumar1-1/+4
2019-10-29cpufreq: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEMFrederic Weisbecker1-1/+1
2019-10-22cpufreq: Cancel policy update work scheduled before freeingSudeep Holla1-0/+3
2019-10-21cpufreq: Use per-policy frequency QoSRafael J. Wysocki1-33/+26
2019-10-10cpufreq: Avoid cpufreq_suspend() deadlock on system shutdownRafael J. Wysocki1-10/+0
2019-09-05Merge branch 'pm-cpufreq-qos'Rafael J. Wysocki1-30/+21
2019-09-02cpufreq: Remove CPUFREQ_ADJUST and CPUFREQ_NOTIFY policy notifier eventsViresh Kumar1-29/+7
2019-08-22cpufreq: Print driver name if cpufreq_suspend() failsFlorian Fainelli1-2/+2
2019-08-21cpufreq: remove redundant assignment to retColin Ian King1-1/+1
2019-08-10cpufreq: Add policy create/remove notifiers backViresh Kumar1-1/+14
2019-08-10cpufreq: dev_pm_qos_update_request() can return 1 on successViresh Kumar1-1/+1
2019-07-18Merge branch 'pm-cpufreq'Rafael J. Wysocki1-65/+151
2019-07-16cpufreq: Make cpufreq_generic_init() return voidViresh Kumar1-3/+1
2019-07-08cpufreq: Add QoS requests for userspace constraintsViresh Kumar1-43/+55
2019-07-08cpufreq: intel_pstate: Reuse refresh_frequency_limits()Viresh Kumar1-1/+2
2019-07-08cpufreq: Register notifiers with the PM QoS frameworkViresh Kumar1-30/+105
2019-07-08Merge branch 'pm-cpufreq'Rafael J. Wysocki1-67/+54
2019-06-28cpufreq: Avoid calling cpufreq_verify_current_freq() from handle_update()Viresh Kumar1-10/+16
2019-06-28cpufreq: Consolidate cpufreq_update_current_freq() and __cpufreq_get()Viresh Kumar1-42/+28
2019-06-28cpufreq: Don't skip frequency validation for has_target() driversViresh Kumar1-8/+5
2019-06-26cpufreq: Use has_target() instead of !setpolicyViresh Kumar1-3/+3
2019-06-26cpufreq: Remove redundant !setpolicy checkViresh Kumar1-1/+1
2019-06-26cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro into a stubDaniel Lezcano1-4/+2