summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/main.c
Commit message (Expand)AuthorAgeFilesLines
* radix tree: Don't return retry entries from lookupMatthew Wilcox2018-12-061-0/+1
* radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox2018-10-211-2/+2
* shmem: Convert find_swap_entry to XArrayMatthew Wilcox2018-10-211-61/+0Star
* xarray: Add XArray load operationMatthew Wilcox2018-10-211-0/+1
* ida: Start new test_ida moduleMatthew Wilcox2018-08-221-2/+1Star
* radix tree test suite: Enable ubsanMatthew Wilcox2018-08-221-9/+11
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ida: Free correct IDA bitmapMatthew Wilcox2017-03-071-0/+1
* radix tree test suite: Run iteration tests for longerMatthew Wilcox2017-02-141-2/+2
* radix tree test suite: Dial down verbosity with -vRehas Sachdeva2017-02-141-17/+28
* Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-141-0/+6
* radix tree test suite: check multiorder iterationMatthew Wilcox2016-12-151-1/+2
* radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-151-8/+4Star
* radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-151-4/+4
* radix tree test suite: use rcu_barrierMatthew Wilcox2016-12-151-2/+10
* radix tree test suite: benchmark for iteratorKonstantin Khlebnikov2016-12-151-0/+2
* radix tree test suite: make runs more reproducibleMatthew Wilcox2016-12-151-2/+7
* radix tree test suite: free preallocated nodesMatthew Wilcox2016-12-151-0/+3
* radix tree test suite: track preempt_countMatthew Wilcox2016-12-151-10/+20
* radix-tree tests: add iteration testRoss Zwisler2016-10-121-0/+1
* radix-tree: add test for radix_tree_locate_item()Ross Zwisler2016-05-211-1/+14
* radix-tree: rewrite radix_tree_locate_itemMatthew Wilcox2016-05-211-12/+18
* radix tree test suite: start adding multiorder testsMatthew Wilcox2016-05-211-0/+2
* radix tree test suite: keep regression test runs shortRoss Zwisler2016-05-211-7/+15
* radix tree test suite: add tests for radix_tree_locate_item()Matthew Wilcox2016-05-211-0/+41
* radix-tree tests: add regression3 testKonstantin Khlebnikov2016-03-171-0/+1
* radix tree test harnessMatthew Wilcox2016-03-171-0/+271