summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* sched/numa: Prevent parallel updates to group stats during placementMel Gorman2013-10-091-12/+23
* sched/numa: Call task_numa_free() from do_execve()Rik van Riel2013-10-091-1/+8
* sched/numa: Use group fault statistics in numa placementMel Gorman2013-10-091-17/+107
* mm: numa: Do not group on RO pagesPeter Zijlstra2013-10-091-2/+3
* sched/numa: Report a NUMA task group IDMel Gorman2013-10-091-0/+7
* sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra2013-10-091-9/+156
* mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra2013-10-091-3/+3
* sched/numa: Fix placement of workloads spread across multiple nodesRik van Riel2013-10-091-6/+5Star
* sched/numa: Favor placing a task on the preferred nodeMel Gorman2013-10-091-19/+35
* sched/numa: Use a system-wide search to find swap/migration candidatesMel Gorman2013-10-091-71/+182
* sched/numa: Introduce migrate_swap()Peter Zijlstra2013-10-091-2/+1Star
* sched/numa: Do not trap hinting faults for shared librariesMel Gorman2013-10-091-0/+10
* sched/numa: Increment numa_migrate_seq when task runs in correct locationRik van Riel2013-10-091-1/+9
* sched/numa: Retry migration of tasks to CPU on a preferred nodeMel Gorman2013-10-091-7/+23
* sched/numa: Avoid overloading CPUs on a preferred NUMA nodeMel Gorman2013-10-091-29/+102
* mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman2013-10-091-1/+1
* sched/numa: Do not migrate memory immediately after switching nodeRik van Riel2013-10-091-2/+16
* sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman2013-10-091-3/+9
* sched/numa: Remove check that skips small VMAsMel Gorman2013-10-091-4/+0Star
* sched/numa: Check current->mm before allocating NUMA faultsMel Gorman2013-10-091-2/+4
* sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman2013-10-091-11/+35
* sched/numa: Reschedule task on preferred NUMA node once selectedMel Gorman2013-10-091-1/+45
* sched/numa: Resist moving tasks towards nodes with fewer hinting faultsMel Gorman2013-10-091-0/+33
* sched/numa: Favour moving tasks towards the preferred nodeMel Gorman2013-10-091-4/+59
* sched/numa: Update NUMA hinting faults once per scanMel Gorman2013-10-091-3/+13
* sched/numa: Select a preferred node with the most numa hinting faultsMel Gorman2013-10-091-2/+15
* sched/numa: Track NUMA hinting faults on per-node basisMel Gorman2013-10-091-1/+10
* sched/numa: Slow scan rate if no NUMA hinting faults are being recordedMel Gorman2013-10-091-0/+12
* sched/numa: Set the scan rate proportional to the memory usage of the task be...Mel Gorman2013-10-091-12/+76
* sched/numa: Initialise numa_next_scan properlyMel Gorman2013-10-091-0/+7
* Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman2013-10-091-18/+0Star
* sched/numa: Continue PTE scanning even if migrate rate limitedPeter Zijlstra2013-10-091-8/+0Star
* sched/numa: Mitigate chance that same task always updates PTEsPeter Zijlstra2013-10-091-1/+7
* sched/numa: Fix commentsPeter Zijlstra2013-10-091-4/+4
* sched/balancing: Periodically decay max cost of idle balanceJason Low2013-09-201-7/+31
* sched/balancing: Consider max cost of idle balance per sched domainJason Low2013-09-201-0/+16
* sched/balancing: Prevent the reselection of a previous env.dst_cpu if some ta...Vladimir Davydov2013-09-201-3/+3
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2013-09-201-4/+5
|\
| * sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov2013-09-201-1/+1
| * sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov2013-09-201-2/+2
| * sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov2013-09-201-1/+2
* | sched/fair: Fix the group_capacity computationPeter Zijlstra2013-09-121-7/+13
* | sched/fair: Rework and comment the group_capacity codePeter Zijlstra2013-09-121-8/+24
* | sched/fair: Fix group power_orig computationPeter Zijlstra2013-09-121-5/+11
* | sched/fair: Reduce local_group logicPeter Zijlstra2013-09-121-12/+17
* | sched/fair: Rewrite group_imb triggerPeter Zijlstra2013-09-121-60/+30Star
|/
* sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura2013-09-121-5/+9
* sched: Fix load balancing performance regression in should_we_balance()Joonsoo Kim2013-09-101-1/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-041-223/+288
|\
| * sched/fair: Rework and comment the group_imb codePeter Zijlstra2013-09-021-34/+89