summaryrefslogtreecommitdiff
path: root/include/linux/cpufreq.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-23cpufreq: Use the fixed and coherent frequency for scaling capacityVincent Guittot1-0/+1
2023-10-06cpufreq: Rebuild sched-domains when removing cpufreq driverPierre Gondois1-8/+0
2023-08-29cpufreq: Support per-policy performance boostJie Zhan1-0/+3
2023-08-28Merge tag 'cpufreq-arm-updates-6.6' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki1-1/+1
2023-08-22cpufreq: Use clamp() helper macro to improve the code readabilityLiao Chang1-11/+3
2023-08-17cpufreq: cppc: cppc_cpufreq_get_rate() returns zero in all error cases.Liao Chang1-1/+1
2023-06-15cpufreq: Fail driver register if it has adjust_perf without fast_switchWyes Karny1-1/+4
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2023-04-14cpufreq: Adjust includes to remove of_device.hRob Herring1-1/+0
2023-04-07cpufreq: drivers with target_index() must set freq_tableViresh Kumar1-0/+1
2023-02-09cpufreq: Make cpufreq_unregister_driver() return voidUwe Kleine-König1-1/+1
2022-11-02cpufreq: Generalize of_perf_domain_get_sharing_cpumask phandle formatHector Martin1-12/+16
2022-04-27x86/aperfmperf: Replace aperfmperf_get_khz()Thomas Gleixner1-1/+0
2022-02-28Merge back cpufreq changes for v5.18.Rafael J. Wysocki1-0/+5
2022-02-09cpufreq: Reintroduce ready() callbackBjorn Andersson1-0/+3
2022-02-04cpufreq: Move to_gov_attr_set() to cpufreq.hKevin Hao1-0/+5
2021-11-02Merge branches 'pm-em' and 'powercap'Rafael J. Wysocki1-30/+135
2021-11-02Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki1-1/+1
2021-11-02cpufreq: Fix parameter in parse_perf_domain()Hector.Yuan1-1/+1
2021-10-21cpufreq: Fix typo in cpufreq.hRafael J. Wysocki1-1/+1
2021-10-05cpufreq: Use CPUFREQ_RELATION_E in DVFS governorsVincent Donnefort1-2/+8
2021-10-05cpufreq: Introducing CPUFREQ_RELATION_EVincent Donnefort1-25/+86
2021-10-05cpufreq: Add an interface to mark inefficient frequenciesVincent Donnefort1-3/+41
2021-09-07Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki1-1/+57
2021-09-06cpufreq: Add of_perf_domain_get_sharing_cpumaskHector.Yuan1-1/+57
2021-09-02cpufreq: Remove ready() callbackViresh Kumar1-3/+0
2021-08-12cpufreq: Add callback to register with energy modelViresh Kumar1-0/+14
2021-06-30cpufreq: Remove ->resolve_freq()Viresh Kumar1-9/+0
2021-06-30cpufreq: Remove the ->stop_cpu() driver callbackViresh Kumar1-1/+0
2021-02-04cpufreq: Remove unused flag CPUFREQ_PM_NO_WARNViresh Kumar1-8/+5
2021-02-04cpufreq: Remove CPUFREQ_STICKY flagViresh Kumar1-10/+7
2020-12-15cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki1-0/+14
2020-11-16Merge back cpufreq updates for v5.11.Rafael J. Wysocki1-5/+0
2020-11-10cpufreq: Add strict_target to struct cpufreq_policyRafael J. Wysocki1-0/+6
2020-11-10cpufreq: Introduce CPUFREQ_GOV_STRICT_TARGETRafael J. Wysocki1-0/+3
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki1-2/+7
2020-11-02cpufreq: Drop restore_freq from struct cpufreq_policyRafael J. Wysocki1-5/+0
2020-10-29cpufreq: Introduce cpufreq_driver_test_flags()Rafael J. Wysocki1-0/+1
2020-10-27cpufreq: Introduce CPUFREQ_NEED_UPDATE_LIMITS driver flagRafael J. Wysocki1-1/+9
2020-10-08cpufreq,arm,arm64: restructure definitions of arch_set_freq_scale()Ionela Voinescu1-3/+8
2020-09-18arch_topology, cpufreq: constify arch_* cpumasksValentin Schneider1-1/+2
2020-09-18cpufreq: report whether cpufreq supports Frequency Invariance (FI)Ionela Voinescu1-0/+5
2020-08-27cpufreq: Use WARN_ON_ONCE() for invalid relationViresh Kumar1-2/+2
2020-08-11cpufreq: intel_pstate: Implement passive mode with HWP enabledRafael J. Wysocki1-0/+2
2020-08-04Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki1-1/+1
2020-07-30cpufreq: cached_resolved_idx can not be negativeViresh Kumar1-1/+1
2020-07-02cpufreq: Register governors at core_initcallQuentin Perret1-0/+14
2020-06-05cpufreq: change '.set_boost' to act on one policyXiongfeng Wang1-1/+1
2020-05-14cpufreq: fix minor typo in struct cpufreq_driver doc commentWang Wenhu1-1/+1
2020-03-06cpufreq: add function to get the hardware max frequencyIonela Voinescu1-0/+5