summaryrefslogtreecommitdiff
path: root/lib/test_maple_tree.c
AgeCommit message (Expand)Author
2023-12-12maple_tree: don't find node end in mtree_lookup_walk()Liam R. Howlett
2023-12-12maple_tree: separate ma_state node from statusLiam R. Howlett
2023-12-10maple_tree: update check_forking() and bench_forking()Peng Zhang
2023-12-10maple_tree: skip other tests when BENCH is enabledPeng Zhang
2023-10-18maple_tree: add GFP_KERNEL to allocations in mas_expected_entries()Liam R. Howlett
2023-09-29maple_tree: add MAS_UNDERFLOW and MAS_OVERFLOW statesLiam R. Howlett
2023-08-18maple_tree: add benchmarking for mas_prev()Liam R. Howlett
2023-08-18maple_tree: add benchmarking for mas_for_eachLiam R. Howlett
2023-08-18maple_tree: add test for mas_wr_modify() fast pathPeng Zhang
2023-07-17maple_tree: fix 32 bit mas_next testingLiam R. Howlett
2023-06-09maple_tree: update testing code for mas_{next,prev,walk}Liam R. Howlett
2023-06-09maple_tree: fix testing mas_empty_area()Liam R. Howlett
2023-06-09maple_tree: revise limit checks in mas_empty_area{_rev}()Liam R. Howlett
2023-06-09maple_tree: add __init and __exit to test moduleLiam R. Howlett
2023-06-09maple_tree: make test code work without debug enabledLiam R. Howlett
2023-06-09maple_tree: add format option to mt_dump()Liam R. Howlett
2023-03-23test_maple_tree: add more testing for mas_empty_area()Liam R. Howlett
2023-02-09test_maple_tree: test modifications while iteratingLiam R. Howlett
2023-01-31maple_tree: fix mas_empty_area_rev() lower bound validationLiam Howlett
2022-12-21test_maple_tree: add test for mas_spanning_rebalance() on insufficient dataLiam Howlett
2022-11-08maple_tree: reorganize testing to restore module testingLiam Howlett
2022-09-26lib/test_maple_tree: add testing for maple treeLiam R. Howlett