summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-12-11mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalableIngo Molnar7-35/+35
2012-12-11mm/rmap: Convert the struct anon_vma::mutex to an rwsemIngo Molnar3-17/+17
2012-12-11mm: migrate: Account a transhuge page properly when rate limitingMel Gorman1-4/+4
2012-12-11mm: numa: Account for failed allocations and isolations as migration failuresMel Gorman1-1/+4
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case buil...Mel Gorman1-0/+2
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman4-64/+240
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman1-0/+46
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman2-5/+9
2012-12-11mm: numa: Use a two-stage filter to restrict pages being migrated for unlikel...Mel Gorman1-1/+29
2012-12-11mm: numa: migrate: Set last_nid on newly allocated pageHillf Danton1-0/+3
2012-12-11mm: numa: split_huge_page: Transfer last_nid on tail pageHillf Danton1-0/+1
2012-12-11mm: numa: Introduce last_nid to the page frameMel Gorman1-0/+2
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman1-0/+20
2012-12-11mm: numa: Rate limit the amount of memory that is migrated between nodesMel Gorman1-1/+29
2012-12-11mm: numa: Structures for Migrate On Fault per NUMA migration rate limitingAndrea Arcangeli1-0/+5
2012-12-11mm: numa: Migrate pages handled during a pmd_numa hinting faultMel Gorman2-22/+54
2012-12-11mm: numa: Migrate on reference policyMel Gorman1-2/+36
2012-12-11mm: numa: Add pte updates, hinting and migration statsMel Gorman5-1/+27
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra2-2/+17
2012-12-11mm: mempolicy: Hide MPOL_NOOP and MPOL_MF_LAZY from userspace for nowMel Gorman1-5/+4
2012-12-11mm: mempolicy: Implement change_prot_numa() in terms of change_protection()Mel Gorman3-142/+81
2012-12-11mm: mempolicy: Add MPOL_MF_LAZYLee Schermerhorn1-15/+170
2012-12-11mm: mempolicy: Use _PAGE_NUMA to migrate pagesMel Gorman2-8/+55
2012-12-11mm: migrate: Drop the misplaced pages reference count if the target node is fullMel Gorman1-7/+10
2012-12-11mm: migrate: Introduce migrate_misplaced_page()Peter Zijlstra1-2/+106
2012-12-11mm: mempolicy: Check for misplaced pageLee Schermerhorn1-0/+76
2012-12-11mm: mempolicy: Add MPOL_NOOPLee Schermerhorn1-5/+6
2012-12-11mm: mempolicy: Make MPOL_LOCAL a real policyPeter Zijlstra1-3/+6
2012-12-11mm: numa: Create basic numa page hinting infrastructureMel Gorman2-3/+131
2012-12-11mm: numa: split_huge_page: transfer the NUMA type from the pmd to the pteAndrea Arcangeli1-0/+2
2012-12-11mm: numa: Support NUMA hinting page faults from gup/gup_fastAndrea Arcangeli1-0/+17
2012-12-11mm: compaction: Add scanned and isolated counters for compactionMel Gorman2-0/+11
2012-12-11mm: migrate: Add a tracepoint for migrate_pagesMel Gorman6-8/+20
2012-12-11mm: compaction: Move migration fail/success stats to migrate.cMel Gorman3-7/+10
2012-12-11mm: Optimize the TLB flush of sys_mprotect() and change_protection() usersIngo Molnar1-1/+3
2012-12-11mm: Count the number of pages affected in change_protection()Peter Zijlstra2-16/+52
2012-12-11mm: Check if PTE is already allocated during page faultMel Gorman2-2/+4
2012-12-11mm: Only flush the TLB when clearing an accessible pteRik van Riel1-1/+2
2012-12-11mm,generic: only flush the local TLB in ptep_set_access_flagsRik van Riel1-3/+3
2012-11-17revert "mm: fix-up zone present pages"Andrew Morton4-53/+1
2012-11-17tmpfs: change final i_blocks BUG to WARNINGHugh Dickins1-1/+1
2012-11-17tmpfs: fix shmem_getpage_gfp() VM_BUG_ONHugh Dickins1-2/+14
2012-11-17mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem addressWill Deacon1-1/+1
2012-11-17mm: revert "mm: vmscan: scale number of pages reclaimed by reclaim/compaction...Mel Gorman1-25/+0
2012-11-17swapfile: fix name leak in swapoffXiaotian Feng1-2/+2
2012-11-17memcg: fix hotplugged memory zone oopsHugh Dickins3-17/+37
2012-11-17memcg: oom: fix totalpages calculation for memory.swappiness==0Michal Hocko1-6/+15
2012-11-17mm: fix build warning for uninitialized valueDavid Rientjes1-6/+4
2012-11-17mm: add anon_vma_lock to validate_mm()Michel Lespinasse1-0/+2
2012-11-09mm: bugfix: set current->reclaim_state to NULL while returning from kswapd()Takamori Yamaguchi1-0/+2