aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-11sched/core: Use load_avg for selecting idlest groupVincent Guittot1-11/+44
2016-12-11sched/core: Fix find_idlest_group() for forkVincent Guittot1-0/+8
2016-11-24sched: Extend scheduler's asym packingTim Chen1-17/+36
2016-11-23sched/fair: Clean up the tunable parameter definitionsIngo Molnar1-22/+28
2016-11-16sched/fair: Fix task group initializationVincent Guittot1-1/+1
2016-11-16sched/fair: Propagate asynchrous detachVincent Guittot1-0/+6
2016-11-16sched/fair: Propagate load during synchronous attach/detachVincent Guittot1-1/+187
2016-11-16sched/fair: Factorize PELT updateVincent Guittot1-51/+25
2016-11-16sched/fair: Fix hierarchical order in rq->leaf_cfs_rq_listVincent Guittot1-7/+47
2016-11-16sched/fair: Factorize attach/detach entityVincent Guittot1-22/+31
2016-11-16sched/fair: Fix incorrect comment for capacity_marginMorten Rasmussen1-1/+1
2016-11-16sched/fair: Avoid pulling tasks from non-overloaded higher capacity groupsMorten Rasmussen1-0/+25
2016-11-16sched/fair: Add per-CPU min capacity to sched_group_capacityMorten Rasmussen1-5/+12
2016-11-16sched/fair: Consider spare capacity in find_idlest_group()Morten Rasmussen1-5/+45
2016-11-16sched/fair: Compute task/cpu utilization at wake-up correctlyMorten Rasmussen1-4/+35
2016-11-11Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-3/+0
2016-10-27sched/fair: Remove unused but set variable 'rq'Tobias Klauser1-3/+0
2016-10-20sched/fair: Kill the unused 'sched_shares_window_ns' tunableMatt Fleming1-7/+0
2016-10-19sched/fair: Fix incorrect task group ->load_avgVincent Guittot1-1/+8
2016-10-18Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+8
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2016-10-11sched/fair: Fix sched domains NULL dereference in select_idle_sibling()Wanpeng Li1-3/+8
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-1/+1
2016-10-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-258/+494
2016-09-30sched/fair: Fix min_vruntime trackingPeter Zijlstra1-7/+22
2016-09-30sched/debug: Add SCHED_WARN_ON()Peter Zijlstra1-5/+3
2016-09-30sched/core: Optimize SCHED_SMTPeter Zijlstra1-1/+7
2016-09-30sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra1-46/+221
2016-09-30sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra1-10/+12
2016-09-30sched/fair: Fix fixed point arithmetic width for shares and effective loadDietmar Eggemann1-2/+2
2016-09-22sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasksSrivatsa Vaddagiri1-1/+1
2016-09-13cpufreq / sched: SCHED_CPUFREQ_IOWAIT flag to indicate iowait conditionRafael J. Wysocki1-0/+8
2016-09-10Revert "sched/fair: Make update_min_vruntime() more readable"Peter Zijlstra1-4/+7
2016-09-05sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf1-79/+69
2016-09-05sched/debug: Clean up schedstat macrosJosh Poimboeuf1-21/+21
2016-09-05sched/debug: Rename and move enqueue_sleeper()Josh Poimboeuf1-69/+73
2016-09-05sched/fair: Fix load_above_capacity fixed point arithmetic widthDietmar Eggemann1-1/+1
2016-09-05sched/fair: Make update_min_vruntime() more readableByungchul Park1-10/+7
2016-08-18sched/fair: Let asymmetric CPU configurations balance at wake-upMorten Rasmussen1-1/+34
2016-08-16cpufreq / sched: Pass runqueue pointer to cpufreq_update_util()Rafael J. Wysocki1-7/+2
2016-08-16cpufreq / sched: Pass flags to cpufreq_update_util()Rafael J. Wysocki1-8/+4
2016-08-10sched/fair: Optimize find_idlest_cpu() when there is no choiceMorten Rasmussen1-0/+4
2016-08-10sched/fair: Make the use of prev_cpu consistent in the wakeup pathMorten Rasmussen1-11/+13
2016-08-10sched/fair: Improve PELT stuff some morePeter Zijlstra1-19/+25
2016-08-10sched/fair: Remove 'cpu_busy' parameter from update_next_balance()Leo Yan1-5/+6
2016-08-10sched/fair: Fix typo in sync_throttle()Xunlei Pang1-1/+1
2016-06-27sched/fair: Rework throttle_count syncPeter Zijlstra1-20/+19
2016-06-27sched/fair: Reorder cgroup creation codePeter Zijlstra1-4/+18
2016-06-27sched/fair: Apply more PELT fixesPeter Zijlstra1-4/+49
2016-06-27sched/fair: Fix PELT integrity for new tasksPeter Zijlstra1-8/+37