1. ac15ee6 radix_tree: radix_tree_gang_lookup_tag_slot() may never return by Toshiyuki Okajima · 13 years ago
  2. 27d20fd radix-tree: fix RCU bug by Nick Piggin · 14 years ago
  3. 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
  4. 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
  5. 9ee4747 Merge branch 'radix-tree' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/xfsdev by Linus Torvalds · 14 years ago
  6. 144dcfc radix-tree: radix_tree_range_tag_if_tagged() can set incorrect tags by Dave Chinner · 14 years ago
  7. b6dd086 radix-tree: clear all tags in radix_tree_node_rcu_free by Dave Chinner · 14 years ago
  8. d5ed3a4 lib/radix-tree.c: fix overflow in radix_tree_range_tag_if_tagged() by Jan Kara · 14 years ago
  9. a111557 radix-tree: __rcu annotations by Arnd Bergmann · 14 years ago
  10. ebf8aa4 radix-tree: omplement function radix_tree_range_tag_if_tagged by Jan Kara · 14 years ago
  11. edcd1d8 radix-tree: fix radix_tree_prev_hole() underflow case by Cesar Eduardo Barros · 14 years ago
  12. ce82653 radix_tree_tag_get() is not as safe as the docs make out [ver #2] by David Howells · 14 years ago
  13. 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
  14. 2676a58 radix-tree: Disable RCU lockdep checking in radix tree by Paul E. McKenney · 14 years ago
  15. 285e728 FS-Cache: Don't delete pending pages from the page-store tracking tree by David Howells · 15 years ago
  16. b34df79 FS-Cache: Use radix tree preload correctly in tracking of pages to be stored by David Howells · 15 years ago
  17. b72b71c lib: do code optimization for radix_tree_lookup() and radix_tree_lookup_slot() by Huang Shijie · 15 years ago
  18. dc56612 radix-tree: add radix_tree_prev_hole() by Wu Fengguang · 15 years ago
  19. 57c44c5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  20. 8cef7d5 lib: radix_tree.c make percpu variable static by Harvey Harrison · 15 years ago
  21. 8e6bdb7 trivial: radix-tree: document wrap-around issue of radix_tree_next_hole() by Wu Fengguang · 16 years ago
  22. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  23. 47feff2 radix-tree: add gang_lookup_slot, gang_lookup_slot_tag by Nick Piggin · 16 years ago
  24. cde5353 Christoph has moved by Christoph Lameter · 16 years ago
  25. 643b52b radix-tree: fix small lockless radix-tree bug by Nick Piggin · 16 years ago
  26. 488514d Remove set_migrateflags() by Christoph Lameter · 16 years ago
  27. e2848a0 radix-tree: avoid atomic allocations for preloaded insertions by Nick Piggin · 16 years ago
  28. 430d275 avoid negative (and full-width) shifts in radix-tree.c by Peter Lund · 17 years ago
  29. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  30. e12ba74 Group short-lived and reclaimable kernel allocations by Mel Gorman · 17 years ago
  31. 26fb158 fix the max path calculation in radix-tree.c by Jeff Moyer · 17 years ago
  32. c0bc987 radix-tree: use indirect bit by Nick Piggin · 17 years ago
  33. 6df8ba4 radixtree: introduce radix_tree_next_hole() by Fengguang Wu · 17 years ago
  34. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  35. d7f0923 [LIB]: export radix_tree_preload() by David Chinner · 17 years ago
  36. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  37. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 17 years ago
  38. 7cf9c2c [PATCH] radix-tree: RCU lockless readside by Nick Piggin · 17 years ago
  39. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 17 years ago
  40. 20241ad [PATCH] gfp annotations: radix_tree_root by Al Viro · 18 years ago
  41. e5dcd90 [PATCH] radixtree: normalize radix_tree_tag_get() return value by Wu Fengguang · 18 years ago
  42. 4c91c36 [PATCH] buglet in radix_tree_tag_set by Peter Zijlstra · 18 years ago
  43. cfd9b7d [PATCH] radix-tree: small by Nick Piggin · 18 years ago
  44. 612d6c1 [PATCH] radix-tree: direct data by Nick Piggin · 18 years ago
  45. daff89f [PATCH] radix-tree documentation cleanups by Jonathan Corbet · 18 years ago
  46. 90f9dd8 [PATCH] Fix over-zealous tag clearing in radix_tree_delete by NeilBrown · 18 years ago
  47. a5f51c9 [PATCH] radix-tree: reduce tree height upon partial truncation by Nick Piggin · 18 years ago
  48. d527426 [PATCH] radix tree: early termination of tag clearing by Nick Piggin · 18 years ago
  49. 6e954b9 [PATCH] radix tree: code consolidation by Nick Piggin · 18 years ago
  50. a433136 [PATCH] reiser4: add radix_tree_lookup_slot() by Hans Reiser · 19 years ago
  51. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  52. 00b61f5 [PATCH] lib/radix-tree: Fix "nocast type" warnings by Victor Fusco · 19 years ago
  53. 32605a1 [PATCH] radix_tag_get(): differentiate between no present node and tag unset cases by Marcelo Tosatti · 19 years ago
  54. 201b626 [PATCH] radix-tree: Remove unnecessary indirections and clean up code by Christoph Lameter · 19 years ago
  55. 6c03652 [PATCH] mostly_read data section by Christoph Lameter · 19 years ago
  56. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago