summaryrefslogtreecommitdiffstats
path: root/kernel/sched/cpufreq_schedutil.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao2021-08-061-5/+11
* sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba2021-06-171-0/+1
* Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-281-1/+1
|\
| * sched: Fix various typosIngo Molnar2021-03-221-1/+1
* | cpufreq: schedutil: Call sugov_update_next_freq() before check to fast_switch...Yue Hu2021-03-181-17/+12
|/
* Merge tag 'pm-5.12-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-02-231-8/+6
|\
| * cpufreq: schedutil: Remove update_lock comment from struct sugov_policy defin...Yue Hu2021-02-191-1/+1
| * cpufreq: schedutil: Remove needless sg_policy parameter from ignore_dl_rate_l...Yue Hu2021-02-191-7/+5
* | sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use itViresh Kumar2021-01-141-1/+1
* | sched/core: Move schedutil_cpu_util() to core.cViresh Kumar2021-01-141-106/+0
|/
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-12-221-30/+76
|\
| * cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki2020-12-151-10/+58
| * cpufreq: schedutil: Add util to struct sg_cpuRafael J. Wysocki2020-12-151-22/+20
* | Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-12-151-5/+3
|\|
| * cpufreq: schedutil: Simplify sugov_update_next_freq()Rafael J. Wysocki2020-12-111-5/+3
* | Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271-10/+10
|\|
| * cpufreq: Introduce governor flagsRafael J. Wysocki2020-11-101-1/+1
| * cpufreq: schedutil: Don't skip freq update if need_freq_update is setViresh Kumar2020-11-021-12/+10
| * cpufreq: schedutil: Always call driver if CPUFREQ_NEED_UPDATE_LIMITS is setRafael J. Wysocki2020-10-291-2/+4
* | sched/topology,schedutil: Wrap sched domains rebuildIonela Voinescu2020-11-191-8/+1
|/
* cpufreq: schedutil: restore cached freq when next_f is not changedWei Wang2020-10-191-2/+3
* cpufreq: schedutil: Simplify sugov_fast_switch()Rafael J. Wysocki2020-10-071-6/+2
* cpufreq: Move traces and update to policy->cur to cpufreq coreViresh Kumar2020-10-051-11/+1
* Merge tag 'pm-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-08-031-5/+1
|\
| * cpufreq: Register governors at core_initcallQuentin Perret2020-07-021-5/+1
* | sched/uclamp: Protect uclamp fast path code with static keyQais Yousef2020-07-081-1/+1
|/
* sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider2019-12-251-1/+1
* cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2019-12-121-5/+3
* cpufreq: Initialize the governors in core_initcallAmit Kucheria2019-11-071-1/+1
* Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-171-1/+6
|\
| * sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD2019-08-281-1/+6
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-3/+3
|\ \ | |/ |/|
| * cpufreq: schedutil: fix equation in commentQais Yousef2019-08-081-3/+3
* | cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar2019-08-101-4/+10
|/
* sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi2019-06-241-4/+5
* sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi2019-06-241-3/+12
* sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-241-1/+1
* Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-2/+3
|\
| * cpufreq: schedutil: Replace default_attrs field with groupsKimberly Brown2019-04-251-2/+3
* | Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-061-11/+10
|\ \
| * | cpufreq: schedutil: Simplify iowait boostingRafael J. Wysocki2019-04-081-11/+10
| |/
* / sched/cpufreq: Fix kobject memleakTobin C. Harding2019-04-301-0/+1
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-241-34/+25
|\
| * sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra2019-03-191-34/+25
* | sched: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2019-01-251-1/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-261-17/+73
|\
| * sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret2018-12-111-2/+35
| * sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret2018-12-111-15/+38
* | sched/cpufreq: Add the SPDX tagsDaniel Lezcano2018-12-111-4/+1
|/
* sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot2018-07-251-2/+1