summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree
AgeCommit message (Expand)AuthorLines
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds-9/+7
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+9
2025-09-29maple_tree: Add single node allocation support to maple stateLiam R. Howlett-2/+7
2025-09-29maple_tree: Prefilled sheaf conversion and testingLiam R. Howlett-443/+18
2025-09-29tools/testing: include maple-shim.c in maple.cVlastimil Babka-9/+3
2025-09-29maple_tree: Drop bulk insert supportLiam R. Howlett-36/+0
2025-09-13idr test suite: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-9/+7
2025-09-13maple_tree: testing fix for spanning store on 32bLiam R. Howlett-1/+6
2025-09-13maple_tree: fix testing for 32 bit buildsLiam R. Howlett-0/+3
2025-07-09tools/testing/radix-tree: test maple tree chaining mas_preallocate() callsLiam R. Howlett-0/+12
2025-07-09testing/radix-tree/maple: increase readers and reduce delay for faster machinesLiam R. Howlett-3/+4
2025-05-11maple_tree: add sufficient heightSidhartha Kumar-0/+28
2025-05-11maple_tree: use vacant nodes to reduce worst case allocationsSidhartha Kumar-8/+71
2025-05-11maple_tree: use height and depth consistentlySidhartha Kumar-0/+19
2025-03-17xarray: add xas_try_split() to split a multi-index entryZi Yan-0/+1
2025-01-24Xarray: do not return sibling entries from xas_find_marked()Kemeng Shi-0/+4
2024-11-06maple_tree: add some alloc node test caseJiazi Li-0/+22
2024-10-17maple_tree: add regression test for spanning store bugLorenzo Stoakes-0/+84
2024-10-17maple_tree: check for MA_STATE_BULK on setting wr_rebalanceSidhartha Kumar-0/+26
2024-09-25Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2024-09-01maple_tree: remove mas_destroy() from mas_nomem()Sidhartha Kumar-4/+6
2024-09-01maple_tree: introduce mas_wr_store_type()Sidhartha Kumar-0/+36
2024-09-01maple_tree: add test to replicate low memory race conditionsSidhartha Kumar-0/+63
2024-09-01tools: separate out shared radix-tree componentsLorenzo Stoakes-481/+14
2024-08-06tools/testing: abstract two init.h into common include directoryWei Yang-3/+1
2024-07-26Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds-25/+2
2024-07-10radix tree test suite: put definition of bitmap_clear() into lib/bitmap.cWei Yang-25/+2
2024-06-28tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION defineSidhartha Kumar-0/+1
2024-06-24tools/testing/radix-tree: add missing MODULE_DESCRIPTION definitionSidhartha Kumar-0/+2
2024-05-05tools: fix userspace compilation with new test_xarray changesLuis Chamberlain-0/+2
2023-12-20maple_tree: fix warning comparing pointer to 0Jiapeng Chong-3/+3
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton-1/+1
2023-12-20maple_tree: do not preallocate nodes for slot storesSidhartha Kumar-1/+1
2023-12-12maple_tree: remove mas_searchable()Liam R. Howlett-1/+3
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett-11/+15
2023-12-12maple_tree: add end of node tracking to the maple stateLiam R. Howlett-0/+1
2023-12-12maple_tree: move debug check to __mas_set_range()Liam R. Howlett-1/+1
2023-12-10maple_tree: skip other tests when BENCH is enabledPeng Zhang-0/+2
2023-12-10maple_tree: add test for mtree_dup()Peng Zhang-0/+361
2023-12-10radix tree test suite: align kmem_cache_alloc_bulk() with kernel behavior.Peng Zhang-12/+33
2023-10-18radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk()Liam R. Howlett-2/+2
2023-09-08Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds-2/+66
2023-08-21merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton-1/+1
2023-08-18maple_tree: update mas_preallocate() testingLiam R. Howlett-11/+16
2023-08-18maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett-16/+16
2023-08-18maple_tree: add test for expanding range in RCU modePeng Zhang-0/+75
2023-08-04radix tree test suite: fix incorrect allocation size for pthreadsColin Ian King-1/+1
2023-07-28XArray: Do not return sibling entries from xa_load()Matthew Wilcox (Oracle)-2/+66
2023-07-17maple_tree: fix node allocation testing on 32 bitLiam R. Howlett-3/+3
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton-2/+3