aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-23[PATCH] read_mapping_page for address spacePekka Enberg1-2/+1
2006-06-23[PATCH] x86: cache pollution aware __copy_from_user_ll()Hiro Yoshioka2-5/+5
2006-06-23[PATCH] SELinux: add security_task_movememory calls to mm codeDavid Quigley2-0/+11
2006-06-23[PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter2-6/+266
2006-06-23[PATCH] page migration: use allocator function for migrate_pages()Christoph Lameter2-85/+53
2006-06-23[PATCH] page migration: handle freeing of pages in migrate_pages()Christoph Lameter2-32/+24
2006-06-23[PATCH] page migration: simplify migrate_pages()Christoph Lameter1-103/+115
2006-06-23[PATCH] printk() should not be called under zone->lockKirill Korotaev1-4/+5
2006-06-23[PATCH] kernel-doc for mm/filemap.cRandy Dunlap1-53/+120
2006-06-23[PATCH] slab: kmalloc, kzalloc comments cleanup and fixPaul Drynoff1-18/+2
2006-06-23[PATCH] update vm_total_pages at memory hotaddKAMEZAWA Hiroyuki1-1/+1
2006-06-23[PATCH] initialise total_memory() earlierAndrew Morton2-6/+5
2006-06-23[PATCH] mm/slab.c: fix early init assumptionIngo Molnar1-2/+10
2006-06-23[PATCH] fix update_mmu_cache in fremap.cHugh Dickins1-1/+8
2006-06-23[PATCH] swapoff: use atomic_inc_not_zero() on mm_usersHugh Dickins1-3/+1
2006-06-23[PATCH] add page_mkwrite() vm_operations methodDavid Howells3-28/+95
2006-06-23[PATCH] sparsemem: record nid during memory presentAndy Whitcroft1-2/+20
2006-06-23[PATCH] slab: verify pointers before freePekka Enberg1-9/+4
2006-06-23[PATCH] More page migration: use migration entries for file pagesChristoph Lameter3-28/+124
2006-06-23[PATCH] More page migration: do not inc/dec rss countersChristoph Lameter2-2/+1
2006-06-23[PATCH] Swapless page migration: modify core logicChristoph Lameter2-34/+23
2006-06-23[PATCH] Swapless page migration: rip out swap based logicChristoph Lameter3-119/+3
2006-06-23[PATCH] Swapless page migration: add R/W migration entriesChristoph Lameter5-32/+195
2006-06-23[PATCH] page migration cleanup: move fallback handling into special functionChristoph Lameter1-51/+39
2006-06-23[PATCH] page migration cleanup: pass "mapping" to migration functionsChristoph Lameter1-36/+34
2006-06-23[PATCH] page migration cleanup: extract try_to_unmap from migration functionsChristoph Lameter1-45/+31
2006-06-23[PATCH] page migration cleanup: drop nr_refs in remove_references()Christoph Lameter1-10/+11
2006-06-23[PATCH] page migration cleanup: remove useless definitionsChristoph Lameter1-4/+2
2006-06-23[PATCH] page migration cleanup: group functionsChristoph Lameter1-70/+72
2006-06-23[PATCH] page migration cleanup: rename "ignrefs" to "migration"Christoph Lameter1-9/+9
2006-06-23[PATCH] writeback: fix range handlingOGAWA Hirofumi3-3/+8
2006-06-23[PATCH] slab: redzone double-free detectionPekka Enberg1-9/+23
2006-06-23[PATCH] likely cleanup: remove unlikely in sys_mprotect()Hua Zhong1-2/+1
2006-06-23[PATCH] mm: introduce remap_vmalloc_range()Nick Piggin1-2/+120
2006-06-23[PATCH] swsusp: rework memory shrinkerRafael J. Wysocki1-55/+164
2006-06-23[PATCH] slab: stop using list_for_eachChristoph Hellwig1-27/+11
2006-06-23[PATCH] slab: clean up kmem_getpagesChristoph Hellwig1-16/+14
2006-06-23[PATCH] tightening hugetlb strict accountingChen, Kenneth W1-120/+162
2006-06-23[PATCH] mm: fix typos in comments in mm/oom_kill.cDave Peterson1-3/+3
2006-06-23[PATCH] support for panic at OOMKAMEZAWA Hiroyuki1-0/+3
2006-06-23[PATCH] squash duplicate page_to_pfn and pfn_to_pageAndy Whitcroft1-30/+2
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: update zonelistsYasunori Goto2-5/+33
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: wait_table initializationYasunori Goto1-6/+53
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: add return code for init_current_empty_zoneYasunori Goto2-5/+21
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: change to meminit for build_zonelistYasunori Goto1-9/+9
2006-06-23[PATCH] wait_table and zonelist initializing for memory hotadd: change name of wait_table_size()Yasunori Goto1-5/+7
2006-06-23[PATCH] migration: remove unnecessary PageSwapCache checksChristoph Lameter2-15/+0
2006-06-23[PATCH] slab: page mapping cleanupPekka Enberg1-11/+16
2006-06-23[PATCH] slab: extract cache_free_alien from __cache_freePekka Enberg1-35/+42
2006-06-23[PATCH] Page Migration: Make do_swap_page redo the faultChristoph Lameter1-7/+0