1. 3b8c00f radix-tree: fix sibling entry insertion by Matthew Wilcox · 8 years ago
  2. db050f2 radix-tree: add missing sibling entry functionality by Matthew Wilcox · 8 years ago
  3. 57578c2 raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER by Matthew Wilcox · 8 years ago
  4. 7cf19af radix_tree: add radix_tree_dump by Matthew Wilcox · 8 years ago
  5. e614523 radix_tree: add support for multi-order entries by Matthew Wilcox · 8 years ago
  6. 0070e28 radix_tree: loop based on shift count, not height by Matthew Wilcox · 8 years ago
  7. 339e635 radix_tree: tag all internal tree nodes as indirect pointers by Matthew Wilcox · 8 years ago
  8. 58e698a radix-tree: account radix_tree_node to memory cgroup by Vladimir Davydov · 8 years ago
  9. 46437f9 radix-tree: fix race in gang lookup by Matthew Wilcox · 8 years ago
  10. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  11. 9d2a8da radix-tree: replace preallocated node array with linked list by Kirill A. Shutemov · 9 years ago
  12. 92cf211 sched/preempt: Merge preempt_mask.h into preempt.h by Frederic Weisbecker · 9 years ago
  13. 886d3df lib/radix-tree.c: change to simpler include by Rasmus Villemoes · 9 years ago
  14. ce80b06 lib/radix-tree.c: update the kmemleak stack trace for radix tree allocations by Catalin Marinas · 10 years ago
  15. 8e4c0b6 lib/radix-tree.c: kernel-doc warning fix by Fabian Frederick · 10 years ago
  16. 7c8e018 mm: replace __get_cpu_var uses with this_cpu_ptr by Christoph Lameter · 10 years ago
  17. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 10 years ago
  18. 139e561 lib: radix_tree: tree node interface by Johannes Weiner · 10 years ago
  19. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 10 years ago
  20. 53c59f2 lib: radix-tree: add radix_tree_delete_item() by Johannes Weiner · 10 years ago
  21. 5f30fc9 lib/radix-tree.c: swapoff tmpfs radix_tree: remember to rcu_read_unlock by Hugh Dickins · 10 years ago
  22. 5e4c0d97 lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interrupt by Jan Kara · 11 years ago
  23. fffaee3 radix-tree: fix contiguous iterator by Konstantin Khlebnikov · 12 years ago
  24. 5536805 radix-tree: fix preload vector size by Nick Piggin · 12 years ago
  25. cebbd29 radix-tree: rewrite gang lookup using iterator by Konstantin Khlebnikov · 12 years ago
  26. 78c1d78 radix-tree: introduce bit-optimized iterator by Konstantin Khlebnikov · 12 years ago
  27. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  28. e2bdb93 radix_tree: take radix_tree_path off stack by Hugh Dickins · 12 years ago
  29. 3fa36ac radix_tree: clean away saw_unset_tag leftovers by Hugh Dickins · 13 years ago
  30. e504f3f tmpfs radix_tree: locate_item to speed up swapoff by Hugh Dickins · 13 years ago
  31. 6328650 radix_tree: exceptional entries and indices by Hugh Dickins · 13 years ago
  32. ac15ee6 radix_tree: radix_tree_gang_lookup_tag_slot() may never return by Toshiyuki Okajima · 13 years ago
  33. 27d20fd radix-tree: fix RCU bug by Nick Piggin · 14 years ago
  34. d4f8f21 Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcu by Ingo Molnar · 14 years ago
  35. a6b9b4d Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu into core/rcu by Ingo Molnar · 14 years ago
  36. 9ee4747 Merge branch 'radix-tree' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfsdev by Linus Torvalds · 14 years ago
  37. 144dcfc radix-tree: radix_tree_range_tag_if_tagged() can set incorrect tags by Dave Chinner · 14 years ago
  38. b6dd086 radix-tree: clear all tags in radix_tree_node_rcu_free by Dave Chinner · 14 years ago
  39. d5ed3a4 lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged() by Jan Kara · 14 years ago
  40. a111557 radix-tree: __rcu annotations by Arnd Bergmann · 14 years ago
  41. ebf8aa4 radix-tree: omplement function radix_tree_range_tag_if_tagged by Jan Kara · 14 years ago
  42. edcd1d8 radix-tree: fix radix_tree_prev_hole() underflow case by Cesar Eduardo Barros · 14 years ago
  43. ce82653 radix_tree_tag_get() is not as safe as the docs make out [ver #2] by David Howells · 14 years ago
  44. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  45. 2676a58 radix-tree: Disable RCU lockdep checking in radix tree by Paul E. McKenney · 14 years ago
  46. 285e728 FS-Cache: Don't delete pending pages from the page-store tracking tree by David Howells · 15 years ago
  47. b34df79 FS-Cache: Use radix tree preload correctly in tracking of pages to be stored by David Howells · 15 years ago
  48. b72b71c lib: do code optimization for radix_tree_lookup() and radix_tree_lookup_slot() by Huang Shijie · 15 years ago
  49. dc56612 radix-tree: add radix_tree_prev_hole() by Wu Fengguang · 15 years ago
  50. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  51. 8cef7d5 lib: radix_tree.c make percpu variable static by Harvey Harrison · 15 years ago
  52. 8e6bdb7 trivial: radix-tree: document wrap-around issue of radix_tree_next_hole() by Wu Fengguang · 16 years ago
  53. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  54. 47feff2 radix-tree: add gang_lookup_slot, gang_lookup_slot_tag by Nick Piggin · 16 years ago
  55. cde5353 Christoph has moved by Christoph Lameter · 16 years ago
  56. 643b52b radix-tree: fix small lockless radix-tree bug by Nick Piggin · 16 years ago
  57. 488514d Remove set_migrateflags() by Christoph Lameter · 16 years ago
  58. e2848a0 radix-tree: avoid atomic allocations for preloaded insertions by Nick Piggin · 16 years ago
  59. 430d275 avoid negative (and full-width) shifts in radix-tree.c by Peter Lund · 17 years ago
  60. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  61. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  62. 26fb158 fix the max path calculation in radix-tree.c by Jeff Moyer · 17 years ago
  63. c0bc987 radix-tree: use indirect bit by Nick Piggin · 17 years ago
  64. 6df8ba4 radixtree: introduce radix_tree_next_hole() by Fengguang Wu · 17 years ago
  65. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  66. d7f0923 [LIB]: export radix_tree_preload() by David Chinner · 17 years ago
  67. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  68. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
  69. 7cf9c2c [PATCH] radix-tree: RCU lockless readside by Nick Piggin · 18 years ago
  70. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  71. 20241ad [PATCH] gfp annotations: radix_tree_root by Al Viro · 18 years ago
  72. e5dcd90 [PATCH] radixtree: normalize radix_tree_tag_get() return value by Wu Fengguang · 18 years ago
  73. 4c91c36 [PATCH] buglet in radix_tree_tag_set by Peter Zijlstra · 18 years ago
  74. cfd9b7d [PATCH] radix-tree: small by Nick Piggin · 18 years ago
  75. 612d6c1 [PATCH] radix-tree: direct data by Nick Piggin · 18 years ago
  76. daff89f [PATCH] radix-tree documentation cleanups by Jonathan Corbet · 18 years ago
  77. 90f9dd8 [PATCH] Fix over-zealous tag clearing in radix_tree_delete by NeilBrown · 18 years ago
  78. a5f51c9 [PATCH] radix-tree: reduce tree height upon partial truncation by Nick Piggin · 18 years ago
  79. d527426 [PATCH] radix tree: early termination of tag clearing by Nick Piggin · 18 years ago
  80. 6e954b9 [PATCH] radix tree: code consolidation by Nick Piggin · 18 years ago
  81. a433136 [PATCH] reiser4: add radix_tree_lookup_slot() by Hans Reiser · 19 years ago
  82. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  83. 00b61f5 [PATCH] lib/radix-tree: Fix "nocast type" warnings by Victor Fusco · 19 years ago
  84. 32605a1 [PATCH] radix_tag_get(): differentiate between no present node and tag unset cases by Marcelo Tosatti · 19 years ago
  85. 201b626 [PATCH] radix-tree: Remove unnecessary indirections and clean up code by Christoph Lameter · 19 years ago
  86. 6c03652 [PATCH] mostly_read data section by Christoph Lameter · 19 years ago
  87. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago