| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-27 | MAINTAINERS: update Liam's email address | Liam R. Howlett | 1 | -1/+1 |
| 2026-04-05 | maple_tree: use maple copy node for mas_wr_split() | Liam R. Howlett | 1 | -0/+11 |
| 2026-04-05 | maple_tree: add test for rebalance calculation off-by-one | Liam R. Howlett | 1 | -0/+125 |
| 2026-04-05 | maple_tree: start using maple copy node for destination | Liam R. Howlett | 1 | -1/+1 |
| 2026-04-05 | maple_tree: testing update for spanning store | Liam R. Howlett | 1 | -9/+163 |
| 2025-12-23 | idr: fix idr_alloc() returning an ID out of range | Matthew Wilcox (Oracle) | 1 | -0/+21 |
| 2025-10-02 | Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -9/+7 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+9 |
| 2025-09-29 | maple_tree: Add single node allocation support to maple state | Liam R. Howlett | 1 | -2/+7 |
| 2025-09-29 | maple_tree: Prefilled sheaf conversion and testing | Liam R. Howlett | 1 | -443/+18 |
| 2025-09-29 | tools/testing: include maple-shim.c in maple.c | Vlastimil Babka | 1 | -9/+3 |
| 2025-09-29 | maple_tree: Drop bulk insert support | Liam R. Howlett | 1 | -36/+0 |
| 2025-09-13 | idr test suite: remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET | 1 | -9/+7 |
| 2025-09-13 | maple_tree: testing fix for spanning store on 32b | Liam R. Howlett | 1 | -1/+6 |
| 2025-09-13 | maple_tree: fix testing for 32 bit builds | Liam R. Howlett | 1 | -0/+3 |
| 2025-07-09 | tools/testing/radix-tree: test maple tree chaining mas_preallocate() calls | Liam R. Howlett | 1 | -0/+12 |
| 2025-07-09 | testing/radix-tree/maple: increase readers and reduce delay for faster machines | Liam R. Howlett | 1 | -3/+4 |
| 2025-05-11 | maple_tree: add sufficient height | Sidhartha Kumar | 1 | -0/+28 |
| 2025-05-11 | maple_tree: use vacant nodes to reduce worst case allocations | Sidhartha Kumar | 1 | -8/+71 |
| 2025-05-11 | maple_tree: use height and depth consistently | Sidhartha Kumar | 1 | -0/+19 |
| 2025-03-17 | xarray: add xas_try_split() to split a multi-index entry | Zi Yan | 1 | -0/+1 |
| 2025-01-24 | Xarray: do not return sibling entries from xas_find_marked() | Kemeng Shi | 1 | -0/+4 |
| 2024-11-06 | maple_tree: add some alloc node test case | Jiazi Li | 1 | -0/+22 |
| 2024-10-17 | maple_tree: add regression test for spanning store bug | Lorenzo Stoakes | 1 | -0/+84 |
| 2024-10-17 | maple_tree: check for MA_STATE_BULK on setting wr_rebalance | Sidhartha Kumar | 1 | -0/+26 |
| 2024-09-25 | Merge tag 'memblock-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
| 2024-09-01 | maple_tree: remove mas_destroy() from mas_nomem() | Sidhartha Kumar | 1 | -4/+6 |
| 2024-09-01 | maple_tree: introduce mas_wr_store_type() | Sidhartha Kumar | 1 | -0/+36 |
| 2024-09-01 | maple_tree: add test to replicate low memory race conditions | Sidhartha Kumar | 1 | -0/+63 |
| 2024-09-01 | tools: separate out shared radix-tree components | Lorenzo Stoakes | 21 | -481/+14 |
| 2024-08-06 | tools/testing: abstract two init.h into common include directory | Wei Yang | 2 | -3/+1 |
| 2024-07-26 | Merge tag 'bitmap-6.11-rc1' of https://github.com:/norov/linux | Linus Torvalds | 2 | -25/+2 |
| 2024-07-10 | radix tree test suite: put definition of bitmap_clear() into lib/bitmap.c | Wei Yang | 2 | -25/+2 |
| 2024-06-28 | tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION define | Sidhartha Kumar | 1 | -0/+1 |
| 2024-06-24 | tools/testing/radix-tree: add missing MODULE_DESCRIPTION definition | Sidhartha Kumar | 2 | -0/+2 |
| 2024-05-05 | tools: fix userspace compilation with new test_xarray changes | Luis Chamberlain | 1 | -0/+2 |
| 2023-12-20 | maple_tree: fix warning comparing pointer to 0 | Jiapeng Chong | 1 | -3/+3 |
| 2023-12-20 | sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes | Andrew Morton | 1 | -1/+1 |
| 2023-12-20 | maple_tree: do not preallocate nodes for slot stores | Sidhartha Kumar | 1 | -1/+1 |
| 2023-12-12 | maple_tree: remove mas_searchable() | Liam R. Howlett | 1 | -1/+3 |
| 2023-12-12 | maple_tree: separate ma_state node from status | Liam R. Howlett | 1 | -11/+15 |
| 2023-12-12 | maple_tree: add end of node tracking to the maple state | Liam R. Howlett | 1 | -0/+1 |
| 2023-12-12 | maple_tree: move debug check to __mas_set_range() | Liam R. Howlett | 1 | -1/+1 |
| 2023-12-10 | maple_tree: skip other tests when BENCH is enabled | Peng Zhang | 1 | -0/+2 |
| 2023-12-10 | maple_tree: add test for mtree_dup() | Peng Zhang | 1 | -0/+361 |
| 2023-12-10 | radix tree test suite: align kmem_cache_alloc_bulk() with kernel behavior. | Peng Zhang | 1 | -12/+33 |
| 2023-10-18 | radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk() | Liam R. Howlett | 1 | -2/+2 |
| 2023-09-08 | Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarray | Linus Torvalds | 1 | -2/+66 |
| 2023-08-21 | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes | Andrew Morton | 1 | -1/+1 |
| 2023-08-18 | maple_tree: update mas_preallocate() testing | Liam R. Howlett | 1 | -11/+16 |
| 2023-08-18 | maple_tree: re-introduce entry to mas_preallocate() arguments | Liam R. Howlett | 1 | -16/+16 |
| 2023-08-18 | maple_tree: add test for expanding range in RCU mode | Peng Zhang | 1 | -0/+75 |
| 2023-08-04 | radix tree test suite: fix incorrect allocation size for pthreads | Colin Ian King | 1 | -1/+1 |
| 2023-07-28 | XArray: Do not return sibling entries from xa_load() | Matthew Wilcox (Oracle) | 1 | -2/+66 |
| 2023-07-17 | maple_tree: fix node allocation testing on 32 bit | Liam R. Howlett | 1 | -3/+3 |
| 2023-06-23 | Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes. | Andrew Morton | 1 | -2/+3 |
| 2023-06-12 | radix-tree: move declarations to header | Arnd Bergmann | 1 | -2/+3 |
| 2023-06-09 | maple_tree: add __init and __exit to test module | Liam R. Howlett | 2 | -71/+73 |
| 2023-06-09 | maple_tree: make test code work without debug enabled | Liam R. Howlett | 1 | -1/+0 |
| 2023-06-09 | maple_tree: add format option to mt_dump() | Liam R. Howlett | 1 | -6/+6 |
| 2023-06-09 | maple_tree: avoid unnecessary ascending | Liam R. Howlett | 1 | -0/+4 |
| 2023-04-18 | maple_tree: add a test case to check maple_alloc | Peng Zhang | 1 | -0/+24 |
| 2023-04-05 | maple_tree: fix write memory barrier of nodes once dead for RCU mode | Liam R. Howlett | 1 | -0/+16 |
| 2023-02-02 | maple_tree: remove the parameter entry of mas_preallocate | Vernon Yang | 1 | -16/+16 |
| 2023-01-18 | maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk() | Liam Howlett | 1 | -9/+9 |
| 2022-12-15 | maple_tree: update copyright dates for test code | Liam Howlett | 1 | -2/+3 |
| 2022-11-08 | maple_tree: reorganize testing to restore module testing | Liam Howlett | 5 | -4/+35792 |
| 2022-09-26 | lib/test_maple_tree: add testing for maple tree | Liam R. Howlett | 1 | -2/+7 |
| 2022-09-26 | radix tree test suite: add lockdep_is_held to header | Liam R. Howlett | 1 | -0/+2 |
| 2022-09-26 | radix tree test suite: add support for slab bulk APIs | Liam R. Howlett | 1 | -2/+116 |
| 2022-09-26 | radix tree test suite: add allocation counts and size to kmem_cache | Liam R. Howlett | 1 | -1/+27 |
| 2022-09-26 | radix tree test suite: add kmem_cache_set_non_kernel() | Liam R. Howlett | 1 | -2/+14 |
| 2022-09-26 | radix tree test suite: add pr_err define | Liam R. Howlett | 1 | -0/+1 |
| 2022-09-26 | Maple Tree: add new data structure | Liam R. Howlett | 5 | -0/+74 |
| 2022-04-22 | tools: Add kmem_cache_alloc_lru() | Matthew Wilcox (Oracle) | 1 | -1/+2 |
| 2022-02-20 | tools: Move gfp.h and slab.h from radix-tree to lib | Karolina Drobnik | 4 | -88/+2 |
| 2021-11-30 | tools: Fix math.h breakage | Matthew Wilcox (Oracle) | 1 | -0/+3 |
| 2021-04-01 | idr test suite: Improve reporting from idr_find_test_1 | Matthew Wilcox (Oracle) | 1 | -1/+10 |
| 2021-04-01 | idr test suite: Create anchor before launching throbber | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2021-04-01 | idr test suite: Take RCU read lock in idr_find_test_1 | Matthew Wilcox (Oracle) | 1 | -0/+4 |
| 2021-04-01 | radix tree test suite: Register the main thread with the RCU library | Matthew Wilcox (Oracle) | 3 | -0/+6 |
| 2021-03-30 | radix tree test suite: Fix compilation | Matthew Wilcox (Oracle) | 1 | -0/+0 |
| 2020-10-07 | ida: Free allocated bitmap in error path | Matthew Wilcox (Oracle) | 1 | -0/+29 |
| 2020-10-07 | radix tree test suite: Fix compilation | Matthew Wilcox (Oracle) | 3 | -4/+9 |
| 2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
| 2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
| 2020-03-12 | xarray: Fix early termination of xas_for_each_marked | Matthew Wilcox (Oracle) | 4 | -2/+91 |
| 2020-02-27 | radix tree test suite: Support kmem_cache alignment | Matthew Wilcox (Oracle) | 2 | -15/+23 |
| 2019-07-08 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2019-06-29 | Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -0/+46 |
| 2019-06-28 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 1 | -1/+1 |
| 2019-06-13 | rcu: Don't return a value from rcu_assign_pointer() | Andrea Parri | 1 | -1/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 4 | -36/+4 |
| 2019-06-02 | idr: Fix idr_get_next race with idr_remove | Matthew Wilcox (Oracle) | 1 | -0/+46 |
| 2018-12-06 | radix tree: Don't return retry entries from lookup | Matthew Wilcox | 4 | -0/+82 |
| 2018-10-21 | radix tree: Remove multiorder support | Matthew Wilcox | 1 | -1/+0 |
| 2018-10-21 | radix tree test: Convert multiorder tests to XArray | Matthew Wilcox | 1 | -56/+49 |
| 2018-10-21 | radix tree tests: Convert item_delete_rcu to XArray | Matthew Wilcox | 2 | -3/+3 |
| 2018-10-21 | radix tree tests: Convert item_kill_tree to XArray | Matthew Wilcox | 1 | -21/+9 |
| 2018-10-21 | radix tree tests: Move item_insert_order | Matthew Wilcox | 3 | -11/+22 |
| 2018-10-21 | radix tree test suite: Remove multiorder benchmarking | Matthew Wilcox | 1 | -29/+21 |
| 2018-10-21 | radix tree test suite: Remove __item_insert | Matthew Wilcox | 2 | -7/+1 |
| 2018-10-21 | xarray: Move multiorder_check to in-kernel tests | Matthew Wilcox | 1 | -48/+0 |
| 2018-10-21 | xarray: Move multiorder_shrink to kernel tests | Matthew Wilcox | 1 | -173/+0 |
| 2018-10-21 | xarray: Move multiorder account test in-kernel | Matthew Wilcox | 1 | -24/+0 |
| 2018-10-21 | radix tree test suite: Convert iteration test to XArray | Matthew Wilcox | 3 | -58/+63 |
| 2018-10-21 | radix tree test suite: Convert tag_tagged_items to XArray | Matthew Wilcox | 8 | -57/+46 |
| 2018-10-21 | radix tree: Remove radix_tree_clear_tags | Matthew Wilcox | 1 | -29/+0 |
| 2018-10-21 | radix tree: Remove split/join code | Matthew Wilcox | 2 | -338/+0 |
| 2018-10-21 | radix tree: Remove radix_tree_update_node_t | Matthew Wilcox | 1 | -1/+1 |
| 2018-10-21 | shmem: Convert find_swap_entry to XArray | Matthew Wilcox | 3 | -84/+0 |
| 2018-10-21 | radix tree test suite: Convert regression1 to XArray | Matthew Wilcox | 1 | -39/+19 |
| 2018-10-21 | page cache: Convert find_get_pages_contig to XArray | Matthew Wilcox | 1 | -23/+0 |
| 2018-10-21 | ida: Convert to XArray | Matthew Wilcox | 1 | -5/+3 |
| 2018-10-21 | xarray: Add XArray unconditional store operations | Matthew Wilcox | 4 | -1/+39 |
| 2018-10-21 | xarray: Add XArray load operation | Matthew Wilcox | 7 | -2/+38 |
| 2018-10-21 | xarray: Define struct xa_node | Matthew Wilcox | 1 | -15/+15 |
| 2018-10-21 | xarray: Add definition of struct xarray | Matthew Wilcox | 6 | -7/+19 |
| 2018-09-29 | xarray: Change definition of sibling entries | Matthew Wilcox | 2 | -1/+2 |
| 2018-09-29 | xarray: Replace exceptional entries | Matthew Wilcox | 4 | -29/+27 |
| 2018-09-29 | idr: Permit any valid kernel pointer to be stored | Matthew Wilcox | 1 | -0/+63 |
| 2018-08-21 | test_ida: check_ida_destroy and check_ida_alloc | Matthew Wilcox | 1 | -66/+4 |
| 2018-08-21 | test_ida: Convert check_ida_conv to new API | Matthew Wilcox | 1 | -46/+10 |
| 2018-08-21 | test_ida: Move ida_check_max | Matthew Wilcox | 1 | -28/+0 |
| 2018-08-21 | test_ida: Move ida_check_leaf | Matthew Wilcox | 1 | -27/+0 |
| 2018-08-21 | idr-test: Convert ida_check_nomem to new API | Matthew Wilcox | 1 | -6/+7 |
| 2018-08-21 | ida: Start new test_ida module | Matthew Wilcox | 4 | -7/+22 |
| 2018-08-21 | radix tree test suite: Enable ubsan | Matthew Wilcox | 2 | -11/+14 |
| 2018-08-21 | radix tree test suite: Fix compilation | Matthew Wilcox | 1 | -0/+2 |
| 2018-05-25 | idr: fix invalid ptr dereference on item delete | Matthew Wilcox | 1 | -0/+7 |
| 2018-05-18 | radix tree test suite: multi-order iteration race | Ross Zwisler | 2 | -0/+64 |
| 2018-05-18 | radix tree test suite: add item_delete_rcu() | Ross Zwisler | 2 | -0/+21 |
| 2018-05-18 | radix tree test suite: fix mapshift build target | Ross Zwisler | 1 | -4/+2 |
| 2018-04-11 | radix tree: use GFP_ZONEMASK bits of gfp_t for flags | Matthew Wilcox | 1 | -0/+1 |
| 2018-02-26 | idr: Fix handling of IDs above INT_MAX | Matthew Wilcox | 1 | -0/+52 |
| 2018-02-25 | radix tree test suite: Fix build | Matthew Wilcox | 4 | -2/+16 |
| 2018-02-06 | idr: Make 1-based IDRs more efficient | Matthew Wilcox | 1 | -2/+5 |
| 2018-02-06 | idr: Remove idr_alloc_ext | Matthew Wilcox | 1 | -0/+17 |
| 2018-02-06 | IDR test suite: Check handling negative end correctly | Matthew Wilcox | 1 | -0/+1 |
| 2018-02-06 | idr test suite: Fix ida_test_random() | Matthew Wilcox | 1 | -2/+2 |
| 2018-02-06 | radix tree test suite: Remove ARRAY_SIZE | Matthew Wilcox | 1 | -2/+0 |
| 2017-11-15 | mm, truncate: do not check mapping for every page being truncated | Mel Gorman | 1 | -1/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 17 | -0/+17 |
| 2017-03-07 | radix tree test suite: Specify -m32 in LDFLAGS too | Matthew Wilcox | 1 | -0/+1 |
| 2017-03-07 | ida: Free correct IDA bitmap | Matthew Wilcox | 3 | -3/+33 |
| 2017-03-07 | radix tree test suite: Depend on Makefile and quieten grep | Matthew Wilcox | 1 | -2/+2 |
| 2017-03-07 | radix tree test suite: Fix build with --as-needed | Michael Ellerman | 1 | -4/+2 |
| 2017-03-07 | radix tree test suite: Build 32 bit binaries | Rehas Sachdeva | 1 | -0/+4 |
| 2017-03-07 | radix tree test suite: Add performance test for radix_tree_join() | Rehas Sachdeva | 1 | -0/+47 |
| 2017-03-07 | radix tree test suite: Add performance test for radix_tree_split() | Rehas Sachdeva | 1 | -0/+44 |
| 2017-03-07 | radix tree test suite: Add performance benchmarks | Rehas Sachdeva | 1 | -7/+75 |
| 2017-03-07 | radix tree test suite: Add test for radix_tree_clear_tags() | Rehas Sachdeva | 1 | -0/+29 |
| 2017-03-07 | radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove() | Rehas Sachdeva | 1 | -0/+19 |
| 2017-03-07 | radix tree test suite: Add test for idr_get_next() | Rehas Sachdeva | 1 | -0/+25 |
| 2017-02-13 | radix tree test suite: Add config option for map shift | Rehas Sachdeva | 4 | -11/+16 |
| 2017-02-13 | radix tree test suite: Run iteration tests for longer | Matthew Wilcox | 1 | -2/+2 |
| 2017-02-13 | radix tree test suite: Fix split/join memory leaks | Matthew Wilcox | 1 | -1/+14 |
| 2017-02-13 | radix tree test suite: Fix leaks in regression2.c | Matthew Wilcox | 1 | -2/+4 |
| 2017-02-13 | radix tree test suite: Fix leaky tests | Matthew Wilcox | 1 | -12/+16 |
| 2017-02-13 | radix tree test suite: Enable address sanitizer | Matthew Wilcox | 1 | -1/+1 |
| 2017-02-13 | radix-tree: Chain preallocated nodes through ->parent | Matthew Wilcox | 1 | -3/+3 |
| 2017-02-13 | radix tree test suite: Dial down verbosity with -v | Rehas Sachdeva | 10 | -58/+77 |
| 2017-02-13 | radix tree test suite: Introduce kmalloc_verbose | Matthew Wilcox | 2 | -0/+26 |
| 2017-02-13 | radix tree test suite: Build separate binaries for some tests | Matthew Wilcox | 4 | -7/+33 |
| 2017-02-13 | ida: Use exceptional entries for small IDAs | Matthew Wilcox | 1 | -1/+92 |
| 2017-02-13 | ida: Move ida_bitmap to a percpu variable | Matthew Wilcox | 2 | -3/+4 |
| 2017-02-13 | Reimplement IDR and IDA using the radix tree | Matthew Wilcox | 8 | -6/+365 |
| 2017-02-13 | radix tree test suite: Remove obsolete CONFIG | Matthew Wilcox | 1 | -2/+0 |
| 2017-02-13 | radix tree test suite: Use vpath to find lib files | Matthew Wilcox | 1 | -3/+2 |
| 2017-02-13 | radix tree test suite: Reduce kernel.h | Matthew Wilcox | 3 | -39/+12 |
| 2017-02-13 | radix tree test suite: Remove export.h | Matthew Wilcox | 1 | -2/+0 |
| 2017-02-13 | radix tree test suite: Remove types.h | Matthew Wilcox | 3 | -23/+3 |
| 2017-02-13 | radix tree test suite: Remove mempool | Matthew Wilcox | 2 | -38/+0 |
| 2017-02-13 | radix tree test suite: Depend on tools/include/asm files | Matthew Wilcox | 1 | -0/+1 |
| 2017-01-27 | tools: Provide a definition of WARN_ON | Matthew Wilcox | 1 | -1/+0 |
| 2017-01-27 | radix tree test suite: Remove duplicate bitops code | Matthew Wilcox | 11 | -500/+4 |
| 2016-12-15 | redo: radix tree test suite: fix compilation | Matthew Wilcox | 2 | -29/+1 |
| 2016-12-14 | radix tree test suite: delete unused rcupdate.c | Matthew Wilcox | 1 | -86/+0 |
| 2016-12-14 | radix tree test suite: add new tag check | Matthew Wilcox | 1 | -0/+3 |
| 2016-12-14 | radix-tree: ensure counts are initialised | Matthew Wilcox | 1 | -4/+41 |
| 2016-12-14 | radix tree test suite: cache recently freed objects | Matthew Wilcox | 2 | -12/+41 |
| 2016-12-14 | radix tree test suite: add some more functionality | Matthew Wilcox | 3 | -0/+21 |
| 2016-12-14 | radix tree test suite: check multiorder iteration | Matthew Wilcox | 4 | -35/+73 |
| 2016-12-14 | radix-tree: fix replacement for multiorder entries | Matthew Wilcox | 1 | -12/+75 |
| 2016-12-14 | radix-tree: add radix_tree_split_preload() | Matthew Wilcox | 2 | -2/+45 |
| 2016-12-14 | radix-tree: add radix_tree_split | Matthew Wilcox | 1 | -0/+64 |
| 2016-12-14 | radix-tree: add radix_tree_join | Matthew Wilcox | 1 | -0/+58 |
| 2016-12-14 | radix-tree: delete radix_tree_range_tag_if_tagged() | Matthew Wilcox | 6 | -19/+50 |
| 2016-12-14 | radix-tree: delete radix_tree_locate_item() | Matthew Wilcox | 3 | -4/+28 |
| 2016-12-14 | radix-tree: improve multiorder iterators | Matthew Wilcox | 4 | -19/+30 |
| 2016-12-14 | radix tree test suite: use common find-bit code | Matthew Wilcox | 5 | -80/+48 |
| 2016-12-14 | radix tree test suite: record order in each item | Matthew Wilcox | 3 | -14/+23 |
| 2016-12-14 | radix tree test suite: handle exceptional entries | Matthew Wilcox | 1 | -0/+7 |
| 2016-12-14 | radix tree test suite: use rcu_barrier | Matthew Wilcox | 2 | -2/+15 |
| 2016-12-14 | radix tree test suite: benchmark for iterator | Konstantin Khlebnikov | 5 | -1/+110 |
| 2016-12-14 | radix tree test suite: iteration test misuses RCU | Matthew Wilcox | 1 | -2/+26 |
| 2016-12-14 | radix tree test suite: make runs more reproducible | Matthew Wilcox | 2 | -6/+14 |
| 2016-12-14 | radix tree test suite: free preallocated nodes | Matthew Wilcox | 2 | -0/+4 |
| 2016-12-14 | radix tree test suite: track preempt_count | Matthew Wilcox | 3 | -13/+24 |
| 2016-12-14 | radix tree test suite: allow GFP_ATOMIC allocations to fail | Matthew Wilcox | 3 | -9/+25 |