Move the version-info to the AM_LDFLAGS variable
[urcu.git] / urcu /
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
2011-03-09  Paul E. McKenneyAdd call_rcu() interface
2011-03-09  Paul E. McKenneyFix ppc asm syntax error.
2011-02-28  Mathieu DesnoyersARM: use dmb for rmb and wmb in addition to mb
2011-02-28  Jason WesselAdd a test for the dmb instruction on ARM
2011-02-28  Jason Wesselhange the arm headers to remove all the references...
2011-02-28  Jason WesselMake armv7l headers generic for the arm architecture
2011-02-21  Mathieu DesnoyersURCU list: remove leftover namespace clash (list_t...
2010-11-19  Mathieu DesnoyersFix get_cycles -> caa_get_cycles
2010-11-19  Mathieu DesnoyersACCESS_ONCE should also have CMM_ prefix
2010-11-19  Mathieu DesnoyersLOAD_SHARED and STORE_SHARED should have CMM_ prefix
2010-11-19  Mathieu DesnoyersFix CAA_CAA -> CAA
2010-11-19  Mathieu DesnoyersFix missing BITS_PER_LONG -> CAA_BITS_PER_LONG rename
2010-11-18  David GouletRename all data structure with prefix cds_
2010-11-18  David GouletRename all arch primitives with prefix caa_
2010-11-18  David GouletRename all memory primitives with prefix cmm_
2010-08-25  Mathieu Desnoyersurcu lfstack: pop needs rcu read lock
2010-08-25  Mathieu Desnoyerslfstack: simplification
2010-08-22  Mathieu Desnoyersrculfstack: LGPL-ize
2010-08-22  Mathieu Desnoyersrculfqueue: LGPL-ize
2010-08-22  Mathieu Desnoyerswfstack: LGPL-ize
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
next
This page took 0.038171 seconds and 7 git commands to generate.