aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|/
* memcg: make page->mapping NULL before unchargeKAMEZAWA Hiroyuki2008-10-201-2/+7
* mm: extract do_pages_move() out of sys_move_pages()Brice Goglin2008-10-201-66/+86
* mm: don't vmalloc a huge page_to_node array for do_pages_stat()Brice Goglin2008-10-201-15/+25
* mm: stop returning -ENOENT from sys_move_pages() if nothing got migratedBrice Goglin2008-10-201-2/+1
* mlock: mlocked pages are unevictableNick Piggin2008-10-201-0/+2
* Unevictable LRU InfrastructureLee Schermerhorn2008-10-201-14/+17
* define page_file_cache() functionRik van Riel2008-10-201-0/+2
* swap: use an array for the LRU pagevecsKOSAKI Motohiro2008-10-201-10/+1
* vmscan: move isolate_lru_page() to vmscan.cNick Piggin2008-10-201-31/+3
* mm: rename page trylockNick Piggin2008-08-041-2/+2
* mm: spinlock tree_lockNick Piggin2008-07-261-6/+5
* mm: speculative page referencesNick Piggin2008-07-261-2/+18
* memcg: remove refcnt from page_cgroupKAMEZAWA Hiroyuki2008-07-251-2/+1
* memcg: better migration handlingKAMEZAWA Hiroyuki2008-07-251-7/+15
* mm: make CONFIG_MIGRATION available w/o CONFIG_NUMAGerald Schaefer2008-07-241-1/+1
* mm/migrate.c should #include <linux/syscalls.h>Adrian Bunk2008-07-241-0/+1
* Christoph has movedChristoph Lameter2008-07-041-1/+1
* Reinstate ZERO_PAGE optimization in 'get_user_pages()' and fix XIPLinus Torvalds2008-06-201-0/+10
* mm: fix warning on memory offlineNick Piggin2008-04-301-1/+8