summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree
Commit message (Expand)AuthorAgeFilesLines
* lib/test_maple_tree: add testing for maple treeLiam R. Howlett2022-09-261-2/+7
* radix tree test suite: add lockdep_is_held to headerLiam R. Howlett2022-09-261-0/+2
* radix tree test suite: add support for slab bulk APIsLiam R. Howlett2022-09-261-2/+116
* radix tree test suite: add allocation counts and size to kmem_cacheLiam R. Howlett2022-09-261-1/+27
* radix tree test suite: add kmem_cache_set_non_kernel()Liam R. Howlett2022-09-261-2/+14
* radix tree test suite: add pr_err defineLiam R. Howlett2022-09-261-0/+1
* Maple Tree: add new data structureLiam R. Howlett2022-09-265-0/+74
* tools: Add kmem_cache_alloc_lru()Matthew Wilcox (Oracle)2022-04-221-1/+2
* tools: Move gfp.h and slab.h from radix-tree to libKarolina Drobnik2022-02-204-88/+2
* tools: Fix math.h breakageMatthew Wilcox (Oracle)2021-11-301-0/+3
* idr test suite: Improve reporting from idr_find_test_1Matthew Wilcox (Oracle)2021-04-011-1/+10
* idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)2021-04-011-2/+2
* idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)2021-04-011-0/+4
* radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)2021-04-013-0/+6
* radix tree test suite: Fix compilationMatthew Wilcox (Oracle)2021-03-301-0/+0
* ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)2020-10-071-0/+29
* radix tree test suite: Fix compilationMatthew Wilcox (Oracle)2020-10-073-4/+9
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)2020-03-124-2/+91
* | radix tree test suite: Support kmem_cache alignmentMatthew Wilcox (Oracle)2020-02-272-15/+23
|/
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-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-131-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-021-0/+46
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-054-36/+4
|/
* radix tree: Don't return retry entries from lookupMatthew Wilcox2018-12-064-0/+82
* radix tree: Remove multiorder supportMatthew Wilcox2018-10-211-1/+0
* radix tree test: Convert multiorder tests to XArrayMatthew Wilcox2018-10-211-56/+49
* 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/+9
* radix tree tests: Move item_insert_orderMatthew Wilcox2018-10-213-11/+22
* radix tree test suite: Remove multiorder benchmarkingMatthew Wilcox2018-10-211-29/+21
* radix tree test suite: Remove __item_insertMatthew Wilcox2018-10-212-7/+1
* xarray: Move multiorder_check to in-kernel testsMatthew Wilcox2018-10-211-48/+0
* 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