aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/cpufreq_schedutil.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-06cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao1-5/+11
2021-06-17sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba1-0/+1
2021-04-28Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-03-22sched: Fix various typosIngo Molnar1-1/+1
2021-03-18cpufreq: schedutil: Call sugov_update_next_freq() before check to fast_switch_enabledYue Hu1-17/+12
2021-02-23Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-8/+6
2021-02-19cpufreq: schedutil: Remove update_lock comment from struct sugov_policy definitionYue Hu1-1/+1
2021-02-19cpufreq: schedutil: Remove needless sg_policy parameter from ignore_dl_rate_limit()Yue Hu1-7/+5
2021-01-14sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar1-1/+1
2021-01-14sched/core: Move schedutil_cpu_util() to core.cViresh Kumar1-106/+0
2020-12-22Merge branch 'pm-cpufreq'Rafael J. Wysocki1-30/+76
2020-12-15Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+3
2020-12-15cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki1-10/+58
2020-12-15cpufreq: schedutil: Add util to struct sg_cpuRafael J. Wysocki1-22/+20
2020-12-11cpufreq: schedutil: Simplify sugov_update_next_freq()Rafael J. Wysocki1-5/+3
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar1-10/+10
2020-11-19sched/topology,schedutil: Wrap sched domains rebuildIonela Voinescu1-8/+1
2020-11-10cpufreq: Introduce governor flagsRafael J. Wysocki1-1/+1
2020-11-02cpufreq: schedutil: Don't skip freq update if need_freq_update is setViresh Kumar1-12/+10
2020-10-29cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki1-2/+4
2020-10-19cpufreq: schedutil: restore cached freq when next_f is not changedWei Wang1-2/+3
2020-10-07cpufreq: schedutil: Simplify sugov_fast_switch()Rafael J. Wysocki1-6/+2
2020-10-05cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar1-11/+1
2020-08-03Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+1
2020-07-08sched/uclamp: Protect uclamp fast path code with static keyQais Yousef1-1/+1
2020-07-02cpufreq: Register governors at core_initcallQuentin Perret1-5/+1
2019-12-25sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider1-1/+1
2019-12-12cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki1-5/+3
2019-11-07cpufreq: Initialize the governors in core_initcallAmit Kucheria1-1/+1
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+6
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2019-08-28sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD1-1/+6
2019-08-10cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar1-4/+10
2019-08-08cpufreq: schedutil: fix equation in commentQais Yousef1-3/+3
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi1-4/+5
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi1-3/+12
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot1-1/+1
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+3
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-11/+10
2019-04-30sched/cpufreq: Fix kobject memleakTobin C. Harding1-0/+1
2019-04-25cpufreq: schedutil: Replace default_attrs field with groupsKimberly Brown1-2/+3
2019-04-08cpufreq: schedutil: Simplify iowait boostingRafael J. Wysocki1-11/+10
2019-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-34/+25
2019-03-19sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra1-34/+25
2019-01-25sched: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+73
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret1-2/+35
2018-12-11sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret1-15/+38
2018-12-11sched/cpufreq: Add the SPDX tagsDaniel Lezcano1-4/+1
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot1-2/+1