urcu.git
2011-07-12  Mathieu Desnoyersrculfhash: document node alignment
2011-07-12  Mathieu Desnoyersrculfhash: document algorithms
2011-07-11  Mathieu Desnoyersrculfhash test: make teardown more verbose and faster
2011-07-11  Mathieu Desnoyersrculfhash: print resize length (useful as non-debug...
2011-07-11  Mathieu Desnoyersrculfhash: tolerate longer chain length
2011-07-11  Mathieu Desnoyersrculfhash: diminish index table memory consumption
2011-07-09  Mathieu Desnoyersrculfhash: add missing clear flag in gc
2011-07-09  Mathieu Desnoyersrculfhash: document flags
2011-07-09  Mathieu Desnoyersrculfhash: merge dummy into next ptr
2011-07-09  Mathieu Desnoyersrculfhash: merge dummy flag into next pointer
2011-07-09  Mathieu Desnoyersrculfhash: Add clear flag
2011-07-09  Mathieu Desnoyersrculfhash: introduce REMOVED_FLAG and FLAG_MASK
2011-07-09  Mathieu Desnoyersrculfhash: shrink size of dummy node
2011-07-09  Mathieu Desnoyersrculfhash: wait for call_rcu quiescence before destroy
2011-07-07  Mathieu Desnoyersrculfhash: add c++ ifdef
2011-07-07  Mathieu Desnoyersrculfhash test: add options
2011-07-07  Mathieu Desnoyersrculfhash test: use per-cpu call-rcu threads
2011-07-07  Mathieu Desnoyersrculfhash: update add_unique api
2011-07-07  Mathieu Desnoyersrculfhash: fix add unique
2011-07-07  Mathieu Desnoyersrculfhash test: increases random pool size
2011-07-07  Mathieu Desnoyersrculfhash: remove hash from nodes
2011-07-07  Mathieu Desnoyersrculfhash: change order of node fields for locality
2011-07-07  Mathieu Desnoyersrculfhash: merge node gc into add loop
2011-07-07  Mathieu Desnoyersrculfhash: cleanup
2011-07-07  Mathieu Desnoyersrculfhash test: add nr_leaked count
2011-07-07  Mathieu Desnoyersrculfhash: garbage collection scheme
2011-07-06  Mathieu Desnoyersrculfhash: flip order of removal
2011-07-06  Mathieu Desnoyersrculfhash: Remove "value" pointer
2011-07-06  Mathieu Desnoyersrculfhash test: add missing free
2011-07-06  Mathieu Desnoyersrculfhash: add unique
2011-07-06  Mathieu DesnoyersUpdate resize thresholds
2011-07-06  Mathieu Desnoyersrculfhash updates
2011-07-06  Mathieu DesnoyersComment list behavior wrt lock-freedom
2011-07-06  Mathieu DesnoyersFix reverse hash comparison
2011-07-06  Mathieu Desnoyersrculfhash: use threshold and target
2011-07-06  Mathieu Desnoyersrculfhash: implement real hash function
2011-07-06  Mathieu Desnoyersrculfhash: fix resize (use log2 of chain length)
2011-07-06  Mathieu DesnoyersMerge remote branch 'origin/urcu/ht' into urcu/ht
2011-07-06  Mathieu Desnoyersrcu lf hash table runtime fixes
2011-07-05  Mathieu Desnoyerssplit-ordered hash table
2011-07-02  Mathieu DesnoyersRename urcu-ht to rculfhash
2011-07-02  Mathieu DesnoyersMerge branch 'master' into urcu/ht
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
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...
next
This page took 0.036998 seconds and 4 git commands to generate.