summaryrefslogtreecommitdiff
path: root/kernel/sched/cpufreq_schedutil.c
AgeCommit message (Expand)Author
2024-01-16sched/fair: Fix frequency selection for non-invariant caseVincent Guittot
2023-12-23cpufreq/schedutil: Use a fixed reference frequencyVincent Guittot
2023-11-23sched/cpufreq: Rework iowait boostVincent Guittot
2023-11-23sched/cpufreq: Rework schedutil governor performance estimationVincent Guittot
2023-10-26Merge branch 'pm-cpufreq'Rafael J. Wysocki
2023-10-06cpufreq: Rebuild sched-domains when removing cpufreq driverPierre Gondois
2023-10-06cpufreq: schedutil: Merge initialization code of sg_cpu in single loopLiao Chang
2023-10-05cpufreq: schedutil: Update next_freq when cpufreq_limits changeXuewen Yan
2023-06-05sched/fair, cpufreq: Introduce 'runnable boosting'Dietmar Eggemann
2023-02-23cpufreq: schedutil: make kobj_type structure constantThomas Weißschuh
2023-01-07cpufreq, sched/util: Optimize operations with single CPU capacity lookupLukasz Luba
2022-11-22Revert "cpufreq: schedutil: Move max CPU capacity to sugov_policy"Sam Wu
2022-08-23cpufreq: schedutil: Move max CPU capacity to sugov_policyLukasz Luba
2022-06-28sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar
2022-02-04cpufreq: schedutil: Use to_gov_attr_set() to get the gov_attr_setKevin Hao
2022-01-27sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef
2022-01-27sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_maxQais Yousef
2021-12-11sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()Dietmar Eggemann
2021-08-06cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao
2021-06-17sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-22sched: Fix various typosIngo Molnar
2021-03-18cpufreq: schedutil: Call sugov_update_next_freq() before check to fast_switch...Yue Hu
2021-02-23Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-02-19cpufreq: schedutil: Remove update_lock comment from struct sugov_policy defin...Yue Hu
2021-02-19cpufreq: schedutil: Remove needless sg_policy parameter from ignore_dl_rate_l...Yue Hu
2021-01-14sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar
2021-01-14sched/core: Move schedutil_cpu_util() to core.cViresh Kumar
2020-12-22Merge branch 'pm-cpufreq'Rafael J. Wysocki
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2020-12-15cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki
2020-12-15cpufreq: schedutil: Add util to struct sg_cpuRafael J. Wysocki
2020-12-11cpufreq: schedutil: Simplify sugov_update_next_freq()Rafael J. Wysocki
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar
2020-11-19sched/topology,schedutil: Wrap sched domains rebuildIonela Voinescu
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki
2020-11-02cpufreq: schedutil: Don't skip freq update if need_freq_update is setViresh Kumar
2020-10-29cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki
2020-10-19cpufreq: schedutil: restore cached freq when next_f is not changedWei Wang
2020-10-07cpufreq: schedutil: Simplify sugov_fast_switch()Rafael J. Wysocki
2020-10-05cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-07-08sched/uclamp: Protect uclamp fast path code with static keyQais Yousef
2020-07-02cpufreq: Register governors at core_initcallQuentin Perret
2019-12-25sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider
2019-12-12cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki
2019-11-07cpufreq: Initialize the governors in core_initcallAmit Kucheria
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds