aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-20sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov1-1/+1
2013-09-20sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_imbalance()Vladimir Davydov1-2/+2
2013-09-20sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imbalance()Vladimir Davydov1-1/+2
2013-09-12sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid onesDaisuke Nishimura1-5/+9
2013-09-10sched: Fix load balancing performance regression in should_we_balance()Joonsoo Kim1-1/+1
2013-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-223/+288
2013-09-02sched/fair: Rework and comment the group_imb codePeter Zijlstra1-34/+89
2013-09-02sched/fair: Optimize find_busiest_queue()Peter Zijlstra1-4/+1
2013-09-02sched/fair: Make group power more consistentPeter Zijlstra1-19/+22
2013-09-02sched/fair: Remove duplicate load_per_task computationsPeter Zijlstra1-11/+2
2013-09-02sched/fair: Shrink sg_lb_stats and play memset gamesPeter Zijlstra1-7/+26
2013-09-02sched: Clean-up struct sd_lb_statJoonsoo Kim1-115/+114
2013-09-02sched: Factor out code to should_we_balance()Joonsoo Kim1-54/+53
2013-09-02sched: Remove one division operation in find_busiest_queue()Joonsoo Kim1-5/+9
2013-08-29Merge branch 'linus' into perf/coreIngo Molnar1-2/+8
2013-08-16Merge tag 'v3.11-rc5' into sched/coreIngo Molnar1-2/+2
2013-08-15Merge tag 'v3.11-rc5' into perf/coreIngo Molnar1-2/+2
2013-08-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+8
2013-07-31mm: sched: numa: fix NUMA balancing when !SCHED_DEBUGDave Kleikamp1-2/+2
2013-07-30sched: Ensure update_cfs_shares() is called for parents of continuously-running tasksPeter Zijlstra1-0/+1
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra1-1/+1
2013-07-23sched: Implement smarter wake-affine logicMichael Wang1-0/+47
2013-07-23sched: Move h_load calculation to task_h_load()Vladimir Davydov1-31/+27
2013-07-22sched/fair: Cleanup: remove duplicate variable declarationKirill Tkhai1-5/+3
2013-07-18sched: Fix some kernel-doc warningsYacine Belkadi1-2/+7
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-1/+1
2013-06-27sched/fair: Fix typo describing flags in enqueue_entityKamalesh Babulal1-1/+1
2013-06-27sched/cfs_rq: Change atomic64_t removed_load to atomic_long_tAlex Shi1-4/+6
2013-06-27sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi1-6/+6
2013-06-27sched: Change cfs_rq load avg to unsigned longAlex Shi1-5/+2
2013-06-27sched: Consider runnable load average in move_tasks()Alex Shi1-9/+9
2013-06-27sched: Compute runnable load avg in cpu_load and cpu_avg_load_per_taskAlex Shi1-2/+3
2013-06-27sched: Fix sleep time double accounting in enqueue entityAlex Shi1-1/+7
2013-06-27sched: Set an initial value of runnable avg for new forked taskAlex Shi1-0/+24
2013-06-27Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking"Alex Shi1-13/+4
2013-06-19sched: Femove the useless declaration in kernel/sched/fair.cMichael Wang1-4/+0
2013-06-19sched: Refine the code in unthrottle_cfs_rq()Michael Wang1-1/+1
2013-05-31sched/fair: Remove unused variable from expire_cfs_rq_runtime()Kamalesh Babulal1-1/+0
2013-05-28sched: Use an accessor to read the rq clockFrederic Weisbecker1-22/+22
2013-05-28sched: Update rq clock earlier in unthrottle_cfs_rqFrederic Weisbecker1-1/+3
2013-05-28sched: Update rq clock before setting fair group sharesFrederic Weisbecker1-0/+3
2013-05-28Merge branch 'sched/cleanups' into sched/coreIngo Molnar1-0/+18
2013-05-10sched: Use this_rq() helperNathan Zimmer1-4/+2
2013-05-07sched: Move update_load_*() methods from sched.h to fair.cPaul Gortmaker1-0/+18
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker1-50/+81
2013-04-26sched: Fix init NOHZ_IDLE flagVincent Guittot1-10/+16
2013-04-24sched: Prevent to re-select dst-cpu in load_balance()Joonsoo Kim1-18/+15
2013-04-24sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim1-2/+2
2013-04-24sched: Move up affinity check to mitigate useless redoing overheadJoonsoo Kim1-9/+7
2013-04-24sched: Don't consider other cpus in our group in case of NEWLY_IDLEJoonsoo Kim1-1/+14