index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mempool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-03
Merge tag 'slab-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
1
-153
/
+256
2025-11-23
mempool: clarify behavior of mempool_alloc_preallocated()
Thomas Weißschuh
1
-2
/
+2
2025-11-23
mempool: drop the file name in the top of file comment
Christoph Hellwig
1
-2
/
+0
2025-11-23
mempool: de-typedef
Christoph Hellwig
1
-24
/
+26
2025-11-23
mempool: remove mempool_{init,create}_kvmalloc_pool
Christoph Hellwig
1
-13
/
+0
2025-11-23
mempool: legitimize the io_schedule_timeout in mempool_alloc_from_pool
Christoph Hellwig
1
-4
/
+4
2025-11-23
mempool: add mempool_{alloc,free}_bulk
Christoph Hellwig
1
-42
/
+135
2025-11-23
mempool: factor out a mempool_alloc_from_pool helper
Christoph Hellwig
1
-64
/
+62
2025-11-14
mm/mempool: fix poisoning order>0 pages with HIGHMEM
Vlastimil Babka
1
-6
/
+26
2025-11-13
mempool: factor out a mempool_adjust_gfp helper
Christoph Hellwig
1
-7
/
+14
2025-11-13
mempool: add error injection support
Christoph Hellwig
1
-3
/
+18
2025-11-13
mempool: improve kerneldoc comments
Christoph Hellwig
1
-19
/
+22
2025-08-02
mm: mempool: fix crash in mempool_free() for zero-minimum pools
Yadan Fan
1
-14
/
+10
2025-07-25
mm: mempool: fix wake-up edge case bug for zero-minimum pools
Yadan Fan
1
-1
/
+33
2024-06-06
mm: fix xyz_noprof functions calling profiled functions
Suren Baghdasaryan
1
-1
/
+1
2024-04-26
mempool: hook up to memory allocation profiling
Kent Overstreet
1
-21
/
+15
2024-03-14
mempool: kvmalloc pool
Kent Overstreet
1
-0
/
+13
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-14
/
+61
2023-12-29
mempool: introduce mempool_use_prealloc_only
Andrey Konovalov
1
-0
/
+37
2023-12-29
mempool: use new mempool KASAN hooks
Andrey Konovalov
1
-10
/
+12
2023-12-29
mempool: skip slub_debug poisoning when KASAN is enabled
Andrey Konovalov
1
-0
/
+8
2023-12-29
kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_object
Andrey Konovalov
1
-1
/
+1
2023-12-11
mm/mempool: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
1
-4
/
+4
2023-12-05
mm/mempool/dmapool: remove CONFIG_DEBUG_SLAB ifdefs
Vlastimil Babka
1
-3
/
+3
2022-12-01
mempool: do not use ksize() for poisoning
Kees Cook
1
-6
/
+12
2022-06-17
mm/mempool: use might_alloc()
Daniel Vetter
1
-1
/
+1
2021-10-18
mm: remove spurious blkdev.h includes
Christoph Hellwig
1
-1
/
+0
2021-06-04
kasan: use separate (un)poison implementation for integrated init
Peter Collingbourne
1
-2
/
+4
2021-05-05
mm/mempool: minor coding style tweaks
Zhiyuan Dai
1
-1
/
+1
2021-04-30
kasan, mm: integrate page_alloc init with HW_TAGS
Andrey Konovalov
1
-2
/
+2
2021-02-25
kasan: move _RET_IP_ to inline wrappers
Andrey Konovalov
1
-1
/
+1
2020-12-22
kasan, mm: rename kasan_poison_kfree
Andrey Konovalov
1
-1
/
+1
2020-12-22
kasan: open-code kasan_unpoison_slab
Andrey Konovalov
1
-1
/
+1
2020-10-14
mm/mempool: add 'else' to split mutually exclusive case
Miaohe Lin
1
-10
/
+8
2020-08-15
mm/mempool: fix a data race in mempool_free()
Qian Cai
1
-1
/
+1
2019-03-06
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
1
-0
/
+8
2018-08-22
mm/mempool.c: add missing parameter description
Mike Rapoport
1
-0
/
+1
2018-08-18
mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_e...
Jia-Ju Bai
1
-6
/
+6
2018-05-14
mempool: Add mempool_init()/mempool_exit()
Kent Overstreet
1
-27
/
+81
2018-02-07
kasan: detect invalid frees for large mempool objects
Dmitry Vyukov
1
-3
/
+3
2017-11-16
mm/mempool.c: use kmalloc_array_node()
Johannes Thumshirn
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2016-07-29
Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements"
Michal Hocko
1
-15
/
+3
2016-06-25
mm: mempool: kasan: don't poot mempool objects in quarantine
Andrey Ryabinin
1
-8
/
+4
2016-05-21
mm: kasan: initial memory quarantine implementation
Alexander Potapenko
1
-1
/
+1
2016-03-26
mm, kasan: add GFP flags to KASAN API
Alexander Potapenko
1
-8
/
+8
2016-03-18
mm, mempool: only set __GFP_NOMEMALLOC if there are free elements
David Rientjes
1
-4
/
+16
2016-03-12
mm/mempool: avoid KASAN marking mempool poison checks as use-after-free
Matthew Dawson
1
-1
/
+1
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-5
/
+5
[next]