summaryrefslogtreecommitdiffstats
path: root/lib/test_vmalloc.c
Commit message (Expand)AuthorAgeFilesLines
* lib/test_vmalloc.c: use unsigned long constantMartin Kaiser2024-03-041-1/+1
* lib/test_vmalloc.c: drop empty exit functionMartin Kaiser2024-03-041-5/+0
* lib/test_vmalloc.c: fix typo in function nameMartin Kaiser2024-03-041-2/+2
* lib/test_vmalloc.c: avoid garbage in page arrayLorenzo Stoakes2023-06-121-1/+1
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-0/+37
|\
| * lib/test_vmalloc.c: add vm_map_ram()/vm_unmap_ram() test caseUladzislau Rezki (Sony)2023-04-181-0/+37
* | lib/test_vmalloc.c: Rename kvfree_rcu() to kvfree_rcu_mightsleep()Uladzislau Rezki (Sony)2023-04-051-1/+1
|/
* lib/test_vmalloc.c: add parameter use_huge for fix_size_alloc_testQinglin Pan2023-01-181-1/+7
* treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-3/+3
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-4/+4
* treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld2022-10-111-1/+1
* treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld2022-10-111-13/+4
* lib/test_vmalloc: switch to prandom_u32()Uladzislau Rezki (Sony)2022-07-031-7/+8
* lib/test_vmalloc.c: use swap() to make code cleanerChangcheng Deng2021-11-061-4/+2
* lib/test_vmalloc.c: add a new 'nr_pages' parameterUladzislau Rezki (Sony)2021-09-031-1/+4
* lib/test_vmalloc.c: add a new 'nr_threads' parameterUladzislau Rezki (Sony)2021-04-301-48/+40
* lib/test_vmalloc.c: remove two kvfree_rcu() testsUladzislau Rezki (Sony)2021-04-301-40/+0
* lib/test_vmalloc.c: Add test cases for kvfree_rcu()Uladzislau Rezki (Sony)2020-06-291-8/+95
* mm: switch the test_vmalloc module to use __vmalloc_nodeChristoph Hellwig2020-06-021-19/+7
* lib/test_vmalloc.c:test_func(): eliminate local `ret'Andrew Morton2019-05-141-5/+3
* lib/test_vmalloc.c: do not create cpumask_t variable on stackUladzislau Rezki (Sony)2019-04-261-3/+3
* vmalloc: add test driver to analyse vmalloc allocatorUladzislau Rezki (Sony)2019-03-051-0/+551