summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
...
| * mm: migrate: Add a tracepoint for migrate_pagesMel Gorman2012-12-111-2/+8
| * mm: compaction: Move migration fail/success stats to migrate.cMel Gorman2012-12-111-0/+6
* | mm,migrate: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-131-1/+1
* | mm: introduce putback_movable_pages()Rafael Aquini2012-12-121-0/+20
* | mm: introduce compaction and migration for ballooned pagesRafael Aquini2012-12-121-2/+32
* | mm: adjust address_space_operations.migratepage() return codeRafael Aquini2012-12-121-18/+15Star
* | mm: introduce mm_find_pmd()Bob Liu2012-12-121-12/+2Star
|/
* mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner2012-08-011-9/+2Star
* hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during m...Aneesh Kumar K.V2012-08-011-0/+5
* hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V2012-08-011-44/+21Star
* mm: fix warning in __set_page_dirty_nobuffersHugh Dickins2012-06-041-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-241-2/+2
|\
| * userns: Convert the move_pages, and migrate_pages permission checks to use ui...Eric W. Biederman2012-05-151-2/+2
* | mm: fix NULL ptr dereference in move_pagesSasha Levin2012-04-261-8/+8
|/
* mm: fix move/migrate_pages() race on task structChristoph Lameter2012-03-221-17/+19
* memcg: fix GPF when cgroup removal races with last exitHugh Dickins2012-03-061-2/+0Star
* mm: postpone migrated page mapping resetKonstantin Khlebnikov2012-02-041-1/+1
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-01-131-35/+43
* mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-01-131-37/+92
* memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki2012-01-131-0/+2
* mm/migrate.c: remove the unused macro lru_to_pageWang Sheng-Hui2012-01-111-2/+0Star
* mm/migrate.c: cleanup comment for migration_entry_wait()Wang Sheng-Hui2012-01-111-2/+0Star
* mm: migrate: one less atomic operationJacobo Giralt2012-01-111-6/+4Star
* mm/migrate.c: pair unlock_page() and lock_page() when migrating huge pagesHillf Danton2011-12-091-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-1/+1
|\
| * mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* | mm: migration: clean up unmap_and_move()Minchan Kim2011-11-011-35/+40
|/
* mm: fix race between mremap and removing migration entryHugh Dickins2011-10-201-4/+4
* migrate: don't account swapcache as shmemAndrea Arcangeli2011-06-171-1/+1
* mm: use refcounts for page_lock_anon_vma()Peter Zijlstra2011-05-251-13/+4Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki2011-03-241-1/+1
* mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writebackAndrea Arcangeli2011-03-231-15/+33
* mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra2011-03-231-2/+2
* mm: add replace_page_cache_page() functionMiklos Szeredi2011-03-231-1/+1
* mm: grab rcu read lock in move_pages()Greg Thelen2011-02-261-3/+3
* mm/migration: fix page corruption during hugepage migrationMinchan Kim2011-02-031-4/+0Star
* mm: when migrate_pages returns 0, all pages must have been releasedAndrea Arcangeli2011-02-031-2/+1Star
* mm: migration: clarify migrate_pages() commentMinchan Kim2011-01-261-1/+1
* memcg: fix memory migration of shmem swapcacheDaisuke Nishimura2011-01-141-1/+1
* mm: fix hugepage migrationHugh Dickins2011-01-141-17/+6Star
* mm: fix migration hangs on anon_vma lockHugh Dickins2011-01-141-29/+19Star
* mm: migration: use rcu_dereference_protected when dereferencing the radix tre...Mel Gorman2011-01-141-2/+2
* thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli2011-01-141-1/+6
* mm: migration: cleanup migrate_pages API by matching types for offlining and ...Mel Gorman2011-01-141-4/+4
* mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman2011-01-141-9/+13
* mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman2011-01-141-0/+17
* mm/migrate.c: fix compilation errorMichal Nazarewicz2010-12-231-0/+2
* mm: fix error reporting in move_pages() syscallGleb Natapov2010-10-271-2/+2
* mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim2010-10-271-5/+7