summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* memcg: fix VM_BUG_ON from page migrationHugh Dickins2008-03-041-5/+14
* bugfix for memory cgroup controller: migration under memory controller fixKAMEZAWA Hiroyuki2008-02-071-3/+10
* Memory controller: make charging gfp mask awareBalbir Singh2008-02-071-1/+1
* Memory controller: memory accountingBalbir Singh2008-02-071-0/+6
* page migraton: handle orphaned pagesShaohua Li2008-02-051-6/+24
* maps4: move is_swap_pteMatt Mackall2008-02-051-5/+0
* Typo fixes retrun -> returnGabriel Craciunescu2007-10-201-1/+1
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-2/+1
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-1/+3
* flush icache before set_pte() on ia64: flush icache at set_pteKAMEZAWA Hiroyuki2007-10-161-1/+0
* flush cache before installing new page at migratonKAMEZAWA Hiroyuki2007-10-161-0/+1
* Memoryless nodes: Update memory policy and page migrationChristoph Lameter2007-10-161-1/+1
* mm/migrate.c __user annotationAl Viro2007-10-141-1/+1
* fix rcu_read_lock() in page migratonKAMEZAWA Hiroyuki2007-08-311-2/+9
* memory unplug: isolate_lru_page fixKAMEZAWA Hiroyuki2007-07-261-2/+1