summaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2013-10-09sched/numa: Initialise numa_next_scan properlyMel Gorman
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman
2013-10-09sched/numa: Continue PTE scanning even if migrate rate limitedPeter Zijlstra
2013-10-09sched/numa: Mitigate chance that same task always updates PTEsPeter Zijlstra
2013-10-09sched/numa: Fix commentsPeter Zijlstra
2013-09-20sched/balancing: Periodically decay max cost of idle balanceJason Low
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low
2013-09-20sched/balancing: Prevent the reselection of a previous env.dst_cpu if some ta...Vladimir Davydov
2013-09-20Merge branch 'sched/urgent' into sched/coreIngo Molnar
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov
2013-09-12sched/fair: Fix the group_capacity computationPeter Zijlstra
2013-09-12sched/fair: Rework and comment the group_capacity codePeter Zijlstra
2013-09-12sched/fair: Fix group power_orig computationPeter Zijlstra
2013-09-12sched/fair: Reduce local_group logicPeter Zijlstra
2013-09-12sched/fair: Rewrite group_imb triggerPeter Zijlstra
2013-09-12sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura
2013-09-10sched: Fix load balancing performance regression in should_we_balance()Joonsoo Kim
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-09-02sched/fair: Rework and comment the group_imb codePeter Zijlstra
2013-09-02sched/fair: Optimize find_busiest_queue()Peter Zijlstra
2013-09-02sched/fair: Make group power more consistentPeter Zijlstra
2013-09-02sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra
2013-09-02sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra
2013-09-02sched: Clean-up struct sd_lb_statJoonsoo Kim
2013-09-02sched: Factor out code to should_we_balance()Joonsoo Kim
2013-09-02sched: Remove one division operation in find_busiest_queue()Joonsoo Kim
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar
2013-08-16Merge tag 'v3.11-rc5' into sched/coreIngo Molnar
2013-08-15Merge tag 'v3.11-rc5' into perf/coreIngo Molnar
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-07-31mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp
2013-07-30sched: Ensure update_cfs_shares() is called for parents of continuously-runni...Peter Zijlstra
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra
2013-07-23sched: Implement smarter wake-affine logicMichael Wang
2013-07-23sched: Move h_load calculation to task_h_load()Vladimir Davydov
2013-07-22sched/fair: Cleanup: remove duplicate variable declarationKirill Tkhai
2013-07-18sched: Fix some kernel-doc warningsYacine Belkadi
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker
2013-06-27sched/fair: Fix typo describing flags in enqueue_entityKamalesh Babulal
2013-06-27sched/cfs_rq: Change atomic64_t removed_load to atomic_long_tAlex Shi
2013-06-27sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi
2013-06-27sched: Change cfs_rq load avg to unsigned longAlex Shi
2013-06-27sched: Consider runnable load average in move_tasks()Alex Shi
2013-06-27sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_taskAlex Shi
2013-06-27sched: Fix sleep time double accounting in enqueue entityAlex Shi
2013-06-27sched: Set an initial value of runnable avg for new forked taskAlex Shi
2013-06-27Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...Alex Shi
2013-06-19sched: Femove the useless declaration in kernel/sched/fair.cMichael Wang