aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/cpufreq_schedutil.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-16sched/cpufreq: Clarify sugov_get_util()Peter Zijlstra1-21/+54
2018-07-15sched/cpufreq: Remove sugov_aggregate_util()Vincent Guittot1-29/+15
2018-07-15cpufreq/schedutil: Take time spent in interrupts into accountVincent Guittot1-4/+21
2018-07-15cpufreq/schedutil: Use DL utilization trackingVincent Guittot1-6/+17
2018-07-15cpufreq/schedutil: Use RT utilization trackingVincent Guittot1-1/+8
2018-07-03sched/rt: Fix call to cpufreq_update_util()Vincent Guittot1-1/+1
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-83/+179
2018-05-25sched/cpufreq: Modify aggregate utilization to always include blocked FAIR utilizationPatrick Bellasi1-9/+8
2018-05-24cpufreq: schedutil: Avoid missing updates for one-CPU policiesRafael J. Wysocki1-23/+47
2018-05-23schedutil: Allow cpufreq requests to be made even when kthread kickedJoel Fernandes (Google)1-8/+26
2018-05-23cpufreq: Rename cpufreq_can_do_remote_dvfs()Viresh Kumar1-1/+1
2018-05-22cpufreq: schedutil: Cleanup and document iowait boostPatrick Bellasi1-45/+107
2018-05-22cpufreq: schedutil: Fix iowait boost resetPatrick Bellasi1-8/+10
2018-05-15cpufreq: schedutil: Don't set next_freq to UINT_MAXViresh Kumar1-12/+6
2018-05-15Revert "cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarily"Dietmar Eggemann1-5/+1
2018-05-09cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki1-1/+2
2018-05-09cpufreq: schedutil: remove stale commentJuri Lelli1-13/+0
2018-04-05Merge branch 'linus' into sched/urgent, to pick up fixes and updatesIngo Molnar1-108/+113
2018-03-31sched/cpufreq/schedutil: Fix error path mutex unlockJules Maselbas1-2/+1
2018-03-23sched/cpufreq: Rate limits for SCHED_DEADLINEClaudio Scordino1-0/+14
2018-03-09cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra1-40/+34
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar1-6/+2
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar1-64/+65
2018-02-13sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan1-2/+0
2018-01-10sched/cpufreq: Always consider all CPUs when deciding next freqJuri Lelli1-6/+10
2018-01-10sched/cpufreq: Split utilization signalsJuri Lelli1-14/+16
2018-01-10sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli1-3/+16
2018-01-10sched/cpufreq: Use the DEADLINE utilization signalJuri Lelli1-10/+15
2018-01-10sched/cpufreq: Don't pass flags to sugov_set_iowait_boost()Viresh Kumar1-5/+4
2018-01-10sched/cpufreq: Initialize sg_cpu->flags to 0Viresh Kumar1-1/+1
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes1-1/+1
2017-11-08cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freqViresh Kumar1-1/+5
2017-11-04cpufreq: schedutil: Examine the correct CPU when we update utilChris Redpath1-5/+1
2017-09-04Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki1-15/+71
2017-08-18cpufreq: schedutil: Always process remote callback with slow switchingViresh Kumar1-2/+7
2017-08-18cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarilyViresh Kumar1-1/+5
2017-08-10cpufreq: Return 0 from ->fast_switch() on errorsViresh Kumar1-1/+1
2017-08-01sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar1-5/+26
2017-07-26cpufreq: schedutil: Use unsigned int for iowait boostJoel Fernandes1-3/+3
2017-07-26cpufreq: schedutil: Make iowait boost more energy efficientJoel Fernandes1-6/+32
2017-07-26cpufreq: schedutil: Set dynamic_switching to trueViresh Kumar1-0/+1
2017-07-22cpufreq: Use transition_delay_us for legacy governors as wellViresh Kumar1-10/+1