1. ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 9 months ago
  2. d198b34f .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
  3. 7e934cf xarray: Fix early termination of xas_for_each_marked by Matthew Wilcox (Oracle) · 4 years, 10 months ago
  4. 34eee83 radix tree test suite: Support kmem_cache alignment by Matthew Wilcox (Oracle) · 4 years, 11 months ago
  5. 46f1ec2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  6. 01305db Merge tag 'xarray-5.2-rc6' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
  7. 83086d6 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 6 years ago
  8. 9129b01 rcu: Don't return a value from rcu_assign_pointer() by Andrea Parri · 6 years ago
  9. 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
  10. 5c089fd idr: Fix idr_get_next race with idr_remove by Matthew Wilcox (Oracle) · 6 years ago
  11. eff3860 radix tree: Don't return retry entries from lookup by Matthew Wilcox · 6 years ago
  12. 3a08cd5 radix tree: Remove multiorder support by Matthew Wilcox · 6 years ago
  13. 542980a radix tree test: Convert multiorder tests to XArray by Matthew Wilcox · 6 years ago
  14. b66b5a4 radix tree tests: Convert item_delete_rcu to XArray by Matthew Wilcox · 6 years ago
  15. ccc89e3 radix tree tests: Convert item_kill_tree to XArray by Matthew Wilcox · 6 years ago
  16. 4bb53bd radix tree tests: Move item_insert_order by Matthew Wilcox · 6 years ago
  17. 879a9ae radix tree test suite: Remove multiorder benchmarking by Matthew Wilcox · 6 years ago
  18. 9076b33 radix tree test suite: Remove __item_insert by Matthew Wilcox · 6 years ago
  19. 4f06d63 xarray: Move multiorder_check to in-kernel tests by Matthew Wilcox · 6 years ago
  20. 93eb07f xarray: Move multiorder_shrink to kernel tests by Matthew Wilcox · 6 years ago
  21. d6427f8 xarray: Move multiorder account test in-kernel by Matthew Wilcox · 6 years ago
  22. 47e0fab radix tree test suite: Convert iteration test to XArray by Matthew Wilcox · 6 years ago
  23. 372266b radix tree test suite: Convert tag_tagged_items to XArray by Matthew Wilcox · 6 years ago
  24. adb9d9c radix tree: Remove radix_tree_clear_tags by Matthew Wilcox · 7 years ago
  25. 2956c66 radix tree: Remove split/join code by Matthew Wilcox · 7 years ago
  26. 1cf56f9 radix tree: Remove radix_tree_update_node_t by Matthew Wilcox · 7 years ago
  27. e21a295 shmem: Convert find_swap_entry to XArray by Matthew Wilcox · 7 years ago
  28. a332125 radix tree test suite: Convert regression1 to XArray by Matthew Wilcox · 7 years ago
  29. 3ece58a page cache: Convert find_get_pages_contig to XArray by Matthew Wilcox · 7 years ago
  30. f32f004 ida: Convert to XArray by Matthew Wilcox · 7 years ago
  31. 58d6ea3 xarray: Add XArray unconditional store operations by Matthew Wilcox · 7 years ago
  32. ad3d6c7 xarray: Add XArray load operation by Matthew Wilcox · 7 years ago
  33. 01959df xarray: Define struct xa_node by Matthew Wilcox · 7 years ago
  34. f8d5d0c xarray: Add definition of struct xarray by Matthew Wilcox · 7 years ago
  35. 02c02bf xarray: Change definition of sibling entries by Matthew Wilcox · 7 years ago
  36. 3159f94 xarray: Replace exceptional entries by Matthew Wilcox · 7 years ago
  37. 66ee620 idr: Permit any valid kernel pointer to be stored by Matthew Wilcox · 7 years ago
  38. f272668 test_ida: check_ida_destroy and check_ida_alloc by Matthew Wilcox · 7 years ago
  39. 5c78b0b test_ida: Convert check_ida_conv to new API by Matthew Wilcox · 7 years ago
  40. 161b47e test_ida: Move ida_check_max by Matthew Wilcox · 7 years ago
  41. 0a38563 test_ida: Move ida_check_leaf by Matthew Wilcox · 7 years ago
  42. 06b0111 idr-test: Convert ida_check_nomem to new API by Matthew Wilcox · 7 years ago
  43. 8ab8ba3 ida: Start new test_ida module by Matthew Wilcox · 7 years ago
  44. d1c0d5e radix tree test suite: Enable ubsan by Matthew Wilcox · 7 years ago
  45. c9b9335 radix tree test suite: Fix compilation by Matthew Wilcox · 6 years ago
  46. 7a4deea idr: fix invalid ptr dereference on item delete by Matthew Wilcox · 7 years ago
  47. fd8f58c radix tree test suite: multi-order iteration race by Ross Zwisler · 7 years ago
  48. 3e252fa radix tree test suite: add item_delete_rcu() by Ross Zwisler · 7 years ago
  49. 8d9fa88 radix tree test suite: fix mapshift build target by Ross Zwisler · 7 years ago
  50. fa290cd radix tree: use GFP_ZONEMASK bits of gfp_t for flags by Matthew Wilcox · 7 years ago
  51. 4b0ad07 idr: Fix handling of IDs above INT_MAX by Matthew Wilcox · 7 years ago
  52. 3d4d5d6 radix tree test suite: Fix build by Matthew Wilcox · 7 years ago
  53. 6ce711f idr: Make 1-based IDRs more efficient by Matthew Wilcox · 7 years ago
  54. 460488c idr: Remove idr_alloc_ext by Matthew Wilcox · 7 years ago
  55. 6e6d301 IDR test suite: Check handling negative end correctly by Matthew Wilcox · 7 years ago
  56. 490645d idr test suite: Fix ida_test_random() by Matthew Wilcox · 7 years ago
  57. 051803c radix tree test suite: Remove ARRAY_SIZE by Matthew Wilcox · 7 years ago
  58. c7df8ad mm, truncate: do not check mapping for every page being truncated by Mel Gorman · 7 years ago
  59. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  60. f0f3f2d radix tree test suite: Specify -m32 in LDFLAGS too by Matthew Wilcox · 8 years ago
  61. 4ecd954 ida: Free correct IDA bitmap by Matthew Wilcox · 8 years ago
  62. 3f1b6f9 radix tree test suite: Depend on Makefile and quieten grep by Matthew Wilcox · 8 years ago
  63. 284d96a radix tree test suite: Fix build with --as-needed by Michael Ellerman · 8 years ago
  64. c4634b0 radix tree test suite: Build 32 bit binaries by Rehas Sachdeva · 8 years ago
  65. 54f4d33 radix tree test suite: Add performance test for radix_tree_join() by Rehas Sachdeva · 8 years ago
  66. 6478581 radix tree test suite: Add performance test for radix_tree_split() by Rehas Sachdeva · 8 years ago
  67. 0d4a41c radix tree test suite: Add performance benchmarks by Rehas Sachdeva · 8 years ago
  68. c629a34 radix tree test suite: Add test for radix_tree_clear_tags() by Rehas Sachdeva · 8 years ago
  69. 166bb1f radix tree test suite: Add tests for ida_simple_get() and ida_simple_remove() by Rehas Sachdeva · 8 years ago
  70. 2eacc79 radix tree test suite: Add test for idr_get_next() by Rehas Sachdeva · 8 years ago
  71. c6ce3e2f radix tree test suite: Add config option for map shift by Rehas Sachdeva · 8 years ago
  72. c0cdbf8 radix tree test suite: Run iteration tests for longer by Matthew Wilcox · 8 years ago
  73. 3b7869c radix tree test suite: Fix split/join memory leaks by Matthew Wilcox · 8 years ago
  74. 6da0396c radix tree test suite: Fix leaks in regression2.c by Matthew Wilcox · 8 years ago
  75. 18d0c57 radix tree test suite: Fix leaky tests by Matthew Wilcox · 8 years ago
  76. 829f83d radix tree test suite: Enable address sanitizer by Matthew Wilcox · 8 years ago
  77. 1293d5c radix-tree: Chain preallocated nodes through ->parent by Matthew Wilcox · 8 years ago
  78. 73bc029 radix tree test suite: Dial down verbosity with -v by Rehas Sachdeva · 8 years ago
  79. 5eeb2d2 radix tree test suite: Introduce kmalloc_verbose by Matthew Wilcox · 8 years ago
  80. 8ac0486 radix tree test suite: Build separate binaries for some tests by Matthew Wilcox · 8 years ago
  81. d37cacc ida: Use exceptional entries for small IDAs by Matthew Wilcox · 8 years ago
  82. 7ad3d4d ida: Move ida_bitmap to a percpu variable by Matthew Wilcox · 8 years ago
  83. 0a835c4 Reimplement IDR and IDA using the radix tree by Matthew Wilcox · 8 years ago
  84. bfa1119 radix tree test suite: Remove obsolete CONFIG by Matthew Wilcox · 8 years ago
  85. 991af73 radix tree test suite: Use vpath to find lib files by Matthew Wilcox · 8 years ago
  86. ab3a1ff radix tree test suite: Reduce kernel.h by Matthew Wilcox · 8 years ago
  87. 7a4f11b radix tree test suite: Remove export.h by Matthew Wilcox · 8 years ago
  88. 12ea653 radix tree test suite: Remove types.h by Matthew Wilcox · 8 years ago
  89. a3c78907 radix tree test suite: Remove mempool by Matthew Wilcox · 8 years ago
  90. 43a30c2 radix tree test suite: Depend on tools/include/asm files by Matthew Wilcox · 8 years ago
  91. b246a9d tools: Provide a definition of WARN_ON by Matthew Wilcox · 8 years ago
  92. c68a2aa radix tree test suite: Remove duplicate bitops code by Matthew Wilcox · 8 years ago
  93. b9a0deb redo: radix tree test suite: fix compilation by Matthew Wilcox · 8 years ago
  94. e1e14ab radix tree test suite: delete unused rcupdate.c by Matthew Wilcox · 8 years ago
  95. 092bc0b radix tree test suite: add new tag check by Matthew Wilcox · 8 years ago
  96. e8de434 radix-tree: ensure counts are initialised by Matthew Wilcox · 8 years ago
  97. bbe9d71 radix tree test suite: cache recently freed objects by Matthew Wilcox · 8 years ago
  98. de1af8f radix tree test suite: add some more functionality by Matthew Wilcox · 8 years ago
  99. 3e3cdc6 radix tree test suite: check multiorder iteration by Matthew Wilcox · 8 years ago
  100. a90eb3a radix-tree: fix replacement for multiorder entries by Matthew Wilcox · 8 years ago