aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/radix-tree
AgeCommit message (Expand)AuthorFilesLines
2023-02-02maple_tree: remove the parameter entry of mas_preallocateGravatar Vernon Yang 1-16/+16
2023-01-18maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Gravatar Liam Howlett 1-9/+9
2022-12-15maple_tree: update copyright dates for test codeGravatar Liam Howlett 1-2/+3
2022-11-08maple_tree: reorganize testing to restore module testingGravatar Liam Howlett 5-4/+35792
2022-09-26lib/test_maple_tree: add testing for maple treeGravatar Liam R. Howlett 1-2/+7
2022-09-26radix tree test suite: add lockdep_is_held to headerGravatar Liam R. Howlett 1-0/+2
2022-09-26radix tree test suite: add support for slab bulk APIsGravatar Liam R. Howlett 1-2/+116
2022-09-26radix tree test suite: add allocation counts and size to kmem_cacheGravatar Liam R. Howlett 1-1/+27
2022-09-26radix tree test suite: add kmem_cache_set_non_kernel()Gravatar Liam R. Howlett 1-2/+14
2022-09-26radix tree test suite: add pr_err defineGravatar Liam R. Howlett 1-0/+1
2022-09-26Maple Tree: add new data structureGravatar Liam R. Howlett 5-0/+74
2022-04-22tools: Add kmem_cache_alloc_lru()Gravatar Matthew Wilcox (Oracle) 1-1/+2
2022-02-20tools: Move gfp.h and slab.h from radix-tree to libGravatar Karolina Drobnik 4-88/+2
2021-11-30tools: Fix math.h breakageGravatar Matthew Wilcox (Oracle) 1-0/+3
2021-04-01idr test suite: Improve reporting from idr_find_test_1Gravatar Matthew Wilcox (Oracle) 1-1/+10
2021-04-01idr test suite: Create anchor before launching throbberGravatar Matthew Wilcox (Oracle) 1-2/+2
2021-04-01idr test suite: Take RCU read lock in idr_find_test_1Gravatar Matthew Wilcox (Oracle) 1-0/+4
2021-04-01radix tree test suite: Register the main thread with the RCU libraryGravatar Matthew Wilcox (Oracle) 3-0/+6
2021-03-30radix tree test suite: Fix compilationGravatar Matthew Wilcox (Oracle) 1-0/+0
2020-10-07ida: Free allocated bitmap in error pathGravatar Matthew Wilcox (Oracle) 1-0/+29
2020-10-07radix tree test suite: Fix compilationGravatar Matthew Wilcox (Oracle) 3-4/+9
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-12xarray: Fix early termination of xas_for_each_markedGravatar Matthew Wilcox (Oracle) 4-2/+91
2020-02-27radix tree test suite: Support kmem_cache alignmentGravatar Matthew Wilcox (Oracle) 2-15/+23
2019-07-08Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2019-06-29Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-0/+46
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-1/+1
2019-06-13rcu: Don't return a value from rcu_assign_pointer()Gravatar Andrea Parri 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Gravatar Thomas Gleixner 4-36/+4
2019-06-02idr: Fix idr_get_next race with idr_removeGravatar Matthew Wilcox (Oracle) 1-0/+46
2018-12-06radix tree: Don't return retry entries from lookupGravatar Matthew Wilcox 4-0/+82
2018-10-21radix tree: Remove multiorder supportGravatar Matthew Wilcox 1-1/+0
2018-10-21radix tree test: Convert multiorder tests to XArrayGravatar Matthew Wilcox 1-56/+49
2018-10-21radix tree tests: Convert item_delete_rcu to XArrayGravatar Matthew Wilcox 2-3/+3
2018-10-21radix tree tests: Convert item_kill_tree to XArrayGravatar Matthew Wilcox 1-21/+9
2018-10-21radix tree tests: Move item_insert_orderGravatar Matthew Wilcox 3-11/+22
2018-10-21radix tree test suite: Remove multiorder benchmarkingGravatar Matthew Wilcox 1-29/+21
2018-10-21radix tree test suite: Remove __item_insertGravatar Matthew Wilcox 2-7/+1
2018-10-21xarray: Move multiorder_check to in-kernel testsGravatar Matthew Wilcox 1-48/+0
2018-10-21xarray: Move multiorder_shrink to kernel testsGravatar Matthew Wilcox 1-173/+0
2018-10-21xarray: Move multiorder account test in-kernelGravatar Matthew Wilcox 1-24/+0
2018-10-21radix tree test suite: Convert iteration test to XArrayGravatar Matthew Wilcox 3-58/+63
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayGravatar Matthew Wilcox 8-57/+46
2018-10-21radix tree: Remove radix_tree_clear_tagsGravatar Matthew Wilcox 1-29/+0
2018-10-21radix tree: Remove split/join codeGravatar Matthew Wilcox 2-338/+0
2018-10-21radix tree: Remove radix_tree_update_node_tGravatar Matthew Wilcox 1-1/+1
2018-10-21shmem: Convert find_swap_entry to XArrayGravatar Matthew Wilcox 3-84/+0
2018-10-21radix tree test suite: Convert regression1 to XArrayGravatar Matthew Wilcox 1-39/+19
2018-10-21page cache: Convert find_get_pages_contig to XArrayGravatar Matthew Wilcox 1-23/+0