summaryrefslogtreecommitdiffstats
path: root/tools/testing/memblock/tests
AgeCommit message (Expand)AuthorLines
2024-06-05memblock tests: add memblock_overlaps_region_checksWei Yang-0/+51
2024-06-05memblock tests: add memblock_reserve_many_may_conflict_check()Wei Yang-2/+154
2024-06-05memblock tests: add memblock_reserve_all_locations_check()Wei Yang-0/+107
2024-06-05mm/memblock: remove empty dummy entryWei Yang-6/+6
2023-09-14memblock tests: fix warning ‘struct seq_file’ declared inside parameter listMike Rapoport (IBM)-1/+2
2023-05-24Add tests for memblock_alloc_node()Claudio Migliorelli-0/+40
2022-11-08memblock tests: add generic NUMA tests for memblock_alloc_exact_nid_rawRebecca Mckeever-0/+465
2022-11-08memblock tests: add bottom-up NUMA tests for memblock_alloc_exact_nid_rawRebecca Mckeever-0/+282
2022-11-08memblock tests: add top-down NUMA tests for memblock_alloc_exact_nid_rawRebecca Mckeever-0/+360
2022-11-08memblock tests: introduce range tests for memblock_alloc_exact_nid_rawRebecca Mckeever-263/+317
2022-10-31memblock test: Add test to memblock_reserve() 129th regionShaoqin Huang-0/+91
2022-10-31memblock test: Add test to memblock_add() 129th regionShaoqin Huang-3/+103
2022-09-18memblock tests: add generic NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever-0/+197
2022-09-18memblock tests: add bottom-up NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever-0/+568
2022-09-18memblock tests: add top-down NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever-11/+724
2022-09-18memblock tests: add simulation of physical memory with multiple NUMA nodesRebecca Mckeever-1/+34
2022-09-04memblock_tests: move variable declarations to single blockRebecca Mckeever-127/+42
2022-09-04memblock tests: remove 'cleared' from comment blocksRebecca Mckeever-11/+11
2022-08-30memblock tests: add tests for memblock_trim_memoryRebecca Mckeever-0/+223
2022-08-30memblock tests: add tests for memblock_*bottom_up functionsRebecca Mckeever-0/+45
2022-08-30memblock tests: update alloc_nid_api to test memblock_alloc_try_nid_rawRebecca Mckeever-69/+111
2022-08-30memblock tests: update alloc_api to test memblock_alloc_rawRebecca Mckeever-33/+85
2022-08-30memblock tests: add additional tests for basic api and memblock_allocRebecca Mckeever-0/+543
2022-08-30memblock tests: add labels to verbose output for generic alloc testsRebecca Mckeever-56/+44
2022-08-30memblock tests: update zeroed memory check for memblock_alloc_* testsRebecca Mckeever-60/+20
2022-08-30memblock tests: update tests to check if memblock_alloc zeroed memoryRebecca Mckeever-0/+42
2022-08-30memblock tests: update reference to obsolete build option in commentsRebecca Mckeever-3/+6
2022-08-30memblock tests: add command line help optionRebecca Mckeever-1/+3
2022-07-20memblock tests: change build options to run-time optionsRebecca Mckeever-22/+75
2022-07-04memblock tests: add verbose output to memblock testsRebecca Mckeever-344/+817
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-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-0/+688
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-0/+235
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-0/+443
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-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-0/+84