summaryrefslogtreecommitdiff
path: root/tools/testing/radix-tree
AgeCommit message (Expand)AuthorFilesLines
2025-05-12maple_tree: add sufficient heightSidhartha Kumar1-0/+28
2025-05-12maple_tree: use vacant nodes to reduce worst case allocationsSidhartha Kumar1-8/+71
2025-05-12maple_tree: use height and depth consistentlySidhartha Kumar1-0/+19
2025-03-18xarray: add xas_try_split() to split a multi-index entryZi Yan1-0/+1
2025-01-25Xarray: do not return sibling entries from xas_find_marked()Kemeng Shi1-0/+4
2024-11-07maple_tree: add some alloc node test caseJiazi Li1-0/+22
2024-10-17maple_tree: add regression test for spanning store bugLorenzo Stoakes1-0/+84
2024-10-17maple_tree: check for MA_STATE_BULK on setting wr_rebalanceSidhartha Kumar1-0/+26
2024-09-25Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-09-02maple_tree: remove mas_destroy() from mas_nomem()Sidhartha Kumar1-4/+6
2024-09-02maple_tree: introduce mas_wr_store_type()Sidhartha Kumar1-0/+36
2024-09-02maple_tree: add test to replicate low memory race conditionsSidhartha Kumar1-0/+63
2024-09-02tools: separate out shared radix-tree componentsLorenzo Stoakes21-481/+14
2024-08-06tools/testing: abstract two init.h into common include directoryWei Yang2-3/+1
2024-07-26Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds2-25/+2
2024-07-11radix tree test suite: put definition of bitmap_clear() into lib/bitmap.cWei Yang2-25/+2
2024-06-29tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION defineSidhartha Kumar1-0/+1
2024-06-25tools/testing/radix-tree: add missing MODULE_DESCRIPTION definitionSidhartha Kumar2-0/+2
2024-05-06tools: fix userspace compilation with new test_xarray changesLuis Chamberlain1-0/+2
2023-12-21maple_tree: fix warning comparing pointer to 0Jiapeng Chong1-3/+3
2023-12-21sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton1-1/+1
2023-12-21maple_tree: do not preallocate nodes for slot storesSidhartha Kumar1-1/+1
2023-12-12maple_tree: remove mas_searchable()Liam R. Howlett1-1/+3
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett1-11/+15
2023-12-12maple_tree: add end of node tracking to the maple stateLiam R. Howlett1-0/+1
2023-12-12maple_tree: move debug check to __mas_set_range()Liam R. Howlett1-1/+1
2023-12-11maple_tree: skip other tests when BENCH is enabledPeng Zhang1-0/+2
2023-12-11maple_tree: add test for mtree_dup()Peng Zhang1-0/+361
2023-12-11radix tree test suite: align kmem_cache_alloc_bulk() with kernel behavior.Peng Zhang1-12/+33
2023-10-19radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk()Liam R. Howlett1-2/+2
2023-09-09Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds1-2/+66
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-1/+1
2023-08-18maple_tree: update mas_preallocate() testingLiam R. Howlett1-11/+16
2023-08-18maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett1-16/+16
2023-08-18maple_tree: add test for expanding range in RCU modePeng Zhang1-0/+75
2023-08-04radix tree test suite: fix incorrect allocation size for pthreadsColin Ian King1-1/+1
2023-07-28XArray: Do not return sibling entries from xa_load()Matthew Wilcox (Oracle)1-2/+66
2023-07-17maple_tree: fix node allocation testing on 32 bitLiam R. Howlett1-3/+3
2023-06-24Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-2/+3
2023-06-12radix-tree: move declarations to headerArnd Bergmann1-2/+3
2023-06-10maple_tree: add __init and __exit to test moduleLiam R. Howlett2-73/+75
2023-06-10maple_tree: make test code work without debug enabledLiam R. Howlett1-1/+0
2023-06-10maple_tree: add format option to mt_dump()Liam R. Howlett1-6/+6
2023-06-10maple_tree: avoid unnecessary ascendingLiam R. Howlett1-0/+4
2023-04-19maple_tree: add a test case to check maple_allocPeng Zhang1-0/+24
2023-04-06maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett1-0/+16
2023-02-03maple_tree: remove the parameter entry of mas_preallocateVernon Yang1-16/+16
2023-01-19maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett1-9/+9
2022-12-16maple_tree: update copyright dates for test codeLiam Howlett1-2/+3
2022-11-09maple_tree: reorganize testing to restore module testingLiam Howlett5-4/+35792