summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner2012-07-311-9/+2
* hugetlb/cgroup: migrate hugetlb cgroup info from oldpage to new page during m...Aneesh Kumar K.V2012-07-311-0/+5
* hugetlb: simplify migrate_huge_page()Aneesh Kumar K.V2012-07-311-44/+21
* mm: fix warning in __set_page_dirty_nobuffersHugh Dickins2012-06-031-1/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-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-251-8/+8
|/
* mm: fix move/migrate_pages() race on task structChristoph Lameter2012-03-211-17/+19
* memcg: fix GPF when cgroup removal races with last exitHugh Dickins2012-03-051-2/+0
* mm: postpone migrated page mapping resetKonstantin Khlebnikov2012-02-031-1/+1
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-01-121-35/+43
* mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-01-121-37/+92
* memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki2012-01-121-0/+2
* mm/migrate.c: remove the unused macro lru_to_pageWang Sheng-Hui2012-01-101-2/+0
* mm/migrate.c: cleanup comment for migration_entry_wait()Wang Sheng-Hui2012-01-101-2/+0
* mm: migrate: one less atomic operationJacobo Giralt2012-01-101-6/+4
* 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-061-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-10-311-35/+40
|/
* mm: fix race between mremap and removing migration entryHugh Dickins2011-10-191-4/+4
* migrate: don't account swapcache as shmemAndrea Arcangeli2011-06-161-1/+1
* mm: use refcounts for page_lock_anon_vma()Peter Zijlstra2011-05-251-13/+4
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki2011-03-231-1/+1
* mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writebackAndrea Arcangeli2011-03-221-15/+33
* mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra2011-03-221-2/+2
* mm: add replace_page_cache_page() functionMiklos Szeredi2011-03-221-1/+1
* mm: grab rcu read lock in move_pages()Greg Thelen2011-02-251-3/+3
* mm/migration: fix page corruption during hugepage migrationMinchan Kim2011-02-021-4/+0
* mm: when migrate_pages returns 0, all pages must have been releasedAndrea Arcangeli2011-02-021-2/+1
* mm: migration: clarify migrate_pages() commentMinchan Kim2011-01-261-1/+1
* memcg: fix memory migration of shmem swapcacheDaisuke Nishimura2011-01-131-1/+1
* mm: fix hugepage migrationHugh Dickins2011-01-131-17/+6
* mm: fix migration hangs on anon_vma lockHugh Dickins2011-01-131-29/+19
* mm: migration: use rcu_dereference_protected when dereferencing the radix tre...Mel Gorman2011-01-131-2/+2
* thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli2011-01-131-1/+6
* mm: migration: cleanup migrate_pages API by matching types for offlining and ...Mel Gorman2011-01-131-4/+4
* mm: migration: allow migration to operate asynchronously and avoid synchronou...Mel Gorman2011-01-131-9/+13
* mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman2011-01-131-0/+17
* mm/migrate.c: fix compilation errorMichal Nazarewicz2010-12-221-0/+2
* mm: fix error reporting in move_pages() syscallGleb Natapov2010-10-261-2/+2
* mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim2010-10-261-5/+7
* writeback: remove nonblocking/encountered_congestion referencesWu Fengguang2010-10-261-1/+0
* Fix migration.c compilation on s390Andi Kleen2010-10-111-0/+2
* hugetlb: hugepage migration coreNaoya Horiguchi2010-10-081-18/+214
* mm: extend KSM refcounts to the anon_vma rootRik van Riel2010-08-091-7/+3
* mm: always lock the root (oldest) anon_vmaRik van Riel2010-08-091-1/+1
* mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel2010-08-091-1/+1
* memcg: fix mis-accounting of file mapped racy with migrationakpm@linux-foundation.org2010-05-271-1/+1