Merge branch 'master' into urcu/ht-shrink
[urcu.git] / rculfhash.c
2011-11-03  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-11-02  Lai Jiangshanrculfhash: Change lazy shrink strategy
2011-11-02  Lai Jiangshanrculfhash: merge duplicated code of cds_lfht_resize_laz...
2011-11-02  Lai Jiangshanrculfhash: Fix ht lazy grow logic.
2011-11-02  Mathieu Desnoyersrculfhash: rename likely/unlikely (add caa_ prefix)
2011-11-02  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-11-01  Mathieu DesnoyersAdd structure descriptions, remove redundant clear_flag()
2011-11-01  Paul E. McKenneyFix CAA_BITS_PER_lONG typo
2011-11-01  Lai Jiangshanrculfhash: Fix min_alloc_size bug
2011-11-01  Lai Jiangshanrculfhash: Fix ht allocation bug
2011-10-28  Lai Jiangshanrculfhash: add CDS_LFHT_ACCOUNTING flag
2011-10-28  Lai Jiangshanrculfhash: use DEFAULT_SPLIT_COUNT_MASK for !HAVE_SYSCONF
2011-10-28  Lai Jiangshanrculfhash: use hash for index if !HAVE_SCHED_GETCPU
2011-10-28  Lai Jiangshanrculfhash: rename percpu_count to split_count
2011-10-28  Mathieu Desnoyersrculfhash: Cast to struct rcu_level * instead of void...
2011-10-28  Lai Jiangshanrculfhash: directly lookup bucket in the first order...
2011-10-28  Lai JiangshanAvoid alloc small memory pieces
2011-10-28  Lai Jiangshanrculfhash: Remove unneed branches
2011-10-28  Lai Jiangshanrculfhash: create dummy nodes directly when create...
2011-10-28  Lai Jiangshanrculfhash: fix uniquely add vs cds_lfht_next observatio...
2011-10-28  Lai JiangshanCleanup order semantic
2011-10-27  Lai JiangshanComment cleanup: fix ascii art
2011-10-27  Lai JiangshanCleanup _cds_lfht_del()
2011-10-27  Lai JiangshanCleanup _cds_lfht_replace()
2011-10-27  Lai JiangshanRemove dead code in _cds_lfht_gc_bucket()
2011-10-27  Mathieu DesnoyersMove replace code out from _cds_lfht_add()
2011-10-17  Lai JiangshanRename the parameter name of _cds_lfht_replace()
2011-10-17  Lai JiangshanFix dummy node insertion bug
2011-10-17  Lai Jiangshancompare hash value before call compare_fct()
2011-10-17  Lai Jiangshanrculfhash: Simplify lookup_bucket()
2011-10-17  Lai Jiangshanrculfhash: avoid unneed garbage collect
2011-10-17  Lai Jiangshanrculfhash: merge duplicated code for bucket lookup
2011-10-17  Lai Jiangshanrculfhash: make struct rcu_level size power of 2
2011-10-14  Lai Jiangshanrculfhash: simplify get_count_order()
2011-10-14  Lai Jiangshanrculfhash: use dbg_printf() for grow/shrink printout
2011-10-14  Lai Jiangshanrculfhash: merge thread_id into struct partition_resize...
2011-10-14  Lai Jiangshanrculfhash: remove unused rcu_head in partition_resize_work
2011-10-05  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-10-02  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-30  Mathieu Desnoyersrculfhash: do not sample in_progress_destroy in the...
2011-09-30  Mathieu Desnoyersrculfhash: break resize loop on destroy
2011-09-30  Mathieu Desnoyersrculfhash: decrement resize cnt on destroy
2011-09-30  Mathieu DesnoyersCheck for in progress destroy before calling call_rcu...
2011-09-30  Mathieu Desnoyersrculfhash: Test for initiated destroy before performing...
2011-09-29  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-29  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-28  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-28  Mathieu Desnoyersrculfhash: fix get first / get next iterator
2011-09-28  Mathieu DesnoyersFix handling of systems without sysconf nr possible...
2011-09-27  Mathieu Desnoyersrculfhash needs local config.h
2011-09-27  Mathieu DesnoyersAdd cds_lfht_first/cds_lfht_next for hash table iteration
2011-09-27  Mathieu Desnoyersrculfhash: rename _next into _next_duplicate
2011-09-26  Mathieu Desnoyersrculfhash: cleanup includes
2011-09-22  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-22  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-22  Mathieu Desnoyersrculfhash: factor out add_replace and replace
2011-09-21  Mathieu Desnoyersrculfhash: set next to NULL when node is NULL
2011-09-21  Mathieu Desnoyersrculfhash: approximation can be negative
2011-09-21  Mathieu Desnoyersrculfhash: min size only needed on shrink, take nr...
2011-09-21  Mathieu Desnoyersrculfhash: type the ht count approx as long
2011-09-21  Mathieu Desnoyersrculfhash: handle small and negative table size approxi...
2011-09-21  Mathieu Desnoyersrculfhash: fix node approx counting
2011-09-21  Mathieu Desnoyersrculfhash: output approximation of number of nodes...
2011-09-21  Mathieu Desnoyersrculfhash cleanup: count percpu deletes in the positive...
2011-09-21  Mathieu Desnoyersrculfhash: remove now unneeded gc flag (combine with...
2011-09-21  Mathieu Desnoyersrculfhash: implement lock-free replacement
2011-09-21  Mathieu Desnoyersrculfhash: support replacement operation
2011-09-20  Mathieu Desnoyersrculfhash: API rename: remove -> del
2011-09-20  Mathieu Desnoyersrculfhash: spawn only number of threads required for...
2011-09-20  Mathieu Desnoyersrculfhash: parallelize resize
2011-09-19  Mathieu Desnoyersrculfhash: simplify lfht_new API with inline wrapper
2011-09-19  Mathieu Desnoyersrculfhash: add TODO for resize worker threads urcu/ht-shrink-help
2011-09-19  Mathieu Desnoyersrculfhash: Remove leftover assertions
2011-09-19  Mathieu Desnoyersrculfhash: merge table hash and link stages into populate
2011-09-19  Mathieu DesnoyersMerge branch 'urcu/ht-shrink-help' into urcu/ht-shrink
2011-09-19  Mathieu Desnoyersrculfhash: remove helper scheme
2011-09-15  Mathieu Desnoyersrculfhash: fix add_unique node counting
2011-09-14  Mathieu Desnoyersrculfhash: with resize stop and helpers, min size can...
2011-09-14  Mathieu Desnoyersrculfhash: help scheme: fix end node, insertion, and...
2011-09-14  Mathieu Desnoyersrculfhash: break in-progress resize when target size...
2011-09-14  Mathieu Desnoyersrculfhash: break in-progress resize when target size...
2011-09-13  Mathieu Desnoyersrculfhash: make add/removal help expand
2011-09-13  Mathieu Desnoyersrculfhash: comment shrink operation
2011-09-13  Mathieu Desnoyersrculfhash: remove verified TODOs
2011-09-13  Mathieu Desnoyersrculfhash: put thread offline before taking mutex ...
2011-09-13  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink-help
2011-09-13  Mathieu Desnoyersrculfhash: use single init-time allocation for order...
2011-09-11  Mathieu Desnoyersrculfhash: disable poison and remove debugging code
2011-09-11  Mathieu Desnoyersrculfhash: hold rcu read-side lock in resize
2011-09-11  Mathieu Desnoyersrculfhash: add list iteration tracer in gc
2011-09-11  Mathieu Desnoyersrculfhash: poison memory before free (for testing)
2011-09-11  Mathieu Desnoyersrculfhash: reinstate i - 1 for shrink
2011-09-11  Mathieu Desnoyersrculfhash: add assertion in path compression
2011-09-11  Mathieu Desnoyersrculfhash: fix fini_table for size 1
2011-09-11  Mathieu Desnoyersrculfhash: Fix off-by-one in fini_table
2011-09-10  Mathieu Desnoyersrculfhash: add asserts and comments
2011-09-09  Mathieu Desnoyersrculfhash: Make auto resize selectable with flag
2011-09-08  Mathieu Desnoyersrculfhash: update ascii art
2011-09-08  Mathieu Desnoyersrculfhash: set minimum table size, add todo about helpi...
2011-09-08  Mathieu Desnoyersrculfhash: fix 0 order lookup (special-case)
next
This page took 0.284981 seconds and 107 git commands to generate.