summaryrefslogtreecommitdiff
path: root/lib/rbtree.c
Commit message (Expand)AuthorAge
* lib/rbtree,drm/mm: add rbtree_replace_node_cached()Chris Wilson2017-12-14
* rbtree: add some additional comments for rebalancing casesDavidlohr Bueso2017-09-08
* rbtree: optimize root-check during rebalancing loopDavidlohr Bueso2017-09-08
* rbtree: cache leftmost node internallyDavidlohr Bueso2017-09-08
* rbtree: use designated initializersKees Cook2017-02-24
* lib/rbtree.c: fix typo in comment of ____rb_erase_colorJie Chen2016-12-12
* Introduce rb_replace_node_rcu()David Howells2016-07-06
* rbtree: Make lockless searches non-fatalPeter Zijlstra2015-05-28
* lib/rbtree.c: fix typo in comment of __rb_insert()Wei Yang2014-08-08
* rbtree: add postorder iteration functionsCody P Schafer2013-09-11
* lib/rbtree.c: avoid the use of non-static __always_inlineMichel Lespinasse2013-01-11
* rbtree: move augmented rbtree functionality to rbtree_augmented.hMichel Lespinasse2012-10-09
* rbtree: remove prior augmented rbtree implementationMichel Lespinasse2012-10-09
* rbtree: faster augmented rbtree manipulationMichel Lespinasse2012-10-09
* rbtree: low level optimizations in rb_erase()Michel Lespinasse2012-10-09
* rbtree: handle 1-child recoloring in rb_erase() instead of rb_erase_color()Michel Lespinasse2012-10-09
* rbtree: place easiest case first in rb_erase()Michel Lespinasse2012-10-09
* rbtree: add __rb_change_child() helper functionMichel Lespinasse2012-10-09
* rbtree: optimize fetching of sibling nodeMichel Lespinasse2012-10-09
* rbtree: coding style adjustmentsMichel Lespinasse2012-10-09
* rbtree: low level optimizations in __rb_erase_color()Michel Lespinasse2012-10-09
* rbtree: optimize case selection logic in __rb_erase_color()Michel Lespinasse2012-10-09
* rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse2012-10-09
* rbtree: low level optimizations in rb_insert_color()Michel Lespinasse2012-10-09
* rbtree: adjust root color in rb_insert_color() only when necessaryMichel Lespinasse2012-10-09
* rbtree: break out of rb_insert_color loop after tree rotationMichel Lespinasse2012-10-09
* rbtree: move some implementation details from rbtree.h to rbtree.cMichel Lespinasse2012-10-09
* rbtree: empty nodes have no colorMichel Lespinasse2012-10-09
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-07
* Export the augmented rbtree helper functionsAndreas Gruenbacher2011-01-28
* rbtree: Undo augmented trees performance damage and regressionPeter Zijlstra2010-07-05
* rbtree: Add support for augmented rbtreesPallipadi, Venkatesh2010-02-18
* rb_tree: remove redundant if()-condition in rb_erase()Wolfram Strepp2009-06-16
* rb_tree: make clear distinction between two different cases in rb_erase()Wolfram Strepp2009-06-16
* rb_tree: reorganize code in rb_erase() for additional changesWolfram Strepp2009-06-16
* lib/rbtree.c: optimize rb_erase()Wolfram Strepp2009-04-01
* rbtree: add const qualifier to some functionsArtem Bityutskiy2009-01-10
* [PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prevJens Axboe2006-09-30
* [RBTREE] Switch rb_colour() et al to en_US spelling of 'color' for consistencyDavid Woodhouse2006-06-05
* [RBTREE] Merge colour and parent fields of struct rb_node.David Woodhouse2006-04-21
* [RBTREE] Remove dead code in rb_erase()David Woodhouse2006-04-21
* Linux-2.6.12-rc2Linus Torvalds2005-04-16