aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman1-8/+21
2012-12-11sched: numa: Slowly increase the scanning period as NUMA faults are handledMel Gorman1-1/+10
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman1-0/+9
2012-12-11mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra1-0/+5
2012-12-11sched, numa, mm: Count WS scanning against present PTEs, not virtual memory rangesMel Gorman1-15/+21
2012-12-11mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra1-13/+52
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra1-0/+125
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-57/+24
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random perturbations"Linus Torvalds1-7/+21
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Alex Shi1-15/+10
2012-09-13sched: Fix nohz_idle_balance()Vincent Guittot1-5/+6
2012-09-04Merge branch 'sched/urgent' into sched/coreIngo Molnar1-4/+5
2012-09-04sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap1-2/+0
2012-09-04sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel1-2/+5
2012-08-13sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi1-31/+3
2012-08-13sched: using dst_rq instead of this_rq during load balanceMichael Wang1-5/+4
2012-08-13sched: Fix __sched_period commentBorislav Petkov1-1/+1
2012-08-13sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra1-2/+9
2012-07-31sched/cleanups: Add load balance cpumask pointer to 'struct lb_env'Michael Wang1-15/+14
2012-07-24sched: Improve balance_cpu() to consider other cpus in its group as target of (pinned) taskSrivatsa Vaddagiri1-4/+74
2012-07-24sched: Reset loop counters if all tasks are pinned and we need to redo load balancePrashanth Nageshappa1-1/+4
2012-07-24sched: Reorder 'struct lb_env' members to reduce its sizePrashanth Nageshappa1-1/+1
2012-07-24sched: Improve scalability via 'CPU buddies', which withstand random perturbationsMike Galbraith1-21/+7
2012-06-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+4
2012-06-08sched/fair: fix lots of kernel-doc warningsRandy Dunlap1-16/+6
2012-06-06sched: Always initialize cpu-powerPeter Zijlstra1-1/+1
2012-06-06sched: Fix domain iterationPeter Zijlstra1-2/+3
2012-05-30sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra1-1/+1
2012-05-30sched: Make sure to not re-read variables after validationPeter Zijlstra1-4/+11
2012-05-30sched: Fix SD_OVERLAPPeter Zijlstra1-5/+20
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra1-273/+2
2012-05-14sched/fair: Improve the ->group_imb logicPeter Zijlstra1-6/+14
2012-05-14sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra1-1/+1
2012-05-14sched/fair: Revert sched-domain iteration breakagePeter Zijlstra1-12/+7
2012-05-09sched/fair: Propagate 'struct lb_env' usage into find_busiest_groupPeter Zijlstra1-93/+82
2012-05-09sched/fair: Add some serialization to the sched_domain load-balance walkPeter Zijlstra1-2/+7
2012-05-09sched/fair: Let minimally loaded cpu balance the groupPeter Zijlstra1-5/+5
2012-05-09sched: Change rq->nr_running to unsigned intPeter Zijlstra1-4/+4
2012-04-26sched: Fix more load-balancing falloutPeter Zijlstra1-8/+10
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+8
2012-03-23sched: Fix compiler warning about declared inline after usePeter Zijlstra1-8/+8
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-217/+175
2012-03-12sched/nohz: Correctly initialize 'next_balance' in 'nohz' idle balancerDiwakar Tundlam1-0/+1
2012-03-12sched: Fix load-balance wreckagePeter Zijlstra1-71/+39
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+2
2012-03-01sched: Ditch per cgroup task lists for load-balancingPeter Zijlstra1-101/+75
2012-03-01sched: Rename load-balancing fieldsPeter Zijlstra1-58/+60
2012-03-01sched: Move load-balancing arguments into helper structPeter Zijlstra1-84/+93
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar1-0/+2
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-4/+4