index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
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-24
mm: mempool: fix wake-up edge case bug for zero-minimum pools
Yadan Fan
1
-1
/
+33
2024-06-05
mm: fix xyz_noprof functions calling profiled functions
Suren Baghdasaryan
1
-1
/
+1
2024-04-25
mempool: hook up to memory allocation profiling
Kent Overstreet
1
-21
/
+15
2024-03-13
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-10
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-11-30
mempool: do not use ksize() for poisoning
Kees Cook
1
-6
/
+12
2022-06-16
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-24
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-13
mm/mempool: add 'else' to split mutually exclusive case
Miaohe Lin
1
-10
/
+8
2020-08-14
mm/mempool: fix a data race in mempool_free()
Qian Cai
1
-1
/
+1
2019-03-05
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-17
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-06
kasan: detect invalid frees for large mempool objects
Dmitry Vyukov
1
-3
/
+3
2017-11-15
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-28
Revert "mm, mempool: only set __GFP_NOMEMALLOC if there are free elements"
Michal Hocko
1
-15
/
+3
2016-06-24
mm: mempool: kasan: don't poot mempool objects in quarantine
Andrey Ryabinin
1
-8
/
+4
2016-05-20
mm: kasan: initial memory quarantine implementation
Alexander Potapenko
1
-1
/
+1
2016-03-25
mm, kasan: add GFP flags to KASAN API
Alexander Potapenko
1
-8
/
+8
2016-03-17
mm, mempool: only set __GFP_NOMEMALLOC if there are free elements
David Rientjes
1
-4
/
+16
2016-03-11
mm/mempool: avoid KASAN marking mempool poison checks as use-after-free
Matthew Dawson
1
-1
/
+1
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-5
/
+5
[next]