summaryrefslogtreecommitdiffstats
path: root/mm/mempool.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: fix xyz_noprof functions calling profiled functionsSuren Baghdasaryan2024-06-061-1/+1
* mempool: hook up to memory allocation profilingKent Overstreet2024-04-261-21/+15
* mempool: kvmalloc poolKent Overstreet2024-03-131-0/+13
* Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-14/+61
|\
| * mempool: introduce mempool_use_prealloc_onlyAndrey Konovalov2023-12-291-0/+37
| * mempool: use new mempool KASAN hooksAndrey Konovalov2023-12-291-10/+12
| * mempool: skip slub_debug poisoning when KASAN is enabledAndrey Konovalov2023-12-291-0/+8
| * kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_objectAndrey Konovalov2023-12-291-1/+1
| * mm/mempool: replace kmap_atomic() with kmap_local_page()Fabio M. De Francesco2023-12-111-4/+4
* | mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefsVlastimil Babka2023-12-051-3/+3
|/
* mempool: do not use ksize() for poisoningKees Cook2022-12-011-6/+12
* mm/mempool: use might_alloc()Daniel Vetter2022-06-171-1/+1
* mm: remove spurious blkdev.h includesChristoph Hellwig2021-10-181-1/+0
* kasan: use separate (un)poison implementation for integrated initPeter Collingbourne2021-06-041-2/+4
* mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-051-1/+1
* kasan, mm: integrate page_alloc init with HW_TAGSAndrey Konovalov2021-04-301-2/+2
* kasan: move _RET_IP_ to inline wrappersAndrey Konovalov2021-02-241-1/+1
* kasan, mm: rename kasan_poison_kfreeAndrey Konovalov2020-12-221-1/+1
* kasan: open-code kasan_unpoison_slabAndrey Konovalov2020-12-221-1/+1
* mm/mempool: add 'else' to split mutually exclusive caseMiaohe Lin2020-10-141-10/+8
* mm/mempool: fix a data race in mempool_free()Qian Cai2020-08-151-1/+1
* docs/core-api/mm: fix return value descriptions in mm/Mike Rapoport2019-03-061-0/+8
* mm/mempool.c: add missing parameter descriptionMike Rapoport2018-08-221-0/+1
* mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_e...Jia-Ju Bai2018-08-181-6/+6
* mempool: Add mempool_init()/mempool_exit()Kent Overstreet2018-05-141-27/+81
* kasan: detect invalid frees for large mempool objectsDmitry Vyukov2018-02-071-3/+3
* mm/mempool.c: use kmalloc_array_node()Johannes Thumshirn2017-11-161-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements"Michal Hocko2016-07-291-15/+3
* mm: mempool: kasan: don't poot mempool objects in quarantineAndrey Ryabinin2016-06-251-8/+4
* mm: kasan: initial memory quarantine implementationAlexander Potapenko2016-05-211-1/+1
* mm, kasan: add GFP flags to KASAN APIAlexander Potapenko2016-03-261-8/+8
* mm, mempool: only set __GFP_NOMEMALLOC if there are free elementsDavid Rientjes2016-03-171-4/+16
* mm/mempool: avoid KASAN marking mempool poison checks as use-after-freeMatthew Dawson2016-03-121-1/+1
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-5/+5
* mm/mempool: allow NULL `pool' pointer in mempool_destroy()Sergey Senozhatsky2015-09-091-0/+3
* mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin2015-04-161-0/+23
* mm, mempool: poison elements backed by slab allocatorDavid Rientjes2015-04-161-2/+90
* mm, mempool: disallow mempools based on slab caches with constructorsDavid Rientjes2015-04-161-0/+2
* mm, mempool: do not allow atomic resizingDavid Rientjes2015-04-151-4/+6
* mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas2014-06-071-0/+6
* mm/mempool: warn about __GFP_ZERO usageSebastian Ott2014-06-051-0/+2
* mempool: add unlikely and likely hintsMikulas Patocka2014-04-081-2/+2
* mm/mempool.c: convert kmalloc_node(...GFP_ZERO...) to kzalloc_node(...)Joe Perches2013-09-121-1/+1
* mempool: add @gfp_mask to mempool_create_node()Tejun Heo2012-06-251-5/+7
* mempool: fix first round failure behaviorTejun Heo2012-01-111-2/+11
* mempool: drop unnecessary and incorrect BUG_ON() from mempool_destroy()Tejun Heo2012-01-111-19/+11
* mempool: fix and document synchronization and memory barrier usageTejun Heo2012-01-111-13/+48
* mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1