summaryrefslogtreecommitdiffstats
path: root/mm/mempool.c
Commit message (Expand)AuthorAgeFilesLines
* spelling fixes: mm/Simon Arlott2007-10-201-1/+1
* Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter2007-07-171-2/+1
* permit mempool_free(NULL)Rusty Russell2007-07-161-0/+3
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-111-3/+3
* [PATCH] dm: work around mempool_alloc, bio_alloc_bioset deadlocksPavel Mironchik2006-09-011-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-261-2/+2
|\
| * BUG_ON() Conversion in mm/mempool.cEric Sesterhenn2006-03-261-2/+2
* | [PATCH] mempool: add kzalloc allocatorMatthew Dobson2006-03-261-1/+8
* | [PATCH] mempool: add kmalloc allocatorMatthew Dobson2006-03-261-0/+17
* | [PATCH] mempool: add page allocatorMatthew Dobson2006-03-261-0/+18
|/
* [PATCH] mm: kill kmem_cache_t usagePekka Enberg2006-03-221-2/+2
* [PATCH] gfp_t: mm/* (easy parts)Al Viro2005-10-281-1/+1
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-3/+3
* [PATCH] propagate __nocast annotationsAlexey Dobriyan2005-07-071-1/+1
* [PATCH] mempool - only init waitqueue in slow pathBenjamin LaHaise2005-06-231-1/+2
* [PATCH] NUMA aware block device control structure allocationChristoph Lameter2005-06-231-5/+12
* [PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org2005-05-011-2/+2
* [PATCH] mempool: simplify allocNick Piggin2005-05-011-21/+9
* [PATCH] mempool: NOMEMALLOC and NORETRYNick Piggin2005-05-011-2/+7
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+290