aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-16migrate: 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-23memcg: fix ugly initialization of return value is in callerKAMEZAWA Hiroyuki1-1/+1
2011-03-22mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writebackAndrea Arcangeli1-15/+33
2011-03-22mm: rename drop_anon_vma() to put_anon_vma()Peter Zijlstra1-2/+2
2011-03-22mm: add replace_page_cache_page() functionMiklos Szeredi1-1/+1
2011-02-25mm: grab rcu read lock in move_pages()Greg Thelen1-3/+3
2011-02-02mm/migration: fix page corruption during hugepage migrationMinchan Kim1-4/+0
2011-02-02mm: 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-13memcg: fix memory migration of shmem swapcacheDaisuke Nishimura1-1/+1
2011-01-13mm: fix hugepage migrationHugh Dickins1-17/+6
2011-01-13mm: fix migration hangs on anon_vma lockHugh Dickins1-29/+19
2011-01-13mm: migration: use rcu_dereference_protected when dereferencing the radix tree slot during file page migrationMel Gorman1-2/+2
2011-01-13thp: pmd_trans_huge migrate bugcheckAndrea Arcangeli1-1/+6
2011-01-13mm: migration: cleanup migrate_pages API by matching types for offlining and syncMel Gorman1-4/+4
2011-01-13mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster pathMel Gorman1-9/+13
2011-01-13mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaimMel Gorman1-0/+17
2010-12-22mm/migrate.c: fix compilation errorMichal Nazarewicz1-0/+2
2010-10-26mm: fix error reporting in move_pages() syscallGleb Natapov1-2/+2
2010-10-26mm: compaction: fix COMPACTPAGEFAILED countingMinchan Kim1-5/+7
2010-10-26writeback: 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-09mm: extend KSM refcounts to the anon_vma rootRik van Riel1-7/+3
2010-08-09mm: always lock the root (oldest) anon_vmaRik van Riel1-1/+1
2010-08-09mm: change direct call of spin_lock(anon_vma->lock) to inline functionRik van Riel1-1/+1
2010-05-27memcg: fix mis-accounting of file mapped racy with migrationakpm@linux-foundation.org1-1/+1
2010-05-25mm: compaction: memory compaction coreMel Gorman1-1/+10
2010-05-25mm: migration: allow the migration of PageSwapCache pagesMel Gorman1-17/+36
2010-05-25mm: migration: do not try to migrate unmapped anonymous pagesMel Gorman1-0/+11
2010-05-25mm: migration: share the anon_vma ref counts between KSM and page migrationMel Gorman1-2/+2
2010-05-25mm: migration: take a reference to the anon_vma before migratingMel Gorman1-0/+12
2010-05-25mm: remove return value of putback_lru_pages()Minchan Kim1-6/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-06mm/migrate.c: kill anon local variable from migrate_page_copyKOSAKI Motohiro1-4/+0
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2010-02-21mm: Make copy_from_user() in migrate.c statically predictableH. Peter Anvin1-21/+15
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-1/+1
2010-02-06Fix potential crash with sys_move_pagesLinus Torvalds1-0/+3
2009-12-15mm: remove unevictable_migrate_page functionLee Schermerhorn1-2/+2
2009-12-15ksm: memory hotremove migration onlyHugh Dickins1-6/+21
2009-12-15ksm: rmap_walk to remove_migation_ptesHugh Dickins1-67/+18
2009-12-15mm: define PAGE_MAPPING_FLAGSHugh Dickins1-7/+4
2009-12-15mm: move inc_zone_page_state(NR_ISOLATED) to just isolated placeKOSAKI Motohiro1-8/+4
2009-12-11mm: Adjust do_pages_stat() so gcc can see copy_from_user() is safeH. Peter Anvin1-1/+1
2009-11-12memcg: fix wrong pointer initialization at page migration when memcg is disabled.KAMEZAWA Hiroyuki1-1/+1
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-1/+1
2009-09-22mm: return boolean from page_has_private()Johannes Weiner1-1/+1