summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-07test_rdxtree: test insert with allocation and slotRichard Braun
2013-06-07test_rdxtree: test insert with slotRichard Braun
2013-06-07test_rdxtree: test insertion on busy keyRichard Braun
2013-06-07rdxtree: add support for lockless concurrent accessesRichard Braun
2013-06-07rdxtree: encode pointer type in entry addressRichard Braun
2013-06-07rdxtree: include height in nodesRichard Braun
2013-06-07rdxtree: improve radix tree node descriptionRichard Braun
2013-06-07rdxtree: add assertions on entry insertion/removalRichard Braun
2013-06-07rdxtree: use unsigned int for heights, shifts and indexesRichard Braun
2013-06-07rdxtree: slightly improve rdxtree_lookup_commonRichard Braun
2013-06-07rdxtree: slightly improve rdxtree_node_findRichard Braun
2013-06-07rdxtree: replace _prim suffix with _commonRichard Braun
2013-06-07rdxtree: rename slots to entriesRichard Braun
2013-06-07Relicense the radix tree under GPLv3Richard Braun
2013-06-07Remove non data-structure codeRichard Braun
2013-06-07Remove global LICENSE fileRichard Braun
2013-06-07Switch from CMake to GNU autotoolsRichard Braun
2013-06-07test_rdxtree: fix test 5Richard Braun
2013-06-02mem: fix another locking error in kmem_cache_freeRichard Braun
2013-04-20mem: fix locking errorRichard Braun
2013-04-03phys: fix cpu pool initializationRichard Braun
2012-12-01avltree: strongly reduce risks of name captureRichard Braun
2012-12-01rbtree: strongly reduce risks of name captureRichard Braun
2012-09-30avltree: normalize namesRichard Braun
2012-09-30rbtree: normalize namesRichard Braun
2012-08-26Slight coding style changeRichard Braun
2012-05-08Revert "rdxtree: new iterator functions"Richard Braun
2012-04-26rbtree: fix commentRichard Braun
2012-04-22rbtree: don't refer to cases in commentsRichard Braun
2012-04-20rdxtree: new iterator functionsRichard Braun
2012-04-19rdxtree: augment interface with new slot functionsRichard Braun
2012-04-19rdxtree: fix typo in commentsRichard Braun
2012-04-13rdatree: rename to rdxtreeRichard Braun
2011-11-11mem: minor prototype changeRichard Braun
2011-07-16Rename the library to librbraun.Richard Braun
2011-07-14Fix module initialization calls.Richard Braun
2011-07-04Call module initialization functions xxx_setup()Richard Braun
2011-07-04phys: reorder struct phys_page membersRichard Braun
2011-06-29phys: replace page frame numbers with addressesRichard Braun
2011-06-28rdatree: include stddef.h for NULLRichard Braun
2011-06-28Initial commit.Richard Braun