index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mempool.c
Age
Commit message (
Expand
)
Author
6 days
Merge tag 'slab-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2025-11-23
mempool: clarify behavior of mempool_alloc_preallocated()
Thomas Weißschuh
2025-11-23
mempool: drop the file name in the top of file comment
Christoph Hellwig
2025-11-23
mempool: de-typedef
Christoph Hellwig
2025-11-23
mempool: remove mempool_{init,create}_kvmalloc_pool
Christoph Hellwig
2025-11-23
mempool: legitimize the io_schedule_timeout in mempool_alloc_from_pool
Christoph Hellwig
2025-11-23
mempool: add mempool_{alloc,free}_bulk
Christoph Hellwig
2025-11-23
mempool: factor out a mempool_alloc_from_pool helper
Christoph Hellwig
2025-11-14
mm/mempool: fix poisoning order>0 pages with HIGHMEM
Vlastimil Babka
2025-11-13
mempool: factor out a mempool_adjust_gfp helper
Christoph Hellwig
2025-11-13
mempool: add error injection support
Christoph Hellwig
2025-11-13
mempool: improve kerneldoc comments
Christoph Hellwig
2025-08-02
mm: mempool: fix crash in mempool_free() for zero-minimum pools
Yadan Fan
2025-07-24
mm: mempool: fix wake-up edge case bug for zero-minimum pools
Yadan Fan
2024-06-05
mm: fix xyz_noprof functions calling profiled functions
Suren Baghdasaryan
2024-04-25
mempool: hook up to memory allocation profiling
Kent Overstreet
2024-03-13
mempool: kvmalloc pool
Kent Overstreet
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-12-29
mempool: introduce mempool_use_prealloc_only
Andrey Konovalov
2023-12-29
mempool: use new mempool KASAN hooks
Andrey Konovalov
2023-12-29
mempool: skip slub_debug poisoning when KASAN is enabled
Andrey Konovalov
2023-12-29
kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_object
Andrey Konovalov
2023-12-10
mm/mempool: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
2023-12-05
mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs
Vlastimil Babka
2022-11-30
mempool: do not use ksize() for poisoning
Kees Cook
2022-06-16
mm/mempool: use might_alloc()
Daniel Vetter
2021-10-18
mm: remove spurious blkdev.h includes
Christoph Hellwig
2021-06-04
kasan: use separate (un)poison implementation for integrated init
Peter Collingbourne
2021-05-05
mm/mempool: minor coding style tweaks
Zhiyuan Dai
2021-04-30
kasan, mm: integrate page_alloc init with HW_TAGS
Andrey Konovalov
2021-02-24
kasan: move _RET_IP_ to inline wrappers
Andrey Konovalov
2020-12-22
kasan, mm: rename kasan_poison_kfree
Andrey Konovalov
2020-12-22
kasan: open-code kasan_unpoison_slab
Andrey Konovalov
2020-10-13
mm/mempool: add 'else' to split mutually exclusive case
Miaohe Lin
2020-08-14
mm/mempool: fix a data race in mempool_free()
Qian Cai
2019-03-05
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
2018-08-22
mm/mempool.c: add missing parameter description
Mike Rapoport
2018-08-17
mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_e...
Jia-Ju Bai
2018-05-14
mempool: Add mempool_init()/mempool_exit()
Kent Overstreet
2018-02-06
kasan: detect invalid frees for large mempool objects
Dmitry Vyukov
2017-11-15
mm/mempool.c: use kmalloc_array_node()
Johannes Thumshirn
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2016-07-28
Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements"
Michal Hocko
2016-06-24
mm: mempool: kasan: don't poot mempool objects in quarantine
Andrey Ryabinin
2016-05-20
mm: kasan: initial memory quarantine implementation
Alexander Potapenko
2016-03-25
mm, kasan: add GFP flags to KASAN API
Alexander Potapenko
2016-03-17
mm, mempool: only set __GFP_NOMEMALLOC if there are free elements
David Rientjes
2016-03-11
mm/mempool: avoid KASAN marking mempool poison checks as use-after-free
Matthew Dawson
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
[next]