summaryrefslogtreecommitdiff
path: root/mm/mempool.c
Commit message (Expand)AuthorAge
* kasan: detect invalid frees for large mempool objectsDmitry Vyukov2018-02-06
* mm/mempool.c: use kmalloc_array_node()Johannes Thumshirn2017-11-15
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
* Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements"Michal Hocko2016-07-28
* mm: mempool: kasan: don't poot mempool objects in quarantineAndrey Ryabinin2016-06-24
* mm: kasan: initial memory quarantine implementationAlexander Potapenko2016-05-20
* mm, kasan: add GFP flags to KASAN APIAlexander Potapenko2016-03-25
* mm, mempool: only set __GFP_NOMEMALLOC if there are free elementsDavid Rientjes2016-03-17
* mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson2016-03-11
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-06
* mm/mempool: allow NULL `pool' pointer in mempool_destroy()Sergey Senozhatsky2015-09-08
* mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin2015-04-15
* mm, mempool: poison elements backed by slab allocatorDavid Rientjes2015-04-15
* mm, mempool: disallow mempools based on slab caches with constructorsDavid Rientjes2015-04-15
* mm, mempool: do not allow atomic resizingDavid Rientjes2015-04-14
* mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas2014-06-06
* mm/mempool: warn about __GFP_ZERO usageSebastian Ott2014-06-04
* mempool: add unlikely and likely hintsMikulas Patocka2014-04-07
* mm/mempool.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-11
* mempool: add @gfp_mask to mempool_create_node()Tejun Heo2012-06-25
* mempool: fix first round failure behaviorTejun Heo2012-01-10
* mempool: drop unnecessary and incorrect BUG_ON() from mempool_destroy()Tejun Heo2012-01-10
* mempool: fix and document synchronization and memory barrier usageTejun Heo2012-01-10
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-31
* mm: remove broken 'kzalloc' mempoolSage Weil2009-09-22
* mempool.c: clean up type-castingFigo.zhang2009-08-10
* spelling fixes: mm/Simon Arlott2007-10-20
* Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter2007-07-17
* permit mempool_free(NULL)Rusty Russell2007-07-16
* [PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day2007-02-11
* [PATCH] dm: work around mempool_alloc, bio_alloc_bioset deadlocksPavel Mironchik2006-09-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-26
|\
| * BUG_ON() Conversion in mm/mempool.cEric Sesterhenn2006-03-26
* | [PATCH] mempool: add kzalloc allocatorMatthew Dobson2006-03-26
* | [PATCH] mempool: add kmalloc allocatorMatthew Dobson2006-03-26
* | [PATCH] mempool: add page allocatorMatthew Dobson2006-03-26
|/
* [PATCH] mm: kill kmem_cache_t usagePekka Enberg2006-03-22
* [PATCH] gfp_t: mm/* (easy parts)Al Viro2005-10-28
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-08
* [PATCH] propagate __nocast annotationsAlexey Dobriyan2005-07-07
* [PATCH] mempool - only init waitqueue in slow pathBenjamin LaHaise2005-06-23
* [PATCH] NUMA aware block device control structure allocationChristoph Lameter2005-06-23
* [PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org2005-05-01
* [PATCH] mempool: simplify allocNick Piggin2005-05-01
* [PATCH] mempool: NOMEMALLOC and NORETRYNick Piggin2005-05-01
* Linux-2.6.12-rc2Linus Torvalds2005-04-16