summaryrefslogtreecommitdiffstats
path: root/tools/testing/memblock
AgeCommit message (Expand)AuthorLines
2026-01-09memblock: drop redundant 'struct page *' argument from memblock_free_pages()Shengming Hu-2/+1
2025-05-12memblock: add MEMBLOCK_RSRV_KERN flagMike Rapoport (Microsoft)-23/+23
2025-04-07memblock tests: add test for memblock_set_nodeWei Yang-0/+102
2025-04-07memblock tests: Fix mutex related build errorMasami Hiramatsu (Google)-0/+20
2024-09-25Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-35/+4
2024-09-01mm: rework accept memory helpersKirill A. Shutemov-1/+1
2024-08-06memblock test: fix implicit declaration of function 'isspace'Wei Yang-0/+1
2024-08-06memblock test: fix implicit declaration of function 'memparse'Wei Yang-1/+2
2024-08-06tools/testing: abstract two init.h into common include directoryWei Yang-32/+0
2024-08-06memblock tests: include export.h in linkage.h as kernel doseWei Yang-1/+0
2024-08-06memblock tests: include memory_hotplug.h in mmzone.h as kernel doseWei Yang-1/+1
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
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov-3/+3
2023-09-14memblock tests: fix warning ‘struct seq_file’ declared inside parameter listMike Rapoport (IBM)-1/+2
2023-09-14memblock tests: Fix compilation errors.Rong Tao-1/+5
2023-05-24Add tests for memblock_alloc_node()Claudio Migliorelli-0/+40
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov-3/+3
2023-02-07Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson-4/+0
2023-01-08mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson-0/+4
2023-01-04memblock tests: Fix compilation error.Aaron Thompson-1/+3
2022-11-08memblock tests: remove completed TODO itemRebecca Mckeever-6/+1
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-264/+320
2022-10-31memblock test: Update TODO listShaoqin Huang-9/+2
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-10-11Merge tag 'memblock-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-336/+2662
2022-10-03memblock tests: add new pageblock related macroKefeng Wang-0/+2
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-2/+35
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-08-09Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-370/+909