summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-09mm: Close races between THP migration and PMD numa clearingMel Gorman2-26/+26
2013-10-09mm: numa: Sanitize task_numa_fault() callsitesMel Gorman2-44/+34
2013-10-09mm: Prevent parallel splits during THP migrationMel Gorman1-14/+30
2013-10-09mm: Wait for THP migrations to complete during NUMA hinting faultsMel Gorman1-7/+16
2013-10-09mm: numa: Do not account for a hinting fault if we racedMel Gorman1-1/+4
2013-10-09sched/numa: Fix commentsPeter Zijlstra2-5/+5
2013-10-09mm: numa: Document automatic NUMA balancing sysctlsMel Gorman1-0/+66
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar893-4829/+8754
2013-10-06Linux 3.12-rc4v3.12-rc4Linus Torvalds1-1/+1
2013-10-06net: Update the sysctl permissions handler to test effective uid/gidEric W. Biederman1-2/+2
2013-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds8-25/+67
2013-10-06Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds3-17/+17
2013-10-06sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer1-2/+1
2013-10-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds6-17/+39
2013-10-05Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-57/+101
2013-10-05Merge tag 'usb-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-13/+29