summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree
Commit message (Expand)AuthorAgeFilesLines
...
* radix tree test suite: record order in each itemMatthew Wilcox2016-12-153-14/+23
* radix tree test suite: handle exceptional entriesMatthew Wilcox2016-12-151-0/+7
* radix tree test suite: use rcu_barrierMatthew Wilcox2016-12-152-2/+15
* radix tree test suite: benchmark for iteratorKonstantin Khlebnikov2016-12-155-1/+110
* radix tree test suite: iteration test misuses RCUMatthew Wilcox2016-12-151-2/+26
* radix tree test suite: make runs more reproducibleMatthew Wilcox2016-12-152-6/+14
* radix tree test suite: free preallocated nodesMatthew Wilcox2016-12-152-0/+4
* radix tree test suite: track preempt_countMatthew Wilcox2016-12-153-13/+24
* radix tree test suite: allow GFP_ATOMIC allocations to failMatthew Wilcox2016-12-153-9/+25
* tools: add WARN_ON_ONCEMatthew Wilcox2016-12-153-4/+2Star
* lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner2016-12-131-1/+1
* Revert "radix tree test suite: fix compilation"Linus Torvalds2016-12-092-1/+29
* radix tree test suite: fix compilationMatthew Wilcox2016-12-082-29/+1Star
* radix-tree tests: properly initialize mutexRoss Zwisler2016-10-121-1/+1
* radix-tree tests: add iteration testRoss Zwisler2016-10-124-1/+184
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-041-13/+0Star
|\
| * cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifierThomas Gleixner2016-09-061-13/+0Star
* | 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-211-44/+55
* radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox2016-05-211-2/+2
* radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox2016-05-212-3/+2Star
* radix tree test suite: remove dependencies on heightMatthew Wilcox2016-05-212-12/+25
* radix-tree: fix radix_tree_dump() for multi-order entriesRoss Zwisler2016-05-211-0/+1
* radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entriesMatthew Wilcox2016-05-212-1/+34
* radix-tree: add test for radix_tree_locate_item()Ross Zwisler2016-05-212-1/+15
* radix-tree: rewrite radix_tree_locate_itemMatthew Wilcox2016-05-211-12/+18
* radix-tree: fix radix_tree_create for sibling entriesMatthew Wilcox2016-05-211-0/+5
* radix-tree test suite: add multi-order tag testRoss Zwisler2016-05-211-0/+97
* radix tree test suite: multi-order iteration testRoss Zwisler2016-05-211-0/+92
* radix-tree: add support for multi-order iteratingRoss Zwisler2016-05-212-4/+4
* radix-tree: fix multiorder BUG_ON in radix_tree_insertMatthew Wilcox2016-05-211-0/+12
* radix-tree: fix several shrinking bugs with multiorder entriesMatthew Wilcox2016-05-211-0/+39
* radix tree test suite: start adding multiorder testsMatthew Wilcox2016-05-215-5/+76
* raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox2016-05-211-0/+1
* radix tree test suite: rebuild when headers changeRoss Zwisler2016-05-211-1/+1
* radix tree test suite: keep regression test runs shortRoss Zwisler2016-05-211-7/+15
* radix tree test suite: allow testing other fan-out valuesRoss Zwisler2016-05-212-7/+2Star
* radix tree test suite: add tests for radix_tree_locate_item()Matthew Wilcox2016-05-212-0/+44
* radix tree test suite: fix buildMatthew Wilcox2016-05-213-8/+12
* radix-tree tests: add test for radix_tree_iter_nextKonstantin Khlebnikov2016-03-171-8/+39
* radix-tree tests: add regression3 testKonstantin Khlebnikov2016-03-175-1/+90
* radix_tree: tag all internal tree nodes as indirect pointersMatthew Wilcox2016-03-171-2/+3
* radix tree test harnessMatthew Wilcox2016-03-1736-0/+2110