summaryrefslogtreecommitdiff
path: root/tools/testing/radix-tree/linux.c
AgeCommit message (Expand)Author
2023-12-10radix tree test suite: align kmem_cache_alloc_bulk() with kernel behavior.Peng Zhang
2023-10-18radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk()Liam R. Howlett
2022-11-08maple_tree: reorganize testing to restore module testingLiam Howlett
2022-09-26radix tree test suite: add support for slab bulk APIsLiam R. Howlett
2022-09-26radix tree test suite: add allocation counts and size to kmem_cacheLiam R. Howlett
2022-09-26radix tree test suite: add kmem_cache_set_non_kernel()Liam R. Howlett
2022-04-22tools: Add kmem_cache_alloc_lru()Matthew Wilcox (Oracle)
2022-02-20tools: Move gfp.h and slab.h from radix-tree to libKarolina Drobnik
2020-02-27radix tree test suite: Support kmem_cache alignmentMatthew Wilcox (Oracle)
2018-02-25radix tree test suite: Fix buildMatthew Wilcox
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-02-13radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox
2017-02-13radix tree test suite: Dial down verbosity with -vRehas Sachdeva
2017-02-13radix tree test suite: Introduce kmalloc_verboseMatthew Wilcox
2017-02-13radix tree test suite: Remove types.hMatthew Wilcox
2017-02-13radix tree test suite: Remove mempoolMatthew 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: track preempt_countMatthew Wilcox
2016-12-14radix tree test suite: allow GFP_ATOMIC allocations to failMatthew Wilcox
2016-03-17radix tree test harnessMatthew Wilcox