urcu.git
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
2015-07-01  Mathieu DesnoyersCleanup: cast poll delay return value to void
2015-06-30  Michael Jeansontests: Convert unit tests to TAP
2015-06-30  Michael JeansonFix: make benchmark test run in oot build
2015-06-29  Mathieu DesnoyersFix: call_rcu_thread() affinity failure
2015-06-29  Mathieu DesnoyersCleanup: cast poll delay return value to void
2015-06-29  Mathieu DesnoyersCleanup: cast poll delay return value to void
2015-06-29  Mathieu DesnoyersCleanup: cast poll delay return value to void
2015-06-29  Mathieu DesnoyersCleanup: cast poll delay return value to void
2015-06-29  Mathieu DesnoyersCleanup: cast poll() return value to void for delays
2015-06-01  Marc Kleine... urcu: fix deprecation warning with new glibc
2015-05-08  Jeff Laytonurcu: add cds_list_for_each_entry_safe_from macro
2015-04-25  Mathieu DesnoyersFix: deadlock when thread join is issued in read-side...
2015-04-23  Mathieu DesnoyersFix: rename RCU_DEBUG to DEBUG_RCU in urcu-qsbr.h
2015-04-06  Mathieu DesnoyersCleanup some c99 pedantic warnings
2015-04-06  Luca BoccassiMark braced-groups within expressions with __extension__
2015-03-17  Mathieu DesnoyersFix: compat_futex_noasync race condition
2015-03-16  Mathieu Desnoyerstests: Use stderr redirection for time output
2015-03-16  Mathieu DesnoyersFix: use space after rpath for OS X ld
2015-03-16  Mathieu DesnoyersFix: move transparent union attribute after union decla...
2015-02-24  Jonathan RajotteConfigure: add check for used type
2015-02-24  Jonathan RajotteConfigure: add missing check of headers
next
This page took 0.037768 seconds and 4 git commands to generate.