summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm: define PAGE_MAPPING_FLAGSHugh Dickins2009-12-151-7/+4
* mm: move inc_zone_page_state(NR_ISOLATED) to just isolated placeKOSAKI Motohiro2009-12-151-8/+4
* mm: Adjust do_pages_stat() so gcc can see copy_from_user() is safeH. Peter Anvin2009-12-111-1/+1
* memcg: fix wrong pointer initialization at page migration when memcg is disab...KAMEZAWA Hiroyuki2009-11-121-1/+1
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-09-241-1/+1
|\
| * HWPOISON: Use bitmask/action code for try_to_unmap behaviourAndi Kleen2009-09-161-1/+1
* | mm: return boolean from page_has_private()Johannes Weiner2009-09-221-1/+1
* | mm: return boolean from page_is_file_cache()Johannes Weiner2009-09-221-3/+3
* | mm: vmstat: add isolate pagesKOSAKI Motohiro2009-09-221-0/+11
* | mm: oom analysis: add shmem vmstatKOSAKI Motohiro2009-09-221-1/+4
* | memory hotplug: migrate swap cache pageShaohua Li2009-09-221-2/+4
|/
* migration: only migrate_prep() once per move_pages()Brice Goglin2009-06-161-1/+3
* page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-161-1/+1
* FS-Cache: Recruit a page flags for cache managementDavid Howells2009-04-031-5/+5
* migration: migrate_vmas should check "vma"Daisuke Nishimura2009-02-111-1/+1
* [CVE-2009-0029] System call wrappers part 28Heiko Carstens2009-01-141-4/+4
* memcg: simple migration handlingKAMEZAWA Hiroyuki2009-01-081-28/+14
* memcg: introduce charge-commit-cancel style of functionsKAMEZAWA Hiroyuki2009-01-081-1/+1
* mm: add Set,ClearPageSwapCache stubsHugh Dickins2009-01-061-4/+0
* mm: move_pages: no need to set pp->page to ZERO_PAGE(0) by defaultBrice Goglin2009-01-061-6/+0
* mm: rework do_pages_move() to work on page_sized chunksBrice Goglin2009-01-061-35/+44
* Merge branch 'next' into for-linusJames Morris2008-12-251-2/+7
|\
| * Merge branch 'master' into nextJames Morris2008-12-041-4/+1
| |\
| * \ Merge branch 'master' into nextJames Morris2008-11-141-1/+1
| |\ \
| * | | CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-3/+5
| * | | CRED: Separate task security context from task_structDavid Howells2008-11-141-5/+5
| * | | CRED: Wrap task credential accesses in the core kernelDavid Howells2008-11-141-2/+5
* | | | mm: Don't touch uninitialized variable in do_pages_stat_array()KOSAKI Motohiro2008-12-161-1/+1
* | | | mm: no get_user/put_user while holding mmap_sem in do_pages_stat?Brice Goglin2008-12-101-13/+46
| |_|/ |/| |
* | | migration: fix writepage errorHugh Dickins2008-11-191-4/+1
| |/ |/|
* | mm: move migrate_prep out from under mmap_semChristoph Lameter2008-11-061-1/+1
|/
OpenPOWER on IntegriCloud