index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
test_meminit.c
Age
Commit message (
Expand
)
Author
10 days
Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2026-06-03
mm/slab: improve kmem_cache_alloc_bulk
Christoph Hellwig
2026-06-02
lib/test_meminit: use && for bools
Alexander Potapenko
2024-06-24
KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko
Jeff Johnson
2024-01-08
mm, treewide: introduce NR_PAGE_ORDERS
Kirill A. Shutemov
2023-08-18
lib/test_meminit: allocate pages up to order MAX_ORDER
Andrew Donnellan
2022-10-12
lib/test_meminit: add checks for the allocation functions
Xiaoke Wang
2022-04-29
lib/test_meminit: optimize do_kmem_cache_rcu_persistent() test
Xiaoke Wang
2022-01-20
lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test
Andrey Konovalov
2019-12-04
lib/test_meminit.c: add bulk alloc/free tests
Laura Abbott
2019-10-14
lib/test_meminit: add a kmem_cache_alloc_bulk() test
Alexander Potapenko
2019-08-03
lib/test_meminit.c: use GFP_ATOMIC in RCU critical section
Alexander Potapenko
2019-07-16
lib/test_meminit.c: minor test fixes
Alexander Potapenko
2019-07-16
lib/test_meminit.c: fix -Wmaybe-uninitialized false positive
Arnd Bergmann
2019-07-16
lib: introduce test_meminit module
Alexander Potapenko