aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/idr-test.c
AgeCommit message (Expand)Author
2021-04-01idr test suite: Improve reporting from idr_find_test_1Matthew Wilcox (Oracle)
2021-04-01idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)
2021-04-01idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)
2021-04-01radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)
2020-10-07ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)
2019-06-29Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-06-02idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)
2018-10-21ida: Convert to XArrayMatthew Wilcox
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
2018-09-29idr: Permit any valid kernel pointer to be storedMatthew Wilcox
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-05-25idr: fix invalid ptr dereference on item deleteMatthew Wilcox
2018-02-26idr: Fix handling of IDs above INT_MAXMatthew 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
2017-03-07ida: Free correct IDA bitmapMatthew Wilcox
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: Build separate binaries for some testsMatthew Wilcox
2017-02-13ida: Use exceptional entries for small IDAsMatthew Wilcox
2017-02-13Reimplement IDR and IDA using the radix treeMatthew Wilcox