summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/linux.c
Commit message (Expand)AuthorAgeFilesLines
* radix tree test suite: align kmem_cache_alloc_bulk() with kernel behavior.Peng Zhang2023-12-101-12/+33
* radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk()Liam R. Howlett2023-10-181-2/+2
* maple_tree: reorganize testing to restore module testingLiam Howlett2022-11-081-0/+4
* radix tree test suite: add support for slab bulk APIsLiam R. Howlett2022-09-261-2/+116
* radix tree test suite: add allocation counts and size to kmem_cacheLiam R. Howlett2022-09-261-1/+27
* radix tree test suite: add kmem_cache_set_non_kernel()Liam R. Howlett2022-09-261-2/+14
* tools: Add kmem_cache_alloc_lru()Matthew Wilcox (Oracle)2022-04-221-1/+2
* tools: Move gfp.h and slab.h from radix-tree to libKarolina Drobnik2022-02-201-27/+0
* radix tree test suite: Support kmem_cache alignmentMatthew Wilcox (Oracle)2020-02-271-12/+20
* radix tree test suite: Fix buildMatthew Wilcox2018-02-251-2/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox2017-02-131-3/+3
* radix tree test suite: Dial down verbosity with -vRehas Sachdeva2017-02-131-0/+1
* radix tree test suite: Introduce kmalloc_verboseMatthew Wilcox2017-02-131-0/+9
* radix tree test suite: Remove types.hMatthew Wilcox2017-02-131-0/+1
* radix tree test suite: Remove mempoolMatthew Wilcox2017-02-131-22/+0
* radix tree test suite: cache recently freed objectsMatthew Wilcox2016-12-141-7/+41
* radix tree test suite: add some more functionalityMatthew Wilcox2016-12-141-0/+15
* radix tree test suite: track preempt_countMatthew Wilcox2016-12-141-0/+1
* radix tree test suite: allow GFP_ATOMIC allocations to failMatthew Wilcox2016-12-141-1/+6
* radix tree test harnessMatthew Wilcox2016-03-171-0/+60