summaryrefslogtreecommitdiff
path: root/tools/testing/radix-tree
Commit message (Expand)AuthorAge
* radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox2018-04-11
* idr: Fix handling of IDs above INT_MAXMatthew Wilcox2018-02-26
* radix tree test suite: Fix buildMatthew Wilcox2018-02-25
* idr: Make 1-based IDRs more efficientMatthew Wilcox2018-02-06
* idr: Remove idr_alloc_extMatthew Wilcox2018-02-06
* IDR test suite: Check handling negative end correctlyMatthew Wilcox2018-02-06
* idr test suite: Fix ida_test_random()Matthew Wilcox2018-02-06
* radix tree test suite: Remove ARRAY_SIZEMatthew Wilcox2018-02-06
* mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-15
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* radix tree test suite: Specify -m32 in LDFLAGS tooMatthew Wilcox2017-03-07
* ida: Free correct IDA bitmapMatthew Wilcox2017-03-07
* radix tree test suite: Depend on Makefile and quieten grepMatthew Wilcox2017-03-07
* radix tree test suite: Fix build with --as-neededMichael Ellerman2017-03-07
* radix tree test suite: Build 32 bit binariesRehas Sachdeva2017-03-07
* radix tree test suite: Add performance test for radix_tree_join()Rehas Sachdeva2017-03-07
* radix tree test suite: Add performance test for radix_tree_split()Rehas Sachdeva2017-03-07
* radix tree test suite: Add performance benchmarksRehas Sachdeva2017-03-07
* radix tree test suite: Add test for radix_tree_clear_tags()Rehas Sachdeva2017-03-07
* radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove()Rehas Sachdeva2017-03-07
* radix tree test suite: Add test for idr_get_next()Rehas Sachdeva2017-03-07
* radix tree test suite: Add config option for map shiftRehas Sachdeva2017-02-13
* radix tree test suite: Run iteration tests for longerMatthew Wilcox2017-02-13
* radix tree test suite: Fix split/join memory leaksMatthew Wilcox2017-02-13
* radix tree test suite: Fix leaks in regression2.cMatthew Wilcox2017-02-13
* radix tree test suite: Fix leaky testsMatthew Wilcox2017-02-13
* radix tree test suite: Enable address sanitizerMatthew Wilcox2017-02-13
* radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox2017-02-13
* radix tree test suite: Dial down verbosity with -vRehas Sachdeva2017-02-13
* radix tree test suite: Introduce kmalloc_verboseMatthew Wilcox2017-02-13
* radix tree test suite: Build separate binaries for some testsMatthew Wilcox2017-02-13
* ida: Use exceptional entries for small IDAsMatthew Wilcox2017-02-13
* ida: Move ida_bitmap to a percpu variableMatthew Wilcox2017-02-13
* Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-13
* radix tree test suite: Remove obsolete CONFIGMatthew Wilcox2017-02-13
* radix tree test suite: Use vpath to find lib filesMatthew Wilcox2017-02-13
* radix tree test suite: Reduce kernel.hMatthew Wilcox2017-02-13
* radix tree test suite: Remove export.hMatthew Wilcox2017-02-13
* radix tree test suite: Remove types.hMatthew Wilcox2017-02-13
* radix tree test suite: Remove mempoolMatthew Wilcox2017-02-13
* radix tree test suite: Depend on tools/include/asm filesMatthew Wilcox2017-02-13
* tools: Provide a definition of WARN_ONMatthew Wilcox2017-01-27
* radix tree test suite: Remove duplicate bitops codeMatthew Wilcox2017-01-27
* redo: radix tree test suite: fix compilationMatthew Wilcox2016-12-15
* radix tree test suite: delete unused rcupdate.cMatthew Wilcox2016-12-14
* radix tree test suite: add new tag checkMatthew Wilcox2016-12-14
* radix-tree: ensure counts are initialisedMatthew Wilcox2016-12-14
* radix tree test suite: cache recently freed objectsMatthew Wilcox2016-12-14
* radix tree test suite: add some more functionalityMatthew Wilcox2016-12-14
* radix tree test suite: check multiorder iterationMatthew Wilcox2016-12-14