aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/memblock
AgeCommit message (Expand)Author
2023-02-22Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson
2023-01-24memblock tests: Fix compilation error.Aaron Thompson
2023-01-18mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson
2022-10-11Merge tag 'memblock-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-03memblock tests: add new pageblock related macroKefeng Wang
2022-09-18memblock tests: add generic NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever
2022-09-18memblock tests: add bottom-up NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever
2022-09-18memblock tests: add top-down NUMA tests for memblock_alloc_try_nid*Rebecca Mckeever
2022-09-18memblock tests: add simulation of physical memory with multiple NUMA nodesRebecca Mckeever
2022-09-04memblock_tests: move variable declarations to single blockRebecca Mckeever
2022-09-04memblock tests: remove 'cleared' from comment blocksRebecca Mckeever
2022-08-30memblock tests: add tests for memblock_trim_memoryRebecca Mckeever
2022-08-30memblock tests: add tests for memblock_*bottom_up functionsRebecca Mckeever
2022-08-30memblock tests: update alloc_nid_api to test memblock_alloc_try_nid_rawRebecca Mckeever
2022-08-30memblock tests: update alloc_api to test memblock_alloc_rawRebecca Mckeever
2022-08-30memblock tests: add additional tests for basic api and memblock_allocRebecca Mckeever
2022-08-30memblock tests: add labels to verbose output for generic alloc testsRebecca Mckeever
2022-08-30memblock tests: update zeroed memory check for memblock_alloc_* testsRebecca Mckeever
2022-08-30memblock tests: update tests to check if memblock_alloc zeroed memoryRebecca Mckeever
2022-08-30memblock tests: update reference to obsolete build option in commentsRebecca Mckeever
2022-08-30memblock tests: add command line help optionRebecca Mckeever
2022-08-09Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-07-30memblock test: Modify the obsolete description in READMEShaoqin Huang
2022-07-29memblock tests: fix compilation errorsLiu Xinpeng
2022-07-20memblock tests: change build options to run-time optionsRebecca Mckeever
2022-07-04memblock tests: remove completed TODO itemsRebecca Mckeever
2022-07-04memblock tests: set memblock_debug to enable memblock_dbg() messagesRebecca Mckeever
2022-07-04memblock tests: add verbose output to memblock testsRebecca Mckeever
2022-07-04memblock tests: Makefile: add arguments to control verbosityRebecca Mckeever
2022-06-16mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Patrick Wang
2022-05-09memblock tests: remove completed TODO itemRebecca Mckeever
2022-05-09memblock tests: update style of comments for memblock_free_*() functionsRebecca Mckeever
2022-05-09memblock tests: update style of comments for memblock_remove_*() functionsRebecca Mckeever
2022-05-09memblock tests: update style of comments for memblock_reserve_*() functionsRebecca Mckeever
2022-05-09memblock tests: update style of comments for memblock_add_*() functionsRebecca Mckeever
2022-03-10memblock tests: Add TODO and README filesKarolina Drobnik
2022-03-09memblock tests: Add memblock_alloc_try_nid tests for bottom upKarolina Drobnik
2022-03-09memblock tests: Add memblock_alloc_try_nid tests for top downKarolina Drobnik
2022-03-09memblock tests: Add memblock_alloc_from tests for bottom upKarolina Drobnik
2022-03-09memblock tests: Add memblock_alloc_from tests for top downKarolina Drobnik
2022-03-09memblock tests: Add memblock_alloc tests for bottom upKarolina Drobnik
2022-03-09memblock tests: Add memblock_alloc tests for top downKarolina Drobnik
2022-03-09memblock tests: Add simulation of physical memoryKarolina Drobnik
2022-03-09memblock tests: Split up reset_memblock functionKarolina Drobnik
2022-03-05memblock tests: Fix testing with 32-bit physical addressesKarolina Drobnik
2022-02-21memblock tests: Add memblock_free testsKarolina Drobnik
2022-02-21memblock tests: Add memblock_add_node testKarolina Drobnik
2022-02-21memblock tests: Add memblock_remove testsKarolina Drobnik
2022-02-21memblock tests: Add memblock_reserve testsKarolina Drobnik
2022-02-21memblock tests: Add memblock_add testsKarolina Drobnik