summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* xarray: Move multiorder_shrink to kernel testsMatthew Wilcox2018-10-211-173/+0
* xarray: Move multiorder account test in-kernelMatthew Wilcox2018-10-211-24/+0
* radix tree test suite: Convert iteration test to XArrayMatthew Wilcox2018-10-213-58/+63
* radix tree test suite: Convert tag_tagged_items to XArrayMatthew Wilcox2018-10-218-57/+46
* radix tree: Remove radix_tree_clear_tagsMatthew Wilcox2018-10-211-29/+0
* radix tree: Remove split/join codeMatthew Wilcox2018-10-212-338/+0
* radix tree: Remove radix_tree_update_node_tMatthew Wilcox2018-10-211-1/+1
* shmem: Convert find_swap_entry to XArrayMatthew Wilcox2018-10-213-84/+0
* radix tree test suite: Convert regression1 to XArrayMatthew Wilcox2018-10-211-39/+19
* page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox2018-10-211-23/+0
* ida: Convert to XArrayMatthew Wilcox2018-10-211-5/+3
* xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-214-1/+39
* xarray: Add XArray load operationMatthew Wilcox2018-10-217-2/+38
* xarray: Define struct xa_nodeMatthew Wilcox2018-10-211-15/+15
* xarray: Add definition of struct xarrayMatthew Wilcox2018-10-216-7/+19
* xarray: Change definition of sibling entriesMatthew Wilcox2018-09-302-1/+2
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-304-29/+27
* idr: Permit any valid kernel pointer to be storedMatthew Wilcox2018-09-301-0/+63
* test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-221-66/+4
* test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-221-46/+10
* test_ida: Move ida_check_maxMatthew Wilcox2018-08-221-28/+0
* test_ida: Move ida_check_leafMatthew Wilcox2018-08-221-27/+0
* idr-test: Convert ida_check_nomem to new APIMatthew Wilcox2018-08-221-6/+7
* ida: Start new test_ida moduleMatthew Wilcox2018-08-224-7/+22
* radix tree test suite: Enable ubsanMatthew Wilcox2018-08-222-11/+14
* radix tree test suite: Fix compilationMatthew Wilcox2018-08-221-0/+2
* idr: fix invalid ptr dereference on item deleteMatthew Wilcox2018-05-261-0/+7
* radix tree test suite: multi-order iteration raceRoss Zwisler2018-05-192-0/+64
* radix tree test suite: add item_delete_rcu()Ross Zwisler2018-05-192-0/+21
* radix tree test suite: fix mapshift build targetRoss Zwisler2018-05-191-4/+2
* radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox2018-04-111-0/+1
* idr: Fix handling of IDs above INT_MAXMatthew Wilcox2018-02-261-0/+52
* radix tree test suite: Fix buildMatthew Wilcox2018-02-254-2/+16
* idr: Make 1-based IDRs more efficientMatthew Wilcox2018-02-061-2/+5
* idr: Remove idr_alloc_extMatthew Wilcox2018-02-061-0/+17
* IDR test suite: Check handling negative end correctlyMatthew Wilcox2018-02-061-0/+1
* idr test suite: Fix ida_test_random()Matthew Wilcox2018-02-061-2/+2
* radix tree test suite: Remove ARRAY_SIZEMatthew Wilcox2018-02-061-2/+0
* mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-161-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0217-0/+17
* radix tree test suite: Specify -m32 in LDFLAGS tooMatthew Wilcox2017-03-071-0/+1
* ida: Free correct IDA bitmapMatthew Wilcox2017-03-073-3/+33
* radix tree test suite: Depend on Makefile and quieten grepMatthew Wilcox2017-03-071-2/+2
* radix tree test suite: Fix build with --as-neededMichael Ellerman2017-03-071-4/+2
* radix tree test suite: Build 32 bit binariesRehas Sachdeva2017-03-071-0/+4
* radix tree test suite: Add performance test for radix_tree_join()Rehas Sachdeva2017-03-071-0/+47
* radix tree test suite: Add performance test for radix_tree_split()Rehas Sachdeva2017-03-071-0/+44
* radix tree test suite: Add performance benchmarksRehas Sachdeva2017-03-071-7/+75
* radix tree test suite: Add test for radix_tree_clear_tags()Rehas Sachdeva2017-03-071-0/+29
* radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove()Rehas Sachdeva2017-03-071-0/+19