summaryrefslogtreecommitdiff
path: root/mm/mempool.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day1-3/+3
2006-09-01[PATCH] dm: work around mempool_alloc, bio_alloc_bioset deadlocksPavel Mironchik1-2/+7
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-2/+2
2006-03-26[PATCH] mempool: add kzalloc allocatorMatthew Dobson1-1/+8
2006-03-26[PATCH] mempool: add kmalloc allocatorMatthew Dobson1-0/+17
2006-03-26[PATCH] mempool: add page allocatorMatthew Dobson1-0/+18
2006-03-26BUG_ON() Conversion in mm/mempool.cEric Sesterhenn1-2/+2
2006-03-22[PATCH] mm: kill kmem_cache_t usagePekka Enberg1-2/+2
2005-10-28[PATCH] gfp_t: mm/* (easy parts)Al Viro1-1/+1
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-3/+3
2005-07-07[PATCH] propagate __nocast annotationsAlexey Dobriyan1-1/+1
2005-06-23[PATCH] mempool - only init waitqueue in slow pathBenjamin LaHaise1-1/+2
2005-06-23[PATCH] NUMA aware block device control structure allocationChristoph Lameter1-5/+12
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org1-2/+2
2005-05-01[PATCH] mempool: simplify allocNick Piggin1-21/+9
2005-05-01[PATCH] mempool: NOMEMALLOC and NORETRYNick Piggin1-2/+7
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+290