summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/linux
Commit message (Expand)AuthorAgeFilesLines
* radix tree test suite: add lockdep_is_held to headerLiam R. Howlett2022-09-261-0/+2
* radix tree test suite: add pr_err defineLiam R. Howlett2022-09-261-0/+1
* Maple Tree: add new data structureLiam R. Howlett2022-09-261-0/+7
* tools: Move gfp.h and slab.h from radix-tree to libKarolina Drobnik2022-02-202-60/+0
* tools: Fix math.h breakageMatthew Wilcox (Oracle)2021-11-301-0/+3
* radix tree test suite: Fix compilationMatthew Wilcox (Oracle)2021-03-301-0/+0
* radix tree test suite: Fix compilationMatthew Wilcox (Oracle)2020-10-072-0/+9
* radix tree test suite: Support kmem_cache alignmentMatthew Wilcox (Oracle)2020-02-271-3/+3
* rcu: Don't return a value from rcu_assign_pointer()Andrea Parri2019-06-131-1/+1
* xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-212-0/+15
* xarray: Add XArray load operationMatthew Wilcox2018-10-212-0/+3
* xarray: Add definition of struct xarrayMatthew Wilcox2018-10-212-0/+2
* xarray: Replace exceptional entriesMatthew Wilcox2018-09-291-1/+0
* radix tree test suite: Fix compilationMatthew Wilcox2018-08-211-0/+2
* radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox2018-04-111-0/+1
* radix tree test suite: Fix buildMatthew Wilcox2018-02-253-0/+7
* radix tree test suite: Remove ARRAY_SIZEMatthew Wilcox2018-02-061-2/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-027-0/+7
* radix tree test suite: Add config option for map shiftRehas Sachdeva2017-02-132-6/+2
* radix tree test suite: Dial down verbosity with -vRehas Sachdeva2017-02-131-0/+6
* radix tree test suite: Introduce kmalloc_verboseMatthew Wilcox2017-02-131-0/+17
* ida: Move ida_bitmap to a percpu variableMatthew Wilcox2017-02-132-3/+4
* Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-133-3/+7
* radix tree test suite: Reduce kernel.hMatthew Wilcox2017-02-133-39/+12
* radix tree test suite: Remove export.hMatthew Wilcox2017-02-131-2/+0
* radix tree test suite: Remove types.hMatthew Wilcox2017-02-132-23/+2
* radix tree test suite: Remove mempoolMatthew Wilcox2017-02-131-16/+0
* tools: Provide a definition of WARN_ONMatthew Wilcox2017-01-271-1/+0
* radix tree test suite: Remove duplicate bitops codeMatthew Wilcox2017-01-2711-500/+4
* redo: radix tree test suite: fix compilationMatthew Wilcox2016-12-152-29/+1
* radix tree test suite: cache recently freed objectsMatthew Wilcox2016-12-141-5/+0
* radix tree test suite: add some more functionalityMatthew Wilcox2016-12-142-0/+6
* radix tree test suite: use common find-bit codeMatthew Wilcox2016-12-143-22/+42
* radix tree test suite: benchmark for iteratorKonstantin Khlebnikov2016-12-141-0/+4
* radix tree test suite: track preempt_countMatthew Wilcox2016-12-141-3/+3
* radix tree test suite: allow GFP_ATOMIC allocations to failMatthew Wilcox2016-12-142-8/+19
* tools: add WARN_ON_ONCEMatthew Wilcox2016-12-142-3/+1
* Revert "radix tree test suite: fix compilation"Linus Torvalds2016-12-092-1/+29
* radix tree test suite: fix compilationMatthew Wilcox2016-12-072-29/+1
* cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner2016-09-061-13/+0
* tools/testing/radix-tree/linux/gfp.h: fix bitrotted valueValdis Kletnieks2016-08-021-1/+1
* radix-tree: add test for radix_tree_locate_item()Ross Zwisler2016-05-201-0/+1
* radix-tree: add support for multi-order iteratingRoss Zwisler2016-05-201-4/+1
* raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox2016-05-201-0/+1
* radix tree test suite: allow testing other fan-out valuesRoss Zwisler2016-05-201-0/+2
* radix tree test suite: add tests for radix_tree_locate_item()Matthew Wilcox2016-05-201-0/+3
* radix tree test suite: fix buildMatthew Wilcox2016-05-203-8/+12
* radix-tree tests: add regression3 testKonstantin Khlebnikov2016-03-171-0/+1
* radix tree test harnessMatthew Wilcox2016-03-1724-0/+672