summaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-12mm: introduce mm_find_pmd()Bob Liu1-12/+2
2012-08-01mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner1-9/+2
2012-08-01hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during m...Aneesh Kumar K.V1-0/+5
2012-08-01hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V1-44/+21
2012-06-04mm: fix warning in __set_page_dirty_nobuffersHugh Dickins1-1/+4
2012-05-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+2
2012-05-16userns: Convert the move_pages, and migrate_pages permission checks to use ui...Eric W. Biederman1-2/+2
2012-04-26mm: fix NULL ptr dereference in move_pagesSasha Levin1-8/+8
2012-03-22mm: fix move/migrate_pages() race on task structChristoph Lameter1-17/+19
2012-03-06memcg: fix GPF when cgroup removal races with last exitHugh Dickins1-2/+0
2012-02-04mm: postpone migrated page mapping resetKonstantin Khlebnikov1-1/+1
2012-01-13mm: compaction: introduce sync-light migration for use by compactionMel Gorman1-35/+43
2012-01-13mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman1-37/+92
2012-01-13memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki1-0/+2
2012-01-11mm/migrate.c: remove the unused macro lru_to_pageWang Sheng-Hui1-2/+0
2012-01-11mm/migrate.c: cleanup comment for migration_entry_wait()Wang Sheng-Hui1-2/+0
2012-01-11mm: migrate: one less atomic operationJacobo Giralt1-6/+4
2011-12-09mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pagesHillf Danton1-1/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-11-01mm: migration: clean up unmap_and_move()Minchan Kim1-35/+40
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-10-20mm: fix race between mremap and removing migration entryHugh Dickins1-4/+4
2011-06-17migrate: don't account swapcache as shmemAndrea Arcangeli1-1/+1
2011-05-25mm: use refcounts for page_lock_anon_vma()Peter Zijlstra1-13/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki1-1/+1
2011-03-23mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writebackAndrea Arcangeli1-15/+33
2011-03-23mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra1-2/+2
2011-03-23mm: add replace_page_cache_page() functionMiklos Szeredi1-1/+1
2011-02-26mm: grab rcu read lock in move_pages()Greg Thelen1-3/+3
2011-02-03mm/migration: fix page corruption during hugepage migrationMinchan Kim1-4/+0
2011-02-03mm: when migrate_pages returns 0, all pages must have been releasedAndrea Arcangeli1-2/+1
2011-01-26mm: migration: clarify migrate_pages() commentMinchan Kim1-1/+1
2011-01-14memcg: fix memory migration of shmem swapcacheDaisuke Nishimura1-1/+1
2011-01-14mm: fix hugepage migrationHugh Dickins1-17/+6
2011-01-14mm: fix migration hangs on anon_vma lockHugh Dickins1-29/+19
2011-01-14mm: migration: use rcu_dereference_protected when dereferencing the radix tre...Mel Gorman1-2/+2
2011-01-14thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli1-1/+6
2011-01-14mm: migration: cleanup migrate_pages API by matching types for offlining and ...Mel Gorman1-4/+4
2011-01-14mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman1-9/+13
2011-01-14mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman1-0/+17
2010-12-23mm/migrate.c: fix compilation errorMichal Nazarewicz1-0/+2
2010-10-27mm: fix error reporting in move_pages() syscallGleb Natapov1-2/+2
2010-10-27mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim1-5/+7
2010-10-27writeback: remove nonblocking/encountered_congestion referencesWu Fengguang1-1/+0
2010-10-11Fix migration.c compilation on s390Andi Kleen1-0/+2
2010-10-08hugetlb: hugepage migration coreNaoya Horiguchi1-18/+214
2010-08-10mm: extend KSM refcounts to the anon_vma rootRik van Riel1-7/+3
2010-08-10mm: always lock the root (oldest) anon_vmaRik van Riel1-1/+1
2010-08-10mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel1-1/+1