1. 7ce6ff9 rbtree: coding style adjustments by Michel Lespinasse · 12 years ago
  2. 6280d23 rbtree: low level optimizations in __rb_erase_color() by Michel Lespinasse · 12 years ago
  3. e125d14 rbtree: optimize case selection logic in __rb_erase_color() by Michel Lespinasse · 12 years ago
  4. d6ff127 rbtree: adjust node color in __rb_erase_color() only when necessary by Michel Lespinasse · 12 years ago
  5. 5bc9188 rbtree: low level optimizations in rb_insert_color() by Michel Lespinasse · 12 years ago
  6. 6d58452 rbtree: adjust root color in rb_insert_color() only when necessary by Michel Lespinasse · 12 years ago
  7. 1f05286 rbtree: break out of rb_insert_color loop after tree rotation by Michel Lespinasse · 12 years ago
  8. bf7ad8e rbtree: move some implementation details from rbtree.h to rbtree.c by Michel Lespinasse · 12 years ago
  9. 4c199a9 rbtree: empty nodes have no color by Michel Lespinasse · 12 years ago
  10. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  11. 0b6bb66 Export the augmented rbtree helper functions by Andreas Gruenbacher · 14 years ago
  12. b945d6b rbtree: Undo augmented trees performance damage and regression by Peter Zijlstra · 15 years ago
  13. 17d9ddc rbtree: Add support for augmented rbtrees by Pallipadi, Venkatesh · 15 years ago
  14. 4b32412 rb_tree: remove redundant if()-condition in rb_erase() by Wolfram Strepp · 16 years ago
  15. 4c60117 rb_tree: make clear distinction between two different cases in rb_erase() by Wolfram Strepp · 16 years ago
  16. 16c047a rb_tree: reorganize code in rb_erase() for additional changes by Wolfram Strepp · 16 years ago
  17. 55a6399 lib/rbtree.c: optimize rb_erase() by Wolfram Strepp · 16 years ago
  18. f4b477c rbtree: add const qualifier to some functions by Artem Bityutskiy · 16 years ago
  19. 10fd48f [PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prev by Jens Axboe · 18 years ago
  20. 2f3243a [RBTREE] Switch rb_colour() et al to en_US spelling of 'color' for consistency by David Woodhouse · 19 years ago
  21. 55a9810 [RBTREE] Merge colour and parent fields of struct rb_node. by David Woodhouse · 19 years ago
  22. 1975e59 [RBTREE] Remove dead code in rb_erase() by David Woodhouse · 19 years ago
  23. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago