wfqueue: provide API for caller-locked dequeue
[urcu.git] / urcu /
2010-08-22  Mathieu Desnoyerswfqueue: provide API for caller-locked dequeue
2010-08-22  Mathieu DesnoyersLGPL-ize wfqueue
2010-08-18  Mathieu DesnoyersWF queue cleanup
2010-08-18  Mathieu DesnoyersWait-free stack: rcu-less implementation
2010-08-18  Mathieu DesnoyersWait-free queue: wait-free enqueue, blocking dequeue...
2010-08-18  Mathieu DesnoyersRCU lf queue/stack: update comments
2010-07-13  Mathieu Desnoyersifdef C, wait-free stack adaptative pop wait
2010-07-13  Mathieu DesnoyersCoding style fix
2010-07-13  Mathieu DesnoyersRCU wait-free stack: add _blocking in pop() primitive...
2010-07-13  Mathieu DesnoyersRCU lock-free queue comment updates
2010-07-13  Mathieu DesnoyersRCU wait-free enqueue/blocking dequeue queue
2010-07-13  Mathieu DesnoyersAdd ifdef cond around headers
2010-07-13  Mathieu DesnoyersRCU lock-free queue: don't hold RCU read lock across...
2010-07-13  Mathieu DesnoyersRCU lock-free stack: don't hold read lock across retry
2010-07-13  Mathieu DesnoyersWait-free push/Blocking pop stack: Update following...
2010-07-13  Mathieu DesnoyersAdd lock-free queue comments from Paul's review
2010-07-13  Mathieu DesnoyersAdd wait-free push/blocking pop stack
2010-07-12  Mathieu DesnoyersLock-free stack: add comments
2010-07-12  Mathieu DesnoyersAdd lock-free RCU queue and stack
2010-06-18  Mathieu DesnoyersUpdate email address from @polymtl.ca to @efficios.com
2010-06-18  Paul E. McKenneyForce build failure on unknown architectures
2010-06-18  Paul E. McKenneyAdd native ARM port for armv7l
2010-06-18  Paul E. McKenneyAdd header files supporting gcc __sync_ primitives
2010-06-13  Paul E. McKenneyRemove unused sync_core() definitions
2010-05-20  Mathieu DesnoyersFix powerpc uatomic 4-byte cmpxchg (cmpd -> cmpw)
2010-03-07  Jon BernardFix typo in urcu/uatomic_generic.h
2010-03-02  Mathieu Desnoyerscompiler.h: add () in ACCESS_ONCE()
2010-03-01  Paolo Bonzinicentralize definition of BITS_PER_LONG
2010-03-01  Paolo Bonziniavoid multiple evaluation of STORE_SHARED argument
2010-03-01  Paolo Bonziniadd Alpha support
2010-03-01  Paolo Bonzinimove whether atomic byte/short exists to uatomic_arch_*.h
2010-03-01  Paolo Bonziniuse uatomic_generic.h for common fallback implementations
2010-03-01  Paolo Bonziniadd uatomic_generic.h, use it for common definitions
2010-03-01  Paolo Bonziniremove compat_uatomic_cmpxchg #define from non-x86
2010-03-01  Paolo Bonzinidefine sync_core for x86 PIC
2010-03-01  Paolo Bonziniadd urcu/arch_generic.h
2010-02-19  Mathieu Desnoyerslist: new -> _new for c++ compatibility
2010-02-19  Mathieu Desnoyersrcuhlist: add head name fix
2010-02-19  Mathieu DesnoyersRCU list: add rcuhlist.h, add list_replace_rcu
2010-02-12  Mathieu Desnoyerss390: fix arch_s390.h include of urcu/compiler.h
2010-01-13  Mathieu DesnoyersAPI prefix standardization: urcu_ -> rcu_
2010-01-10  Mathieu DesnoyersRemove bogus ; from defines
2009-12-10  Sebastian Andrzej... Consider __NO_LWSYNC__
2009-12-08  Mathieu Desnoyerss390 uatomic: fix new compiler support
2009-12-07  Mathieu DesnoyersAdd extern "C" to support linking userspace RCU library...
2009-12-07  Mathieu Desnoyerss390 uatomic arch fix
2009-12-06  Mathieu DesnoyersFix s390 uatomic ops new compiler support
2009-12-02  Mathieu Desnoyerss390 uatomic: short memory operand support for new...
2009-12-01  Mathieu Desnoyerss390: uatomic add missing xchg return
2009-12-01  Mathieu Desnoyerss390: uatomic add missing inline and other { }
2009-12-01  Mathieu Desnoyersupdate s390 ifdefs
2009-12-01  Jon Bernards390: add block after label
2009-12-01  Mathieu Desnoyerssparc,ppc,s390: uatomic ops update
2009-12-01  Mathieu DesnoyersUpdate arch_s390.h, missing definitions
2009-12-01  Mathieu Desnoyerss390: fix config.h include
2009-11-16  Mathieu DesnoyersSupport sparcv9 32-bit build
2009-10-22  Mathieu DesnoyersSparc64: complete and test implementation
2009-10-22  Mathieu DesnoyersAdd basic sparc64 support
2009-10-19  Mathieu Desnoyersuatomic compat: complete i386 support
2009-10-19  Mathieu Desnoyersuatomic: update atomic set/read, use STORE_SHARED/LOAD_...
2009-10-13  Mathieu DesnoyersFix gcc-4.1 x86_64 compability
2009-10-08  Mathieu DesnoyersCompat futex
2009-10-08  Pierre-Marc Fourniermove config.h to urcu/config.h and install it
2009-10-08  Mathieu Desnoyersadd CONFIG_HAVE_FENCE on x86's newer than i586
2009-10-08  Mathieu DesnoyersUpdate 386 cmpxchg support
2009-10-08  Mathieu DesnoyersAdd compatibility support for older intel cpus
2009-10-07  Pierre-Marc Fournierconvert to autotools
2009-10-06  Jan Bluncks390: Add uatomic_set(), uatomic_read(), uatomic_add...
2009-10-01  Mathieu Desnoyersrculist: include correct dependencies v0.2.1
2009-10-01  Mathieu Desnoyersurcu-bp: New "bulletproof" RCU library flavor
2009-10-01  Mathieu Desnoyersurcu-pointer: create specific objects and headers to...
2009-09-29  Mathieu DesnoyersRemove ifndef for API_H
2009-09-29  Mathieu DesnoyersSeparate arch_uatomic*.h from arch*.h
2009-09-29  Mathieu Desnoyersdefine CACHE_LINE_SIZE in arch_*.h
2009-09-29  Mathieu Desnoyerscompiler.h: use stddef.h for offsetof
2009-09-29  Mathieu Desnoyerslist.h: add list_move
2009-09-28  Mathieu DesnoyersUpdate list, rculist and hlist
2009-09-28  Mathieu DesnoyersAdd urcu list and list
2009-09-28  Mathieu DesnoyersCleanup headers
This page took 0.037874 seconds and 7 git commands to generate.