summaryrefslogtreecommitdiff
path: root/include/linux/cpufreq.h
AgeCommit message (Expand)Author
2025-05-07cpufreq/sched: Move cpufreq-specific EAS checks to cpufreqRafael J. Wysocki
2025-05-07cpufreq/sched: schedutil: Add helper for governor checksRafael J. Wysocki
2025-05-04Merge back cpufreq material for 6.16Rafael J. Wysocki
2025-04-28cpufreq: Fix setting policy limits when frequency tables are usedRafael J. Wysocki
2025-04-10cpufreq: Drop unused cpufreq_get_policy()Rafael J. Wysocki
2025-04-09cpufreq: Pass policy pointer to ->update_limits()Rafael J. Wysocki
2025-04-09cpufreq: Drop cpufreq_cpu_acquire() and cpufreq_cpu_release()Rafael J. Wysocki
2025-04-09cpufreq: Add and use cpufreq policy locking guardsRafael J. Wysocki
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-03-22Merge tag 'cpufreq-arm-updates-6.15' of git://git.kernel.org/pub/scm/linux/ke...Rafael J. Wysocki
2025-02-23cpufreq/amd-pstate: Use scope based cleanup for cpufreq_policy refsDhananjay Ugwekar
2025-02-17cpufreq: Allow arch_freq_get_on_cpu to return an errorBeata Michalska
2025-02-07cpufreq: Remove cpufreq_enable_boost_support()Viresh Kumar
2025-02-07cpufreq: staticize policy_has_boost_freq()Viresh Kumar
2025-02-07cpufreq: Introduce policy->boost_supported flagViresh Kumar
2025-02-07cpufreq: Export cpufreq_boost_set_sw()Viresh Kumar
2025-02-07cpufreq: staticize cpufreq_boost_trigger_state()Viresh Kumar
2025-02-07cpufreq: Remove cpufreq_generic_attrsViresh Kumar
2024-10-01cpufreq: Avoid a bad reference count on CPU nodeMiquel Sabaté Solà
2024-08-02cpufreq: Remove LATENCY_MULTIPLIERQais Yousef
2024-07-09Merge tag 'cpufreq-arm-updates-6.11' of ssh://gitolite.kernel.org/pub/scm/lin...Rafael J. Wysocki
2024-07-09cpufreq: Make cpufreq_driver->exit() return voidLizhe
2024-06-28cpufreq: make cpufreq_boost_enabled() return boolDhruva Gole
2024-04-24cpufreq: Add a cpufreq pressure feedback for the schedulerVincent Guittot
2024-03-19Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2024-03-11Merge tag 'opp-updates-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Rafael J. Wysocki
2024-03-11cpufreq: Move dev_pm_opp_{init|free}_cpufreq_table() to pm_opp.hViresh Kumar
2024-02-29cpufreq: Limit resolving a frequency to policy min/maxShivnandan Kumar
2024-02-24cpufreq: Remove references to 10ms min sampling ratePierre Gondois
2024-02-21cpufreq: do not open-code of_phandle_args_equal()Krzysztof Kozlowski
2024-01-31ACPI: cpufreq: Add highest perf change notificationMeng Li
2023-12-23cpufreq: Use the fixed and coherent frequency for scaling capacityVincent Guittot
2023-10-06cpufreq: Rebuild sched-domains when removing cpufreq driverPierre Gondois
2023-08-29cpufreq: Support per-policy performance boostJie Zhan
2023-08-28Merge tag 'cpufreq-arm-updates-6.6' of git://git.kernel.org/pub/scm/linux/ker...Rafael J. Wysocki
2023-08-22cpufreq: Use clamp() helper macro to improve the code readabilityLiao Chang
2023-08-17cpufreq: cppc: cppc_cpufreq_get_rate() returns zero in all error cases.Liao Chang
2023-06-15cpufreq: Fail driver register if it has adjust_perf without fast_switchWyes Karny
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-04-13cpufreq: Adjust includes to remove of_device.hRob Herring
2023-04-07cpufreq: drivers with target_index() must set freq_tableViresh Kumar
2023-02-09cpufreq: Make cpufreq_unregister_driver() return voidUwe Kleine-König
2022-11-02cpufreq: Generalize of_perf_domain_get_sharing_cpumask phandle formatHector Martin
2022-04-27x86/aperfmperf: Replace aperfmperf_get_khz()Thomas Gleixner
2022-02-28Merge back cpufreq changes for v5.18.Rafael J. Wysocki
2022-02-09cpufreq: Reintroduce ready() callbackBjorn Andersson
2022-02-04cpufreq: Move to_gov_attr_set() to cpufreq.hKevin Hao
2021-11-02Merge branches 'pm-em' and 'powercap'Rafael J. Wysocki
2021-11-02Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki
2021-11-02cpufreq: Fix parameter in parse_perf_domain()Hector.Yuan