Age | Commit message (Expand) | Author | Files | Lines |
2019-09-26 | augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro | Michel Lespinasse | 1 | -20/+17 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
2017-11-18 | lib/rbtree-test: lower default params | Davidlohr Bueso | 1 | -1/+1 |
2017-09-09 | lib/rbtree_test.c: support rb_root_cached | Davidlohr Bueso | 1 | -19/+137 |
2017-09-09 | lib/rbtree_test.c: add (inorder) traversal test | Davidlohr Bueso | 1 | -2/+23 |
2017-09-09 | lib/rbtree_test.c: make input module parameters | Davidlohr Bueso | 1 | -21/+34 |
2014-01-24 | rbtree/test: test rbtree_postorder_for_each_entry_safe() | Cody P Schafer | 1 | -0/+11 |
2014-01-24 | rbtree/test: move rb_node to the middle of the test struct | Cody P Schafer | 1 | -1/+1 |
2013-09-12 | rbtree_test: add test for postorder iteration | Cody P Schafer | 1 | -0/+12 |
2013-05-01 | rbtree_test: add __init/__exit annotations | Davidlohr Bueso | 1 | -2/+2 |
2013-05-01 | rbtree_test: add extra rbtree integrity check | Davidlohr Bueso | 1 | -2/+3 |
2012-12-18 | random32: rename random32 to prandom | Akinobu Mita | 1 | -3/+3 |
2012-12-18 | lib/rbtree_test.c: fix uninitialized variable warning | Cong Ding | 1 | -1/+1 |
2012-10-09 | rbtree: move augmented rbtree functionality to rbtree_augmented.h | Michel Lespinasse | 1 | -1/+1 |
2012-10-09 | rbtree: add RB_DECLARE_CALLBACKS() macro | Michel Lespinasse | 1 | -32/+2 |
2012-10-09 | rbtree: faster augmented rbtree manipulation | Michel Lespinasse | 1 | -14/+44 |
2012-10-09 | rbtree: augmented rbtree test | Michel Lespinasse | 1 | -2/+101 |
2012-10-09 | rbtree test: fix sparse warning about 64-bit constant | Michel Lespinasse | 1 | -1/+1 |
2012-10-09 | rbtree: performance and correctness test | Michel Lespinasse | 1 | -0/+135 |