summaryrefslogtreecommitdiffstats
path: root/tools/testing/memblock
AgeCommit message (Expand)AuthorFilesLines
2022-08-09Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-370/+909
2022-07-30memblock test: Modify the obsolete description in READMEShaoqin Huang1-6/+9
2022-07-29memblock tests: fix compilation errorsLiu Xinpeng1-0/+4
2022-07-20memblock tests: change build options to run-time optionsRebecca Mckeever6-42/+80
2022-07-04memblock tests: remove completed TODO itemsRebecca Mckeever1-11/+3
2022-07-04memblock tests: set memblock_debug to enable memblock_dbg() messagesRebecca Mckeever1-0/+7
2022-07-04memblock tests: add verbose output to memblock testsRebecca Mckeever6-344/+817
2022-07-04memblock tests: Makefile: add arguments to control verbosityRebecca Mckeever3-1/+23
2022-06-16mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Patrick Wang1-1/+1
2022-05-09memblock tests: remove completed TODO itemRebecca Mckeever1-3/+0
2022-05-09memblock tests: update style of comments for memblock_free_*() functionsRebecca Mckeever1-27/+75
2022-05-09memblock tests: update style of comments for memblock_remove_*() functionsRebecca Mckeever1-30/+81
2022-05-09memblock tests: update style of comments for memblock_reserve_*() functionsRebecca Mckeever1-31/+63
2022-05-09memblock tests: update style of comments for memblock_add_*() functionsRebecca Mckeever1-26/+59
2022-03-10memblock tests: Add TODO and README filesKarolina Drobnik2-0/+135
2022-03-09memblock tests: Add memblock_alloc_try_nid tests for bottom upKarolina Drobnik1-4/+499
2022-03-09memblock tests: Add memblock_alloc_try_nid tests for top downKarolina Drobnik4-2/+692
2022-03-09memblock tests: Add memblock_alloc_from tests for bottom upKarolina Drobnik1-4/+171
2022-03-09memblock tests: Add memblock_alloc_from tests for top downKarolina Drobnik4-1/+239
2022-03-09memblock tests: Add memblock_alloc tests for bottom upKarolina Drobnik1-4/+320
2022-03-09memblock tests: Add memblock_alloc tests for top downKarolina Drobnik4-1/+447
2022-03-09memblock tests: Add simulation of physical memoryKarolina Drobnik4-2/+37
2022-03-09memblock tests: Split up reset_memblock functionKarolina Drobnik3-32/+33
2022-03-05memblock tests: Fix testing with 32-bit physical addressesKarolina Drobnik1-2/+4
2022-02-21memblock tests: Add memblock_free testsKarolina Drobnik1-0/+203
2022-02-21memblock tests: Add memblock_add_node testKarolina Drobnik1-0/+34
2022-02-21memblock tests: Add memblock_remove testsKarolina Drobnik1-0/+205
2022-02-21memblock tests: Add memblock_reserve testsKarolina Drobnik1-0/+217
2022-02-21memblock tests: Add memblock_add testsKarolina Drobnik1-0/+215
2022-02-20memblock tests: Add memblock reset functionKarolina Drobnik6-1/+89
2022-02-20memblock tests: Add skeleton of the memblock simulatorKarolina Drobnik14-0/+268