userspace-rcu.git
2022-08-18  Mathieu DesnoyersVersion 0.13.2 v0.13.2
2022-08-18  Mathieu DesnoyersRevert "Fix: remove type constness in URCU_FORCE_CAST...
2022-08-17  Mathieu DesnoyersFix: futex.h: include headers outside extern C
2022-08-17  Mathieu DesnoyersFix: add missing unused attribute to _rcu_dereference
2022-08-17  Simon MarchiFix: change method used by _rcu_dereference to strip...
2022-08-17  Simon MarchiFix: remove type constness in URCU_FORCE_CAST's C+...
2022-08-17  Simon MarchiMove extern "C" down in include/urcu/urcu-bp.h
2022-08-17  Michael Jeansonfix: ifdef linux specific cpu count compat
2022-08-17  Michael JeansonSet git-review branch to stable-0.13
2022-08-03  Michael Jeansonfix: sysconf(_SC_NPROCESSORS_CONF) can be less than...
2022-08-02  Shao-Tse HungFix: revise obsolete command in README.md
2022-06-27  Mathieu DesnoyersFix: workqueue: remove unused variable "ret"
2022-06-27  Mathieu DesnoyersFix: urcu-qsbr: futex wait: handle spurious futex wakeups
2022-06-27  Mathieu DesnoyersFix: urcu: futex wait: handle spurious futex wakeups
2022-06-27  Mathieu DesnoyersFix: urcu-wait: futex wait: handle spurious futex wakeups
2022-06-27  Mathieu DesnoyersFix: defer_rcu: futex wait: handle spurious futex wakeups
2022-06-27  Mathieu DesnoyersFix: call_rcu: futex wait: handle spurious futex wakeups
2022-06-27  Mathieu DesnoyersFix: workqueue: futex wait: handle spurious futex wakeups
2022-06-09  yaowenbin1Fix: Use %lu rather than %ld to print count
2022-01-05  Mathieu DesnoyersVersion 0.13.1 v0.13.1
2022-01-05  Mathieu DesnoyersFix: changelog: v0.13.0 was released in 2021
2021-12-09  Michael Jeansonfix: properly detect 'cmpxchg' on x86-32
2021-11-18  Michael Jeansonfix: use urcu-tls compat with c++ compiler
2021-11-12  Michael Jeansonfix: remove autoconf features default value in help...
2021-10-05  Michael Jeansonfix: add missing pkgconfig file for memb flavour lib
2021-08-27  Simon MarchiMake temporary variable in _rcu_dereference non-const
2021-06-16  Mathieu DesnoyersFix: x86 and s390: uatomic __hp() macro C++ support
2021-06-15  Mathieu DesnoyersFix: x86 and s390: uatomic __hp() macro clang support
2021-06-15  Mathieu DesnoyersFix: x86 and s390 uatomic: __hp() macro warning with...
2021-06-03  Mathieu DesnoyersVersion 0.13.0 v0.13.0
2021-06-03  Mathieu DesnoyersDocument known ABI issue in README.md
2021-06-03  Michael JeansonAdd serialized ABI definition files
2021-06-03  Michael Jeansonbump SONAME major to 8
2021-06-03  Michael JeansonRemove all SONAME(6) ABI aliases
2021-06-03  Michael Jeanson.gitignore: list ignored Makefiles
2021-05-07  Michael Jeansontests: Add a simple compile test for caa_get_cycles
2021-05-07  Michael Jeansonfix: clock_gettime on macOs
2021-04-22  Mathieu DesnoyersFix: rculist header: use parenthesis around macro param...
2021-04-22  Mathieu DesnoyersFix: rcuhlist header: use parenthesis around macro...
2021-04-22  Mathieu DesnoyersFix: hlist header: use parenthesis around macro parameters
2021-04-22  Mathieu DesnoyersFix: list.h: use parenthesis around macro parameters...
2021-04-22  Mathieu DesnoyersFix: hlist iteration relies on undefined behavior
2021-04-19  Mathieu DesnoyersFix: use __atomic_load() rather than atomic load explicit
2021-04-16  Mathieu DesnoyersFix: use atomic load memory_order_consume for rcu_deref...
2021-04-15  Michael Jeansonfix: we used weak symbols not weak aliases
2021-04-15  Michael Jeansonfix: include 'sys/endian.h' on FreeBSD
2021-04-15  Michael Jeansonfix: warnings on non-Linux platforms
2021-04-15  Michael Jeansonfix: HAVE_SCHED_SETAFFINITY is not defined
2021-04-13  Michael Jeansonconfigure: enable extended compiler warnings
2021-04-13  Michael Jeansoncleanup: explicitly mark unused parameters (-Wunused...
2021-04-13  Michael Jeansonfix: shadowed local variable (-Wshadow)
2021-04-13  Michael Jeansoncleanup: all functions have declarations (-Wmissing...
2021-04-13  Michael JeansonImport libtap from babeltrace
2021-04-01  Michael Jeansoncleanup: add 'noreturn' attribute to '_uatomic_link_error'
2021-03-19  Michael Jeansonfix: add missing 'S' to AC_CHECK_PROGS
2021-03-19  Michael JeansonREADME.md: Document supported Glibc version
2021-03-19  Michael JeansonREADME: cleanup stale MacOS information
2021-03-19  Michael JeansonBump version to 0.13.0-pre
2021-03-19  Michael Jeansonconfigure: standardise include path
2021-03-19  Michael JeansonRemove glibc < 2.4 compat code for sched_setaffinity
2021-03-19  Michael Jeansonconfigure: regroup automake conditionals
2021-03-19  Michael JeansonIntroduce AE_FEATURE to manage configure features
2021-03-19  Michael Jeansonconfigure: regroup library checks
2021-03-19  Michael Jeansonconfigure: regroup and expand C header and program...
2021-03-19  Michael Jeansonconfigure: regroup and expand C compiler checks
2021-03-19  Michael Jeansonconfigure: host specific config
2021-03-19  Michael Jeansontests: Move tap-driver.sh out of the autotools aux...
2021-03-19  Michael Jeansonconfigure: Set autotools baseline
2021-03-19  Michael Jeansonconfigure: centralize version information
2021-01-25  Michael Jeansonfix: exclude clang from GCC version blacklists
2021-01-22  Mathieu Desnoyersaarch64: blacklist gcc prior to 5.1
2021-01-13  Jérémie GalarneauFix: configure: support Autoconf 2.70
2020-12-17  Michael JeansonDon't force a target and optimization level on ARMv7
2020-12-17  Michael JeansonUse DMB only on ARMv7
2020-12-17  Michael JeansonBlacklist GCC 4.4.0, 4.4.1 and 4.4.2 on ARM
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...
next
This page took 0.039075 seconds and 4 git commands to generate.