index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
test_vmalloc.c
Age
Commit message (
Expand
)
Author
2023-06-12
lib/test_vmalloc.c: avoid garbage in page array
Lorenzo Stoakes
2023-04-27
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-18
lib/test_vmalloc.c: add vm_map_ram()/vm_unmap_ram() test case
Uladzislau Rezki (Sony)
2023-04-05
lib/test_vmalloc.c: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
2023-01-18
lib/test_vmalloc.c: add parameter use_huge for fix_size_alloc_test
Qinglin Pan
2022-11-18
treewide: use get_random_u32_inclusive() when possible
Jason A. Donenfeld
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 2
Jason A. Donenfeld
2022-07-03
lib/test_vmalloc: switch to prandom_u32()
Uladzislau Rezki (Sony)
2021-11-06
lib/test_vmalloc.c: use swap() to make code cleaner
Changcheng Deng
2021-09-03
lib/test_vmalloc.c: add a new 'nr_pages' parameter
Uladzislau Rezki (Sony)
2021-04-30
lib/test_vmalloc.c: add a new 'nr_threads' parameter
Uladzislau Rezki (Sony)
2021-04-30
lib/test_vmalloc.c: remove two kvfree_rcu() tests
Uladzislau Rezki (Sony)
2020-06-29
lib/test_vmalloc.c: Add test cases for kvfree_rcu()
Uladzislau Rezki (Sony)
2020-06-02
mm: switch the test_vmalloc module to use __vmalloc_node
Christoph Hellwig
2019-05-14
lib/test_vmalloc.c:test_func(): eliminate local `ret'
Andrew Morton
2019-04-26
lib/test_vmalloc.c: do not create cpumask_t variable on stack
Uladzislau Rezki (Sony)
2019-03-05
vmalloc: add test driver to analyse vmalloc allocator
Uladzislau Rezki (Sony)