urcu.git
2011-06-10  Mathieu Desnoyerscds containers: lfqueue and lfstack: don't depend on...
2011-06-09  Yannick BrosseauAdd missing pkgconfig files to Makefile.am
2011-06-09  Paolo Bonziniarm: remove useless declarations
2011-06-09  Mathieu Desnoyerscall_rcu: add back delay in list non-empty case
2011-06-09  Mathieu Desnoyerscall_rcu: handle retry without wait correctly
2011-06-09  Paolo Bonziniurcu: fix dependencies on libwfqueue.la
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 Bonzinicall_rcu: drop mutex
2011-06-09  Paolo Bonziniuatomic: add uatomic_and
2011-06-09  Paolo Bonziniuatomic: add uatomic_or
2011-06-09  Mathieu DesnoyersAdd missing -lwfqueue to add rcu flavors
2011-06-08  Paul E. McKenneyAdd a cds_list_del_init()
2011-06-08  Paul E. McKenneyAdd comment to flag purpose of the ->qlen field
2011-06-08  Mathieu Desnoyerscall_rcu: fix futex-based wakeup
2011-06-08  Paolo Bonziniatomic: fix typo in x86 compat implementation
2011-06-08  Paolo Bonzinircutorture: make goflag volatile
2011-06-08  Mathieu Desnoyersurcu-qsbr: fix typo
2011-06-07  Mathieu Desnoyerscall_rcu: use futex for wakeup scheme
2011-06-06  Mathieu Desnoyerscall_rcu: use cpu affinity for per-cpu call_rcu threads
2011-06-03  Paul E. McKenneyDocument the new call_rcu() primitives.
2011-06-03  Paul E. McKenneyMake defer_rcu() usable from library using multiple...
2011-06-03  Paul E. McKenneyAllow taking address of rcu_read_lock() and rcu_read_un...
2011-06-03  Paul E. McKenneyMap symbols to allow multiple RCU flavors to be used...
2011-06-03  Paul E. McKenneyProvide pthread_atfork-friendly interfaces
2011-06-01  Yannick BrosseauAdd pkg-config files for all urcu libs
2011-05-11  Colin McCabeuserspace-rcu tests: zero array before using
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. McKenneyProvide cleanup interfaces for per-CPU and per-thread...
2011-03-09  Paul E. McKenneyMaintain list of struct call_rcu_data to keep valgrind...
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
next
This page took 0.039722 seconds and 4 git commands to generate.