summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree
AgeCommit message (Expand)Author
2016-12-15redo: radix tree test suite: fix compilationMatthew Wilcox
2016-12-14radix tree test suite: delete unused rcupdate.cMatthew Wilcox
2016-12-14radix tree test suite: add new tag checkMatthew Wilcox
2016-12-14radix-tree: ensure counts are initialisedMatthew Wilcox
2016-12-14radix tree test suite: cache recently freed objectsMatthew Wilcox
2016-12-14radix tree test suite: add some more functionalityMatthew Wilcox
2016-12-14radix tree test suite: check multiorder iterationMatthew Wilcox
2016-12-14radix-tree: fix replacement for multiorder entriesMatthew Wilcox
2016-12-14radix-tree: add radix_tree_split_preload()Matthew Wilcox
2016-12-14radix-tree: add radix_tree_splitMatthew Wilcox
2016-12-14radix-tree: add radix_tree_joinMatthew Wilcox
2016-12-14radix-tree: delete radix_tree_range_tag_if_tagged()Matthew Wilcox
2016-12-14radix-tree: delete radix_tree_locate_item()Matthew Wilcox
2016-12-14radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-14radix tree test suite: use common find-bit codeMatthew Wilcox
2016-12-14radix tree test suite: record order in each itemMatthew Wilcox
2016-12-14radix tree test suite: handle exceptional entriesMatthew Wilcox
2016-12-14radix tree test suite: use rcu_barrierMatthew Wilcox
2016-12-14radix tree test suite: benchmark for iteratorKonstantin Khlebnikov
2016-12-14radix tree test suite: iteration test misuses RCUMatthew Wilcox
2016-12-14radix tree test suite: make runs more reproducibleMatthew Wilcox
2016-12-14radix tree test suite: free preallocated nodesMatthew Wilcox
2016-12-14radix tree test suite: track preempt_countMatthew Wilcox
2016-12-14radix tree test suite: allow GFP_ATOMIC allocations to failMatthew Wilcox
2016-12-14tools: add WARN_ON_ONCEMatthew Wilcox
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner
2016-12-09Revert "radix tree test suite: fix compilation"Linus Torvalds
2016-12-07radix tree test suite: fix compilationMatthew Wilcox
2016-10-11radix-tree tests: properly initialize mutexRoss Zwisler
2016-10-11radix-tree tests: add iteration testRoss Zwisler
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-09-25radix tree test suite: Test radix_tree_replace_slot() for multiorder entriesMatthew Wilcox
2016-09-06cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner
2016-08-02tools/testing/radix-tree/linux/gfp.h: fix bitrotted valueValdis Kletnieks
2016-07-23testing/radix-tree: fix a macro expansion bugDan Carpenter
2016-05-20radix-tree: tidy up next_chunkMatthew Wilcox
2016-05-20radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox
2016-05-20radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox
2016-05-20radix tree test suite: remove dependencies on heightMatthew Wilcox
2016-05-20radix-tree: fix radix_tree_dump() for multi-order entriesRoss Zwisler
2016-05-20radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entriesMatthew Wilcox
2016-05-20radix-tree: add test for radix_tree_locate_item()Ross Zwisler
2016-05-20radix-tree: rewrite radix_tree_locate_itemMatthew Wilcox
2016-05-20radix-tree: fix radix_tree_create for sibling entriesMatthew Wilcox
2016-05-20radix-tree test suite: add multi-order tag testRoss Zwisler
2016-05-20radix tree test suite: multi-order iteration testRoss Zwisler
2016-05-20radix-tree: add support for multi-order iteratingRoss Zwisler
2016-05-20radix-tree: fix multiorder BUG_ON in radix_tree_insertMatthew Wilcox
2016-05-20radix-tree: fix several shrinking bugs with multiorder entriesMatthew Wilcox
2016-05-20radix tree test suite: start adding multiorder testsMatthew Wilcox