summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree
Commit message (Expand)AuthorAgeFilesLines
* 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
* radix tree test suite: Add test for idr_get_next()Rehas Sachdeva2017-03-071-0/+25
* radix tree test suite: Add config option for map shiftRehas Sachdeva2017-02-134-11/+16
* radix tree test suite: Run iteration tests for longerMatthew Wilcox2017-02-131-2/+2
* radix tree test suite: Fix split/join memory leaksMatthew Wilcox2017-02-131-1/+14
* radix tree test suite: Fix leaks in regression2.cMatthew Wilcox2017-02-131-2/+4
* radix tree test suite: Fix leaky testsMatthew Wilcox2017-02-131-12/+16
* radix tree test suite: Enable address sanitizerMatthew Wilcox2017-02-131-1/+1
* radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox2017-02-131-3/+3
* radix tree test suite: Dial down verbosity with -vRehas Sachdeva2017-02-1310-58/+77
* radix tree test suite: Introduce kmalloc_verboseMatthew Wilcox2017-02-132-0/+26
* radix tree test suite: Build separate binaries for some testsMatthew Wilcox2017-02-134-7/+33
* ida: Use exceptional entries for small IDAsMatthew Wilcox2017-02-131-1/+92
* ida: Move ida_bitmap to a percpu variableMatthew Wilcox2017-02-132-3/+4
* Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-138-6/+365
* radix tree test suite: Remove obsolete CONFIGMatthew Wilcox2017-02-131-2/+0
* radix tree test suite: Use vpath to find lib filesMatthew Wilcox2017-02-131-3/+2
* 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-133-23/+3
* radix tree test suite: Remove mempoolMatthew Wilcox2017-02-132-38/+0
* radix tree test suite: Depend on tools/include/asm filesMatthew Wilcox2017-02-131-0/+1
* 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: delete unused rcupdate.cMatthew Wilcox2016-12-141-86/+0
* radix tree test suite: add new tag checkMatthew Wilcox2016-12-141-0/+3
* radix-tree: ensure counts are initialisedMatthew Wilcox2016-12-141-4/+41
* radix tree test suite: cache recently freed objectsMatthew Wilcox2016-12-142-12/+41
* radix tree test suite: add some more functionalityMatthew Wilcox2016-12-143-0/+21
* radix tree test suite: check multiorder iterationMatthew Wilcox2016-12-144-35/+73
* radix-tree: fix replacement for multiorder entriesMatthew Wilcox2016-12-141-12/+75
* radix-tree: add radix_tree_split_preload()Matthew Wilcox2016-12-142-2/+45
* radix-tree: add radix_tree_splitMatthew Wilcox2016-12-141-0/+64
* radix-tree: add radix_tree_joinMatthew Wilcox2016-12-141-0/+58
* radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox2016-12-146-19/+50
* radix-tree: delete radix_tree_locate_item()Matthew Wilcox2016-12-143-4/+28
* radix-tree: improve multiorder iteratorsMatthew Wilcox2016-12-144-19/+30
* radix tree test suite: use common find-bit codeMatthew Wilcox2016-12-145-80/+48
* radix tree test suite: record order in each itemMatthew Wilcox2016-12-143-14/+23
* radix tree test suite: handle exceptional entriesMatthew Wilcox2016-12-141-0/+7
OpenPOWER on IntegriCloud