summaryrefslogtreecommitdiffstats
path: root/kernel/sched/cpufreq_schedutil.c
AgeCommit message (Expand)AuthorLines
2019-12-25sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider-1/+1
2019-12-12cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki-5/+3
2019-11-07cpufreq: Initialize the governors in core_initcallAmit Kucheria-1/+1
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-1/+6
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2019-08-28sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD-1/+6
2019-08-10cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar-4/+10
2019-08-08cpufreq: schedutil: fix equation in commentQais Yousef-3/+3
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi-4/+5
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi-3/+12
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot-1/+1
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+3
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-11/+10
2019-04-30sched/cpufreq: Fix kobject memleakTobin C. Harding-0/+1
2019-04-25cpufreq: schedutil: Replace default_attrs field with groupsKimberly Brown-2/+3
2019-04-08cpufreq: schedutil: Simplify iowait boostingRafael J. Wysocki-11/+10
2019-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-34/+25
2019-03-19sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra-34/+25
2019-01-25sched: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney-1/+1
2018-12-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-17/+73
2018-12-11sched/topology: Make Energy Aware Scheduling depend on schedutilQuentin Perret-2/+35
2018-12-11sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret-15/+38
2018-12-11sched/cpufreq: Add the SPDX tagsDaniel Lezcano-4/+1
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot-2/+1
2018-07-16sched/cpufreq: Clarify sugov_get_util()Peter Zijlstra-21/+54
2018-07-15sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot-29/+15
2018-07-15cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot-4/+21
2018-07-15cpufreq/schedutil: Use DL utilization trackingVincent Guittot-6/+17
2018-07-15cpufreq/schedutil: Use RT utilization trackingVincent Guittot-1/+8
2018-07-03sched/rt: Fix call to cpufreq_update_util()Vincent Guittot-1/+1
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-83/+179
2018-05-25sched/cpufreq: Modify aggregate utilization to always include blocked FAIR ut...Patrick Bellasi-9/+8
2018-05-24cpufreq: schedutil: Avoid missing updates for one-CPU policiesRafael J. Wysocki-23/+47
2018-05-23schedutil: Allow cpufreq requests to be made even when kthread kickedJoel Fernandes (Google)-8/+26
2018-05-23cpufreq: Rename cpufreq_can_do_remote_dvfs()Viresh Kumar-1/+1
2018-05-22cpufreq: schedutil: Cleanup and document iowait boostPatrick Bellasi-45/+107
2018-05-22cpufreq: schedutil: Fix iowait boost resetPatrick Bellasi-8/+10
2018-05-15cpufreq: schedutil: Don't set next_freq to UINT_MAXViresh Kumar-12/+6
2018-05-15Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessar...Dietmar Eggemann-5/+1
2018-05-09cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki-1/+2
2018-05-09cpufreq: schedutil: remove stale commentJuri Lelli-13/+0
2018-04-05Merge branch 'linus' into sched/urgent, to pick up fixes and updatesIngo Molnar-108/+113
2018-03-31sched/cpufreq/schedutil: Fix error path mutex unlockJules Maselbas-2/+1
2018-03-23sched/cpufreq: Rate limits for SCHED_DEADLINEClaudio Scordino-0/+14
2018-03-09cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra-40/+34
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar-6/+2
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar-64/+65
2018-02-13sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan-2/+0
2018-01-10sched/cpufreq: Always consider all CPUs when deciding next freqJuri Lelli-6/+10
2018-01-10sched/cpufreq: Split utilization signalsJuri Lelli-14/+16