userspace-rcu.git
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...
2021-09-08  Michael Jeansonfix: test_build tap plan
2021-09-08  Simon MarchiTest C++ build of list head init
2021-09-08  Mathieu DesnoyersFix order of initializers in CDS_LIST_HEAD_INIT
2021-09-08  Mathieu Desnoyersunit tests: test wfcqueue, wfstack, lfstack empty check...
2021-09-08  Mathieu Desnoyerswfcqueue: implement C++ API based on function overloading
2021-09-08  Mathieu Desnoyerswfstack: implement C++ API based on function overloading
2021-09-08  Mathieu Desnoyerslfstack: implement C++ API based on function overloading
2021-09-08  Mathieu DesnoyersFix tap.h: remove extra semicolon in pass/fail macros
2021-09-08  Simon MarchiAdd C++ build tests
2021-09-08  Simon MarchiBuild and run regression and unit tests as C++ programs
2021-09-07  Simon MarchiAdd --enable-Werror configure switch
2021-09-03  Francis DeslauriersAdd `urcu_posix_assert()` as `assert()` replacement
2021-09-03  Francis DeslauriersRename `urcu_assert()` to `urcu_assert_debug()`
2021-09-01  Michael Jeansoncleanup: spelling fixes in comments
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
next
This page took 0.039129 seconds and 4 git commands to generate.