summaryrefslogtreecommitdiff
path: root/tools/testing/radix-tree
AgeCommit message (Expand)AuthorFilesLines
2023-12-21maple_tree: do not preallocate nodes for slot storesSidhartha Kumar1-1/+1
2023-10-19radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk()Liam R. Howlett1-2/+2
2023-09-09Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds1-2/+66
2023-08-22merge mm-hotfixes-stable into mm-stable to pick up depended-upon changesAndrew Morton1-1/+1
2023-08-18maple_tree: update mas_preallocate() testingLiam R. Howlett1-11/+16
2023-08-18maple_tree: re-introduce entry to mas_preallocate() argumentsLiam R. Howlett1-16/+16
2023-08-18maple_tree: add test for expanding range in RCU modePeng Zhang1-0/+75
2023-08-04radix tree test suite: fix incorrect allocation size for pthreadsColin Ian King1-1/+1
2023-07-28XArray: Do not return sibling entries from xa_load()Matthew Wilcox (Oracle)1-2/+66
2023-07-17maple_tree: fix node allocation testing on 32 bitLiam R. Howlett1-3/+3
2023-06-24Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton1-2/+3
2023-06-12radix-tree: move declarations to headerArnd Bergmann1-2/+3
2023-06-10maple_tree: add __init and __exit to test moduleLiam R. Howlett2-73/+75
2023-06-10maple_tree: make test code work without debug enabledLiam R. Howlett1-1/+0
2023-06-10maple_tree: add format option to mt_dump()Liam R. Howlett1-6/+6
2023-06-10maple_tree: avoid unnecessary ascendingLiam R. Howlett1-0/+4
2023-04-19maple_tree: add a test case to check maple_allocPeng Zhang1-0/+24
2023-04-06maple_tree: fix write memory barrier of nodes once dead for RCU modeLiam R. Howlett1-0/+16
2023-02-03maple_tree: remove the parameter entry of mas_preallocateVernon Yang1-16/+16
2023-01-19maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()Liam Howlett1-9/+9
2022-12-16maple_tree: update copyright dates for test codeLiam Howlett1-2/+3
2022-11-09maple_tree: reorganize testing to restore module testingLiam Howlett5-4/+35792
2022-09-27lib/test_maple_tree: add testing for maple treeLiam R. Howlett1-2/+7
2022-09-27radix tree test suite: add lockdep_is_held to headerLiam R. Howlett1-0/+2
2022-09-27radix tree test suite: add support for slab bulk APIsLiam R. Howlett1-2/+116
2022-09-27radix tree test suite: add allocation counts and size to kmem_cacheLiam R. Howlett1-1/+27
2022-09-27radix tree test suite: add kmem_cache_set_non_kernel()Liam R. Howlett1-2/+14
2022-09-27radix tree test suite: add pr_err defineLiam R. Howlett1-0/+1
2022-09-27Maple Tree: add new data structureLiam R. Howlett5-0/+74
2022-04-22tools: Add kmem_cache_alloc_lru()Matthew Wilcox (Oracle)1-1/+2
2022-02-20tools: Move gfp.h and slab.h from radix-tree to libKarolina Drobnik4-88/+2
2021-11-30tools: Fix math.h breakageMatthew Wilcox (Oracle)1-0/+3
2021-04-01idr test suite: Improve reporting from idr_find_test_1Matthew Wilcox (Oracle)1-1/+10
2021-04-01idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)1-2/+2
2021-04-01idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)1-0/+4
2021-04-01radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)3-0/+6
2021-03-30radix tree test suite: Fix compilationMatthew Wilcox (Oracle)1-0/+0
2020-10-07ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)1-0/+29
2020-10-07radix tree test suite: Fix compilationMatthew Wilcox (Oracle)3-4/+9
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-13xarray: Fix early termination of xas_for_each_markedMatthew Wilcox (Oracle)4-2/+91
2020-02-27radix tree test suite: Support kmem_cache alignmentMatthew Wilcox (Oracle)2-15/+23
2019-07-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2019-06-29Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-0/+46
2019-06-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2019-06-14rcu: Don't return a value from rcu_assign_pointer()Andrea Parri1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner4-36/+4
2019-06-03idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)1-0/+46
2018-12-06radix tree: Don't return retry entries from lookupMatthew Wilcox4-0/+82