aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/maple.c
Commit message (Expand)AuthorAgeFilesLines
* tools/testing/radix-tree: test maple tree chaining mas_preallocate() callsLiam R. Howlett2025-07-101-0/+12
* testing/radix-tree/maple: increase readers and reduce delay for faster machinesLiam R. Howlett2025-07-101-3/+4
* maple_tree: add sufficient heightSidhartha Kumar2025-05-121-0/+28
* maple_tree: use vacant nodes to reduce worst case allocationsSidhartha Kumar2025-05-121-8/+71
* maple_tree: use height and depth consistentlySidhartha Kumar2025-05-121-0/+19
* maple_tree: add some alloc node test caseJiazi Li2024-11-071-0/+22
* maple_tree: add regression test for spanning store bugLorenzo Stoakes2024-10-171-0/+84
* maple_tree: check for MA_STATE_BULK on setting wr_rebalanceSidhartha Kumar2024-10-171-0/+26
* Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-251-1/+1
|\
| * tools/testing: abstract two init.h into common include directoryWei Yang2024-08-061-1/+1
* | maple_tree: remove mas_destroy() from mas_nomem()Sidhartha Kumar2024-09-021-4/+6
* | maple_tree: introduce mas_wr_store_type()Sidhartha Kumar2024-09-021-0/+36
* | maple_tree: add test to replicate low memory race conditionsSidhartha Kumar2024-09-021-0/+63
|/
* tools/testing/radix-tree: add missing MODULE_DESCRIPTION definitionSidhartha Kumar2024-06-251-0/+1
* 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-111-0/+2
* | maple_tree: add test for mtree_dup()Peng Zhang2023-12-111-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-71/+72
* 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-061-0/+16
* maple_tree: remove the parameter entry of mas_preallocateVernon Yang2023-02-031-16/+16
* maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett2023-01-191-9/+9
* maple_tree: update copyright dates for test codeLiam Howlett2022-12-161-2/+3
* maple_tree: reorganize testing to restore module testingLiam Howlett2022-11-081-0/+35770
* Maple Tree: add new data structureLiam R. Howlett2022-09-271-0/+59