aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-30tools: Fix math.h breakageMatthew Wilcox (Oracle)1-0/+3
2021-04-01idr test suite: Improve reporting from idr_find_test_1Matthew Wilcox (Oracle)1-1/+10
2021-04-01idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)1-2/+2
2021-04-01idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)1-0/+4
2021-04-01radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)3-0/+6
2021-03-30radix tree test suite: Fix compilationMatthew Wilcox (Oracle)1-0/+0
2020-10-07ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)1-0/+29
2020-10-07radix tree test suite: Fix compilationMatthew Wilcox (Oracle)3-4/+9
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-12xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)4-2/+91
2020-02-27radix tree test suite: Support kmem_cache alignmentMatthew Wilcox (Oracle)2-15/+23
2019-07-08Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-06-29Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-0/+46
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2019-06-13rcu: Don't return a value from rcu_assign_pointer()Andrea Parri1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner4-36/+4
2019-06-02idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)1-0/+46
2018-12-06radix tree: Don't return retry entries from lookupMatthew Wilcox4-0/+82
2018-10-21radix tree: Remove multiorder supportMatthew Wilcox1-1/+0
2018-10-21radix tree test: Convert multiorder tests to XArrayMatthew Wilcox1-56/+49
2018-10-21radix tree tests: Convert item_delete_rcu to XArrayMatthew Wilcox2-3/+3
2018-10-21radix tree tests: Convert item_kill_tree to XArrayMatthew Wilcox1-21/+9
2018-10-21radix tree tests: Move item_insert_orderMatthew Wilcox3-11/+22
2018-10-21radix tree test suite: Remove multiorder benchmarkingMatthew Wilcox1-29/+21
2018-10-21radix tree test suite: Remove __item_insertMatthew Wilcox2-7/+1
2018-10-21xarray: Move multiorder_check to in-kernel testsMatthew Wilcox1-48/+0
2018-10-21xarray: Move multiorder_shrink to kernel testsMatthew Wilcox1-173/+0
2018-10-21xarray: Move multiorder account test in-kernelMatthew Wilcox1-24/+0
2018-10-21radix tree test suite: Convert iteration test to XArrayMatthew Wilcox3-58/+63
2018-10-21radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox8-57/+46
2018-10-21radix tree: Remove radix_tree_clear_tagsMatthew Wilcox1-29/+0
2018-10-21radix tree: Remove split/join codeMatthew Wilcox2-338/+0
2018-10-21radix tree: Remove radix_tree_update_node_tMatthew Wilcox1-1/+1
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox3-84/+0
2018-10-21radix tree test suite: Convert regression1 to XArrayMatthew Wilcox1-39/+19
2018-10-21page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox1-23/+0
2018-10-21ida: Convert to XArrayMatthew Wilcox1-5/+3
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox4-1/+39
2018-10-21xarray: Add XArray load operationMatthew Wilcox7-2/+38
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox1-15/+15
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox6-7/+19
2018-09-29xarray: Change definition of sibling entriesMatthew Wilcox2-1/+2
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox4-29/+27
2018-09-29idr: Permit any valid kernel pointer to be storedMatthew Wilcox1-0/+63
2018-08-21test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox1-66/+4
2018-08-21test_ida: Convert check_ida_conv to new APIMatthew Wilcox1-46/+10
2018-08-21test_ida: Move ida_check_maxMatthew Wilcox1-28/+0
2018-08-21test_ida: Move ida_check_leafMatthew Wilcox1-27/+0
2018-08-21idr-test: Convert ida_check_nomem to new APIMatthew Wilcox1-6/+7