aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-21xarray: Define struct xa_nodeMatthew Wilcox1-15/+15
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox6-7/+19
2018-09-29xarray: Change definition of sibling entriesMatthew Wilcox2-1/+2
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox4-29/+27
2018-09-29idr: Permit any valid kernel pointer to be storedMatthew Wilcox1-0/+63
2018-08-21test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox1-66/+4
2018-08-21test_ida: Convert check_ida_conv to new APIMatthew Wilcox1-46/+10
2018-08-21test_ida: Move ida_check_maxMatthew Wilcox1-28/+0
2018-08-21test_ida: Move ida_check_leafMatthew Wilcox1-27/+0
2018-08-21idr-test: Convert ida_check_nomem to new APIMatthew Wilcox1-6/+7
2018-08-21ida: Start new test_ida moduleMatthew Wilcox4-7/+22
2018-08-21radix tree test suite: Enable ubsanMatthew Wilcox2-11/+14
2018-08-21radix tree test suite: Fix compilationMatthew Wilcox1-0/+2
2018-05-25idr: fix invalid ptr dereference on item deleteMatthew Wilcox1-0/+7
2018-05-18radix tree test suite: multi-order iteration raceRoss Zwisler2-0/+64
2018-05-18radix tree test suite: add item_delete_rcu()Ross Zwisler2-0/+21
2018-05-18radix tree test suite: fix mapshift build targetRoss Zwisler1-4/+2
2018-04-11radix tree: use GFP_ZONEMASK bits of gfp_t for flagsMatthew Wilcox1-0/+1
2018-02-26idr: Fix handling of IDs above INT_MAXMatthew Wilcox1-0/+52
2018-02-25radix tree test suite: Fix buildMatthew Wilcox4-2/+16
2018-02-06idr: Make 1-based IDRs more efficientMatthew Wilcox1-2/+5
2018-02-06idr: Remove idr_alloc_extMatthew Wilcox1-0/+17
2018-02-06IDR test suite: Check handling negative end correctlyMatthew Wilcox1-0/+1
2018-02-06idr test suite: Fix ida_test_random()Matthew Wilcox1-2/+2
2018-02-06radix tree test suite: Remove ARRAY_SIZEMatthew Wilcox1-2/+0
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman17-0/+17
2017-03-07radix tree test suite: Specify -m32 in LDFLAGS tooMatthew Wilcox1-0/+1
2017-03-07ida: Free correct IDA bitmapMatthew Wilcox3-3/+33
2017-03-07radix tree test suite: Depend on Makefile and quieten grepMatthew Wilcox1-2/+2
2017-03-07radix tree test suite: Fix build with --as-neededMichael Ellerman1-4/+2
2017-03-07radix tree test suite: Build 32 bit binariesRehas Sachdeva1-0/+4
2017-03-07radix tree test suite: Add performance test for radix_tree_join()Rehas Sachdeva1-0/+47
2017-03-07radix tree test suite: Add performance test for radix_tree_split()Rehas Sachdeva1-0/+44
2017-03-07radix tree test suite: Add performance benchmarksRehas Sachdeva1-7/+75
2017-03-07radix tree test suite: Add test for radix_tree_clear_tags()Rehas Sachdeva1-0/+29
2017-03-07radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove()Rehas Sachdeva1-0/+19
2017-03-07radix tree test suite: Add test for idr_get_next()Rehas Sachdeva1-0/+25
2017-02-13radix tree test suite: Add config option for map shiftRehas Sachdeva4-11/+16
2017-02-13radix tree test suite: Run iteration tests for longerMatthew Wilcox1-2/+2
2017-02-13radix tree test suite: Fix split/join memory leaksMatthew Wilcox1-1/+14
2017-02-13radix tree test suite: Fix leaks in regression2.cMatthew Wilcox1-2/+4
2017-02-13radix tree test suite: Fix leaky testsMatthew Wilcox1-12/+16
2017-02-13radix tree test suite: Enable address sanitizerMatthew Wilcox1-1/+1
2017-02-13radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox1-3/+3
2017-02-13radix tree test suite: Dial down verbosity with -vRehas Sachdeva10-58/+77
2017-02-13radix tree test suite: Introduce kmalloc_verboseMatthew Wilcox2-0/+26
2017-02-13radix tree test suite: Build separate binaries for some testsMatthew Wilcox4-7/+33
2017-02-13ida: Use exceptional entries for small IDAsMatthew Wilcox1-1/+92
2017-02-13ida: Move ida_bitmap to a percpu variableMatthew Wilcox2-3/+4