urcu.git
2011-06-27  Mathieu DesnoyersAdd changelog, update version to 0.6.3 v0.6.3
2011-06-27  Mathieu Desnoyersuatomic: fix warning about unused variable
2011-06-27  Mathieu Desnoyersuatomic: fix i386 support
2011-06-14  Mathieu DesnoyersUpdate version to 0.6.2 v0.6.2
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-13  Mathieu DesnoyersFix test warning
2011-06-13  Mathieu DesnoyersAdd missing headers into tarball, version 0.6.1 v0.6.1
2011-06-11  Mathieu DesnoyersUpdate version to 0.6.0 v0.6.0
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 ldconfig step to README
2011-06-10  Yannick BrosseauAdd a pkg-config file for the new liburcu-cds
2011-06-10  Alexandre MontplaisirConsolidate _LIBADD and _DEPENDENCIES in Makefile.am
2011-06-10  Mathieu DesnoyersAdd urcu/cds.h placeholder for all CDS headers
2011-06-10  Yannick BrosseauMove the version-info to the AM_LDFLAGS variable
2011-06-10  Mathieu DesnoyersInstalled headers should only include other 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 DesnoyersInstall urcu/map/*.h into system
2011-06-10  Mathieu DesnoyersHeaders: move *-map.h headers to urcu/map/
2011-06-10  Yannick BrosseauAdd library version information
2011-06-10  Mathieu Desnoyerslfqueue: update comments, cleanup
2011-06-10  Mathieu Desnoyerslfqueue: don't use defer_rcu anymore
2011-06-10  Mathieu DesnoyersCombine stack and queues info liburcu-cds.so
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
next
This page took 0.037014 seconds and 4 git commands to generate.