summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-091-1/+1
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-06-281-1/+1
| |\
| | * rcu: Don't return a value from rcu_assign_pointer()Andrea Parri2019-06-141-1/+1
* | | Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-06-291-0/+46
|\ \ \ | |/ / |/| |
| * | idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)2019-06-031-0/+46
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-054-36/+4Star
|/
* radix tree: Don't return retry entries from lookupMatthew Wilcox2018-12-064-0/+82
* radix tree: Remove multiorder supportMatthew Wilcox2018-10-211-1/+0Star
* radix tree test: Convert multiorder tests to XArrayMatthew Wilcox2018-10-211-56/+49Star
* radix tree tests: Convert item_delete_rcu to XArrayMatthew Wilcox2018-10-212-3/+3
* radix tree tests: Convert item_kill_tree to XArrayMatthew Wilcox2018-10-211-21/+9Star
* radix tree tests: Move item_insert_orderMatthew Wilcox2018-10-213-11/+22
* radix tree test suite: Remove multiorder benchmarkingMatthew Wilcox2018-10-211-29/+21Star
* radix tree test suite: Remove __item_insertMatthew Wilcox2018-10-212-7/+1Star
* xarray: Move multiorder_check to in-kernel testsMatthew Wilcox2018-10-211-48/+0Star
* xarray: Move multiorder_shrink to kernel testsMatthew Wilcox2018-10-211-173/+0Star
* xarray: Move multiorder account test in-kernelMatthew Wilcox2018-10-211-24/+0Star
* 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/+46Star
* radix tree: Remove radix_tree_clear_tagsMatthew Wilcox2018-10-211-29/+0Star
* radix tree: Remove split/join codeMatthew Wilcox2018-10-212-338/+0Star
* radix tree: Remove radix_tree_update_node_tMatthew Wilcox2018-10-211-1/+1
* shmem: Convert find_swap_entry to XArrayMatthew Wilcox2018-10-213-84/+0Star
* radix tree test suite: Convert regression1 to XArrayMatthew Wilcox2018-10-211-39/+19Star
* page cache: Convert find_get_pages_contig to XArrayMatthew Wilcox2018-10-211-23/+0Star
* ida: Convert to XArrayMatthew Wilcox2018-10-211-5/+3Star
* 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/+27Star
* 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/+4Star
* test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-221-46/+10Star
* test_ida: Move ida_check_maxMatthew Wilcox2018-08-221-28/+0Star
* test_ida: Move ida_check_leafMatthew Wilcox2018-08-221-27/+0Star
* 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/+2Star
* 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