aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-13sched/fair: Make the entity load aging on attaching tunablePeter Zijlstra1-0/+4
2015-09-13sched/fair: Fix switched_to_fair()'s per entity load trackingByungchul Park1-0/+23
2015-09-13sched/fair: Have task_move_group_fair() also detach entity load from the old runqueueByungchul Park1-1/+5
2015-09-13sched/fair: Have task_move_group_fair() unconditionally add the entity load to the runqueueByungchul Park1-5/+4
2015-09-13sched/fair: Factor out the {at,de}taching of the per entity load {to,from} the runqueueByungchul Park1-39/+38
2015-08-12sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra1-0/+1
2015-08-12sched: Ensure a task has a non-normalized vruntime when returning back to CFSByungchul Park1-2/+17
2015-08-03sched/fair: Clean up load average referencesYuyang Du1-15/+29
2015-08-03sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du1-10/+45
2015-08-03sched/fair: Remove task and group entity load when they are deadYuyang Du1-1/+10
2015-08-03sched/fair: Init cfs_rq's sched_entity load averageYuyang Du1-5/+6
2015-08-03sched/fair: Implement update_blocked_averages() for CONFIG_FAIR_GROUP_SCHED=nVincent Guittot1-0/+8
2015-08-03sched/fair: Rewrite runnable load and utilization average trackingYuyang Du1-425/+205
2015-08-03sched/fair: Remove rq's runnable avgYuyang Du1-21/+4
2015-08-03sched/fair: Beef up wake_wide()Mike Galbraith1-34/+33
2015-08-03sched/fair: Avoid pulling all tasks in idle balancingYuyang Du1-0/+7
2015-07-07sched/fair: Fix a comment reflecting function name changeByungchul Park1-1/+1
2015-07-07sched/fair: Clean up the __sched_period() codeBoqun Feng1-9/+4
2015-07-07sched/numa: Consider 'imbalance_pct' when comparing loads in numa_has_capacity()Srikar Dronamraju1-2/+3
2015-07-07sched/numa: Prefer NUMA hotness over cache hotnessSrikar Dronamraju1-64/+25
2015-07-07sched/numa: Check sched_feat(NUMA) in migrate_improves_locality()bsegall@google.com1-2/+2
2015-07-06sched/fair: Test list head instead of list entry in throttle_cfs_rq()Cong Wang1-1/+1
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+21
2015-07-04sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju1-1/+21
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+8
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-48/+28
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-76/+296
2015-06-19sched,lockdep: Employ lock pinningPeter Zijlstra1-3/+8
2015-06-19Merge branch 'timers/core' into sched/hrtimersThomas Gleixner1-48/+28
2015-06-10sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappingsMel Gorman1-1/+1
2015-06-07sched/numa: Only consider less busy nodes as numa balancing destinationsRik van Riel1-2/+28
2015-06-07Revert 095bebf61a46 ("sched/numa: Do not move past the balance point if unbalanced")Rik van Riel1-26/+15
2015-06-07sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall1-11/+14
2015-05-19sched/numa: Reduce conflict between fbq_classify_rq() and migrationRik van Riel1-27/+33
2015-05-18sched,perf: Fix periodic timersPeter Zijlstra1-4/+13
2015-05-17sched: Fix function declaration return type mismatchNicholas Mc Guire1-3/+3
2015-05-08sched/numa: Document usages of mm->numa_scan_seqJason Low1-0/+13
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE()Jason Low1-9/+9
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra1-0/+183
2015-04-22sched: Cleanup bandwidth timersPeter Zijlstra1-44/+15
2015-04-22sched: core: Use hrtimer_start[_expires]()Thomas Gleixner1-1/+1
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-163/+262
2015-04-07mm: numa: disable change protection for vma(VM_HUGETLB)Naoya Horiguchi1-1/+3
2015-03-27sched: Improve load balancing in the presence of idle CPUsPreeti U Murthy1-3/+5
2015-03-27sched: Optimize freq invariant accountingPeter Zijlstra1-12/+0
2015-03-27sched: Move CFS tasks to CPUs with higher capacityVincent Guittot1-22/+47
2015-03-27sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot1-10/+3
2015-03-27sched: Replace capacity_factor by usageVincent Guittot1-67/+72
2015-03-27sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::group_usageVincent Guittot1-0/+29
2015-03-27sched: Add struct rq::cpu_capacity_origVincent Guittot1-1/+7