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