summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/maple.c
Commit message (Expand)AuthorAgeFilesLines
* maple_tree: fix node allocation testing on 32 bitLiam R. Howlett2023-07-171-3/+3
* maple_tree: add __init and __exit to test moduleLiam R. Howlett2023-06-091-73/+74
* maple_tree: make test code work without debug enabledLiam R. Howlett2023-06-091-1/+0
* maple_tree: add format option to mt_dump()Liam R. Howlett2023-06-091-6/+6
* maple_tree: avoid unnecessary ascendingLiam R. Howlett2023-06-091-0/+4
* maple_tree: add a test case to check maple_allocPeng Zhang2023-04-181-0/+24
* maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett2023-04-051-0/+16
* maple_tree: remove the parameter entry of mas_preallocateVernon Yang2023-02-021-16/+16
* maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett2023-01-181-9/+9
* maple_tree: update copyright dates for test codeLiam Howlett2022-12-151-2/+3
* maple_tree: reorganize testing to restore module testingLiam Howlett2022-11-081-0/+35770
* Maple Tree: add new data structureLiam R. Howlett2022-09-261-0/+59