| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-12 | memblock: add MEMBLOCK_RSRV_KERN flag | Mike Rapoport (Microsoft) | 3 | -23/+23 |
| 2025-04-07 | memblock tests: add test for memblock_set_node | Wei Yang | 1 | -0/+102 |
| 2025-04-07 | memblock tests: Fix mutex related build error | Masami Hiramatsu (Google) | 2 | -0/+20 |
| 2024-09-25 | Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -35/+4 |
| 2024-09-01 | mm: rework accept memory helpers | Kirill A. Shutemov | 1 | -1/+1 |
| 2024-08-06 | memblock test: fix implicit declaration of function 'isspace' | Wei Yang | 1 | -0/+1 |
| 2024-08-06 | memblock test: fix implicit declaration of function 'memparse' | Wei Yang | 2 | -1/+2 |
| 2024-08-06 | tools/testing: abstract two init.h into common include directory | Wei Yang | 1 | -32/+0 |
| 2024-08-06 | memblock tests: include export.h in linkage.h as kernel dose | Wei Yang | 1 | -1/+0 |
| 2024-08-06 | memblock tests: include memory_hotplug.h in mmzone.h as kernel dose | Wei Yang | 2 | -1/+1 |
| 2024-06-05 | memblock tests: add memblock_overlaps_region_checks | Wei Yang | 2 | -0/+51 |
| 2024-06-05 | memblock tests: add memblock_reserve_many_may_conflict_check() | Wei Yang | 3 | -2/+154 |
| 2024-06-05 | memblock tests: add memblock_reserve_all_locations_check() | Wei Yang | 1 | -0/+107 |
| 2024-06-05 | mm/memblock: remove empty dummy entry | Wei Yang | 2 | -6/+6 |
| 2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov | 1 | -3/+3 |
| 2023-09-14 | memblock tests: fix warning ‘struct seq_file’ declared inside parameter list | Mike Rapoport (IBM) | 2 | -1/+2 |
| 2023-09-14 | memblock tests: Fix compilation errors. | Rong Tao | 2 | -1/+5 |
| 2023-05-24 | Add tests for memblock_alloc_node() | Claudio Migliorelli | 1 | -0/+40 |
| 2023-04-05 | mm, treewide: redefine MAX_ORDER sanely | Kirill A. Shutemov | 1 | -3/+3 |
| 2023-02-07 | Revert "mm: Always release pages to the buddy allocator in memblock_free_late... | Aaron Thompson | 1 | -4/+0 |
| 2023-01-08 | mm: Always release pages to the buddy allocator in memblock_free_late(). | Aaron Thompson | 1 | -0/+4 |
| 2023-01-04 | memblock tests: Fix compilation error. | Aaron Thompson | 2 | -1/+3 |
| 2022-11-08 | memblock tests: remove completed TODO item | Rebecca Mckeever | 1 | -6/+1 |
| 2022-11-08 | memblock tests: add generic NUMA tests for memblock_alloc_exact_nid_raw | Rebecca Mckeever | 1 | -0/+465 |
| 2022-11-08 | memblock tests: add bottom-up NUMA tests for memblock_alloc_exact_nid_raw | Rebecca Mckeever | 1 | -0/+282 |
| 2022-11-08 | memblock tests: add top-down NUMA tests for memblock_alloc_exact_nid_raw | Rebecca Mckeever | 2 | -0/+360 |
| 2022-11-08 | memblock tests: introduce range tests for memblock_alloc_exact_nid_raw | Rebecca Mckeever | 7 | -264/+320 |
| 2022-10-31 | memblock test: Update TODO list | Shaoqin Huang | 1 | -9/+2 |
| 2022-10-31 | memblock test: Add test to memblock_reserve() 129th region | Shaoqin Huang | 1 | -0/+91 |
| 2022-10-31 | memblock test: Add test to memblock_add() 129th region | Shaoqin Huang | 3 | -3/+103 |
| 2022-10-11 | Merge tag 'memblock-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 8 | -336/+2662 |
| 2022-10-03 | memblock tests: add new pageblock related macro | Kefeng Wang | 1 | -0/+2 |
| 2022-09-18 | memblock tests: add generic NUMA tests for memblock_alloc_try_nid* | Rebecca Mckeever | 1 | -0/+197 |
| 2022-09-18 | memblock tests: add bottom-up NUMA tests for memblock_alloc_try_nid* | Rebecca Mckeever | 1 | -0/+568 |
| 2022-09-18 | memblock tests: add top-down NUMA tests for memblock_alloc_try_nid* | Rebecca Mckeever | 3 | -11/+724 |
| 2022-09-18 | memblock tests: add simulation of physical memory with multiple NUMA nodes | Rebecca Mckeever | 3 | -2/+35 |
| 2022-09-04 | memblock_tests: move variable declarations to single block | Rebecca Mckeever | 3 | -127/+42 |
| 2022-09-04 | memblock tests: remove 'cleared' from comment blocks | Rebecca Mckeever | 1 | -11/+11 |
| 2022-08-30 | memblock tests: add tests for memblock_trim_memory | Rebecca Mckeever | 1 | -0/+223 |
| 2022-08-30 | memblock tests: add tests for memblock_*bottom_up functions | Rebecca Mckeever | 1 | -0/+45 |
| 2022-08-30 | memblock tests: update alloc_nid_api to test memblock_alloc_try_nid_raw | Rebecca Mckeever | 1 | -69/+111 |
| 2022-08-30 | memblock tests: update alloc_api to test memblock_alloc_raw | Rebecca Mckeever | 2 | -33/+85 |
| 2022-08-30 | memblock tests: add additional tests for basic api and memblock_alloc | Rebecca Mckeever | 2 | -0/+543 |
| 2022-08-30 | memblock tests: add labels to verbose output for generic alloc tests | Rebecca Mckeever | 4 | -56/+44 |
| 2022-08-30 | memblock tests: update zeroed memory check for memblock_alloc_* tests | Rebecca Mckeever | 2 | -60/+20 |
| 2022-08-30 | memblock tests: update tests to check if memblock_alloc zeroed memory | Rebecca Mckeever | 3 | -0/+42 |
| 2022-08-30 | memblock tests: update reference to obsolete build option in comments | Rebecca Mckeever | 1 | -3/+6 |
| 2022-08-30 | memblock tests: add command line help option | Rebecca Mckeever | 1 | -1/+3 |
| 2022-08-09 | Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 13 | -370/+909 |
| 2022-07-30 | memblock test: Modify the obsolete description in README | Shaoqin Huang | 1 | -6/+9 |
| 2022-07-29 | memblock tests: fix compilation errors | Liu Xinpeng | 1 | -0/+4 |
| 2022-07-20 | memblock tests: change build options to run-time options | Rebecca Mckeever | 6 | -42/+80 |
| 2022-07-04 | memblock tests: remove completed TODO items | Rebecca Mckeever | 1 | -11/+3 |
| 2022-07-04 | memblock tests: set memblock_debug to enable memblock_dbg() messages | Rebecca Mckeever | 1 | -0/+7 |
| 2022-07-04 | memblock tests: add verbose output to memblock tests | Rebecca Mckeever | 6 | -344/+817 |
| 2022-07-04 | memblock tests: Makefile: add arguments to control verbosity | Rebecca Mckeever | 3 | -1/+23 |
| 2022-06-16 | mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k... | Patrick Wang | 1 | -1/+1 |
| 2022-05-09 | memblock tests: remove completed TODO item | Rebecca Mckeever | 1 | -3/+0 |
| 2022-05-09 | memblock tests: update style of comments for memblock_free_*() functions | Rebecca Mckeever | 1 | -27/+75 |
| 2022-05-09 | memblock tests: update style of comments for memblock_remove_*() functions | Rebecca Mckeever | 1 | -30/+81 |
| 2022-05-09 | memblock tests: update style of comments for memblock_reserve_*() functions | Rebecca Mckeever | 1 | -31/+63 |
| 2022-05-09 | memblock tests: update style of comments for memblock_add_*() functions | Rebecca Mckeever | 1 | -26/+59 |
| 2022-03-10 | memblock tests: Add TODO and README files | Karolina Drobnik | 2 | -0/+135 |
| 2022-03-09 | memblock tests: Add memblock_alloc_try_nid tests for bottom up | Karolina Drobnik | 1 | -4/+499 |
| 2022-03-09 | memblock tests: Add memblock_alloc_try_nid tests for top down | Karolina Drobnik | 4 | -2/+692 |
| 2022-03-09 | memblock tests: Add memblock_alloc_from tests for bottom up | Karolina Drobnik | 1 | -4/+171 |
| 2022-03-09 | memblock tests: Add memblock_alloc_from tests for top down | Karolina Drobnik | 4 | -1/+239 |
| 2022-03-09 | memblock tests: Add memblock_alloc tests for bottom up | Karolina Drobnik | 1 | -4/+320 |
| 2022-03-09 | memblock tests: Add memblock_alloc tests for top down | Karolina Drobnik | 4 | -1/+447 |
| 2022-03-09 | memblock tests: Add simulation of physical memory | Karolina Drobnik | 4 | -2/+37 |
| 2022-03-09 | memblock tests: Split up reset_memblock function | Karolina Drobnik | 3 | -32/+33 |
| 2022-03-05 | memblock tests: Fix testing with 32-bit physical addresses | Karolina Drobnik | 1 | -2/+4 |
| 2022-02-21 | memblock tests: Add memblock_free tests | Karolina Drobnik | 1 | -0/+203 |
| 2022-02-21 | memblock tests: Add memblock_add_node test | Karolina Drobnik | 1 | -0/+34 |
| 2022-02-21 | memblock tests: Add memblock_remove tests | Karolina Drobnik | 1 | -0/+205 |
| 2022-02-21 | memblock tests: Add memblock_reserve tests | Karolina Drobnik | 1 | -0/+217 |
| 2022-02-21 | memblock tests: Add memblock_add tests | Karolina Drobnik | 1 | -0/+215 |
| 2022-02-20 | memblock tests: Add memblock reset function | Karolina Drobnik | 6 | -1/+89 |
| 2022-02-20 | memblock tests: Add skeleton of the memblock simulator | Karolina Drobnik | 14 | -0/+268 |