uatomic/x86: Remove redundant memory barriers
[userspace-rcu.git] / tests /
3 days ago  Michael Jeansoncleanup: move rand_r compat code to tests
2024-01-10  Olivier Dionrcutorture: Check histogram of ages
2023-10-03  Michael Jeansonfix: add missing SPDX licensing tags
2023-09-03  Mathieu DesnoyersTests: Add test for byte/short atomics on addresses...
2023-08-21  Mathieu Desnoyerstests/common: Remove urcu-signal common test files
2023-08-21  Mathieu Desnoyerstests/benchmark: Remove urcu-signal benchmark tests
2023-08-21  Mathieu Desnoyerstests/regression: Remove urcu-signal regression tests
2023-08-21  Mathieu Desnoyerstests/unit: Remove urcu-signal unit tests
2023-08-14  Olivier Diontests: Add tests for checking race conditions
2023-08-14  Olivier Diontests/unit/test_build: Quiet unused return value
2023-08-14  Olivier Dionbenchmark: Use uatomic for accessing global states
2023-08-14  Olivier Diontests: Use uatomic for accessing global states
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-11  Michael Jeansontests: use SPDX identifiers
2023-07-11  Michael JeansonBuild system: use SPDX identifiers
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-10  Mathieu DesnoyersImplement poll rcu stress test in rcutorture
2022-08-17  Simon MarchiFix: change method used by _rcu_dereference to strip...
2022-08-17  Michael Jeansonfix: ifdef linux specific cpu count compat
2022-08-03  Michael JeansonAdd unit tests for possible_cpus_array_len
2022-03-23  Michael JeansonImproved test framework
2021-11-18  Michael Jeansonfix: use urcu-tls compat with c++ compiler
2021-11-13  Dimitris ApostolouFix typo
2021-09-14  Mathieu DesnoyersCleanup: Tests: Remove useless pre-C99 compatibility...
2021-09-08  Michael Jeansonfix: test_build tap plan
2021-09-08  Simon MarchiTest C++ build of list head init
2021-09-08  Mathieu Desnoyersunit tests: test wfcqueue, wfstack, lfstack empty check...
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-03  Francis DeslauriersAdd `urcu_posix_assert()` as `assert()` replacement
2021-05-07  Michael Jeansontests: Add a simple compile test for caa_get_cycles
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 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-03-19  Michael Jeansonconfigure: standardise include path
2021-03-19  Michael JeansonRemove glibc < 2.4 compat code for sched_setaffinity
2021-03-19  Michael Jeansontests: Move tap-driver.sh out of the autotools aux...
2020-12-17  Michael Jeansonfix: bump tests thread limit to 4096
2020-04-10  Mathieu DesnoyersFix: tap array subscript has type char warning
2019-06-04  Mathieu DesnoyersCleanup: test_perthreadlock_timing: handle pthread...
2018-12-19  Michael JeansonCleanup: missing sign compare fixes
2018-12-18  Michael JeansonCleanup: enable signed/unsigned compare compiler warning
2018-12-13  Michael JeansonAdd missing fall through annotations
2018-12-12  Michael JeansonAdd -Wextra to CFLAGS
2018-12-12  Mathieu Desnoyerstest multiflavor single compile unit
2018-11-23  Michael Jeansontest_rwlock: Add per-thread count to verbose output
2018-11-23  Michael JeansonFix: pthread_rwlock initialization on Cygwin
2018-02-20  Michael JeansonTests: Replace prove by autotools tap runner
2017-11-07  Michael JeansonTests fix: errors in shell scripts
2017-07-21  Michael JeansonTests fix: add missing Cygwin thread id
2017-07-21  Michael JeansonTests fix: unused variable warnings
2017-05-08  Michael JeansonFix: remove double use of PTHREAD_CFLAGS
2017-05-08  Michael JeansonFix: Don't override user variables within the build...
2016-12-01  Michael JeansonTests: Add verbose support to test script
2016-09-08  Mathieu DesnoyersFix: rcutorture: work-around signal issue on mac os x
2016-09-07  Mathieu DesnoyersFix: rcutorture should register thread using call_rcu
2016-06-27  Michael JeansonFix: Move rand-compat to private src dir
2016-06-27  Michael JeansonCleanup: Re-organise source dir
2016-06-27  Michael JeansonCleanup: remove leftover manual pthread detection
2016-06-22  Michael JeansonFix: Use pthread_self to get threadid on OSX
2016-06-22  Mathieu DesnoyersFix: tests: invoke destroy APIs for queues/stacks
2016-06-22  Michael JeansonFix: Add failover for platforms without nproc
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 DesnoyersCleanup: remove trailing tab
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: Fixes to build system for portability
2015-10-06  Michael JeansonPort: Add Solaris support to tests/common/thread-id.h
2015-10-01  Mathieu Desnoyerstests: rcutorture: use parameters rather than random
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-26  Mathieu Desnoyerslfstack: relax constraints on node re-use
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-04  Mathieu DesnoyersFix: volatile in assert()
2015-07-29  Mathieu DesnoyersCleanup: remove unused return value warning from tests
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 DesnoyersCleanup: cast poll delay return value to void
2015-04-06  Mathieu DesnoyersCleanup some c99 pedantic warnings
2015-03-16  Mathieu Desnoyerstests: Use stderr redirection for time output
2014-05-13  Mathieu DesnoyersCleanup: tests: cast console write return value as...
2014-04-17  Mathieu Desnoyerstest_urcu_fork: test many fork, with 3 children deep
2014-02-04  Mathieu DesnoyersFix: out of tree build tests/common
2014-01-15  Mathieu Desnoyerstests/unit: use lib rather than source
2014-01-15  Mathieu Desnoyerstests regressions: use lib rather than recompile from...
2014-01-15  Mathieu Desnoyerstests: use common lib rather than recompile compat...
next
This page took 0.052581 seconds and 7 git commands to generate.