aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sys_move_pages: 32bit support (i386, x86_64)Christoph Lameter2006-06-236-1/+33
* [PATCH] sys_move_pages: x86_64 supportChristoph Lameter2006-06-231-1/+3
* [PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter2006-06-238-25/+288
* [PATCH] page migration: use allocator function for migrate_pages()Christoph Lameter2006-06-233-90/+59
* [PATCH] page migration: handle freeing of pages in migrate_pages()Christoph Lameter2006-06-233-36/+27
* [PATCH] page migration: simplify migrate_pages()Christoph Lameter2006-06-231-103/+115
* [PATCH] printk() should not be called under zone->lockKirill Korotaev2006-06-231-4/+5
* [PATCH] Delete unused definitions of kvaddr_to_nidRalf Baechle2006-06-233-7/+0
* [PATCH] kernel-doc for mm/filemap.cRandy Dunlap2006-06-231-53/+120
* [PATCH] slab: kmalloc, kzalloc comments cleanup and fixPaul Drynoff2006-06-233-18/+53
* [PATCH] update vm_total_pages at memory hotaddKAMEZAWA Hiroyuki2006-06-231-1/+1
* [PATCH] initialise total_memory() earlierAndrew Morton2006-06-233-6/+6
* [PATCH] mm/slab.c: fix early init assumptionIngo Molnar2006-06-231-2/+10
* [PATCH] fix update_mmu_cache in fremap.cHugh Dickins2006-06-231-1/+8
* [PATCH] remove unused o_flags from do_shmatHugh Dickins2006-06-231-3/+0
* [PATCH] swapoff: use atomic_inc_not_zero() on mm_usersHugh Dickins2006-06-231-3/+1
* [PATCH] add page_mkwrite() vm_operations methodDavid Howells2006-06-234-28/+99
* [PATCH] mm: fix swap unused warningCon Kolivas2006-06-231-11/+53
* [PATCH] sparsemem: record nid during memory presentAndy Whitcroft2006-06-232-2/+25
* [PATCH] slab: verify pointers before freePekka Enberg2006-06-231-9/+4
* [PATCH] page migration: Update documentationChristoph Lameter2006-06-231-58/+33
* [PATCH] More page migration: use migration entries for file pagesChristoph Lameter2006-06-234-43/+124
* [PATCH] More page migration: do not inc/dec rss countersChristoph Lameter2006-06-232-2/+1
* [PATCH] Swapless page migration: modify core logicChristoph Lameter2006-06-232-34/+23
* [PATCH] Swapless page migration: rip out swap based logicChristoph Lameter2006-06-234-120/+3
* [PATCH] Swapless page migration: add R/W migration entriesChristoph Lameter2006-06-237-32/+255
* [PATCH] page migration cleanup: move fallback handling into special functionChristoph Lameter2006-06-231-51/+39
* [PATCH] page migration cleanup: pass "mapping" to migration functionsChristoph Lameter2006-06-233-40/+42
* [PATCH] page migration cleanup: extract try_to_unmap from migration functionsChristoph Lameter2006-06-231-45/+31
* [PATCH] page migration cleanup: drop nr_refs in remove_references()Christoph Lameter2006-06-231-10/+11
* [PATCH] page migration cleanup: remove useless definitionsChristoph Lameter2006-06-232-6/+2
* [PATCH] page migration cleanup: group functionsChristoph Lameter2006-06-231-70/+72
* [PATCH] page migration cleanup: rename "ignrefs" to "migration"Christoph Lameter2006-06-231-9/+9
* [PATCH] writeback: fix range handlingOGAWA Hirofumi2006-06-239-31/+40
* [PATCH] buglet in radix_tree_tag_setPeter Zijlstra2006-06-231-2/+1
* [PATCH] slab: redzone double-free detectionPekka Enberg2006-06-231-9/+23
* [PATCH] likely cleanup: remove unlikely in sys_mprotect()Hua Zhong2006-06-231-2/+1
* [PATCH] radix-tree: smallNick Piggin2006-06-231-1/+1
* [PATCH] radix-tree: direct dataNick Piggin2006-06-232-83/+114
* [PATCH] change gen_pool allocator to not touch managed memoryDean Nelson2006-06-234-261/+252
* [PATCH] mm: introduce remap_vmalloc_range()Nick Piggin2006-06-232-2/+128
* [PATCH] Unify pxm_to_node() and node_to_pxm()Yasunori Goto2006-06-2312-71/+102
* [PATCH] swsusp: rework memory shrinkerRafael J. Wysocki2006-06-232-57/+172
* [PATCH] slab: stop using list_for_eachChristoph Hellwig2006-06-231-27/+11
* [PATCH] slab: clean up kmem_getpagesChristoph Hellwig2006-06-231-16/+14
* [PATCH] tightening hugetlb strict accountingChen, Kenneth W2006-06-233-138/+173
* [PATCH] reserve space for swap labelAndreas Dilger2006-06-231-6/+8
* [PATCH] mm: fix typos in comments in mm/oom_kill.cDave Peterson2006-06-231-3/+3
* [PATCH] support for panic at OOMKAMEZAWA Hiroyuki2006-06-234-0/+26
* [PATCH] squash duplicate page_to_pfn and pfn_to_pageAndy Whitcroft2006-06-232-42/+17