urcu.git
2020-12-17  Michael JeansonCleanup: Move ARM specific code to urcu/arch/arm.h
2020-12-17  Michael Jeansonfix: bump tests thread limit to 4096
2020-12-02  Michael Jeansonfix: reorder x86 arch detection
2020-11-30  Michael Jeansonfix: typo in futex syscall define check
2020-11-20  Michael JeansonCompile time futex syscall detection
2020-11-20  Michael JeansonStatic arch and uatomic headers
2020-11-19  Michael JeansonAdd git-review config
2020-11-17  Michael Jeansoncleanup: Improve wording of CONFIG_RCU_DEBUG description
2020-11-17  Michael Jeansonfix: explicitly include urcu/config.h in files using...
2020-11-16  Shuo WangFix typo in README.md
2020-11-02  Michael Jeansonfix: add -lurcu-common to pkg-config libs for each...
2020-10-26  Paul E. McKenneycall_rcu: Fix race between rcu_barrier() and call_rcu_d...
2020-04-21  Mathieu DesnoyersCleanup: tls-compat.h: add parentheses around expressio...
2020-04-20  Mathieu DesnoyersFix: tls-compat.h exposes compiler-dependent public...
2020-04-10  Mathieu DesnoyersFix: tap array subscript has type char warning
2020-04-09  Mathieu DesnoyersVersion 0.12.0 v0.12.0
2020-04-09  Mathieu Desnoyerstls-compat.h: introduce DEFINE_URCU_TLS_INIT
2020-01-30  Alex XuUse _umtx_op for futex on FreeBSD
2020-01-30  Alex XuAdd FreeBSD, DragonFly to syscall-compat.h
2019-11-22  Mathieu Desnoyersurcu-bp: perform thread registration on urcu_bp_registe...
2019-11-08  Michael JeansonRequire automake >= 1.12
2019-10-28  Jérémie Galarneaucds_lfht_is_node_deleted parameter can be marked const
2019-09-19  Mathieu DesnoyersFix: provide errno as argument to urcu_die()
2019-09-18  hewenliangFix: rculfhash worker needs to unblock to SIGRCU
2019-06-04  Mathieu DesnoyersCleanup: test_perthreadlock_timing: handle pthread...
2019-06-03  Michael JeansonFix: SONAME bump to 6.1.0
2019-05-27  Mathieu DesnoyersCleanup: remove unused variable from configure.ac check
2019-05-27  Mathieu DesnoyersFix: urcu/futex.h: users of struct timespec should...
2019-05-06  Mathieu DesnoyersVersion 0.11.0 v0.11.0
2019-05-06  Mathieu DesnoyersBump library version to 6:0:1
2019-05-06  Mathieu DesnoyersCleanup: update code layout to fix old gcc warning
2019-04-22  Michael JeansonFix: typo CPPLAGS in examples Makefile
2019-04-17  Michael JeansonHarmonize pprint macro across projects
2019-04-16  Michael JeansonCheck for TLS support after CC detection
2019-04-16  Michael JeansonUpdate macros from the autotools archive
2019-03-14  Michael Jeansontap-driver.sh: flush stdout after each test result
2019-03-07  Michael JeansonUpdate dead link in lgpl-relicensing.txt
2019-01-28  Michael JeansonAdd multiflavor compat identifiers
2018-12-19  Michael JeansonCleanup: missing sign compare fixes
2018-12-18  Michael JeansonCleanup: enable signed/unsigned compare compiler warning
2018-12-17  Michael JeansonCleanup: compiler warning on 32-bit architectures
2018-12-13  Mathieu Desnoyersconfig.h.in: rename CONFIG_RCU_MULTIFLAVOR to CONFIG_RC...
2018-12-13  Mathieu Desnoyersrculfhash: implement iterator debugging config option
2018-12-13  Michael JeansonFix: examples silent rules on Solaris
2018-12-13  Michael JeansonAdd missing fall through annotations
2018-12-13  Michael JeansonFix: symbol aliases with TLS compat
2018-12-13  Michael JeansonPort: no symbols aliases on MacOS
2018-12-12  Michael JeansonAdd -Wextra to CFLAGS
2018-12-12  Michael JeansonAdd silent mode to examples Makefiles
2018-12-12  Mathieu Desnoyersdoc: update examples to API changes
2018-12-12  Mathieu Desnoyerstest multiflavor single compile unit
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...
next
This page took 0.038996 seconds and 4 git commands to generate.