urcu.git
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
2015-10-16  Mathieu DesnoyersFix: add missing regtest and benchmark files to dist...
2015-10-16  Mathieu DesnoyersFix: add missing run.sh to benchmark makefile
2015-10-16  Mathieu DesnoyersVersion 0.9.0 v0.9.0
2015-10-16  Mathieu DesnoyersBump soname major to 4
2015-10-16  Mathieu DesnoyersCleanup: remove trailing tab
2015-10-08  Michael JeansonFix: Use proper macro to detect stdbool.h
2015-10-07  Michael JeansonConfigure: Add missing checks
2015-10-06  Michael JeansonPort: Add Solaris build instructions
2015-10-06  Michael JeansonFix: regtest outputs valid TAP protocol
2015-10-06  Michael JeansonPort: Detect nproc bin name in benchmark scripts
2015-10-06  Michael JeansonPort: Add Solaris getcpu support
2015-10-06  Michael JeansonPort: Fixes to build system for portability
2015-10-06  Michael JeansonPort: Add Solaris support to tests/common/thread-id.h
2015-10-06  Michael JeansonPort: Add Solaris support to urcu/syscall-compat.h
2015-10-06  Michael JeansonPort: replace bzero() by memset()
2015-10-06  Michael JeansonPort: make bootstrap script work on most shell
2015-10-01  Mathieu Desnoyerstests: rcutorture: use parameters rather than random
2015-09-29  Mathieu DesnoyersFix: only define membarrier system call on Linux
2015-09-29  Mathieu DesnoyersRefactor tests
2015-09-28  Mathieu DesnoyersFix: cast caa_cycles_t to unsigned long long
2015-09-28  Mathieu Desnoyerscaa_get_cycles: caa_ prefix for type, use CLOCK_MONOTONIC
2015-09-28  Mathieu DesnoyersCleanup: remove trailing whitespaces at EOL
2015-09-28  Mathieu DesnoyersCleanup: move generic caa_get_cycles to arch/generic.h
2015-09-28  Mathieu Desnoyerstile: allocate membarrier system call number
2015-09-28  Mathieu Desnoyersia64: allocate membarrier system call number
2015-09-28  Mathieu Desnoyersaarch64: allocate membarrier system call number
2015-09-28  Mathieu Desnoyerspowerpc64le: use "ppc" architecture
2015-09-28  Mathieu Desnoyersarm: allocate membarrier system call number
2015-09-26  Mathieu Desnoyerss390: allocate membarrier system call number
2015-09-26  Mathieu Desnoyersppc: allocate membarrier system call number
2015-09-26  Mathieu Desnoyerslfstack: relax constraints on node re-use
2015-09-21  Mathieu DesnoyersFix: format string signedness
2015-09-21  Mathieu DesnoyersCleanup: tests: Branch condition evaluates to a garbage...
2015-09-21  Mathieu DesnoyersFix: test: unchecked return value
2015-09-21  Mathieu DesnoyersFix: test: side-effect in assertion
2015-09-18  Mathieu Desnoyersx86: allocate membarrier system call number
2015-09-18  Mathieu Desnoyersurcu-bp: use sys_membarrier when available
2015-09-18  Mathieu DesnoyersCleanup: urcu: remove unused membarrier "group" parameter
2015-09-17  Mathieu Desnoyersurcu/ref.h: implement urcu_ref_get_unless_zero()
2015-09-15  Mathieu DesnoyersFix: compat_futex: uninitialized ret variable
2015-09-14  Mathieu DesnoyersFix: compat_futex_noasync: don't override return value
2015-09-13  Mathieu DesnoyersFix: dynamic fallback to compat futex on sys_futex...
2015-09-13  Mathieu DesnoyersDetect RCU read-side overflows
2015-09-13  Mathieu DesnoyersDetect RCU read-side underflows
2015-09-13  Mathieu DesnoyersIntroduce urcu_assert and registration check
2015-09-04  Mathieu DesnoyersFix: volatile in assert()
2015-08-29  Mathieu DesnoyersUpdate following changes to sys_membarrier ABI
2015-08-24  Khem Rajuatomic: Specify complete types for atomic function...
2015-07-29  Mathieu DesnoyersCleanup: remove unused return value warning from tests
2015-07-08  Mathieu DesnoyersFix: handle sys_futex() FUTEX_WAIT interrupted by signal
2015-07-06  Mathieu DesnoyersFix: compat_futex.c: *uaddr should be read as volatile
next
This page took 0.037277 seconds and 4 git commands to generate.