summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)Author
2021-09-02cpufreq: Remove ready() callbackViresh Kumar
2021-08-31Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki
2021-08-12cpufreq: Add callback to register with energy modelViresh Kumar
2021-08-04cpufreq: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior
2021-06-30cpufreq: Remove ->resolve_freq()Viresh Kumar
2021-06-30cpufreq: Reuse cpufreq_driver_resolve_freq() in __cpufreq_driver_target()Viresh Kumar
2021-06-30cpufreq: Remove the ->stop_cpu() driver callbackViresh Kumar
2021-06-23cpufreq: Make cpufreq_online() call driver->offline() on errorsRafael J. Wysocki
2021-04-08cpufreq: Remove unused for_each_policy macroShaokun Zhang
2021-02-19cpufreq: Fix typo in kerneldoc commentYue Hu
2021-02-04cpufreq: Remove CPUFREQ_STICKY flagViresh Kumar
2020-12-15cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki
2020-12-11cpufreq: Fix cpufreq_online() return value on errorsWang ShaoBo
2020-12-11cpufreq: Fix up several kerneldoc commentsRafael J. Wysocki
2020-11-16Merge back cpufreq updates for v5.11.Rafael J. Wysocki
2020-11-10cpufreq: Add strict_target to struct cpufreq_policyRafael J. Wysocki
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki
2020-11-02cpufreq: Drop restore_freq from struct cpufreq_policyRafael J. Wysocki
2020-10-29cpufreq: Introduce cpufreq_driver_test_flags()Rafael J. Wysocki
2020-10-27cpufreq: Introduce CPUFREQ_NEED_UPDATE_LIMITS driver flagRafael J. Wysocki
2020-10-16cpufreq: Improve code around unlisted freq checkViresh Kumar
2020-10-08cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu
2020-10-05cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar
2020-10-05cpufreq: stats: Enable stats for fast-switch as wellViresh Kumar
2020-09-18arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider
2020-09-18cpufreq: report whether cpufreq supports Frequency Invariance (FI)Ionela Voinescu
2020-09-18cpufreq: move invariance setter calls in cpufreq coreIonela Voinescu
2020-08-27cpufreq: No need to verify cpufreq_driver in show_scaling_cur_freq()Viresh Kumar
2020-08-11cpufreq: intel_pstate: Implement passive mode with HWP enabledRafael J. Wysocki
2020-08-04Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki
2020-07-30cpufreq: cached_resolved_idx can not be negativeViresh Kumar
2020-07-15cpufreq: cpufreq: Demote lots of function headers unworthy of kerneldoc statusLee Jones
2020-07-02cpufreq: Remove the weakly defined cpufreq_default_governor()Viresh Kumar
2020-07-02cpufreq: Specify default governor on command lineQuentin Perret
2020-07-02cpufreq: Fix locking issues with governorsViresh Kumar
2020-06-05cpufreq: change '.set_boost' to act on one policyXiongfeng Wang
2020-05-18cpufreq: Fix up cpufreq_boost_set_sw()Rafael J. Wysocki
2020-03-31Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-03-06cpufreq: add function to get the hardware max frequencyIonela Voinescu
2020-02-27cpufreq: Fix policy initialization for internal governor driversRafael J. Wysocki
2020-02-03cpufreq: Make cpufreq_global_kobject staticYangtao Li
2020-01-27cpufreq: Avoid creating excessively large stack framesRafael J. Wysocki
2019-11-26Merge tag 'pm-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-11-21cpufreq: Use vtime aware kcpustat accessors for user timeFrederic Weisbecker
2019-11-14cpufreq: Register drivers only after CPU devices have been registeredViresh Kumar
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar
2019-11-08cpufreq: Add NULL checks to show() and store() methods of cpufreqKai Shen
2019-11-04cpufreq: Clarify the comment in cpufreq_set_policy()Viresh Kumar
2019-10-29cpufreq: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEMFrederic Weisbecker
2019-10-22cpufreq: Cancel policy update work scheduled before freeingSudeep Holla