rculfhash: help scheme: fix end node, insertion, and lookups
[urcu.git] / urcu /
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-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
2011-06-14  Mathieu DesnoyersFix generic atomic ops and/or: add missing return
2011-06-11  Mathieu DesnoyersFutex: turn "int" into "int32_t" for portability
2011-06-10  Mathieu DesnoyersAdd back uatomic_arch.h for slow deprecation process
2011-06-10  Mathieu DesnoyersAdd back urcu-futex.h and urcu_ref.h for slow deprecation
2011-06-10  Mathieu DesnoyersAdd urcu/cds.h placeholder for all CDS headers
2011-06-10  Mathieu DesnoyersRename urcu/urcu-futex.h to urcu/futex.h
2011-06-10  Mathieu DesnoyersRename urcu/urcu_ref.h to urcu/ref.h
2011-06-10  Mathieu DesnoyersHeaders: move uatomic_*.h to urcu/uatomic/*.h, rename...
2011-06-10  Mathieu DesnoyersHeaders: move arch_*.h to urcu/arch/*.h
2011-06-10  Mathieu DesnoyersHeaders: move *-static.h headers to urcu/static/
2011-06-10  Mathieu DesnoyersHeaders: move *-map.h headers to urcu/map/
2011-06-10  Mathieu Desnoyerslfqueue: update comments, cleanup
2011-06-10  Mathieu Desnoyerscds containers: lfqueue and lfstack: don't depend on...
2011-06-09  Paolo Bonziniarm: remove useless declarations
2011-06-09  Paolo Bonziniurcu_ref: do error checking on urcu_ref_put
2011-06-09  Paolo Bonziniuse generic-size macros for common implementation of...
2011-06-09  Paolo Bonziniuatomic: add uatomic_and
2011-06-09  Paolo Bonziniuatomic: add uatomic_or
2011-06-08  Paul E. McKenneyAdd a cds_list_del_init()
2011-06-08  Paolo Bonziniatomic: fix typo in x86 compat implementation
2011-05-04  Jason Wesselarm: put CONFIG_RCU_ARM_HAVE_DMB in the global config.h
2011-03-21  Mathieu DesnoyersCleanup: remove unused value warning
next
This page took 0.039534 seconds and 7 git commands to generate.