aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mempool.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-04kasan: use separate (un)poison implementation for integrated initPeter Collingbourne1-2/+4
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai1-1/+1
2021-04-30kasan, mm: integrate page_alloc init with HW_TAGSAndrey Konovalov1-2/+2
2021-02-24kasan: move _RET_IP_ to inline wrappersAndrey Konovalov1-1/+1
2020-12-22kasan, mm: rename kasan_poison_kfreeAndrey Konovalov1-1/+1
2020-12-22kasan: open-code kasan_unpoison_slabAndrey Konovalov1-1/+1
2020-10-13mm/mempool: add 'else' to split mutually exclusive caseMiaohe Lin1-10/+8
2020-08-14mm/mempool: fix a data race in mempool_free()Qian Cai1-1/+1
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport1-0/+8
2018-08-22mm/mempool.c: add missing parameter descriptionMike Rapoport1-0/+1
2018-08-17mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_element()Jia-Ju Bai1-6/+6
2018-05-14mempool: Add mempool_init()/mempool_exit()Kent Overstreet1-27/+81
2018-02-06kasan: detect invalid frees for large mempool objectsDmitry Vyukov1-3/+3
2017-11-15mm/mempool.c: use kmalloc_array_node()Johannes Thumshirn1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2016-07-28Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements"Michal Hocko1-15/+3
2016-06-24mm: mempool: kasan: don't poot mempool objects in quarantineAndrey Ryabinin1-8/+4
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko1-1/+1
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko1-8/+8
2016-03-17mm, mempool: only set __GFP_NOMEMALLOC if there are free elementsDavid Rientjes1-4/+16
2016-03-11mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson1-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-5/+5
2015-09-08mm/mempool: allow NULL `pool' pointer in mempool_destroy()Sergey Senozhatsky1-0/+3
2015-04-15mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin1-0/+23
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 Rientjes1-0/+2
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes1-4/+6
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 Heo1-5/+7
2012-01-10mempool: fix first round failure behaviorTejun Heo1-2/+11
2012-01-10mempool: drop unnecessary and incorrect BUG_ON() from mempool_destroy()Tejun Heo1-19/+11
2012-01-10mempool: 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 Gortmaker1-1/+1
2009-09-22mm: remove broken 'kzalloc' mempoolSage Weil1-7/+0
2009-08-10mempool.c: clean up type-castingFigo.zhang1-2/+2
2007-10-20spelling fixes: mm/Simon Arlott1-1/+1
2007-07-17Slab allocators: Replace explicit zeroing with __GFP_ZEROChristoph Lameter1-2/+1
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. Day1-3/+3
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 Torvalds1-2/+2
2006-03-26[PATCH] mempool: add kzalloc allocatorMatthew Dobson1-1/+8
2006-03-26[PATCH] mempool: add kmalloc allocatorMatthew Dobson1-0/+17
2006-03-26[PATCH] mempool: add page allocatorMatthew Dobson1-0/+18
2006-03-26BUG_ON() Conversion in mm/mempool.cEric Sesterhenn1-2/+2
2006-03-22[PATCH] mm: kill kmem_cache_t usagePekka Enberg1-2/+2