aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/slab.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-27[PATCH] Make kmem_cache_destroy() return voidAlexey Dobriyan1-2/+2
2006-09-26[PATCH] ZVC: Support NR_SLAB_RECLAIMABLE / NR_SLAB_UNRECLAIMABLEChristoph Lameter1-2/+0
2006-09-26[PATCH] slab: optimize kmalloc_node the same way as kmallocChristoph Hellwig1-1/+24
2006-09-26[PATCH] mm/: make functions staticAdrian Bunk1-2/+0
2006-06-23[PATCH] slab: kmalloc, kzalloc comments cleanup and fixPaul Drynoff1-0/+50
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-0/+1
2006-05-15[PATCH] add slab_is_available() routine for boot codeMike Kravetz1-0/+1
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-28[PATCH] copy_process: cleanup bad_fork_cleanup_signalOleg Nesterov1-1/+0
2006-03-25[PATCH] slab: optimize constant-size kzalloc callsPekka Enberg1-3/+27
2006-03-25[PATCH] slab: introduce kmem_cache_zalloc allocatorPekka Enberg1-0/+2
2006-03-25[PATCH] slab: implement /proc/slab_allocatorsAl Viro1-2/+4
2006-03-24[PATCH] cpuset memory spread slab cache implementationPaul Jackson1-0/+1
2006-03-22[PATCH] slab: Remove SLAB_NO_REAP optionChristoph Lameter1-1/+0
2006-03-22[PATCH] kcalloc(): INT_MAX -> ULONG_MAXAdrian Bunk1-1/+1
2006-02-01[PATCH] slab: fix kzalloc and kstrdup caller report for CONFIG_DEBUG_SLABPekka Enberg1-0/+7
2006-01-08[PATCH] slob: introduce the SLOB allocatorMatt Mackall1-0/+35
2005-11-07[PATCH] mm: rename kmem_cache_s to kmem_cachePekka J Enberg1-1/+1
2005-10-28[PATCH] gfp_t: mm/* (easy parts)Al Viro1-1/+1
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-10/+9
2005-09-10[PATCH] mm/slab: fix sparse warningsVictor Fusco1-1/+2
2005-09-07[PATCH] introduce and use kzallocPekka J Enberg1-1/+15
2005-07-27[PATCH] Really __nocast-annotate kmalloc_node()Alexey Dobriyan1-1/+1
2005-07-07[PATCH] propagate __nocast annotationsAlexey Dobriyan1-2/+2
2005-06-18[SLAB] Introduce kmem_cache_nameArnaldo Carvalho de Melo1-0/+1
2005-05-01[PATCH] add kmalloc_node, inline cleanupManfred Spraul1-8/+15
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+129