summaryrefslogtreecommitdiffstats
path: root/mm/mempool.c
AgeCommit message (Expand)AuthorLines
2025-08-02mm: mempool: fix crash in mempool_free() for zero-minimum poolsYadan Fan-14/+10
2025-07-24mm: mempool: fix wake-up edge case bug for zero-minimum poolsYadan Fan-1/+33
2024-06-05mm: fix xyz_noprof functions calling profiled functionsSuren Baghdasaryan-1/+1
2024-04-25mempool: hook up to memory allocation profilingKent Overstreet-21/+15
2024-03-13mempool: kvmalloc poolKent Overstreet-0/+13
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-14/+61
2023-12-29mempool: introduce mempool_use_prealloc_onlyAndrey Konovalov-0/+37
2023-12-29mempool: use new mempool KASAN hooksAndrey Konovalov-10/+12
2023-12-29mempool: skip slub_debug poisoning when KASAN is enabledAndrey Konovalov-0/+8
2023-12-29kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_objectAndrey Konovalov-1/+1
2023-12-10mm/mempool: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco-4/+4
2023-12-05mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefsVlastimil Babka-3/+3
2022-11-30mempool: do not use ksize() for poisoningKees Cook-6/+12
2022-06-16mm/mempool: use might_alloc()Daniel Vetter-1/+1
2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig-1/+0
2021-06-04kasan: use separate (un)poison implementation for integrated initPeter Collingbourne-2/+4
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai-1/+1
2021-04-30kasan, mm: integrate page_alloc init with HW_TAGSAndrey Konovalov-2/+2
2021-02-24kasan: move _RET_IP_ to inline wrappersAndrey Konovalov-1/+1
2020-12-22kasan, mm: rename kasan_poison_kfreeAndrey Konovalov-1/+1
2020-12-22kasan: open-code kasan_unpoison_slabAndrey Konovalov-1/+1
2020-10-13mm/mempool: add 'else' to split mutually exclusive caseMiaohe Lin-10/+8
2020-08-14mm/mempool: fix a data race in mempool_free()Qian Cai-1/+1
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport-0/+8
2018-08-22mm/mempool.c: add missing parameter descriptionMike Rapoport-0/+1
2018-08-17mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_e...Jia-Ju Bai-6/+6
2018-05-14mempool: Add mempool_init()/mempool_exit()Kent Overstreet-27/+81
2018-02-06kasan: detect invalid frees for large mempool objectsDmitry Vyukov-3/+3
2017-11-15mm/mempool.c: use kmalloc_array_node()Johannes Thumshirn-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-1/+1
2016-07-28Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements"Michal Hocko-15/+3
2016-06-24mm: mempool: kasan: don't poot mempool objects in quarantineAndrey Ryabinin-8/+4
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko-1/+1
2016-03-25mm, kasan: add GFP flags to KASAN APIAlexander Potapenko-8/+8
2016-03-17mm, mempool: only set __GFP_NOMEMALLOC if there are free elementsDavid Rientjes-4/+16
2016-03-11mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson-1/+1
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman-5/+5
2015-09-08mm/mempool: allow NULL `pool' pointer in mempool_destroy()Sergey Senozhatsky-0/+3
2015-04-15mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin-0/+23
2015-04-15mm, mempool: poison elements backed by slab allocatorDavid Rientjes-2/+90
2015-04-15mm, mempool: disallow mempools based on slab caches with constructorsDavid Rientjes-0/+2
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes-4/+6
2014-06-06mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas-0/+6
2014-06-04mm/mempool: warn about __GFP_ZERO usageSebastian Ott-0/+2
2014-04-07mempool: add unlikely and likely hintsMikulas Patocka-2/+2
2013-09-11mm/mempool.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches-1/+1
2012-06-25mempool: add @gfp_mask to mempool_create_node()Tejun Heo-5/+7
2012-01-10mempool: fix first round failure behaviorTejun Heo-2/+11
2012-01-10mempool: drop unnecessary and incorrect BUG_ON() from mempool_destroy()Tejun Heo-19/+11