aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi2013-06-201-5/+18
* mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin2013-06-071-1/+1
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-08-011-35/+43
* mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-08-011-37/+92
* mm: migration: clean up unmap_and_move()Minchan Kim2012-08-011-35/+40
* mm: fix race between mremap and removing migration entryHugh Dickins2011-10-251-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
* mm: compaction: memory compaction coreMel Gorman2010-05-251-1/+10
* mm: migration: allow the migration of PageSwapCache pagesMel Gorman2010-05-251-17/+36
* mm: migration: do not try to migrate unmapped anonymous pagesMel Gorman2010-05-251-0/+11
* mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman2010-05-251-2/+2
* mm: migration: take a reference to the anon_vma before migratingMel Gorman2010-05-251-0/+12
* mm: remove return value of putback_lru_pages()Minchan Kim2010-05-251-6/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* mm/migrate.c: kill anon local variable from migrate_page_copyKOSAKI Motohiro2010-03-061-4/+0
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-03-011-1/+1
|\
| * MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-1/+1
* | mm: Make copy_from_user() in migrate.c statically predictableH. Peter Anvin2010-02-211-21/+15
* | Fix potential crash with sys_move_pagesLinus Torvalds2010-02-061-0/+3
|/
* mm: remove unevictable_migrate_page functionLee Schermerhorn2009-12-151-2/+2
* ksm: memory hotremove migration onlyHugh Dickins2009-12-151-6/+21
* ksm: rmap_walk to remove_migation_ptesHugh Dickins2009-12-151-67/+18