summaryrefslogtreecommitdiffstats
path: root/tools/testing/memblock
Commit message (Expand)AuthorAgeFilesLines
* 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
* memblock tests: Add memblock_alloc_try_nid tests for top downKarolina Drobnik2022-03-094-2/+692
* 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-094-1/+239
* 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-094-1/+447
* 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: Fix testing with 32-bit physical addressesKarolina Drobnik2022-03-051-2/+4
* 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-206-1/+89
* memblock tests: Add skeleton of the memblock simulatorKarolina Drobnik2022-02-2014-0/+268