aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2016-06-27sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot1-1/+22
2016-06-27sched/fair: Fix PELT integrity for new groupsPeter Zijlstra1-0/+10
2016-06-27sched/fair: Fix and optimize the fork() pathPeter Zijlstra1-21/+6
2016-06-27Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-36/+70
2016-06-27sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra1-16/+11
2016-06-27sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra1-6/+9
2016-06-24sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov1-5/+4
2016-06-24sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov1-0/+20
2016-06-20sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra1-8/+25
2016-06-14sched/debug: Fix deadlock when enabling sched eventsJosh Poimboeuf1-1/+1
2016-06-14Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-1/+7
2016-06-14sched/fair: Fix post_init_entity_util_avg() serializationPeter Zijlstra1-1/+7
2016-06-03sched/fair: Use task_rcu_dereference()Oleg Nesterov1-30/+4
2016-06-03sched/fair: Fix the wrong throttled clock time for cfs_rq_clock_task()Xunlei Pang1-3/+1
2016-05-12sched/fair: Correct unit of load_above_capacityMorten Rasmussen1-2/+4
2016-05-12sched/fair: Clean up scale confusionPeter Zijlstra1-2/+1
2016-05-12sched/fair: Fix fairness issue on migrationPeter Zijlstra1-6/+16
2016-05-12sched/core: Kill sched_class::task_waking to clean up the migration logicPeter Zijlstra1-30/+28
2016-05-12sched/fair: Prepare to fix fairness problems on migrationPeter Zijlstra1-0/+37
2016-05-12sched/fair: Move record_wakee()Peter Zijlstra1-28/+33
2016-05-12Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar1-14/+1