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