urcu.git
2011-10-02  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-10-02  Mathieu DesnoyersEnhance API.txt documentation, add to Makefile as EXTRA...
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 DesnoyersVersion 0.6.5 v0.6.5
2011-09-29  Mathieu Desnoyerscall_rcu: Document call_rcu requirements
2011-09-29  Mathieu Desnoyerscall_rcu: Document call_rcu requirements
2011-09-29  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-29  Mathieu Desnoyerscall_rcu: fix error handling of malloc error
2011-09-29  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-29  Mathieu Desnoyersurcu call_rcu: Use RCU read-side protection for per...
2011-09-29  Lai Jiangshanurcu,call_rcu: Cleanup call_rcu_data pointers before...
2011-09-29  Lai Jiangshanurcu,call_rcu: avoid create call_rcu_data for child...
2011-09-29  Lai Jiangshanurcu,defer_rcu: Make defer_rcu encoding more compact...
2011-09-29  Mathieu Desnoyersurcu_defer: Use cancellation flag instead of pthread_ca...
2011-09-29  Lai Jiangshanurcu,call_rcu: protects call_rcu_data_list when remove...
2011-09-28  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-28  Mathieu DesnoyersCreate default call rcu data upon per-cpu call-rcu...
2011-09-28  Mathieu Desnoyersrculfhash test: fix 32-bit hash
2011-09-28  Mathieu Desnoyersrculfhash test: Use get first/get next to delete all...
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 Desnoyersrculfhash: update header documentation
2011-09-27  Mathieu Desnoyersrculfhash test: move init node outside of rcu read...
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-27  Mathieu Desnoyersrculfhash: document use of caa_container_of()
2011-09-26  Mathieu Desnoyersrculfhash: cleanup includes
2011-09-22  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-22  Mathieu Desnoyerspowerpc: use __NO_LWSYNC__ check to use appropriate...
2011-09-22  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-22  Paolo Bonzinicmm: provide lightweight smp_rmb/smp_wmb on PPC
2011-09-22  Mathieu Desnoyersrculfhash: factor out add_replace and replace
2011-09-22  Mathieu Desnoyersatomic: provide seq_cst semantics on powerpc
2011-09-21  Mathieu Desnoyersrculfhash tests: make node count RCU aware
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: node alignment is back to 4 bytes
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: document flags
2011-09-19  Mathieu Desnoyersrculfhash: comment file inclusion order
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  Lai Jiangshanavoid leaking crdp for failed path
2011-09-15  Lai JiangshanReturn -EEXIST when the old cpu call_rcu_data has not...
2011-09-15  Lai Jiangshanprotect writing to per_cpu_call_rcu_data[*]
2011-09-15  Lai Jiangshanwake up default call_rcu thread after we move the lefto...
2011-09-15  Lai Jiangshanavoid memory leak in call_rcu_data_free()
2011-09-15  Lai Jiangshanurcu call_rcu: fix use after free()
2011-09-15  Lai Jiangshanuse get_cpu_call_rcu_data() for get_call_rcu_data()
2011-09-15  Lai Jiangshaninit maxcpus before use
2011-09-15  Lai Jiangshancall_rcu implementation: add missing static
2011-09-15  Lai Jiangshancall_rcu implementation: add missing static
2011-09-15  Mathieu DesnoyersDocument QSBR interaction with mutexes
2011-09-15  Mathieu DesnoyersDocument QSBR interaction with mutexes
2011-09-15  Mathieu Desnoyersrculfhash test: exit upon failure
2011-09-15  Mathieu Desnoyersrculfhash: fix add_unique node counting
2011-09-14  Mathieu Desnoyersrculfhash test: cast rand_r return value directly
2011-09-14  Mathieu Desnoyersrculfhash test: add verbosity
2011-09-14  Mathieu Desnoyersrculfhash test: allow different size for lookup, write...
2011-09-14  Mathieu Desnoyersqsbr vs call_rcu : remove exit assertion
2011-09-14  Mathieu Desnoyersrculfhash: validate lookups
2011-09-14  Mathieu Desnoyersrculfhash test: add pool offsets
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 Desnoyersurcu-pointer: implement URCU_FORCE_CAST for C++ compati...
2011-09-13  Mathieu Desnoyersrculfhash: use single init-time allocation for order...
2011-09-13  Paolo Bonziniurcu-qsbr: use rcu_thread_offline/rcu_thread_online...
2011-09-11  Mathieu DesnoyersPair all_cpu call_rcu create with free
2011-09-11  Mathieu Desnoyersrculfhash test: add missing call_rcu per-cpu worker...
2011-09-11  Mathieu Desnoyersrculfhash: disable poison and remove debugging code
2011-09-11  Mathieu Desnoyerscall_rcu: register work threads as rcu readers
2011-09-11  Mathieu DesnoyersQSBR: add missing wakeups in synchronize_rcu code
2011-09-11  Mathieu DesnoyersQSBR: add missing wakeups in synchronize_rcu code
next
This page took 0.037466 seconds and 4 git commands to generate.