summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel4-29/+105
2013-10-09sched/numa: Take false sharing into account when adapting scan rateMel Gorman1-2/+6
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel3-5/+19
2013-10-09sched/numa: Avoid migrating tasks that are placed on their preferred nodePeter Zijlstra3-12/+142
2013-10-09sched/numa: Fix task or group comparisonRik van Riel1-7/+25
2013-10-09sched/numa: Decide whether to favour task or group weights based on swap cand...Rik van Riel1-23/+36
2013-10-09sched/numa: Add debuggingIngo Molnar3-3/+68
2013-10-09sched/numa: Prevent parallel updates to group stats during placementMel Gorman1-12/+23
2013-10-09sched/numa: Call task_numa_free() from do_execve()Rik van Riel4-6/+13
2013-10-09sched/numa: Use group fault statistics in numa placementMel Gorman2-17/+108
2013-10-09sched/numa: Stay on the same node if CLONE_VMRik van Riel3-7/+11
2013-10-09mm: numa: Do not batch handle PMD pagesMel Gorman2-144/+4
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra4-10/+47
2013-10-09mm: numa: Copy cpupid on page migrationRik van Riel1-0/+9
2013-10-09sched/numa: Report a NUMA task group IDMel Gorman3-0/+14
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra6-13/+182
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra13-109/+125
2013-10-09sched/numa: Fix placement of workloads spread across multiple nodesRik van Riel1-6/+5
2013-10-09sched/numa: Favor placing a task on the preferred nodeMel Gorman1-19/+35
2013-10-09sched/numa: Use a system-wide search to find swap/migration candidatesMel Gorman3-71/+199
2013-10-09sched/numa: Introduce migrate_swap()Peter Zijlstra7-14/+110
2013-10-09stop_machine: Introduce stop_two_cpus()Peter Zijlstra2-98/+175
2013-10-09mm: numa: Trap pmd hinting faults only if we would otherwise trap PTE faultsMel Gorman1-2/+5
2013-10-09sched/numa: Do not trap hinting faults for shared librariesMel Gorman1-0/+10
2013-10-09sched/numa: Increment numa_migrate_seq when task runs in correct locationRik van Riel1-1/+9
2013-10-09sched/numa: Retry migration of tasks to CPU on a preferred nodeMel Gorman2-7/+24
2013-10-09sched/numa: Avoid overloading CPUs on a preferred NUMA nodeMel Gorman1-29/+102
2013-10-09mm: numa: Limit NUMA scanning to migrate-on-fault VMAsMel Gorman3-1/+26
2013-10-09sched/numa: Do not migrate memory immediately after switching nodeRik van Riel3-3/+29
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman12-82/+149
2013-10-09sched/numa: Remove check that skips small VMAsMel Gorman1-4/+0
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman5-29/+18
2013-10-09sched/numa: Check current->mm before allocating NUMA faultsMel Gorman1-2/+4
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman4-17/+47
2013-10-09sched/numa: Reschedule task on preferred NUMA node once selectedMel Gorman3-1/+65
2013-10-09sched/numa: Resist moving tasks towards nodes with fewer hinting faultsMel Gorman2-0/+41
2013-10-09sched/numa: Favour moving tasks towards the preferred nodeMel Gorman6-6/+83
2013-10-09sched/numa: Update NUMA hinting faults once per scanMel Gorman3-3/+27
2013-10-09sched/numa: Select a preferred node with the most numa hinting faultsMel Gorman3-2/+17
2013-10-09sched/numa: Track NUMA hinting faults on per-node basisMel Gorman4-1/+27
2013-10-09sched/numa: Slow scan rate if no NUMA hinting faults are being recordedMel Gorman1-0/+12
2013-10-09sched/numa: Set the scan rate proportional to the memory usage of the task be...Mel Gorman3-17/+83
2013-10-09sched/numa: Initialise numa_next_scan properlyMel Gorman2-2/+9
2013-10-09Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...Mel Gorman4-34/+1
2013-10-09sched/numa: Continue PTE scanning even if migrate rate limitedPeter Zijlstra1-8/+0
2013-10-09sched/numa: Mitigate chance that same task always updates PTEsPeter Zijlstra1-1/+7
2013-10-09mm: numa: Do not migrate or account for hinting faults on the zero pageMel Gorman2-1/+10
2013-10-09mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanningMel Gorman2-7/+26
2013-10-09mm: Do not flush TLB during protection change if !pte_present && !migration_e...Mel Gorman1-1/+2
2013-10-09mm: Account for a THP NUMA hinting update as one PTE updateMel Gorman1-1/+1