1. fa290cd radix tree: use GFP_ZONEMASK bits of gfp_t for flags by Matthew Wilcox · 7 years ago
  2. 4b0ad07 idr: Fix handling of IDs above INT_MAX by Matthew Wilcox · 7 years ago
  3. 3d4d5d6 radix tree test suite: Fix build by Matthew Wilcox · 7 years ago
  4. 6ce711f idr: Make 1-based IDRs more efficient by Matthew Wilcox · 7 years ago
  5. 460488c idr: Remove idr_alloc_ext by Matthew Wilcox · 7 years ago
  6. 6e6d301 IDR test suite: Check handling negative end correctly by Matthew Wilcox · 7 years ago
  7. 490645d idr test suite: Fix ida_test_random() by Matthew Wilcox · 7 years ago
  8. 051803c radix tree test suite: Remove ARRAY_SIZE by Matthew Wilcox · 7 years ago
  9. c7df8ad mm, truncate: do not check mapping for every page being truncated by Mel Gorman · 7 years ago
  10. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  11. f0f3f2d radix tree test suite: Specify -m32 in LDFLAGS too by Matthew Wilcox · 8 years ago
  12. 4ecd954 ida: Free correct IDA bitmap by Matthew Wilcox · 8 years ago
  13. 3f1b6f9 radix tree test suite: Depend on Makefile and quieten grep by Matthew Wilcox · 8 years ago
  14. 284d96a radix tree test suite: Fix build with --as-needed by Michael Ellerman · 8 years ago
  15. c4634b0 radix tree test suite: Build 32 bit binaries by Rehas Sachdeva · 8 years ago
  16. 54f4d33 radix tree test suite: Add performance test for radix_tree_join() by Rehas Sachdeva · 8 years ago
  17. 6478581 radix tree test suite: Add performance test for radix_tree_split() by Rehas Sachdeva · 8 years ago
  18. 0d4a41c radix tree test suite: Add performance benchmarks by Rehas Sachdeva · 8 years ago
  19. c629a34 radix tree test suite: Add test for radix_tree_clear_tags() by Rehas Sachdeva · 8 years ago
  20. 166bb1f radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove() by Rehas Sachdeva · 8 years ago
  21. 2eacc79 radix tree test suite: Add test for idr_get_next() by Rehas Sachdeva · 8 years ago
  22. c6ce3e2f radix tree test suite: Add config option for map shift by Rehas Sachdeva · 8 years ago
  23. c0cdbf8 radix tree test suite: Run iteration tests for longer by Matthew Wilcox · 8 years ago
  24. 3b7869c radix tree test suite: Fix split/join memory leaks by Matthew Wilcox · 8 years ago
  25. 6da0396c radix tree test suite: Fix leaks in regression2.c by Matthew Wilcox · 8 years ago
  26. 18d0c57 radix tree test suite: Fix leaky tests by Matthew Wilcox · 8 years ago
  27. 829f83d radix tree test suite: Enable address sanitizer by Matthew Wilcox · 8 years ago
  28. 1293d5c radix-tree: Chain preallocated nodes through ->parent by Matthew Wilcox · 8 years ago
  29. 73bc029 radix tree test suite: Dial down verbosity with -v by Rehas Sachdeva · 8 years ago
  30. 5eeb2d2 radix tree test suite: Introduce kmalloc_verbose by Matthew Wilcox · 8 years ago
  31. 8ac0486 radix tree test suite: Build separate binaries for some tests by Matthew Wilcox · 8 years ago
  32. d37cacc ida: Use exceptional entries for small IDAs by Matthew Wilcox · 8 years ago
  33. 7ad3d4d ida: Move ida_bitmap to a percpu variable by Matthew Wilcox · 8 years ago
  34. 0a835c4 Reimplement IDR and IDA using the radix tree by Matthew Wilcox · 8 years ago
  35. bfa1119 radix tree test suite: Remove obsolete CONFIG by Matthew Wilcox · 8 years ago
  36. 991af73 radix tree test suite: Use vpath to find lib files by Matthew Wilcox · 8 years ago
  37. ab3a1ff radix tree test suite: Reduce kernel.h by Matthew Wilcox · 8 years ago
  38. 7a4f11b radix tree test suite: Remove export.h by Matthew Wilcox · 8 years ago
  39. 12ea653 radix tree test suite: Remove types.h by Matthew Wilcox · 8 years ago
  40. a3c7890 radix tree test suite: Remove mempool by Matthew Wilcox · 8 years ago
  41. 43a30c2 radix tree test suite: Depend on tools/include/asm files by Matthew Wilcox · 8 years ago
  42. b246a9d tools: Provide a definition of WARN_ON by Matthew Wilcox · 8 years ago
  43. c68a2aa radix tree test suite: Remove duplicate bitops code by Matthew Wilcox · 8 years ago
  44. b9a0deb redo: radix tree test suite: fix compilation by Matthew Wilcox · 8 years ago
  45. e1e14ab radix tree test suite: delete unused rcupdate.c by Matthew Wilcox · 8 years ago
  46. 092bc0b radix tree test suite: add new tag check by Matthew Wilcox · 8 years ago
  47. e8de434 radix-tree: ensure counts are initialised by Matthew Wilcox · 8 years ago
  48. bbe9d71 radix tree test suite: cache recently freed objects by Matthew Wilcox · 8 years ago
  49. de1af8f radix tree test suite: add some more functionality by Matthew Wilcox · 8 years ago
  50. 3e3cdc6 radix tree test suite: check multiorder iteration by Matthew Wilcox · 8 years ago
  51. a90eb3a radix-tree: fix replacement for multiorder entries by Matthew Wilcox · 8 years ago
  52. 2791653 radix-tree: add radix_tree_split_preload() by Matthew Wilcox · 8 years ago
  53. e157b55 radix-tree: add radix_tree_split by Matthew Wilcox · 8 years ago
  54. 175542f radix-tree: add radix_tree_join by Matthew Wilcox · 8 years ago
  55. 268f42d radix-tree: delete radix_tree_range_tag_if_tagged() by Matthew Wilcox · 8 years ago
  56. 478922e radix-tree: delete radix_tree_locate_item() by Matthew Wilcox · 8 years ago
  57. 148deab radix-tree: improve multiorder iterators by Matthew Wilcox · 8 years ago
  58. 0629573 radix tree test suite: use common find-bit code by Matthew Wilcox · 8 years ago
  59. 101d960 radix tree test suite: record order in each item by Matthew Wilcox · 8 years ago
  60. 3ad75f8 radix tree test suite: handle exceptional entries by Matthew Wilcox · 8 years ago
  61. af1c5cc radix tree test suite: use rcu_barrier by Matthew Wilcox · 8 years ago
  62. cfa40bc radix tree test suite: benchmark for iterator by Konstantin Khlebnikov · 8 years ago
  63. ba20cd6 radix tree test suite: iteration test misuses RCU by Matthew Wilcox · 8 years ago
  64. 061ef39 radix tree test suite: make runs more reproducible by Matthew Wilcox · 8 years ago
  65. 6df5ee7 radix tree test suite: free preallocated nodes by Matthew Wilcox · 8 years ago
  66. 847d357 radix tree test suite: track preempt_count by Matthew Wilcox · 8 years ago
  67. 31023cd radix tree test suite: allow GFP_ATOMIC allocations to fail by Matthew Wilcox · 8 years ago
  68. ebb9a9a tools: add WARN_ON_ONCE by Matthew Wilcox · 8 years ago
  69. 6d75f36 lib: radix-tree: check accounting of existing slot replacement users by Johannes Weiner · 8 years ago
  70. 2b41226 Revert "radix tree test suite: fix compilation" by Linus Torvalds · 8 years ago
  71. 53855d1 radix tree test suite: fix compilation by Matthew Wilcox · 8 years ago
  72. e0176a2 radix-tree tests: properly initialize mutex by Ross Zwisler · 8 years ago
  73. eec4852 radix-tree tests: add iteration test by Ross Zwisler · 8 years ago
  74. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  75. 62fd525 radix tree test suite: Test radix_tree_replace_slot() for multiorder entries by Matthew Wilcox · 8 years ago
  76. ee1e714 cpu/hotplug: Remove CPU_STARTING and CPU_DYING notifier by Thomas Gleixner · 8 years ago
  77. 117dec9 tools/testing/radix-tree/linux/gfp.h: fix bitrotted value by Valdis Kletnieks · 8 years ago
  78. b301aac testing/radix-tree: fix a macro expansion bug by Dan Carpenter · 9 years ago
  79. 8c1244d radix-tree: tidy up next_chunk by Matthew Wilcox · 9 years ago
  80. b194d16 radix-tree: rename radix_tree_is_indirect_ptr() by Matthew Wilcox · 9 years ago
  81. 4dd6c09 radix-tree: rename indirect_to_ptr() to entry_to_node() by Matthew Wilcox · 9 years ago
  82. 0694f0c radix tree test suite: remove dependencies on height by Matthew Wilcox · 9 years ago
  83. 0796c58 radix-tree: fix radix_tree_dump() for multi-order entries by Ross Zwisler · 9 years ago
  84. 070c5ac radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entries by Matthew Wilcox · 9 years ago
  85. eb73f7f radix-tree: add test for radix_tree_locate_item() by Ross Zwisler · 9 years ago
  86. 0a2efc6 radix-tree: rewrite radix_tree_locate_item by Matthew Wilcox · 9 years ago
  87. 8a14f4d radix-tree: fix radix_tree_create for sibling entries by Matthew Wilcox · 9 years ago
  88. 0fc9b8c radix-tree test suite: add multi-order tag test by Ross Zwisler · 9 years ago
  89. 643b57d radix tree test suite: multi-order iteration test by Ross Zwisler · 9 years ago
  90. 21ef533 radix-tree: add support for multi-order iterating by Ross Zwisler · 9 years ago
  91. 7b60e9a radix-tree: fix multiorder BUG_ON in radix_tree_insert by Matthew Wilcox · 9 years ago
  92. afe0e39 radix-tree: fix several shrinking bugs with multiorder entries by Matthew Wilcox · 9 years ago
  93. 4f3755d radix tree test suite: start adding multiorder tests by Matthew Wilcox · 9 years ago
  94. 57578c2 raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER by Matthew Wilcox · 9 years ago
  95. 7f30867 radix tree test suite: rebuild when headers change by Ross Zwisler · 9 years ago
  96. aa1d62d radix tree test suite: keep regression test runs short by Ross Zwisler · 9 years ago
  97. 97d778b radix tree test suite: allow testing other fan-out values by Ross Zwisler · 9 years ago
  98. d42cb1a radix tree test suite: add tests for radix_tree_locate_item() by Matthew Wilcox · 9 years ago
  99. f518b16 radix tree test suite: fix build by Matthew Wilcox · 9 years ago
  100. 7475851 radix-tree tests: add test for radix_tree_iter_next by Konstantin Khlebnikov · 9 years ago