summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-062-3/+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: separate out shared radix-tree componentsLorenzo Stoakes2024-09-0221-481/+14
|/
* Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linuxLinus Torvalds2024-07-262-25/+2
|\
| * radix tree test suite: put definition of bitmap_clear() into lib/bitmap.cWei Yang2024-07-102-25/+2
* | tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION defineSidhartha Kumar2024-06-291-0/+1
* | tools/testing/radix-tree: add missing MODULE_DESCRIPTION definitionSidhartha Kumar2024-06-252-0/+2
|/
* tools: fix userspace compilation with new test_xarray changesLuis Chamberlain2024-05-061-0/+2
* 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: move debug check to __mas_set_range()Liam R. Howlett2023-12-121-1/+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
* | radix tree test suite: align kmem_cache_alloc_bulk() with kernel behavior.Peng Zhang2023-12-111-12/+33
|/
* radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk()Liam R. Howlett2023-10-181-2/+2
* Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds2023-09-091-2/+66
|\
| * XArray: Do not return sibling entries from xa_load()Matthew Wilcox (Oracle)2023-07-281-2/+66
* | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton2023-08-211-1/+1
|\ \
| * | radix tree test suite: fix incorrect allocation size for pthreadsColin Ian King2023-08-041-1/+1
| |/
* | 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
* Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-241-2/+3
|\
| * radix-tree: move declarations to headerArnd Bergmann2023-06-121-2/+3
* | maple_tree: add __init and __exit to test moduleLiam R. Howlett2023-06-102-73/+75
* | maple_tree: make test code work without debug enabledLiam R. Howlett2023-06-101-1/+0
* | maple_tree: add format option to mt_dump()Liam R. Howlett2023-06-101-6/+6
* | maple_tree: avoid unnecessary ascendingLiam R. Howlett2023-06-101-0/+4
|/
* maple_tree: add a test case to check maple_allocPeng Zhang2023-04-191-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-095-4/+35792
* lib/test_maple_tree: add testing for maple treeLiam R. Howlett2022-09-271-2/+7
* radix tree test suite: add lockdep_is_held to headerLiam R. Howlett2022-09-271-0/+2
* radix tree test suite: add support for slab bulk APIsLiam R. Howlett2022-09-271-2/+116
* radix tree test suite: add allocation counts and size to kmem_cacheLiam R. Howlett2022-09-271-1/+27
* radix tree test suite: add kmem_cache_set_non_kernel()Liam R. Howlett2022-09-271-2/+14
* radix tree test suite: add pr_err defineLiam R. Howlett2022-09-271-0/+1