aboutsummaryrefslogtreecommitdiffstats
path: root/mm/mempool.c
AgeCommit message (Expand)Author
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-12-29mempool: introduce mempool_use_prealloc_onlyAndrey Konovalov
2023-12-29mempool: use new mempool KASAN hooksAndrey Konovalov
2023-12-29mempool: skip slub_debug poisoning when KASAN is enabledAndrey Konovalov
2023-12-29kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_objectAndrey Konovalov
2023-12-10mm/mempool: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco
2023-12-05mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefsVlastimil Babka
2022-11-30mempool: do not use ksize() for poisoningKees Cook
2022-06-16mm/mempool: use might_alloc()Daniel Vetter
2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig
2021-06-04kasan: use separate (un)poison implementation for integrated initPeter Collingbourne
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai
2021-04-30kasan, mm: integrate page_alloc init with HW_TAGSAndrey Konovalov
2021-02-24kasan: move _RET_IP_ to inline wrappersAndrey Konovalov
2020-12-22kasan, mm: rename kasan_poison_kfreeAndrey Konovalov
2020-12-22kasan: open-code kasan_unpoison_slabAndrey Konovalov
2020-10-13mm/mempool: add 'else' to split mutually exclusive caseMiaohe Lin
2020-08-14mm/mempool: fix a data race in mempool_free()Qian Cai
2019-03-05docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport
2018-08-22mm/mempool.c: add missing parameter descriptionMike Rapoport
2018-08-17mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_e...Jia-Ju Bai
2018-05-14mempool: Add mempool_init()/mempool_exit()Kent Overstreet
2018-02-06kasan: detect invalid frees for large mempool objectsDmitry Vyukov
2017-11-15mm/mempool.c: use kmalloc_array_node()Johannes Thumshirn
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