summaryrefslogtreecommitdiff
path: root/include/linux/cpufreq.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-01cpufreq: Drop unused symbol CPUFREQ_ETERNALRafael J. Wysocki1-5/+0
2025-10-01cpufreq: Make drivers using CPUFREQ_ETERNAL specify transition latencyRafael J. Wysocki1-0/+3
2025-09-05cpufreq: Drop redundant freq_table parameterZihuan Zhang1-4/+3
2025-05-07cpufreq/sched: Move cpufreq-specific EAS checks to cpufreqRafael J. Wysocki1-0/+2
2025-05-07cpufreq/sched: schedutil: Add helper for governor checksRafael J. Wysocki1-0/+9
2025-05-04Merge back cpufreq material for 6.16Rafael J. Wysocki1-4/+7
2025-04-28cpufreq: Fix setting policy limits when frequency tables are usedRafael J. Wysocki1-29/+54
2025-04-10cpufreq: Drop unused cpufreq_get_policy()Rafael J. Wysocki1-1/+0
2025-04-09cpufreq: Pass policy pointer to ->update_limits()Rafael J. Wysocki1-1/+1
2025-04-09cpufreq: Drop cpufreq_cpu_acquire() and cpufreq_cpu_release()Rafael J. Wysocki1-2/+0
2025-04-09cpufreq: Add and use cpufreq policy locking guardsRafael J. Wysocki1-0/+6
2025-03-26Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-15/+9
2025-03-22Merge tag 'cpufreq-arm-updates-6.15' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki1-15/+6
2025-02-24cpufreq/amd-pstate: Use scope based cleanup for cpufreq_policy refsDhananjay Ugwekar1-0/+3
2025-02-17cpufreq: Allow arch_freq_get_on_cpu to return an errorBeata Michalska1-1/+1
2025-02-07cpufreq: Remove cpufreq_enable_boost_support()Viresh Kumar1-6/+0
2025-02-07cpufreq: staticize policy_has_boost_freq()Viresh Kumar1-6/+0
2025-02-07cpufreq: Introduce policy->boost_supported flagViresh Kumar1-0/+3
2025-02-07cpufreq: Export cpufreq_boost_set_sw()Viresh Kumar1-0/+6
2025-02-07cpufreq: staticize cpufreq_boost_trigger_state()Viresh Kumar1-5/+0
2025-02-07cpufreq: Remove cpufreq_generic_attrsViresh Kumar1-1/+0
2024-10-01cpufreq: Avoid a bad reference count on CPU nodeMiquel Sabaté Solà1-5/+1
2024-08-02cpufreq: Remove LATENCY_MULTIPLIERQais Yousef1-6/+0
2024-07-09Merge tag 'cpufreq-arm-updates-6.11' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki1-1/+1
2024-07-09cpufreq: Make cpufreq_driver->exit() return voidLizhe1-1/+1
2024-06-28cpufreq: make cpufreq_boost_enabled() return boolDhruva Gole1-3/+3
2024-04-24cpufreq: Add a cpufreq pressure feedback for the schedulerVincent Guittot1-0/+10
2024-03-19Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-2/+1
2024-03-11Merge tag 'opp-updates-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki1-20/+0
2024-03-11cpufreq: Move dev_pm_opp_{init|free}_cpufreq_table() to pm_opp.hViresh Kumar1-20/+0
2024-02-29cpufreq: Limit resolving a frequency to policy min/maxShivnandan Kumar1-1/+14
2024-02-24cpufreq: Remove references to 10ms min sampling ratePierre Gondois1-3/+1
2024-02-21cpufreq: do not open-code of_phandle_args_equal()Krzysztof Kozlowski1-2/+1
2024-01-31ACPI: cpufreq: Add highest perf change notificationMeng Li1-0/+1
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