summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree
Commit message (Expand)AuthorAgeFilesLines
* 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-101-0/+2
* | maple_tree: add test for mtree_dup()Peng Zhang2023-12-101-0/+361
* | radix tree test suite: align kmem_cache_alloc_bulk() with kernel behavior.Peng Zhang2023-12-101-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-081-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-231-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-092-73/+75
* | 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-051-0/+16
* maple_tree: remove the parameter entry of mas_preallocateVernon Yang2023-02-021-16/+16
* maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett2023-01-181-9/+9
* maple_tree: update copyright dates for test codeLiam Howlett2022-12-151-2/+3
* maple_tree: reorganize testing to restore module testingLiam Howlett2022-11-085-4/+35792
* lib/test_maple_tree: add testing for maple treeLiam R. Howlett2022-09-261-2/+7
* radix tree test suite: add lockdep_is_held to headerLiam R. Howlett2022-09-261-0/+2
* radix tree test suite: add support for slab bulk APIsLiam R. Howlett2022-09-261-2/+116
* radix tree test suite: add allocation counts and size to kmem_cacheLiam R. Howlett2022-09-261-1/+27
* radix tree test suite: add kmem_cache_set_non_kernel()Liam R. Howlett2022-09-261-2/+14
* radix tree test suite: add pr_err defineLiam R. Howlett2022-09-261-0/+1
* Maple Tree: add new data structureLiam R. Howlett2022-09-265-0/+74
* tools: Add kmem_cache_alloc_lru()Matthew Wilcox (Oracle)2022-04-221-1/+2
* tools: Move gfp.h and slab.h from radix-tree to libKarolina Drobnik2022-02-204-88/+2
* tools: Fix math.h breakageMatthew Wilcox (Oracle)2021-11-301-0/+3
* idr test suite: Improve reporting from idr_find_test_1Matthew Wilcox (Oracle)2021-04-011-1/+10
* idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)2021-04-011-2/+2
* idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)2021-04-011-0/+4
* radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)2021-04-013-0/+6
* radix tree test suite: Fix compilationMatthew Wilcox (Oracle)2021-03-301-0/+0
* ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)2020-10-071-0/+29
* radix tree test suite: Fix compilationMatthew Wilcox (Oracle)2020-10-073-4/+9
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1