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