Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-10-31 | lib/rbtree.c: fix typo in comment of rb_insert_augmented() | Wei Yang | 1 | -2/+2 |
2018-05-12 | rbtree: include rcu.h | Sebastian Andrzej Siewior | 1 | -0/+1 |
2017-09-09 | rbtree: cache leftmost node internally | Davidlohr Bueso | 1 | -3/+30 |
2017-02-25 | rbtree: use designated initializers | Kees Cook | 1 | -1/+3 |
2016-07-06 | Introduce rb_replace_node_rcu() | David Howells | 1 | -0/+13 |
2015-05-28 | rbtree: Make lockless searches non-fatal | Peter Zijlstra | 1 | -7/+14 |
2014-10-14 | rbtree: add comment to rb_insert_augmented() | Lai Jiangshan | 1 | -0/+10 |
2013-01-12 | lib/rbtree.c: avoid the use of non-static __always_inline | Michel Lespinasse | 1 | -3/+11 |
2012-10-26 | rbtree: include linux/compiler.h for definition of __always_inline | Will Deacon | 1 | -0/+1 |
2012-10-09 | rbtree: move augmented rbtree functionality to rbtree_augmented.h | Michel Lespinasse | 1 | -0/+223 |