aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/memblock (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Merge tag 'memblock-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds8-336/+2662
2022-10-03memblock tests: add new pageblock related macroKefeng Wang1-0/+2
2022-09-18memblock tests: add generic NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever1-0/+197
2022-09-18memblock tests: add bottom-up NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever1-0/+568
2022-09-18memblock tests: add top-down NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever3-11/+724
2022-09-18memblock tests: add simulation of physical memory with multiple NUMA nodesRebecca Mckeever3-2/+35
2022-09-04memblock_tests: move variable declarations to single blockRebecca Mckeever3-127/+42
2022-09-04memblock tests: remove 'cleared' from comment blocksRebecca Mckeever1-11/+11
2022-08-30memblock tests: add tests for memblock_trim_memoryRebecca Mckeever1-0/+223
2022-08-30memblock tests: add tests for memblock_*bottom_up functionsRebecca Mckeever1-0/+45
2022-08-30memblock tests: update alloc_nid_api to test memblock_alloc_try_nid_rawRebecca Mckeever1-69/+111
2022-08-30memblock tests: update alloc_api to test memblock_alloc_rawRebecca Mckeever2-33/+85
2022-08-30memblock tests: add additional tests for basic api and memblock_allocRebecca Mckeever2-0/+543
2022-08-30memblock tests: add labels to verbose output for generic alloc testsRebecca Mckeever4-56/+44
2022-08-30memblock tests: update zeroed memory check for memblock_alloc_* testsRebecca Mckeever2-60/+20
2022-08-30memblock tests: update tests to check if memblock_alloc zeroed memoryRebecca Mckeever3-0/+42
2022-08-30memblock tests: update reference to obsolete build option in commentsRebecca Mckeever1-3/+6
2022-08-30memblock tests: add command line help optionRebecca Mckeever1-1/+3
2022-08-09Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus 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 kmemleak_alloc_phys()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