summaryrefslogtreecommitdiff
path: root/tools/testing/radix-tree
AgeCommit message (Expand)Author
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
2023-06-12radix-tree: move declarations to headerArnd Bergmann
2023-06-09maple_tree: add __init and __exit to test moduleLiam R. Howlett
2023-06-09maple_tree: make test code work without debug enabledLiam R. Howlett
2023-06-09maple_tree: add format option to mt_dump()Liam R. Howlett
2023-06-09maple_tree: avoid unnecessary ascendingLiam R. Howlett
2023-04-18maple_tree: add a test case to check maple_allocPeng Zhang
2023-04-05maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett
2023-02-02maple_tree: remove the parameter entry of mas_preallocateVernon Yang
2023-01-18maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett
2022-12-15maple_tree: update copyright dates for test codeLiam Howlett
2022-11-08maple_tree: reorganize testing to restore module testingLiam Howlett
2022-09-26lib/test_maple_tree: add testing for maple treeLiam R. Howlett
2022-09-26radix tree test suite: add lockdep_is_held to headerLiam R. Howlett
2022-09-26radix tree test suite: add support for slab bulk APIsLiam R. Howlett
2022-09-26radix tree test suite: add allocation counts and size to kmem_cacheLiam R. Howlett
2022-09-26radix tree test suite: add kmem_cache_set_non_kernel()Liam R. Howlett
2022-09-26radix tree test suite: add pr_err defineLiam R. Howlett
2022-09-26Maple Tree: add new data structureLiam R. Howlett
2022-04-22tools: Add kmem_cache_alloc_lru()Matthew Wilcox (Oracle)
2022-02-20tools: Move gfp.h and slab.h from radix-tree to libKarolina Drobnik
2021-11-30tools: Fix math.h breakageMatthew Wilcox (Oracle)
2021-04-01idr test suite: Improve reporting from idr_find_test_1Matthew Wilcox (Oracle)
2021-04-01idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)
2021-04-01idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)
2021-04-01radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)
2021-03-30radix tree test suite: Fix compilationMatthew Wilcox (Oracle)
2020-10-07ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)
2020-10-07radix tree test suite: Fix compilationMatthew Wilcox (Oracle)
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada