urcu.git
2016-04-26  Mathieu DesnoyersVersion 0.7.17 stable-0.7 v0.7.17
2015-10-30  Mathieu DesnoyersFix: urcu-signal: smp_mb_master() needs registry lock
2015-10-16  Mathieu DesnoyersVersion 0.7.16 v0.7.16
2015-09-21  Mathieu DesnoyersFix: format string signedness
2015-09-16  Dimitri John... Use gcc atomics on aarch64/powerpc64le
2015-09-15  Mathieu DesnoyersFix: compat_futex: uninitialized ret variable
2015-09-14  Mathieu DesnoyersFix: compat_futex_noasync: don't override return value
2015-09-13  Mathieu DesnoyersFix: stable-0.7 branch does not have syscall-compat.h
2015-09-13  Mathieu DesnoyersFix: dynamic fallback to compat futex on sys_futex...
2015-09-09  Mathieu DesnoyersVersion 0.7.15 v0.7.15
2015-09-09  Mathieu DesnoyersDisable sys_membarrier
2015-08-24  Khem Rajuatomic: Specify complete types for atomic function...
2015-07-08  Mathieu DesnoyersFix: handle sys_futex() FUTEX_WAIT interrupted by signal
2015-07-06  Mathieu DesnoyersFix: compat_futex.c: *uaddr should be read as volatile
2015-06-30  Mathieu DesnoyersFix: call_rcu_thread() affinity failure
2015-06-01  Marc Kleine... urcu: fix deprecation warning with new glibc
2015-04-28  Mathieu DesnoyersVersion 0.7.14 v0.7.14
2015-04-28  Mathieu DesnoyersFix: call rcu should call internal RCU API
2015-04-25  Mathieu DesnoyersFix: deadlock when thread join is issued in read-side...
2015-04-23  Mathieu DesnoyersFix: rename RCU_DEBUG to DEBUG_RCU in urcu-qsbr.h
2015-04-06  Luca BoccassiMark braced-groups within expressions with __extension__
2015-03-17  Mathieu DesnoyersFix: compat_futex_noasync race condition
2015-02-04  Emilio G. CotaFix: documentation: urcu-pointer.h: s/rcu_dereference_p...
2014-10-24  Mathieu DesnoyersFix: silence gcc -Wextra warning
2014-10-21  Mathieu DesnoyersVersion 0.7.13 v0.7.13
2014-07-31  Eric Wongrculfhash: remove duplicated code
2014-07-31  Eric Wongrculfhash: handle pthread_create failures
2014-07-31  Eric Wongrculfhash: fall back to single-threaded resize on callo...
2014-07-31  Eric Wongx86: drop extra semi-colon in caa_cpu_relax
2014-04-17  Keir Frasercall_rcu threads should clear their PAUSED flag when...
2014-03-26  Mathieu DesnoyersFix: bring back dummy rcu_bp_exit symbol
2014-03-08  Mathieu DesnoyersVersion 0.7.12 v0.7.12
2014-03-01  Mathieu DesnoyersFix: move wait loop increment before first conditional...
2014-03-01  Mathieu DesnoyersVersion 0.7.11 v0.7.11
2014-03-01  Mathieu DesnoyersFix: high cpu usage in synchronize_rcu with long RCU...
2014-02-28  Mathieu DesnoyersVersion 0.7.10 v0.7.10
2013-12-08  Mathieu DesnoyersFix: urcu-bp interaction with threads vs constructors...
2013-11-28  Mathieu DesnoyersFix undefined NULL pointer arithmetic
2013-11-24  Mathieu DesnoyersBlacklist ARM gcc 4.8.0, 4.8.1, 4.8.2
2013-11-19  Mathieu Desnoyersrculfhash: document max_nr_buckets = 0
2013-11-12  Mathieu DesnoyersVersion 0.7.9 v0.7.9
2013-11-03  Mathieu Desnoyerstls-compat: fix comment typo
2013-11-01  Mathieu DesnoyersKeep ABI compatible with already compiled LGPL applications
2013-11-01  Mathieu DesnoyersFix: tls-compat multi-lib conflict
2013-10-08  Mathieu Desnoyersgcc warning fixes: -Wsign-compare and -Wextra
2013-10-08  Mathieu DesnoyersFix: urcu-qsbr: reversed logic on RCU_DEBUG
2013-10-02  Mathieu DesnoyersFix: urcu-bp segfault in glibc pthread_kill()
2013-10-02  Mathieu DesnoyersFix urcu-bp: don't move registry
2013-10-02  Mathieu DesnoyersFix: compat futex duplicated lock and completion
2013-10-02  Mathieu DesnoyersFix: i386 compat code duplicated mutex instances
2013-09-30  Mathieu DesnoyersFix: urcu-bp: Bulletproof RCU arena resize bug
2013-09-30  Vladimir NikulichevFix: test_mutex.c uninitialized mutex
2013-09-06  Mathieu DesnoyersVersion 0.7.8 v0.7.8
2013-08-30  Mathieu DesnoyersFix: hash table growth (for small tables) should be...
2013-07-08  Mathieu DesnoyersDocument build work-around on MacOS X
2013-07-04  Mathieu DesnoyersFix tests: use of uninitialized variables
2013-06-19  Mathieu Desnoyerstests: add missing unsigned long casts to pthread_self()
2013-06-19  Mathieu DesnoyersVersion 0.7.7 v0.7.7
2013-06-14  Mathieu Desnoyersrculfhash: document destroy context limitation
2013-05-10  Mathieu DesnoyersFix: Use a filled signal mask to disable all signals
2013-04-30  Mathieu DesnoyersDocument: rculfhash destroy and resize side-effect...
2013-04-18  Mathieu DesnoyersAdd "sparc" host cpu to configure.ac
2013-02-22  Mathieu DesnoyersFix: tests/api.h use cpuset.h
2013-02-22  Mathieu DesnoyersFix hurd-i386: move cpuset tests outside of sched_setaf...
2013-02-22  Mathieu DesnoyersFix tests: finer-grained use of CPU_SET, CPU_ZERO and...
2013-02-22  Mathieu DesnoyersTest for CPU_SET
2013-02-22  Mathieu DesnoyersFix build on architectures with HAVE_SCHED_GETCPU but...
2013-02-22  Mathieu DesnoyersREADME: document that Clang 3.0 (based on LLVM 3.0...
2013-02-22  Mathieu Desnoyersclang: silence "unused expression result" warning
2013-02-15  Mathieu Desnoyersrculfhash: add assertions on node alignment
2013-01-31  Mathieu Desnoyersuatomic: style fix
2013-01-09  Mathieu DesnoyersVersion 0.7.6 v0.7.6
2013-01-09  Mathieu DesnoyersDiscourage use of pthread_atfork() for call_rcu handlers
2013-01-09  Mathieu DesnoyersFix call_rcu fork handling
2013-01-09  Mathieu Desnoyerstest: fork handling
2012-11-09  Mathieu DesnoyersFix TLS detection: test with linker, add --disable...
2012-11-08  Mathieu DesnoyersCleanup: cast pthread_self() return value to unsigned...
2012-11-08  Christian BabeuxFallback mechanism not working on platform where TLS...
2012-10-12  Mathieu DesnoyersVersion 0.7.5 v0.7.5
2012-10-12  Mathieu DesnoyersFix: call_rcu list corruption on teardown
2012-09-07  Paul E. McKenneyEnsure that read-side functions meet 10-line LGPL criterion
2012-09-06  Mathieu Desnoyerstls-compat.h: document sigaltstack(2) limitation
2012-09-06  Lai Jiangshanurcu: add notice to URCU_TLS() for it is not strictly...
2012-09-06  Mathieu DesnoyersDocument sigaltstack(2) limitation
2012-09-03  Mathieu DesnoyersDocumentation: update LICENSE file
2012-08-27  Mathieu DesnoyersUpdate version to 0.7.4 v0.7.4
2012-08-21  Mathieu Desnoyersrculfhash API documentation: document destroy RCU read...
2012-08-21  Mathieu DesnoyersFix: rculfhash should be offline while waiting for...
2012-08-15  Mathieu DesnoyersAdd missing entry to gitignore
2012-08-09  Lai Jiangshanurcu: move busy-wait code and name it ___cds_wfq_node_s...
2012-08-09  Lai Jiangshanurcu: fix compat_futex_noasync()
2012-08-09  Lai Jiangshanurcu: add hint to DEFINE_URCU_TLS() for compound types
2012-07-30  Mathieu DesnoyersFix: CAA_BUILD_BUG_ON should refer to CAA_BUILD_BUG_ON_ZERO
2012-07-10  Ralf BaechleAdd MIPS support
2012-07-09  Mathieu DesnoyersCompatibility: remove bash-ismsm from test scripts
2012-06-22  Mathieu DesnoyersFix inappropriate lib behavior: don't call exit()
2012-06-14  Mathieu DesnoyersFix: re-enable compatibility with autoconf < 2.64
2012-06-12  Mathieu DesnoyersFix c99 compatibility: use __asm__ and __volatile__...
2012-06-11  Mathieu DesnoyersFix c99 compatibility: use __typeof__ instead of typeof...
2012-06-01  Mathieu Desnoyerswarning fix: tests urcutorture for NetBSD 5
next
This page took 0.046593 seconds and 4 git commands to generate.