1. 8b7569a lib/rbtree: get successor's color directly by Wei Yang · 5 years ago
  2. 11d43e6 lib/rbtree: set successor's parent unconditionally by Wei Yang · 5 years ago
  3. 6d2052d augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definition by Michel Lespinasse · 5 years ago
  4. 315cc06 augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro by Michel Lespinasse · 5 years ago
  5. 444b8a8 augmented rbtree: add comments for RB_DECLARE_CALLBACKS macro by Michel Lespinasse · 5 years ago
  6. 9f973cb lib/rbtree: avoid generating code twice for the cached versions by Michel Lespinasse · 6 years ago
  7. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  8. 7e5ca36 lib/rbtree.c: fix typo in comment of rb_insert_augmented() by Wei Yang · 6 years ago
  9. 2075b16 rbtree: include rcu.h by Sebastian Andrzej Siewior · 7 years ago
  10. cd9e61e rbtree: cache leftmost node internally by Davidlohr Bueso · 7 years ago
  11. f231aeb rbtree: use designated initializers by Kees Cook · 8 years ago
  12. c1adf20 Introduce rb_replace_node_rcu() by David Howells · 9 years ago
  13. d72da4a rbtree: Make lockless searches non-fatal by Peter Zijlstra · 10 years ago
  14. a841b65 rbtree: add comment to rb_insert_augmented() by Lai Jiangshan · 10 years ago
  15. 3cb7a56 lib/rbtree.c: avoid the use of non-static __always_inline by Michel Lespinasse · 12 years ago
  16. 29fc7c5 rbtree: include linux/compiler.h for definition of __always_inline by Will Deacon · 12 years ago
  17. 9c079ad rbtree: move augmented rbtree functionality to rbtree_augmented.h by Michel Lespinasse · 12 years ago