summaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree
AgeCommit message (Expand)Author
2018-08-21test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox
2018-08-21test_ida: Convert check_ida_conv to new APIMatthew Wilcox
2018-08-21test_ida: Move ida_check_maxMatthew Wilcox
2018-08-21test_ida: Move ida_check_leafMatthew Wilcox
2018-08-21idr-test: Convert ida_check_nomem to new APIMatthew Wilcox
2018-08-21ida: Start new test_ida moduleMatthew Wilcox
2018-08-21radix tree test suite: Enable ubsanMatthew Wilcox
2018-08-21radix tree test suite: Fix compilationMatthew Wilcox
2018-05-25idr: fix invalid ptr dereference on item deleteMatthew Wilcox
2018-05-18radix tree test suite: multi-order iteration raceRoss Zwisler
2018-05-18radix tree test suite: add item_delete_rcu()Ross Zwisler
2018-05-18radix tree test suite: fix mapshift build targetRoss Zwisler
2018-04-11radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox
2018-02-26idr: Fix handling of IDs above INT_MAXMatthew Wilcox
2018-02-25radix tree test suite: Fix buildMatthew Wilcox
2018-02-06idr: Make 1-based IDRs more efficientMatthew Wilcox
2018-02-06idr: Remove idr_alloc_extMatthew Wilcox
2018-02-06IDR test suite: Check handling negative end correctlyMatthew Wilcox
2018-02-06idr test suite: Fix ida_test_random()Matthew Wilcox
2018-02-06radix tree test suite: Remove ARRAY_SIZEMatthew Wilcox
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-07radix tree test suite: Specify -m32 in LDFLAGS tooMatthew Wilcox
2017-03-07ida: Free correct IDA bitmapMatthew Wilcox
2017-03-07radix tree test suite: Depend on Makefile and quieten grepMatthew Wilcox
2017-03-07radix tree test suite: Fix build with --as-neededMichael Ellerman
2017-03-07radix tree test suite: Build 32 bit binariesRehas Sachdeva
2017-03-07radix tree test suite: Add performance test for radix_tree_join()Rehas Sachdeva
2017-03-07radix tree test suite: Add performance test for radix_tree_split()Rehas Sachdeva
2017-03-07radix tree test suite: Add performance benchmarksRehas Sachdeva
2017-03-07radix tree test suite: Add test for radix_tree_clear_tags()Rehas Sachdeva
2017-03-07radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove()Rehas Sachdeva
2017-03-07radix tree test suite: Add test for idr_get_next()Rehas Sachdeva
2017-02-13radix tree test suite: Add config option for map shiftRehas Sachdeva
2017-02-13radix tree test suite: Run iteration tests for longerMatthew Wilcox
2017-02-13radix tree test suite: Fix split/join memory leaksMatthew Wilcox
2017-02-13radix tree test suite: Fix leaks in regression2.cMatthew Wilcox
2017-02-13radix tree test suite: Fix leaky testsMatthew Wilcox
2017-02-13radix tree test suite: Enable address sanitizerMatthew Wilcox
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: Build separate binaries for some testsMatthew Wilcox
2017-02-13ida: Use exceptional entries for small IDAsMatthew Wilcox
2017-02-13ida: Move ida_bitmap to a percpu variableMatthew Wilcox
2017-02-13Reimplement IDR and IDA using the radix treeMatthew Wilcox
2017-02-13radix tree test suite: Remove obsolete CONFIGMatthew Wilcox
2017-02-13radix tree test suite: Use vpath to find lib filesMatthew Wilcox
2017-02-13radix tree test suite: Reduce kernel.hMatthew Wilcox
2017-02-13radix tree test suite: Remove export.hMatthew Wilcox