summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree
Commit message (Expand)AuthorAgeFilesLines
* 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
* radix tree test suite: use rcu_barrierMatthew Wilcox2016-12-142-2/+15
* radix tree test suite: benchmark for iteratorKonstantin Khlebnikov2016-12-145-1/+110
* radix tree test suite: iteration test misuses RCUMatthew Wilcox2016-12-141-2/+26
* radix tree test suite: make runs more reproducibleMatthew Wilcox2016-12-142-6/+14
* radix tree test suite: free preallocated nodesMatthew Wilcox2016-12-142-0/+4
* radix tree test suite: track preempt_countMatthew Wilcox2016-12-143-13/+24
* radix tree test suite: allow GFP_ATOMIC allocations to failMatthew Wilcox2016-12-143-9/+25
* tools: add WARN_ON_ONCEMatthew Wilcox2016-12-143-4/+2
* lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-121-1/+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
* radix-tree tests: properly initialize mutexRoss Zwisler2016-10-111-1/+1
* radix-tree tests: add iteration testRoss Zwisler2016-10-114-1/+184
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-13/+0
|\
| * cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner2016-09-061-13/+0
* | radix tree test suite: Test radix_tree_replace_slot() for multiorder entriesMatthew Wilcox2016-09-252-5/+13
|/
* tools/testing/radix-tree/linux/gfp.h: fix bitrotted valueValdis Kletnieks2016-08-021-1/+1
* testing/radix-tree: fix a macro expansion bugDan Carpenter2016-07-231-1/+1
* radix-tree: tidy up next_chunkMatthew Wilcox2016-05-201-44/+55
* radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox2016-05-201-2/+2
* radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox2016-05-202-3/+2
* radix tree test suite: remove dependencies on heightMatthew Wilcox2016-05-202-12/+25
* radix-tree: fix radix_tree_dump() for multi-order entriesRoss Zwisler2016-05-201-0/+1
* radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entriesMatthew Wilcox2016-05-202-1/+34
* radix-tree: add test for radix_tree_locate_item()Ross Zwisler2016-05-202-1/+15
* radix-tree: rewrite radix_tree_locate_itemMatthew Wilcox2016-05-201-12/+18
* radix-tree: fix radix_tree_create for sibling entriesMatthew Wilcox2016-05-201-0/+5
* radix-tree test suite: add multi-order tag testRoss Zwisler2016-05-201-0/+97
* radix tree test suite: multi-order iteration testRoss Zwisler2016-05-201-0/+92
* radix-tree: add support for multi-order iteratingRoss Zwisler2016-05-202-4/+4
* radix-tree: fix multiorder BUG_ON in radix_tree_insertMatthew Wilcox2016-05-201-0/+12
* radix-tree: fix several shrinking bugs with multiorder entriesMatthew Wilcox2016-05-201-0/+39
* radix tree test suite: start adding multiorder testsMatthew Wilcox2016-05-205-5/+76