summaryrefslogtreecommitdiff
path: root/tools/testing/memblock/tests/basic_api.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-05memblock tests: add memblock_overlaps_region_checksWei Yang1-0/+48
2024-06-05memblock tests: add memblock_reserve_many_may_conflict_check()Wei Yang1-0/+151
2024-06-05memblock tests: add memblock_reserve_all_locations_check()Wei Yang1-0/+107
2024-06-05mm/memblock: remove empty dummy entryWei Yang1-4/+4
2023-09-14memblock tests: fix warning ‘struct seq_file’ declared inside parameter listMike Rapoport (IBM)1-1/+1
2022-10-31memblock test: Add test to memblock_reserve() 129th regionShaoqin Huang1-0/+91
2022-10-31memblock test: Add test to memblock_add() 129th regionShaoqin Huang1-0/+93
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: add additional tests for basic api and memblock_allocRebecca Mckeever1-0/+499
2022-07-04memblock tests: add verbose output to memblock testsRebecca Mckeever1-106/+231
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-09memblock tests: Add simulation of physical memoryKarolina Drobnik1-1/+0
2022-03-09memblock tests: Split up reset_memblock functionKarolina Drobnik1-25/+23
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 Drobnik1-0/+32