summaryrefslogtreecommitdiffstats
path: root/kernel/sched/cpufreq_schedutil.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sched/cpufreq: Clarify sugov_get_util()Peter Zijlstra2018-07-161-21/+54
* sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot2018-07-151-29/+15
* cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot2018-07-151-4/+21
* cpufreq/schedutil: Use DL utilization trackingVincent Guittot2018-07-151-6/+17
* cpufreq/schedutil: Use RT utilization trackingVincent Guittot2018-07-151-1/+8
* sched/rt: Fix call to cpufreq_update_util()Vincent Guittot2018-07-031-1/+1
* Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-051-83/+179
|\
| * cpufreq: schedutil: Avoid missing updates for one-CPU policiesRafael J. Wysocki2018-05-241-23/+47
| * schedutil: Allow cpufreq requests to be made even when kthread kickedJoel Fernandes (Google)2018-05-231-8/+26
| * cpufreq: Rename cpufreq_can_do_remote_dvfs()Viresh Kumar2018-05-231-1/+1
| * cpufreq: schedutil: Cleanup and document iowait boostPatrick Bellasi2018-05-221-45/+107
| * cpufreq: schedutil: Fix iowait boost resetPatrick Bellasi2018-05-221-8/+10
| * cpufreq: schedutil: Don't set next_freq to UINT_MAXViresh Kumar2018-05-151-12/+6
| * Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessar...Dietmar Eggemann2018-05-151-5/+1
* | sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...Patrick Bellasi2018-05-251-9/+8
|/
* cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki2018-05-091-1/+2
* cpufreq: schedutil: remove stale commentJuri Lelli2018-05-091-13/+0
* Merge branch 'linus' into sched/urgent, to pick up fixes and updatesIngo Molnar2018-04-051-108/+113
|\
| * sched/cpufreq: Rate limits for SCHED_DEADLINEClaudio Scordino2018-03-231-0/+14
| * cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra2018-03-091-40/+34
| * sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-041-6/+2
| * sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-031-64/+65
* | sched/cpufreq/schedutil: Fix error path mutex unlockJules Maselbas2018-03-311-2/+1
|/
* sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan2018-02-131-2/+0
* sched/cpufreq: Always consider all CPUs when deciding next freqJuri Lelli2018-01-101-6/+10
* sched/cpufreq: Split utilization signalsJuri Lelli2018-01-101-14/+16