aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c
Commit message (Expand)AuthorAgeFilesLines
* mm/slab.c: fix a comment typoAdrian Bunk2005-11-081-1/+1
* [PATCH] more kernel-doc cleanups, additionsRandy Dunlap2005-11-071-0/+1
* [PATCH] slab: Use same schedule timeout for all cpus in cache_reapManfred Spraul2005-11-071-2/+2
* [PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg2005-11-071-1/+1
* [PATCH] slab: don't BUG on duplicated cacheAndrew Morton2005-11-071-33/+34
* [PATCH] slab: add additional debugging to detect slabs from the wrong nodeChristoph Lameter2005-10-291-1/+4
* [PATCH] gfp_t: mm/* (easy parts)Al Viro2005-10-281-4/+4
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-18/+16
* [PATCH] kmalloc_node IRQ safety fixAlok N Kataria2005-09-281-7/+18
* [PATCH] revert oversized kmalloc checkAndrew Morton2005-09-231-1/+2
* [PATCH] __kmalloc: Generate BUG if size requested is too large.Christoph Lameter2005-09-221-2/+1
* [PATCH] slab: fix handling of pages from foreign NUMA nodesChristoph Lameter2005-09-221-19/+19
* [PATCH] slab: alpha inlining fixIvan Kokshaysky2005-09-221-3/+4
* [PATCH] Fix slab BUG_ON() triggered by change in array cache sizeAlok Kataria2005-09-141-1/+1
* [PATCH] mm/slab: fix sparse warningsVictor Fusco2005-09-101-2/+2
* [PATCH] update kfree, vfree, and vunmap kerneldocPekka Enberg2005-09-091-0/+2
* [PATCH] Numa-aware slab allocator V5Christoph Lameter2005-09-091-320/+812
* [PATCH] introduce and use kzallocPekka J Enberg2005-09-071-12/+6
* [PATCH] slab: removes local_irq_save()/local_irq_restore() pairManfred Spraul2005-09-051-11/+15
* [PATCH] mm/slab.c: prefetchw the start of new allocated objectsEric Dumazet2005-09-051-1/+3
* [PATCH] sab: consolidate kmem_bufctl_tKyle Moffett2005-09-051-0/+1
* [PATCH] vm: slab.c spelling correctionMartin Hicks2005-09-051-1/+1
* [PATCH] propagate __nocast annotationsAlexey Dobriyan2005-07-071-5/+7
* [PATCH] Fix broken kmalloc_node in rc1/rc2Christoph Lameter2005-07-061-0/+3
* [PATCH] create a kstrdup library functionPaulo Marques2005-06-231-0/+24
* [PATCH] Periodically drain non local pagesetsChristoph Lameter2005-06-211-0/+1
* [SLAB] Introduce kmem_cache_nameArnaldo Carvalho de Melo2005-06-181-0/+6
* [PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney2005-05-011-1/+1
* [PATCH] add kmalloc_node, inline cleanupManfred Spraul2005-05-011-14/+31
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+3060