aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mempool.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-25mempool: hook up to memory allocation profilingGravatar Kent Overstreet 1-38/+35
2024-03-13mempool: kvmalloc poolGravatar Kent Overstreet 1-0/+13
2023-12-29mempool: introduce mempool_use_prealloc_onlyGravatar Andrey Konovalov 1-0/+1
2022-11-16mempool: introduce mempool_is_saturatedGravatar Pavel Begunkov 1-0/+5
2018-05-14mempool: Add mempool_init()/mempool_exit()Gravatar Kent Overstreet 1-0/+34
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2016-05-19include/linux: apply __malloc attributeGravatar Rasmus Villemoes 1-1/+2
2015-04-15mm, mempool: disallow mempools based on slab caches with constructorsGravatar David Rientjes 1-1/+2
2015-04-14mm, mempool: do not allow atomic resizingGravatar David Rientjes 1-1/+1
2012-06-25mempool: add @gfp_mask to mempool_create_node()Gravatar Tejun Heo 1-1/+2
2009-09-22mm: remove broken 'kzalloc' mempoolGravatar Sage Weil 1-8/+2
2006-03-26[PATCH] mempool: add mempool_create_slab_pool()Gravatar Matthew Dobson 1-0/+8
2006-03-26[PATCH] mempool: add kzalloc allocatorGravatar Matthew Dobson 1-2/+8
2006-03-26[PATCH] mempool: add kmalloc allocatorGravatar Matthew Dobson 1-0/+12
2006-03-26[PATCH] mempool: add page allocatorGravatar Matthew Dobson 1-0/+12
2005-10-08[PATCH] gfp flags annotations - part 1Gravatar Al Viro 1-5/+4
2005-06-23[PATCH] NUMA aware block device control structure allocationGravatar Christoph Lameter 1-3/+8
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+37