urcu.git
2018-12-12  Mathieu DesnoyersUpdate README following API changes
2018-12-12  Mathieu DesnoyersUse new header locations for includes from urcu code
2018-12-12  Mathieu DesnoyersUpdate call-rcu.h and defer.h comments and include...
2018-12-12  Mathieu Desnoyersrculfqueue.h: do not include urcu-call-rcu.h
2018-12-12  Mathieu Desnoyersrculfhash: support use with multiple flavors per compil...
2018-12-12  Mathieu Desnoyersrculfhash: do not include urcu-call-rcu.h from public API
2018-12-12  Mathieu DesnoyersRefactor liburcu to support many flavors per compile...
2018-12-09  Jérémie GalarneauFix: only wait if work queue is empty in real-time...
2018-12-09  Jérémie GalarneauFix: don't wait after completion of a work queue job...
2018-12-09  Jérémie GalarneauFix: don't wait after completion of job batch if work...
2018-12-09  Mathieu DesnoyersFix: workqueue: struct urcu_work vs rcu_head mixup
2018-12-09  Mathieu DesnoyersCleanup: workqueue: update comments referring to call-rcu
2018-12-09  Jérémie GalarneauFix: mixup between URCU_WORKQUEUE_RT and URCU_CALL_RCU_RT
2018-11-23  Michael Jeansontest_rwlock: Add per-thread count to verbose output
2018-11-23  Michael JeansonAdd *.exe to gitignore for Cygwin
2018-11-23  Michael JeansonFix: pthread_rwlock initialization on Cygwin
2018-11-23  Michael JeansonFix: compat_futex_noasync on Cygwin
2018-08-20  Eric Wongwfcqueue: allow defining CDS_WFCQ_WAIT_SLEEP to overrid...
2018-06-26  Mathieu DesnoyersUpdate documentation for call_rcu before/after fork
2018-03-23  Michael JeansonAdd support for the RISC-V architecture
2018-02-20  Michael JeansonTests: Add tap-driver.sh for automake < 1.12
2018-02-20  Michael JeansonTests: Replace prove by autotools tap runner
2017-12-22  Mathieu Desnoyersliburcu-bp: Use membarrier private expedited when available
2017-12-22  Mathieu Desnoyersliburcu: Use membarrier private expedited when available
2017-11-07  Mathieu Desnoyersrculfhash: improve error handling of mmap backend
2017-11-07  Michael JeansonFix: don't use overlapping mmap mappings on Cygwin
2017-11-07  Michael JeansonTests fix: errors in shell scripts
2017-11-07  Mathieu DesnoyersRevert "Use initial-exec tls model"
2017-10-19  Mathieu DesnoyersUse initial-exec tls model
2017-09-06  Mathieu DesnoyersFix: don't use membarrier SHARED syscall command in...
2017-07-21  Michael JeansonTests fix: add missing Cygwin thread id
2017-07-21  Michael JeansonFix: assignment from incompatible pointer type warnings
2017-07-21  Michael JeansonTests fix: unused variable warnings
2017-07-14  Michael JeansonFix: add missing m68k headers to dist
2017-06-19  Michael JeansonBump version to 0.11-pre
2017-06-12  Mathieu DesnoyersVersion 0.10.0 v0.10.0
2017-06-08  Mathieu DesnoyersBump library soname due to urcu flavor structure change
2017-06-08  Mathieu DesnoyersCleanup: use mutex_lock() wrapper in rculfhash
2017-06-07  Mathieu DesnoyersUse workqueue in rculfhash
2017-06-07  Mathieu DesnoyersImplement urcu workqueues internal API
2017-05-15  Michael JeansonAdd support for m68k architecture
2017-05-08  Michael JeansonSet -Wall globally in AM_CFLAGS
2017-05-08  Michael JeansonFix: remove double use of PTHREAD_CFLAGS
2017-05-08  Michael JeansonRe-add PTHREAD_CFLAGS to global CFLAGS
2017-05-08  Michael JeansonFix: Don't override user variables within the build...
2017-04-24  Michael JeansonAdd report at the end of configure
2017-03-16  Jérémie Galarneauuatomic-api docs: use the third-person singular
2017-01-23  Jonathan RajotteAdd --enable-rcu-debug to configure
2016-12-05  Mathieu DesnoyersARM32: use dmb ish (inner shareable domain) for smp...
2016-12-05  Mathieu DesnoyersCleanup: remove cmm_wmb() from rcu_xchg_pointer and...
2016-12-05  Mathieu DesnoyersFix: uatomic arm32: add missing release barrier before...
2016-12-01  Michael JeansonTests: Add verbose support to test script
2016-09-16  Mathieu DesnoyersFix: add missing CONFIG_RCU_FORCE_SYS_MEMBARRIER to...
2016-09-16  Mathieu DesnoyersAllow forcing the use of sys membarrier
2016-09-08  Mathieu DesnoyersFix: rcutorture: work-around signal issue on mac os x
2016-09-07  Mathieu DesnoyersFix: rcutorture should register thread using call_rcu
2016-06-28  Mathieu DesnoyersFix: add missing backslash in Makefile.am
2016-06-28  Michael JeansonFix: Do not use wildcards in include/Makefile.am
2016-06-27  Michael JeansonBump version to 0.10-pre
2016-06-27  Michael JeansonFix: check for rand_r() in compat-rand.h
2016-06-27  Michael JeansonFix: Move rand-compat to private src dir
2016-06-27  Michael JeansonFix: remove AC_FUNC_MALLOC from configure.ac
2016-06-27  Michael JeansonCleanup: Re-organise source dir
2016-06-27  Michael JeansonCleanup: remove leftover manual pthread detection
2016-06-27  Michael JeansonFix: update ax_pthread macro to handle newer clang
2016-06-23  Mathieu DesnoyersUpdate library current version due to adding destroy API
2016-06-22  Michael JeansonFix: Use pthread_self to get threadid on OSX
2016-06-22  Mathieu DesnoyersFix: examples: use destroy API for queues/stacks
2016-06-22  Mathieu DesnoyersUpdate library age due to new stack/queue destroy API
2016-06-22  Mathieu DesnoyersFix: tests: invoke destroy APIs for queues/stacks
2016-06-22  Mathieu DesnoyersFix: add missing destroy functions to queues/stack...
2016-06-22  Mathieu DesnoyersFix: add missing __cds_wfcq_init for LGPL API
2016-06-22  Mathieu DesnoyersFix: memory leak on hash table destroy
2016-06-22  Michael JeansonFix: Add failover for platforms without nproc
2016-06-22  Mathieu DesnoyersFix: use clock_get_time for caa_get_cycles fallback...
2016-06-22  Mathieu DesnoyersFix: syscall-compat.h MacOSX support
2016-06-21  Michael JeansonFix: Add solaris-build.md to dist
2016-06-10  Mathieu Desnoyersrculfhash: Documentation: clarify need for grace period...
2016-06-03  Sebastien BoisvertPort: build shared libraries in Cygwin
2016-06-03  Sebastien BoisvertPort: fix compatibility header for Cygwin
2016-05-31  Michael JeansonAdd GNU Hurd support to syscall-compat.h
2016-05-19  Mathieu DesnoyersAdd support for aarch64_be
2016-05-18  Mathieu DesnoyersFix: urcu-bp: re-initialize list head on library exit
2016-05-12  Mathieu Desnoyersbootstrap: Standardize on autoreconf -vi
2016-05-12  Michael JeansonHarmonize bootstrap script across projects
2016-05-10  Mathieu DesnoyersFix: examples make distcheck failure
2016-03-08  Mathieu Desnoyerswfcqueue: add C++ compatibility API
2016-03-08  Mathieu DesnoyersFix: CDS_WFCQ_WOULDBLOCK typing for c++
2016-02-10  Olof JohanssonFix: configure.ac: check for possibly required libs...
2016-02-09  Marek VasutSupport for NIOS2 architecture
2016-01-21  Mathieu Desnoyersurcu_ref_get_safe: introduce new API
2016-01-19  Mathieu DesnoyersFix: handle reference count overflow
2015-12-18  Mathieu DesnoyersFix: compat_futex should work-around futex signal-resta...
2015-12-17  Didier NadeauSupport for Xeon-Phi with newer MPSS
2015-11-16  Mathieu Desnoyerssparc64: allocate membarrier system call number
2015-11-16  Mathieu Desnoyershppa: allocate membarrier system call number
2015-11-12  Michael JeansonFix build on non-Linux Debian ports
2015-10-30  Mathieu DesnoyersFix: urcu-signal: smp_mb_master() needs registry lock
2015-10-28  Mathieu DesnoyersFix: rculfhash only needs to include urcu-pointers.h
2015-10-16  Mathieu DesnoyersFix: out-of-tree benchmark/regtest
next
This page took 0.038365 seconds and 4 git commands to generate.