summaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* memory unplug: migration by kernelKAMEZAWA Hiroyuki2007-07-261-2/+19
* Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman2007-07-171-1/+2
* page migration: fix NR_FILE_PAGES accountingChristoph Lameter2007-04-241-1/+14
* [PATCH] Page migration: Fix vma flag checkingChristoph Lameter2007-03-051-1/+1
* [PATCH] radix-tree: RCU lockless readsideNick Piggin2006-12-071-7/+12
* [PATCH] Fix sys_move_pages when a NULL node list is passedStephen Rothwell2006-11-031-1/+2
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-0/+2
* [PATCH] BLOCK: Stop fallback_migrate_page() from using page_has_buffers() [tr...David Howells2006-09-301-1/+1
* [PATCH] Define easier to handle GFP_THISNODEChristoph Lameter2006-09-261-3/+1
* [PATCH] sys_move_pages: Do not fall back to other nodesChristoph Lameter2006-09-261-1/+3
* [PATCH] Allow migration of mlocked pagesChristoph Lameter2006-06-251-6/+4
* [PATCH] page migration: Support a vma migration functionChristoph Lameter2006-06-251-0/+20
* [PATCH] SELinux: add security_task_movememory calls to mm codeDavid Quigley2006-06-231-0/+6
* [PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter2006-06-231-4/+264
* [PATCH] page migration: use allocator function for migrate_pages()Christoph Lameter2006-06-231-83/+32
* [PATCH] page migration: handle freeing of pages in migrate_pages()Christoph Lameter2006-06-231-25/+23