summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
AgeCommit message (Expand)AuthorLines
2013-01-25sched: Fix warning in kernel/sched/fair.cArnd Bergmann-1/+1
2012-12-20sched: numa: ksm: fix oops in task_numa_placment()Hugh Dickins-1/+4
2012-12-17sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...Mel Gorman-1/+1
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+227
2012-12-14Revert "sched: Update_cfs_shares at period edge"Linus Torvalds-10/+8
2012-12-11mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman-0/+18
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman-0/+3
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman-8/+21
2012-12-11sched: numa: Slowly increase the scanning period as NUMA faults are handledMel Gorman-1/+10
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman-0/+9
2012-12-11mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra-0/+5
2012-12-11sched, numa, mm: Count WS scanning against present PTEs, not virtual memory r...Mel Gorman-15/+21
2012-12-11mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra-13/+52
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra-0/+125
2012-11-18Merge branch 'sched/urgent' into sched/coreIngo Molnar-1/+1
2012-10-24sched: Describe CFS load-balancerPeter Zijlstra-2/+116
2012-10-24sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner-2/+11
2012-10-24sched: Make __update_entity_runnable_avg() fastPaul Turner-24/+101
2012-10-24sched: Update_cfs_shares at period edgePaul Turner-8/+10
2012-10-24sched: Refactor update_shares_cpu() -> update_blocked_avgs()Paul Turner-27/+23
2012-10-24sched: Replace update_shares weight distribution with per-entity computationPaul Turner-133/+24
2012-10-24sched: Maintain runnable averages across throttled periodsPaul Turner-10/+40
2012-10-24sched: Normalize tg load contributions against runnable timePaul Turner-0/+56
2012-10-24sched: Compute load contribution by a group entityPaul Turner-6/+27
2012-10-24sched: Aggregate total task_group loadPaul Turner-0/+22
2012-10-24sched: Account for blocked load waking back upPaul Turner-20/+80
2012-10-24sched: Add an rq migration call-back to sched_classPaul Turner-0/+12
2012-10-24sched: Maintain the load contribution of blocked entitiesPaul Turner-13/+115
2012-10-24sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner-4/+47
2012-10-24sched: Maintain per-rq runnable averagesBen Segall-2/+16
2012-10-24sched: Track the runnable average on a per-task entity basisPaul Turner-0/+129
2012-10-16sched: Add WAKEUP_PREEMPTION feature flag, on by defaultIngo Molnar-1/+1
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-57/+24
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds-7/+21
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Alex Shi-15/+10
2012-09-13sched: Fix nohz_idle_balance()Vincent Guittot-5/+6
2012-09-04Merge branch 'sched/urgent' into sched/coreIngo Molnar-4/+5
2012-09-04sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap-2/+0
2012-09-04sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel-2/+5
2012-08-13sched: recover SD_WAKE_AFFINE in select_task_rq_fair and code clean upAlex Shi-31/+3
2012-08-13sched: using dst_rq instead of this_rq during load balanceMichael Wang-5/+4
2012-08-13sched: Fix __sched_period commentBorislav Petkov-1/+1
2012-08-13sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra-2/+9
2012-07-31sched/cleanups: Add load balance cpumask pointer to 'struct lb_env'Michael Wang-15/+14
2012-07-24sched: Improve balance_cpu() to consider other cpus in its group as target of...Srivatsa Vaddagiri-4/+74
2012-07-24sched: Reset loop counters if all tasks are pinned and we need to redo load b...Prashanth Nageshappa-1/+4
2012-07-24sched: Reorder 'struct lb_env' members to reduce its sizePrashanth Nageshappa-1/+1
2012-07-24sched: Improve scalability via 'CPU buddies', which withstand random perturba...Mike Galbraith-21/+7
2012-06-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+4
2012-06-08sched/fair: fix lots of kernel-doc warningsRandy Dunlap-16/+6