aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-02-07[PATCH] mm: compound release fixNick Piggin1-10/+22
2006-02-07[PATCH] hugetlbpage: return VM_FAULT_OOM on oomChristoph Lameter1-15/+2
2006-02-07[PATCH] Hugepages need clear_user_highpage() not clear_highpage()David Gibson1-1/+1
2006-02-05mm/slab.c (non-NUMA): Fix compile warning and clean up codeLinus Torvalds1-3/+8
2006-02-05[PATCH] NUMA slab locking fixes: fix cpu down and up lockingRavikiran G Thirumalai1-38/+85
2006-02-05[PATCH] NUMA slab locking fixes: irq disabling from cahep->spinlock to l3 lockRavikiran G Thirumalai1-18/+18
2006-02-05[PATCH] NUMA slab locking fixes: move color_next to l3Ravikiran G Thirumalai1-11/+11
2006-02-05[PATCH] hugetlb: add comment explaining reasons for Bus ErrorsChristoph Lameter1-0/+9
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet1-4/+6
2006-02-04[PATCH] x86_64: Fix memory policy build without CONFIG_HUGETLBFSChen, Kenneth W1-0/+2
2006-02-01[PATCH] slab: fix sparse warningRandy Dunlap1-2/+2
2006-02-01[PATCH] mm/slab: add kernel-doc for one functionRandy.Dunlap1-2/+7
2006-02-01[PATCH] slab: fix kzalloc and kstrdup caller report for CONFIG_DEBUG_SLABPekka Enberg1-5/+24
2006-02-01[PATCH] dump_stack() in oom handlerAndrew Morton1-0/+1
2006-02-01[PATCH] slab: replace kmem_cache_t with struct kmem_cachePekka Enberg1-97/+98
2006-02-01[PATCH] slab: rename ac_data to cpu_cache_getPekka Enberg1-18/+18
2006-02-01[PATCH] slab: extract virt_to_{cache|slab}Pekka Enberg1-5/+17
2006-02-01[PATCH] slab: reduce inliningPekka Enberg1-7/+7
2006-02-01[PATCH] slab: extract slab_{put|get}_objMatthew Dobson1-37/+40
2006-02-01[PATCH] slab: extract slab_destroy_objs()Matthew Dobson1-7/+19
2006-02-01[PATCH] slab: cache_estimate cleanupSteven Rostedt1-22/+59
2006-02-01[PATCH] slab: have index_of bug at compile timeSteven Rostedt1-5/+4
2006-02-01[PATCH] slab: minor cleanup to kmem_cache_alloc_nodeChristoph Lameter1-15/+6
2006-02-01[PATCH] slab: distinguish between object and buffer sizeManfred Spraul1-74/+80
2006-02-01[PATCH] Direct Migration V9: Avoid writeback / page_migrate() methodChristoph Lameter3-1/+21
2006-02-01[PATCH] Direct Migration V9: upgrade MPOL_MF_MOVE and sys_migrate_pages()Christoph Lameter1-21/+146
2006-02-01[PATCH] Direct Migration V9: remove_from_swap() to remove swap ptesChristoph Lameter3-0/+47
2006-02-01[PATCH] Direct Migration V9: migrate_pages() extensionChristoph Lameter2-20/+227
2006-02-01[PATCH] Direct Migration V9: PageSwapCache checksChristoph Lameter3-0/+22
2006-02-01[PATCH] Reclaim slab during zone reclaimChristoph Lameter1-0/+14
2006-02-01[PATCH] Zone reclaim: Allow modification of zone reclaim behaviorChristoph Lameter1-2/+7
2006-02-01[PATCH] zone_reclaim: configurable off node allocation period.Christoph Lameter1-2/+2
2006-02-01[PATCH] zone_reclaim: partial scans instead of full scanChristoph Lameter1-2/+18
2006-02-01[PATCH] zone_reclaim: do not unmap file backed pagesChristoph Lameter1-0/+6
2006-02-01[PATCH] Use 32 bit division in slab_put_obj()Benjamin LaHaise1-3/+3
2006-02-01[PATCH] zone_reclaim: minor fixesChristoph Lameter1-1/+3
2006-02-01[PATCH] mm: improve function of sc->may_writepageChristoph Lameter1-3/+3
2006-02-01[PATCH] zone_reclaim: reclaim on memory only node supportChristoph Lameter1-1/+7
2006-02-01[PATCH] Optimize off-node performance of zone reclaimChristoph Lameter1-14/+15
2006-02-01[PATCH] __cpuinit functions wrongly marked __meminitAshok Raj1-3/+3
2006-01-18[PATCH] mm: optimize numa policy handling in slab allocatorChristoph Lameter2-4/+1
2006-01-18[PATCH] NUMA policies in the slab allocator V2Christoph Lameter2-0/+42
2006-01-18[PATCH] sem2mutex: mm/slab.cIngo Molnar2-31/+32
2006-01-18[PATCH] Zone reclaim: Reclaim logicChristoph Lameter2-3/+82
2006-01-18[PATCH] Zone reclaim: resurrect may_swapChristoph Lameter1-0/+7
2006-01-18[PATCH] Simplify migrate_page_addChristoph Lameter1-36/+7
2006-01-18[PATCH] mm: migration page refcounting fixNick Piggin5-54/+75
2006-01-18[PATCH] mm: dirty_exceeded speedupAndrew Morton1-3/+4
2006-01-16[PATCH] x86_64: add __meminit for memory hotplugMatt Tolentino1-7/+7
2006-01-14[PATCH] cpuset oom lock fixPaul Jackson1-0/+3