summaryrefslogtreecommitdiffstats
path: root/tools/testing/memblock/tests
Commit message (Expand)AuthorAgeFilesLines
* memblock tests: add generic NUMA tests for memblock_alloc_exact_nid_rawRebecca Mckeever2022-11-081-0/+465
* memblock tests: add bottom-up NUMA tests for memblock_alloc_exact_nid_rawRebecca Mckeever2022-11-081-0/+282
* memblock tests: add top-down NUMA tests for memblock_alloc_exact_nid_rawRebecca Mckeever2022-11-082-0/+360
* memblock tests: introduce range tests for memblock_alloc_exact_nid_rawRebecca Mckeever2022-11-085-263/+317
* memblock test: Add test to memblock_reserve() 129th regionShaoqin Huang2022-10-311-0/+91
* memblock test: Add test to memblock_add() 129th regionShaoqin Huang2022-10-313-3/+103
* memblock tests: add generic NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever2022-09-181-0/+197
* memblock tests: add bottom-up NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever2022-09-181-0/+568
* memblock tests: add top-down NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever2022-09-183-11/+724
* memblock tests: add simulation of physical memory with multiple NUMA nodesRebecca Mckeever2022-09-182-1/+34
* memblock_tests: move variable declarations to single blockRebecca Mckeever2022-09-043-127/+42
* memblock tests: remove 'cleared' from comment blocksRebecca Mckeever2022-09-041-11/+11
* memblock tests: add tests for memblock_trim_memoryRebecca Mckeever2022-08-301-0/+223
* memblock tests: add tests for memblock_*bottom_up functionsRebecca Mckeever2022-08-301-0/+45
* memblock tests: update alloc_nid_api to test memblock_alloc_try_nid_rawRebecca Mckeever2022-08-301-69/+111
* memblock tests: update alloc_api to test memblock_alloc_rawRebecca Mckeever2022-08-302-33/+85
* memblock tests: add additional tests for basic api and memblock_allocRebecca Mckeever2022-08-302-0/+543
* memblock tests: add labels to verbose output for generic alloc testsRebecca Mckeever2022-08-304-56/+44
* memblock tests: update zeroed memory check for memblock_alloc_* testsRebecca Mckeever2022-08-302-60/+20
* memblock tests: update tests to check if memblock_alloc zeroed memoryRebecca Mckeever2022-08-303-0/+42
* memblock tests: update reference to obsolete build option in commentsRebecca Mckeever2022-08-301-3/+6
* memblock tests: add command line help optionRebecca Mckeever2022-08-301-1/+3
* memblock tests: change build options to run-time optionsRebecca Mckeever2022-07-202-22/+75
* memblock tests: add verbose output to memblock testsRebecca Mckeever2022-07-046-344/+817
* memblock tests: update style of comments for memblock_free_*() functionsRebecca Mckeever2022-05-091-27/+75
* memblock tests: update style of comments for memblock_remove_*() functionsRebecca Mckeever2022-05-091-30/+81
* memblock tests: update style of comments for memblock_reserve_*() functionsRebecca Mckeever2022-05-091-31/+63
* memblock tests: update style of comments for memblock_add_*() functionsRebecca Mckeever2022-05-091-26/+59
* memblock tests: Add memblock_alloc_try_nid tests for bottom upKarolina Drobnik2022-03-091-4/+499
* memblock tests: Add memblock_alloc_try_nid tests for top downKarolina Drobnik2022-03-092-0/+688
* memblock tests: Add memblock_alloc_from tests for bottom upKarolina Drobnik2022-03-091-4/+171
* memblock tests: Add memblock_alloc_from tests for top downKarolina Drobnik2022-03-092-0/+235
* memblock tests: Add memblock_alloc tests for bottom upKarolina Drobnik2022-03-091-4/+320
* memblock tests: Add memblock_alloc tests for top downKarolina Drobnik2022-03-092-0/+443
* memblock tests: Add simulation of physical memoryKarolina Drobnik2022-03-094-2/+37
* memblock tests: Split up reset_memblock functionKarolina Drobnik2022-03-093-32/+33
* memblock tests: Add memblock_free testsKarolina Drobnik2022-02-211-0/+203
* memblock tests: Add memblock_add_node testKarolina Drobnik2022-02-211-0/+34
* memblock tests: Add memblock_remove testsKarolina Drobnik2022-02-211-0/+205
* memblock tests: Add memblock_reserve testsKarolina Drobnik2022-02-211-0/+217
* memblock tests: Add memblock_add testsKarolina Drobnik2022-02-211-0/+215
* memblock tests: Add memblock reset functionKarolina Drobnik2022-02-204-0/+84