aboutsummaryrefslogtreecommitdiff
path: root/mm/migrate.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-12mm,migrate: use N_MEMORY instead N_HIGH_MEMORYGravatar Lai Jiangshan 1-1/+1
2012-12-11mm: introduce putback_movable_pages()Gravatar Rafael Aquini 1-0/+20
2012-12-11mm: introduce compaction and migration for ballooned pagesGravatar Rafael Aquini 1-2/+32
2012-12-11mm: adjust address_space_operations.migratepage() return codeGravatar Rafael Aquini 1-18/+15
2012-12-11mm: introduce mm_find_pmd()Gravatar Bob Liu 1-12/+2
2012-07-31mm: memcg: fix compaction/migration failing due to memcg limitsGravatar Johannes Weiner 1-9/+2
2012-07-31hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during m...Gravatar Aneesh Kumar K.V 1-0/+5
2012-07-31hugetlb: simplify migrate_huge_page()Gravatar Aneesh Kumar K.V 1-44/+21
2012-06-03mm: fix warning in __set_page_dirty_nobuffersGravatar Hugh Dickins 1-1/+4
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+2
2012-05-15userns: Convert the move_pages, and migrate_pages permission checks to use ui...Gravatar Eric W. Biederman 1-2/+2
2012-04-25mm: fix NULL ptr dereference in move_pagesGravatar Sasha Levin 1-8/+8
2012-03-21mm: fix move/migrate_pages() race on task structGravatar Christoph Lameter 1-17/+19
2012-03-05memcg: fix GPF when cgroup removal races with last exitGravatar Hugh Dickins 1-2/+0
2012-02-03mm: postpone migrated page mapping resetGravatar Konstantin Khlebnikov 1-1/+1
2012-01-12mm: compaction: introduce sync-light migration for use by compactionGravatar Mel Gorman 1-35/+43
2012-01-12mm: compaction: determine if dirty pages can be migrated without blocking wit...Gravatar Mel Gorman 1-37/+92
2012-01-12memcg: clear pc->mem_cgroup if necessary.Gravatar KAMEZAWA Hiroyuki 1-0/+2
2012-01-10mm/migrate.c: remove the unused macro lru_to_pageGravatar Wang Sheng-Hui 1-2/+0
2012-01-10mm/migrate.c: cleanup comment for migration_entry_wait()Gravatar Wang Sheng-Hui 1-2/+0
2012-01-10mm: migrate: one less atomic operationGravatar Jacobo Giralt 1-6/+4
2011-12-09mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pagesGravatar Hillf Danton 1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-10-31mm: migration: clean up unmap_and_move()Gravatar Minchan Kim 1-35/+40
2011-10-31mm: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-10-19mm: fix race between mremap and removing migration entryGravatar Hugh Dickins 1-4/+4
2011-06-16migrate: don't account swapcache as shmemGravatar Andrea Arcangeli 1-1/+1
2011-05-25mm: use refcounts for page_lock_anon_vma()Gravatar Peter Zijlstra 1-13/+4
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-23memcg: fix ugly initialization of return value is in callerGravatar KAMEZAWA Hiroyuki 1-1/+1
2011-03-22mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writebackGravatar Andrea Arcangeli 1-15/+33
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Gravatar Peter Zijlstra 1-2/+2
2011-03-22mm: add replace_page_cache_page() functionGravatar Miklos Szeredi 1-1/+1
2011-02-25mm: grab rcu read lock in move_pages()Gravatar Greg Thelen 1-3/+3
2011-02-02mm/migration: fix page corruption during hugepage migrationGravatar Minchan Kim 1-4/+0
2011-02-02mm: when migrate_pages returns 0, all pages must have been releasedGravatar Andrea Arcangeli 1-2/+1
2011-01-26mm: migration: clarify migrate_pages() commentGravatar Minchan Kim 1-1/+1
2011-01-13memcg: fix memory migration of shmem swapcacheGravatar Daisuke Nishimura 1-1/+1
2011-01-13mm: fix hugepage migrationGravatar Hugh Dickins 1-17/+6
2011-01-13mm: fix migration hangs on anon_vma lockGravatar Hugh Dickins 1-29/+19
2011-01-13mm: migration: use rcu_dereference_protected when dereferencing the radix tre...Gravatar Mel Gorman 1-2/+2
2011-01-13thp: pmd_trans_huge migrate bugcheckGravatar Andrea Arcangeli 1-1/+6
2011-01-13mm: migration: cleanup migrate_pages API by matching types for offlining and ...Gravatar Mel Gorman 1-4/+4
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronou...Gravatar Mel Gorman 1-9/+13
2011-01-13mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimGravatar Mel Gorman 1-0/+17
2010-12-22mm/migrate.c: fix compilation errorGravatar Michal Nazarewicz 1-0/+2
2010-10-26mm: fix error reporting in move_pages() syscallGravatar Gleb Natapov 1-2/+2
2010-10-26mm: compaction: fix COMPACTPAGEFAILED countingGravatar Minchan Kim 1-5/+7
2010-10-26writeback: remove nonblocking/encountered_congestion referencesGravatar Wu Fengguang 1-1/+0
2010-10-11Fix migration.c compilation on s390Gravatar Andi Kleen 1-0/+2