urcu.git
2011-09-15  Mathieu DesnoyersDocument QSBR interaction with mutexes
2011-09-13  Mathieu Desnoyersurcu-pointer: implement URCU_FORCE_CAST for C++ compati...
2011-09-13  Paolo Bonziniurcu-qsbr: use rcu_thread_offline/rcu_thread_online...
2011-09-11  Mathieu DesnoyersPair all_cpu call_rcu create with free
2011-09-11  Mathieu Desnoyerscall_rcu: register work threads as rcu readers
2011-09-11  Mathieu DesnoyersQSBR: add missing wakeups in synchronize_rcu code
2011-09-10  Paolo Bonzinicmm: do not generate code for smp_rmb/smp_wmb on x86_64
2011-09-10  Paolo Bonzinicmm: let per-arch files provide cmm_smp_* barriers
2011-09-09  Tulio Magno... Optimize caa_get_cycles() for PowerPC64
2011-09-05  Mathieu Desnoyerslfq/lfs tests: use call_rcu
2011-09-05  Mathieu DesnoyersRevert "Add cds_list_empty"
2011-09-05  Mathieu DesnoyersAdd cds_list_empty
2011-09-04  Mathieu Desnoyerslist: Add cds_list_first_entry
2011-09-03  Mathieu Desnoyersrculfstack/queue: define _LGPL_SOURCE around static...
2011-09-03  Mathieu DesnoyersRevert "Create per RCU flavor CDS libraries"
2011-09-03  Mathieu DesnoyersRevert "CDS API: removal of rcu_read lock/unlock dep...
2011-09-03  Mathieu DesnoyersAdd __rcu annotation (unimplemented)
2011-09-01  Mathieu DesnoyersFix incorrect fsf address in header files
2011-09-01  Mathieu Desnoyerswfstack: push returns prior stack emptiness state
2011-09-01  Mathieu DesnoyersMake lf stack push return if the stack was empty
2011-08-23  Mathieu DesnoyersDocument caa_container_of
2011-08-20  Mathieu Desnoyersurcu-bp: do not call munmap for NULL registry at exit
2011-08-18  Mathieu Desnoyersurcu libraries can directly use the _LGPL_SOURCE wfqueue
2011-08-18  Mathieu Desnoyersrculfstack: document "push"
2011-08-17  Mathieu DesnoyersAdd runall.sh to tarball
2011-08-17  Mathieu DesnoyersFix build order of liburcu-cds-common
2011-08-17  Mathieu DesnoyersCDS API: removal of rcu_read lock/unlock dep, removal...
2011-08-17  Mathieu DesnoyersFix missing check for SYS_membarrier in map header
2011-08-17  Mathieu DesnoyersCreate per RCU flavor CDS libraries
2011-08-17  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev lfqueue-dev
2011-08-17  Paolo Bonziniurcu-qsbr: avoid useless futex wakeups and burning...
2011-08-17  Paolo Bonziniapi: reimplement BUILD_BUG_ON in compiler.h
2011-08-17  Paolo Bonzinitest api cleanup: remove unused primitives
2011-08-17  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev
2011-08-17  Paolo Bonziniput thread offline while waiting for the init flag
2011-08-17  Paolo Bonziniurcu: move private definitions to .c file
2011-08-17  Paolo Bonziniurcu-bp: move private definitions to .c file
2011-08-17  Paolo Bonziniurcu-qsbr: move private definitions to .c file
2011-08-17  Paolo Bonzinircutorture: fix rcutorture-qsbr
2011-08-17  Paolo Bonziniwfqueue: fix type-incorrect assignment
2011-08-16  Mathieu DesnoyersFix tests Makefile EXTRA_DIST to use api.h
2011-08-16  Duncan SandsFix choice of default flavour in urcu/map/urcu.h
2011-08-16  Paolo Bonziniapi: remove list/hlist
2011-08-16  Paolo Bonziniapi: remove arch-specific files
2011-08-16  Paolo Bonziniapi: make api_gcc.h a superset of the other headers
2011-08-12  Paolo Bonzinitests api: remove atomics
2011-08-09  Paolo Bonziniput thread offline while waiting for the init flag
2011-08-09  Paolo Bonziniurcu: move private definitions to .c file
2011-08-09  Paolo Bonziniurcu-bp: move private definitions to .c file
2011-08-09  Paolo Bonziniurcu-qsbr: move private definitions to .c file
2011-08-09  Paolo Bonzinircutorture: fix rcutorture-qsbr
2011-08-09  Paolo Bonziniwfqueue: fix type-incorrect assignment
2011-08-08  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev
2011-08-02  Mathieu DesnoyersUse caa_ prefix for min() and max()
2011-07-21  Mathieu DesnoyersVersion 0.6.4, update changelog v0.6.4
2011-07-21  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev
2011-07-21  Mathieu DesnoyersFix ARM uatomic: missing return in uatomic and/or
2011-07-01  Mathieu Desnoyersrculfqueue: provide locklessness by allowing multiple...
2011-07-01  Mathieu Desnoyersrcu lfqueue: make dequeue lockless by helping out other...
2011-07-01  Mathieu Desnoyersrculfqueue: Document dummy pointer value access
2011-07-01  Mathieu Desnoyersrculfqueue: Keep a reference to the current dummy node...
2011-07-01  Mathieu Desnoyersrculfqueue: only one dummy node is needed
2011-07-01  Mathieu Desnoyersrculfstack: update comment
2011-07-01  Mathieu DesnoyersRCU lf queue: Add assert for memory allocation
2011-07-01  Mathieu Desnoyersrculfstack: header implementation should be defined...
2011-07-01  Mathieu Desnoyerswfstack: header implementation should be defined as...
2011-07-01  Mathieu DesnoyersRCU lfqueue: Now works without reference counting ...
2011-07-01  Mathieu Desnoyersrculfstack: header implementation should be defined...
2011-07-01  Mathieu Desnoyerswfstack: header implementation should be defined as...
2011-06-30  Mathieu Desnoyersurcu tests: hold mutex across use of custom allocator
2011-06-29  Mathieu Desnoyersurcu-bp: mremap wrapper fix
2011-06-29  Mathieu Desnoyersurcu-bp: add mremap wrapper for non-linux systems
2011-06-29  Mathieu Desnoyersurcu-bp: don't copy old region upon mremap
2011-06-29  Mathieu Desnoyersapi.h: fix type warning
2011-06-29  Mathieu Desnoyersnon-linux system membarrier fallback update
2011-06-29  Mathieu Desnoyerspthread_self should be cast to unsigned long
2011-06-29  Mathieu DesnoyersAdd MAP_ANONYMOUS mapping to MAP_ANON for BSD build
2011-06-29  Mathieu Desnoyerstests: only include syscall.h on linux systems
2011-06-29  Mathieu Desnoyersurcu-bp, urcu-qsbr: remove unneeded syscall.h include
2011-06-29  Mathieu Desnoyersurcu-defer: remove unneeded syscall.h include
2011-06-29  Mathieu Desnoyerscall_rcu: per_cpu_call_rcu_data should be non-const
2011-06-29  Mathieu DesnoyersUpdate README info about gcc compability
2011-06-29  Mathieu DesnoyersFix urcu-call-rcu-impl.h missing call_rcu_wait for...
2011-06-29  Mathieu Desnoyerscompat_futex_async: fix missing return
2011-06-29  Mathieu DesnoyersCheck for __linux__ before including syscall.h
2011-06-29  Mathieu DesnoyersRemove unused local variables from compat_futex_async
2011-06-29  Mathieu DesnoyersRemove unneeded syscall.h include from urcu-call-rcu...
2011-06-27  Mathieu DesnoyersAdd ChangeLog file to Makefile.am
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
next
This page took 0.038482 seconds and 4 git commands to generate.