summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/maple.c
Commit message (Expand)AuthorAgeFilesLines
* maple_tree: fix warning comparing pointer to 0Jiapeng Chong2023-12-201-3/+3
* sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2023-12-201-1/+1
|\
| * maple_tree: do not preallocate nodes for slot storesSidhartha Kumar2023-12-201-1/+1
* | maple_tree: remove mas_searchable()Liam R. Howlett2023-12-121-1/+3
* | maple_tree: separate ma_state node from statusLiam R. Howlett2023-12-121-11/+15
* | maple_tree: add end of node tracking to the maple stateLiam R. Howlett2023-12-121-0/+1
* | maple_tree: skip other tests when BENCH is enabledPeng Zhang2023-12-101-0/+2
* | maple_tree: add test for mtree_dup()Peng Zhang2023-12-101-0/+361
|/
* maple_tree: update mas_preallocate() testingLiam R. Howlett2023-08-181-11/+16
* maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett2023-08-181-16/+16
* maple_tree: add test for expanding range in RCU modePeng Zhang2023-08-181-0/+75
* 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