summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree
AgeCommit message (Expand)Author
2023-04-20maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett
2023-04-13maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam R. 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
2020-03-12xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)
2020-02-27radix tree test suite: Support kmem_cache alignmentMatthew Wilcox (Oracle)
2019-07-08Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-29Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2019-06-13rcu: Don't return a value from rcu_assign_pointer()Andrea Parri
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-06-02idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)
2018-12-06radix tree: Don't return retry entries from lookupMatthew Wilcox
2018-10-21radix tree: Remove multiorder supportMatthew Wilcox
2018-10-21radix tree test: Convert multiorder tests to XArrayMatthew Wilcox
2018-10-21radix tree tests: Convert item_delete_rcu to XArrayMatthew Wilcox
2018-10-21radix tree tests: Convert item_kill_tree to XArrayMatthew Wilcox
2018-10-21radix tree tests: Move item_insert_orderMatthew Wilcox
2018-10-21radix tree test suite: Remove multiorder benchmarkingMatthew Wilcox
2018-10-21radix tree test suite: Remove __item_insertMatthew Wilcox
2018-10-21xarray: Move multiorder_check to in-kernel testsMatthew Wilcox
2018-10-21xarray: Move multiorder_shrink to kernel testsMatthew Wilcox
2018-10-21xarray: Move multiorder account test in-kernelMatthew Wilcox
2018-10-21radix tree test suite: Convert iteration test to XArrayMatthew Wilcox
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox
2018-10-21radix tree: Remove radix_tree_clear_tagsMatthew Wilcox
2018-10-21radix tree: Remove split/join codeMatthew Wilcox
2018-10-21radix tree: Remove radix_tree_update_node_tMatthew Wilcox
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox
2018-10-21radix tree test suite: Convert regression1 to XArrayMatthew Wilcox
2018-10-21page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox
2018-10-21ida: Convert to XArrayMatthew Wilcox