summaryrefslogtreecommitdiffstats
path: root/lib/test_maple_tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* test_maple_tree: testing the cyclic allocationLiam R. Howlett2024-02-211-0/+44
* maple_tree: don't find node end in mtree_lookup_walk()Liam R. Howlett2023-12-121-0/+21
* maple_tree: separate ma_state node from statusLiam R. Howlett2023-12-121-91/+98
* maple_tree: update check_forking() and bench_forking()Peng Zhang2023-12-111-59/+58
* maple_tree: skip other tests when BENCH is enabledPeng Zhang2023-12-111-4/+4
* maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett2023-10-181-11/+24
* maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett2023-09-301-15/+72
* maple_tree: add benchmarking for mas_prev()Liam R. Howlett2023-08-181-0/+37
* maple_tree: add benchmarking for mas_for_eachLiam R. Howlett2023-08-181-0/+39
* maple_tree: add test for mas_wr_modify() fast pathPeng Zhang2023-08-181-0/+65
* maple_tree: fix 32 bit mas_next testingLiam R. Howlett2023-07-171-1/+4
* maple_tree: update testing code for mas_{next,prev,walk}Liam R. Howlett2023-06-101-5/+633
* maple_tree: fix testing mas_empty_area()Liam R. Howlett2023-06-101-1/+1
* maple_tree: revise limit checks in mas_empty_area{_rev}()Liam R. Howlett2023-06-101-7/+21
* maple_tree: add __init and __exit to test moduleLiam R. Howlett2023-06-101-78/+80
* maple_tree: make test code work without debug enabledLiam R. Howlett2023-06-101-3/+24
* maple_tree: add format option to mt_dump()Liam R. Howlett2023-06-101-5/+5
* test_maple_tree: add more testing for mas_empty_area()Liam R. Howlett2023-03-241-0/+48
* test_maple_tree: test modifications while iteratingLiam R. Howlett2023-02-101-0/+72
* maple_tree: fix mas_empty_area_rev() lower bound validationLiam Howlett2023-02-011-0/+89
* test_maple_tree: add test for mas_spanning_rebalance() on insufficient dataLiam Howlett2022-12-211-0/+23
* maple_tree: reorganize testing to restore module testingLiam Howlett2022-11-091-35735/+195
* lib/test_maple_tree: add testing for maple treeLiam R. Howlett2022-09-271-0/+38307