summaryrefslogtreecommitdiffstats
path: root/tools/testing/memblock
Commit message (Expand)AuthorAgeFilesLines
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-3/+3
* memblock tests: fix warning ‘struct seq_file’ declared inside parameter listMike Rapoport (IBM)2023-09-142-1/+2
* memblock tests: Fix compilation errors.Rong Tao2023-09-142-1/+5
* Add tests for memblock_alloc_node()Claudio Migliorelli2023-05-241-0/+40
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-3/+3
* Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson2023-02-071-4/+0
* mm: Always release pages to the buddy allocator in memblock_free_late().Aaron Thompson2023-01-081-0/+4
* memblock tests: Fix compilation error.Aaron Thompson2023-01-042-1/+3
* memblock tests: remove completed TODO itemRebecca Mckeever2022-11-081-6/+1
* 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-087-264/+320
* memblock test: Update TODO listShaoqin Huang2022-10-311-9/+2
* 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
* Merge tag 'memblock-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-118-336/+2662
|\
| * 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-183-2/+35
| * 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: add new pageblock related macroKefeng Wang2022-10-031-0/+2
|/
* Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-0913-370/+909
|\
| * memblock test: Modify the obsolete description in READMEShaoqin Huang2022-07-301-6/+9
| * memblock tests: fix compilation errorsLiu Xinpeng2022-07-291-0/+4
| * memblock tests: change build options to run-time optionsRebecca Mckeever2022-07-206-42/+80
| * memblock tests: remove completed TODO itemsRebecca Mckeever2022-07-041-11/+3
| * memblock tests: set memblock_debug to enable memblock_dbg() messagesRebecca Mckeever2022-07-041-0/+7
| * memblock tests: add verbose output to memblock testsRebecca Mckeever2022-07-046-344/+817
| * memblock tests: Makefile: add arguments to control verbosityRebecca Mckeever2022-07-043-1/+23
* | mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Patrick Wang2022-06-161-1/+1
|/
* memblock tests: remove completed TODO itemRebecca Mckeever2022-05-091-3/+0
* 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 TODO and README filesKarolina Drobnik2022-03-102-0/+135
* memblock tests: Add memblock_alloc_try_nid tests for bottom upKarolina Drobnik2022-03-091-4/+499