urcu.git
2011-03-09  Paul E. McKenneyAdd call_rcu() interface
2011-03-09  Paul E. McKenneyFix ppc asm syntax error.
2011-03-04  Mathieu Desnoyersupdate version to 0.5.4 v0.5.4
2011-03-04  Mathieu Desnoyersurcu-bp: Update fork() handling
2011-03-03  Mathieu DesnoyersVersion 0.5.3 v0.5.3
2011-03-03  Mathieu DesnoyersUpdate README for urcu-bp fork handling
2011-03-03  Mathieu DesnoyersREADME: describe fork() interaction
2011-03-03  Mathieu Desnoyersurcu-bp: no "need_mb" in distrust signal config
2011-02-28  Jason WesselUpdate the README to change armv7l to arm
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-12-31  Mathieu Desnoyersurcu_defer: update test programs (build fix)
2010-12-31  Mathieu Desnoyersrcu_defer test: handle error value
2010-12-31  Mathieu Desnoyersurcu-defer: handle malloc error value
2010-11-19  Mathieu DesnoyersVersion 0.5.2 v0.5.2
2010-11-19  Mathieu DesnoyersFix get_cycles -> caa_get_cycles
2010-11-19  Mathieu DesnoyersVersion 0.5.1 v0.5.1
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  Mathieu Desnoyersupdate version to 0.5.0 v0.5.0
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-11-15  David GouletAdd missing test binaries to .gitignore
2010-11-13  David GouletAdd config.h and stamp-h2 to gitignore
2010-11-06  Mathieu DesnoyersAdd compiler barriers to read-side for mutex ordering
2010-09-24  Mathieu DesnoyersFix missing urcu_ref.h in Makefile.am v0.4.8
2010-09-22  Mathieu Desnoyersupdate version to 0.4.7 v0.4.7
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 Desnoyersadd missing comment to wfstack.c
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 Desnoyersurcu static coding style fix (whitespace)
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 version to 0.4.6 v0.4.6
2010-06-18  Mathieu DesnoyersUpdate README for ARM support
2010-06-18  Mathieu DesnoyersUpdate version to 0.4.5 v0.4.5
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 ia64 architecture based on gcc primitives
2010-06-18  Paul E. McKenneyAdd header files supporting gcc __sync_ primitives
2010-06-13  Mathieu DesnoyersAdd test cycles per loop
2010-06-13  Mathieu DesnoyersAdd uatomic test to make check
2010-06-13  Paul E. McKenneyRemove unused sync_core() definitions
2010-05-20  Mathieu DesnoyersUpdate version to 0.4.4 v0.4.4
2010-05-20  Mathieu DesnoyersFix powerpc uatomic 4-byte cmpxchg (cmpd -> cmpw)
2010-05-14  Mathieu Desnoyersurcu-qsbr: use same ongoing helper for 32 and 64 bits
2010-04-20  Giuseppe Scrivano"make check" runs the test suite
2010-04-14  Mathieu DesnoyersSimplify qsbr online condition
2010-04-14  Mathieu DesnoyersCleanup: head -> node field name
2010-03-17  Mathieu DesnoyersUpdate urcu and urcu-qsbr, make compiler barriers explicit
2010-03-14  Mathieu Desnoyersurcu: Add extra "engineering safety factor" memory...
2010-03-14  Mathieu Desnoyersurcu-qsbr: document compiler barrier
2010-03-07  Mathieu Desnoyersupdate version to 0.4.3 v0.4.3
2010-03-07  Jon BernardFix typo in urcu/uatomic_generic.h
2010-03-04  Mathieu DesnoyersUpdate version to 0.4.2 v0.4.2
2010-03-04  Mathieu DesnoyersUpdate README
2010-03-03  Mathieu Desnoyersurcu-bp: reset ctr to 0 upon garbage collection
2010-03-02  Mathieu Desnoyerscompiler.h: add () in ACCESS_ONCE()
2010-03-02  Mathieu Desnoyersurcu-defer: remove "ratelimit" leftover
2010-03-02  Mathieu DesnoyersUpdate readme: ia64 and alpha support
2010-03-02  Mathieu DesnoyersInstall missing arch_generic.h
2010-03-01  Mathieu Desnoyersurcu: fix multiple register/unregister assertion failure
2010-03-01  Mathieu Desnoyerstest cases: add multiple register/unregister tests
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 Bonzinisupport compiling on unknown architectures
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
next
This page took 0.037845 seconds and 4 git commands to generate.