summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-07-28Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements"Michal Hocko1-15/+3
2016-06-25mm: mempool: kasan: don't poot mempool objects in quarantineAndrey Ryabinin3-15/+14
2016-05-21mm: kasan: initial memory quarantine implementationAlexander Potapenko10-15/+387
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko8-42/+48
2016-03-17mm, mempool: only set __GFP_NOMEMALLOC if there are free elementsDavid Rientjes1-4/+16
2016-03-12mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson1-1/+1
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman66-172/+210
2015-09-08mm/mempool: allow NULL `pool' pointer in mempool_destroy()Sergey Senozhatsky1-0/+3
2015-04-15mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin3-0/+38
2015-04-15mm, mempool: poison elements backed by slab allocatorDavid Rientjes1-2/+90
2015-04-15mm, mempool: disallow mempools based on slab caches with constructorsDavid Rientjes2-1/+4
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes4-11/+11
2014-06-06mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas1-0/+6
2014-06-04mm/mempool: warn about __GFP_ZERO usageSebastian Ott1-0/+2
2014-04-07mempool: add unlikely and likely hintsMikulas Patocka1-2/+2
2013-09-11mm/mempool.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches1-1/+1
2012-06-25mempool: add @gfp_mask to mempool_create_node()Tejun Heo3-8/+11
2012-01-11mempool: fix first round failure behaviorTejun Heo1-2/+11
2012-01-11mempool: drop unnecessary and incorrect BUG_ON() from mempool_destroy()Tejun Heo1-19/+11
2012-01-11mempool: fix and document synchronization and memory barrier usageTejun Heo1-13/+48
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker30-30/+30
2009-09-22mm: remove broken 'kzalloc' mempoolSage Weil2-15/+2
2009-08-10mempool.c: clean up type-castingFigo.zhang1-2/+2
2007-10-19spelling fixes: mm/Simon Arlott11-18/+18
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter12-38/+30
2007-07-16permit mempool_free(NULL)Rusty Russell1-0/+3
2007-02-11[PATCH] Numerous fixes to kernel-doc info in source files.Robert P. J. Day33-116/+105
2006-09-01[PATCH] dm: work around mempool_alloc, bio_alloc_bioset deadlocksPavel Mironchik1-2/+7
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds26-98/+50
2006-03-26[PATCH] mempool: add kzalloc allocatorMatthew Dobson2-3/+16
2006-03-26[PATCH] mempool: add kmalloc allocatorMatthew Dobson2-0/+29
2006-03-26[PATCH] mempool: add page allocatorMatthew Dobson2-0/+30
2006-03-26BUG_ON() Conversion in mm/mempool.cEric Sesterhenn1-2/+2
2006-03-22[PATCH] mm: kill kmem_cache_t usagePekka Enberg4-8/+10
2005-10-28[PATCH] gfp_t: mm/* (easy parts)Al Viro9-22/+22
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro145-360/+340
2005-07-08[PATCH] propagate __nocast annotationsAlexey Dobriyan5-11/+13
2005-06-23[PATCH] mempool - only init waitqueue in slow pathBenjamin LaHaise1-1/+2
2005-06-23[PATCH] NUMA aware block device control structure allocationChristoph Lameter11-30/+77
2005-05-01[PATCH] use smp_mb/wmb/rmb where possibleakpm@osdl.org11-31/+31
2005-05-01[PATCH] mempool: simplify allocNick Piggin1-21/+9
2005-05-01[PATCH] mempool: NOMEMALLOC and NORETRYNick Piggin3-12/+23
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845