summaryrefslogtreecommitdiff
path: root/mm/mempool.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2016-07-28Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements"Michal Hocko
2016-06-24mm: mempool: kasan: don't poot mempool objects in quarantineAndrey Ryabinin
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko
2016-03-17mm, mempool: only set __GFP_NOMEMALLOC if there are free elementsDavid Rientjes
2016-03-11mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-09-08mm/mempool: allow NULL `pool' pointer in mempool_destroy()Sergey Senozhatsky
2015-04-15mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin
2015-04-15mm, mempool: poison elements backed by slab allocatorDavid Rientjes
2015-04-15mm, mempool: disallow mempools based on slab caches with constructorsDavid Rientjes
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes
2014-06-06mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas
2014-06-04mm/mempool: warn about __GFP_ZERO usageSebastian Ott
2014-04-07mempool: add unlikely and likely hintsMikulas Patocka
2013-09-11mm/mempool.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches
2012-06-25mempool: add @gfp_mask to mempool_create_node()Tejun Heo
2012-01-10mempool: fix first round failure behaviorTejun Heo
2012-01-10mempool: drop unnecessary and incorrect BUG_ON() from mempool_destroy()Tejun Heo
2012-01-10mempool: fix and document synchronization and memory barrier usageTejun Heo
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker
2009-09-22mm: remove broken 'kzalloc' mempoolSage Weil
2009-08-10mempool.c: clean up type-castingFigo.zhang
2007-10-20spelling fixes: mm/Simon Arlott
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter
2007-07-16permit mempool_free(NULL)Rusty Russell
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day
2006-09-01[PATCH] dm: work around mempool_alloc, bio_alloc_bioset deadlocksPavel Mironchik
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-03-26[PATCH] mempool: add kzalloc allocatorMatthew Dobson
2006-03-26[PATCH] mempool: add kmalloc allocatorMatthew Dobson
2006-03-26[PATCH] mempool: add page allocatorMatthew Dobson
2006-03-26BUG_ON() Conversion in mm/mempool.cEric Sesterhenn
2006-03-22[PATCH] mm: kill kmem_cache_t usagePekka Enberg
2005-10-28[PATCH] gfp_t: mm/* (easy parts)Al Viro
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-07-07[PATCH] propagate __nocast annotationsAlexey Dobriyan
2005-06-23[PATCH] mempool - only init waitqueue in slow pathBenjamin LaHaise
2005-06-23[PATCH] NUMA aware block device control structure allocationChristoph Lameter
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org
2005-05-01[PATCH] mempool: simplify allocNick Piggin
2005-05-01[PATCH] mempool: NOMEMALLOC and NORETRYNick Piggin
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds