urcu.git
2023-08-14  Olivier Dionbenchmark: Use uatomic for accessing global states
2023-08-14  Olivier Diontests: Use uatomic for accessing global states
2023-08-14  Olivier Dionurcu-wait: Fix wait state load/store
2023-08-14  Olivier DionAdd CMM memory model
2023-08-14  Olivier Dionurcu/arch/generic: Use atomic builtins if configured
2023-08-14  Olivier Dionurcu/compiler: Use atomic builtins if configured
2023-08-14  Olivier Dionconfigure: Add --enable-compiler-atomic-builtins option
2023-07-14  Olivier DionFix: tests/rcutorture: Put thread offline on busy-wait
2023-07-14  Olivier Diontests/regression/rcutorture: Use urcu-wait
2023-07-14  Olivier Diontests/rcutorture: Factor out thread registration
2023-07-14  Olivier Diontests/regression/rcutorture: Add wait state
2023-07-14  Olivier Dionurcu-wait: Initialize node in URCU_WAIT_NODE_INIT
2023-07-11  Michael JeansonComplete REUSE support
2023-07-11  Michael Jeansonextras/abi: license data files under CC-1.0
2023-07-11  Michael Jeansonexamples: use SPDX identifiers
2023-07-11  Michael Jeansontests: use SPDX identifiers
2023-07-11  Michael Jeansonsrc: use SPDX identifiers
2023-07-11  Michael JeansonPublic headers: use SPDX identifiers
2023-07-11  Michael JeansonBuild system: use SPDX identifiers
2023-07-05  Mathieu DesnoyersFix: urcu-wait: add missing futex.h include
2023-07-03  Your Namedoc: update GCC baseline to 4.8
2023-07-03  Your Namedoc: update FreeBSD tested version
2023-07-03  Your Namedoc: Remove Solaris from tested platforms
2023-07-03  Mathieu DesnoyersRevert "compiler.h: Introduce caa_unqual_scalar_typeof"
2023-07-03  Mathieu Desnoyersrculfhash: Use caa_container_of_check_null in cds_lfht_...
2023-07-03  Mathieu Desnoyerscompiler.h: Introduce caa_container_of_check_null
2023-06-29  Mathieu Desnoyerscompiler.h: Introduce caa_unqual_scalar_typeof
2023-06-29  Mathieu DesnoyersAvoid calling caa_container_of on NULL pointer in cds_l...
2023-06-15  Li-Kuan OuFix: revise urcu_read_lock_update() comment
2023-06-09  Mathieu DesnoyersFix: uatomic powerpc comment about lwsync
2023-06-05  Michael Jeansonfix: aarch64: allow RHEL7 gcc 4.8.5-11
2023-05-31  Mathieu Desnoyersaarch64: Implement caa_cpu_relax as yield instruction
2023-03-23  Michael Jeansonfix: warning 'noreturn' function does return on ppc
2023-03-17  Ondřej SurýFix: use __noreturn__ for C11-compatibility
2023-02-27  Brad SmithAdjust shell scripts to allow Bash in other locations
2023-02-25  Brad SmithAdd support for OpenBSD
2023-02-14  Mathieu DesnoyersBump version to 0.15.0-pre
2023-02-14  Mathieu DesnoyersVersion 0.14.0 v0.14.0
2023-02-13  Mathieu DesnoyersFix: urcu-bp: only teardown call-rcu worker in destructor
2023-02-11  Mathieu DesnoyersFix: rculfhash: urcu_die() takes positive error value
2023-02-10  Mathieu DesnoyersFix: call_rcu: teardown default call_rcu worker on...
2023-02-10  Mathieu DesnoyersFix: join worker thread in call_rcu_data_free
2023-02-10  Jérémie GalarneauDocs: clarify grace period polling API
2023-02-10  Mathieu DesnoyersDocument grace period polling in rcu-api.md
2023-02-10  Mathieu DesnoyersImplement poll rcu stress test in rcutorture
2023-02-10  Mathieu Desnoyersurcu-memb,mb,signal: Implement grace period polling
2023-02-10  Mathieu DesnoyersFix: auto-resize hash table destroy deadlock
2023-02-03  Christopher NgFix building on MSYS2
2022-12-05  Gavin Rayrculfhash: Include rculfhash-internal.h from local...
2022-11-10  Mathieu DesnoyersRemove "Darwin" from "should also work on list"
2022-11-01  Mathieu DesnoyersMerge branch 'adah1972-improve-md'
2022-11-01  Wu YongweiAdd semicolons at the end of function prototypes
2022-11-01  Wu YongweiWrap a file name in backticks
2022-11-01  Wu YongweiWrap command-line options in backticks
2022-11-01  Wu YongweiFix a wrong format
2022-11-01  Wu YongweiWrap URLs in angle brackets
2022-11-01  Wu YongweiFix Markdown issues
2022-10-03  Eric WongFix: Always check pthread_create for failures
2022-09-27  Mathieu DesnoyersDisable signals in URCU background threads
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-03  Michael JeansonAdd unit tests for possible_cpus_array_len
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-04-22  Michael JeansonUpdate ABI definition files
2022-04-22  Mathieu DesnoyersBump version current and age
2022-04-12  Michael Jeansonalpha: allocate membarrier system call number
2022-04-12  Michael JeansonBump version to 0.14.0-pre
2022-03-23  Michael JeansonImproved test framework
2022-01-18  Mathieu Desnoyersrculfhash: introduce cds_lfht_node_init_deleted
2022-01-05  Mathieu DesnoyersFix: changelog: v0.13.0 was released in 2021
2021-12-09  Michael Jeansoncleanup: i386 arch detection
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-13  Dimitris ApostolouFix typo
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-09-14  Mathieu DesnoyersCleanup: Tests: Remove useless pre-C99 compatibility...
2021-09-14  Mathieu DesnoyersDocument C99 and C++11 requirement in README.md
2021-09-14  Michael JeansonAlways use '__thread' for Thread local storage except...
2021-09-13  Mathieu DesnoyersFix: powerpc32: transparent unions alter calling convention
2021-09-10  Michael Jeansonfix: don't use C++ thread_local on MacOs
2021-09-08  Mathieu Desnoyerswfcqueue API: implement overloaded wrappers with templates
2021-09-08  Mathieu Desnoyerswfcqueue: combine C++ API cds_wfcq_head_cast with overl...
2021-09-08  Mathieu Desnoyerswfstack C++ API: implement overloaded wrappers with...
2021-09-08  Mathieu Desnoyerslfstack C++ API: implement overloaded wrappers with...
2021-09-08  Mathieu Desnoyerswfstack: combine C++ API cds_wfs_stack_cast with overlo...
2021-09-08  Mathieu Desnoyerslfstack: combine C++ API cds_lfs_stack_cast with overlo...
next
This page took 0.040275 seconds and 4 git commands to generate.