aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mempool.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-14mempool: Add mempool_init()/mempool_exit()Kent Overstreet1-0/+34
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-05-19include/linux: apply __malloc attributeRasmus Villemoes1-1/+2
2015-04-15mm, mempool: disallow mempools based on slab caches with constructorsDavid Rientjes1-1/+2
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes1-1/+1
2012-06-25mempool: add @gfp_mask to mempool_create_node()Tejun Heo1-1/+2
2009-09-22mm: remove broken 'kzalloc' mempoolSage Weil1-8/+2
2006-03-26[PATCH] mempool: add mempool_create_slab_pool()Matthew Dobson1-0/+8
2006-03-26[PATCH] mempool: add kzalloc allocatorMatthew Dobson1-2/+8
2006-03-26[PATCH] mempool: add kmalloc allocatorMatthew Dobson1-0/+12
2006-03-26[PATCH] mempool: add page allocatorMatthew Dobson1-0/+12
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-5/+4
2005-06-23[PATCH] NUMA aware block device control structure allocationChristoph Lameter1-3/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+37