rculfhash needs local config.h
[urcu.git] / urcu /
2011-09-27  Mathieu Desnoyersrculfhash: update header documentation
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-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: approximation can be negative
2011-09-21  Mathieu Desnoyersrculfhash: output approximation of number of nodes...
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: 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-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-11  Mathieu Desnoyersrculfhash: hold rcu read-side lock in resize
2011-09-10  Paolo Bonzinicmm: do not generate code for smp_rmb/smp_wmb on x86_64
2011-09-10  Paolo Bonzinicmm: let per-arch files provide cmm_smp_* barriers
2011-09-09  Mathieu Desnoyersrculfhash: Make auto resize selectable with flag
2011-09-09  Tulio Magno Quites... Optimize caa_get_cycles() for PowerPC64
2011-09-07  Mathieu Desnoyersrculfhash: allow shrink
2011-09-05  Mathieu DesnoyersRevert "Add cds_list_empty"
2011-09-05  Mathieu DesnoyersAdd cds_list_empty
2011-09-04  Mathieu Desnoyerslist: Add cds_list_first_entry
2011-09-03  Mathieu Desnoyersrculfhash: Update API documentation
2011-09-03  Mathieu DesnoyersUse cds_lfht namespace for lock-free hash table
2011-09-03  Mathieu DesnoyersRCU hash table API documentation
2011-09-03  Mathieu DesnoyersMerge branch 'master' into urcu/ht
2011-09-03  Mathieu DesnoyersRevert "Create per RCU flavor CDS libraries"
2011-09-03  Mathieu DesnoyersRevert "CDS API: removal of rcu_read lock/unlock dep...
2011-09-03  Mathieu DesnoyersAdd __rcu annotation (unimplemented)
2011-09-01  Mathieu DesnoyersFix incorrect fsf address in header files
2011-09-01  Mathieu Desnoyerswfstack: push returns prior stack emptiness state
2011-09-01  Mathieu DesnoyersMake lf stack push return if the stack was empty
2011-08-23  Mathieu DesnoyersDocument caa_container_of
2011-08-18  Mathieu Desnoyersrculfstack: document "push"
2011-08-17  Mathieu DesnoyersCDS API: removal of rcu_read lock/unlock dep, removal...
2011-08-17  Mathieu DesnoyersFix missing check for SYS_membarrier in map header
2011-08-17  Mathieu DesnoyersCreate per RCU flavor CDS libraries
2011-08-17  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev lfqueue-dev
2011-08-17  Paolo Bonziniurcu-qsbr: avoid useless futex wakeups and burning...
2011-08-17  Paolo Bonziniapi: reimplement BUILD_BUG_ON in compiler.h
2011-08-17  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev
2011-08-17  Paolo Bonziniurcu: move private definitions to .c file
2011-08-17  Paolo Bonziniurcu-bp: move private definitions to .c file
2011-08-17  Paolo Bonziniurcu-qsbr: move private definitions to .c file
2011-08-17  Paolo Bonziniwfqueue: fix type-incorrect assignment
2011-08-16  Duncan SandsFix choice of default flavour in urcu/map/urcu.h
2011-08-09  Paolo Bonziniurcu: move private definitions to .c file
2011-08-09  Paolo Bonziniurcu-bp: move private definitions to .c file
2011-08-09  Paolo Bonziniurcu-qsbr: move private definitions to .c file
2011-08-09  Paolo Bonziniwfqueue: fix type-incorrect assignment
2011-08-08  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev
2011-08-02  Mathieu DesnoyersUse caa_ prefix for min() and max()
2011-07-21  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev
2011-07-21  Mathieu DesnoyersFix ARM uatomic: missing return in uatomic and/or
2011-07-12  Mathieu Desnoyersrculfhash: document node alignment
2011-07-09  Mathieu Desnoyersrculfhash: document flags
2011-07-09  Mathieu Desnoyersrculfhash: merge dummy into next ptr
2011-07-09  Mathieu Desnoyersrculfhash: shrink size of dummy node
2011-07-07  Mathieu Desnoyersrculfhash: add c++ ifdef
2011-07-07  Mathieu Desnoyersrculfhash: update add_unique api
2011-07-07  Mathieu Desnoyersrculfhash: remove hash from nodes
2011-07-07  Mathieu Desnoyersrculfhash: change order of node fields for locality
2011-07-07  Mathieu Desnoyersrculfhash: garbage collection scheme
2011-07-06  Mathieu Desnoyersrculfhash: Remove "value" pointer
2011-07-06  Mathieu Desnoyersrculfhash: add unique
2011-07-06  Mathieu Desnoyersrculfhash: implement real hash function
2011-07-06  Mathieu DesnoyersMerge remote branch 'origin/urcu/ht' into urcu/ht
2011-07-06  Mathieu Desnoyersrcu lf hash table runtime fixes
2011-07-05  Mathieu Desnoyerssplit-ordered hash table
2011-07-02  Mathieu DesnoyersRename urcu-ht to rculfhash
2011-07-02  Mathieu DesnoyersMerge branch 'master' into urcu/ht
2011-07-01  Mathieu Desnoyersrculfqueue: provide locklessness by allowing multiple...
2011-07-01  Mathieu Desnoyersrcu lfqueue: make dequeue lockless by helping out other...
2011-07-01  Mathieu Desnoyersrculfqueue: Document dummy pointer value access
2011-07-01  Mathieu Desnoyersrculfqueue: Keep a reference to the current dummy node...
2011-07-01  Mathieu Desnoyersrculfqueue: only one dummy node is needed
2011-07-01  Mathieu Desnoyersrculfstack: update comment
2011-07-01  Mathieu DesnoyersRCU lf queue: Add assert for memory allocation
2011-07-01  Mathieu Desnoyersrculfstack: header implementation should be defined...
2011-07-01  Mathieu Desnoyerswfstack: header implementation should be defined as...
2011-07-01  Mathieu DesnoyersRCU lfqueue: Now works without reference counting ...
2011-07-01  Mathieu Desnoyersrculfstack: header implementation should be defined...
2011-07-01  Mathieu Desnoyerswfstack: header implementation should be defined as...
2011-06-29  Mathieu Desnoyersnon-linux system membarrier fallback update
2011-06-29  Mathieu Desnoyerspthread_self should be cast to unsigned long
2011-06-29  Mathieu Desnoyersurcu-bp, urcu-qsbr: remove unneeded syscall.h include
2011-06-29  Mathieu DesnoyersCheck for __linux__ before including syscall.h
2011-06-27  Mathieu Desnoyersuatomic: fix i386 support
2011-06-14  Mathieu Desnoyersuatomic generic: map uatomic_and/or to correct symbols
next
This page took 0.038142 seconds and 7 git commands to generate.