aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-13rcu: Don't return a value from rcu_assign_pointer()Andrea Parri1-1/+1
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox2-0/+15
2018-10-21xarray: Add XArray load operationMatthew Wilcox2-0/+3
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox2-0/+2
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-1/+0
2018-08-21radix tree test suite: Fix compilationMatthew Wilcox1-0/+2
2018-04-11radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox1-0/+1
2018-02-25radix tree test suite: Fix buildMatthew Wilcox3-0/+7
2018-02-06radix tree test suite: Remove ARRAY_SIZEMatthew Wilcox1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-02-13radix tree test suite: Add config option for map shiftRehas Sachdeva2-6/+2
2017-02-13radix tree test suite: Dial down verbosity with -vRehas Sachdeva1-0/+6
2017-02-13radix tree test suite: Introduce kmalloc_verboseMatthew Wilcox1-0/+17
2017-02-13ida: Move ida_bitmap to a percpu variableMatthew Wilcox2-3/+4
2017-02-13Reimplement IDR and IDA using the radix treeMatthew Wilcox3-3/+7
2017-02-13radix tree test suite: Reduce kernel.hMatthew Wilcox3-39/+12
2017-02-13radix tree test suite: Remove export.hMatthew Wilcox1-2/+0
2017-02-13radix tree test suite: Remove types.hMatthew Wilcox2-23/+2
2017-02-13radix tree test suite: Remove mempoolMatthew Wilcox1-16/+0
2017-01-27tools: Provide a definition of WARN_ONMatthew Wilcox1-1/+0
2017-01-27radix tree test suite: Remove duplicate bitops codeMatthew Wilcox11-500/+4
2016-12-15redo: radix tree test suite: fix compilationMatthew Wilcox2-29/+1
2016-12-14radix tree test suite: cache recently freed objectsMatthew Wilcox1-5/+0
2016-12-14radix tree test suite: add some more functionalityMatthew Wilcox2-0/+6
2016-12-14radix tree test suite: use common find-bit codeMatthew Wilcox3-22/+42
2016-12-14radix tree test suite: benchmark for iteratorKonstantin Khlebnikov1-0/+4
2016-12-14radix tree test suite: track preempt_countMatthew Wilcox1-3/+3
2016-12-14radix tree test suite: allow GFP_ATOMIC allocations to failMatthew Wilcox2-8/+19
2016-12-14tools: add WARN_ON_ONCEMatthew Wilcox2-3/+1
2016-12-09Revert "radix tree test suite: fix compilation"Linus Torvalds2-1/+29
2016-12-07radix tree test suite: fix compilationMatthew Wilcox2-29/+1
2016-09-06cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner1-13/+0
2016-08-02tools/testing/radix-tree/linux/gfp.h: fix bitrotted valueValdis Kletnieks1-1/+1
2016-05-20radix-tree: add test for radix_tree_locate_item()Ross Zwisler1-0/+1
2016-05-20radix-tree: add support for multi-order iteratingRoss Zwisler1-4/+1
2016-05-20raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox1-0/+1
2016-05-20radix tree test suite: allow testing other fan-out valuesRoss Zwisler1-0/+2
2016-05-20radix tree test suite: add tests for radix_tree_locate_item()Matthew Wilcox1-0/+3
2016-05-20radix tree test suite: fix buildMatthew Wilcox3-8/+12
2016-03-17radix-tree tests: add regression3 testKonstantin Khlebnikov1-0/+1
2016-03-17radix tree test harnessMatthew Wilcox24-0/+672