aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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] 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] Use 32 bit division in slab_put_obj()Benjamin LaHaise1-3/+3
2006-01-18[PATCH] mm: optimize numa policy handling in slab allocatorChristoph Lameter1-1/+1
2006-01-18[PATCH] NUMA policies in the slab allocator V2Christoph Lameter1-0/+12
2006-01-18[PATCH] sem2mutex: mm/slab.cIngo Molnar1-23/+23
2006-01-11[PATCH] fix/simplify mutex debugging codeDavid Woodhouse1-1/+1
2006-01-09[PATCH] mutex subsystem, more debugging codeIngo Molnar1-0/+1
2006-01-08[PATCH] slob: introduce mm/util.c for shared functionsMatt Mackall1-37/+0
2006-01-08[PATCH] mm: clean up local variablesTobias Klauser1-1/+2
2006-01-08[PATCH] slab: fix code formattingPekka Enberg1-464/+500
2006-01-08[PATCH] slab: extract slab order calculation to separate functionPekka Enberg1-40/+49
2006-01-08[PATCH] slab: extract slabinfo header printing to separate functionPekka Enberg1-20/+25
2006-01-08[PATCH] slab: remove unused align parameter from alloc_percpuPekka Enberg1-2/+1
2005-11-13[PATCH] slab: remove alloc_pages() callsChristoph Lameter1-5/+1
2005-11-13[PATCH] slab: convert cache to page mapping macrosPekka Enberg1-17/+32
2005-11-08mm/slab.c: fix a comment typoAdrian Bunk1-1/+1
2005-11-07[PATCH] more kernel-doc cleanups, additionsRandy Dunlap1-0/+1
2005-11-07[PATCH] slab: Use same schedule timeout for all cpus in cache_reapManfred Spraul1-2/+2
2005-11-07[PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg1-1/+1
2005-11-07[PATCH] slab: don't BUG on duplicated cacheAndrew Morton1-33/+34
2005-10-29[PATCH] slab: add additional debugging to detect slabs from the wrong nodeChristoph Lameter1-1/+4
2005-10-28[PATCH] gfp_t: mm/* (easy parts)Al Viro1-4/+4
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-18/+16
2005-09-28[PATCH] kmalloc_node IRQ safety fixAlok N Kataria1-7/+18
2005-09-23[PATCH] revert oversized kmalloc checkAndrew Morton1-1/+2
2005-09-22[PATCH] __kmalloc: Generate BUG if size requested is too large.Christoph Lameter1-2/+1
2005-09-22[PATCH] slab: fix handling of pages from foreign NUMA nodesChristoph Lameter1-19/+19
2005-09-22[PATCH] slab: alpha inlining fixIvan Kokshaysky1-3/+4
2005-09-14[PATCH] Fix slab BUG_ON() triggered by change in array cache sizeAlok Kataria1-1/+1
2005-09-10[PATCH] mm/slab: fix sparse warningsVictor Fusco1-2/+2
2005-09-09[PATCH] update kfree, vfree, and vunmap kerneldocPekka Enberg1-0/+2
2005-09-09[PATCH] Numa-aware slab allocator V5Christoph Lameter1-320/+812
2005-09-07[PATCH] introduce and use kzallocPekka J Enberg1-12/+6
2005-09-05[PATCH] slab: removes local_irq_save()/local_irq_restore() pairManfred Spraul1-11/+15