urcu.git
2015-09-28  Mathieu DesnoyersCleanup: remove trailing whitespaces at EOL
2015-09-28  Mathieu DesnoyersCleanup: move generic caa_get_cycles to arch/generic.h
2015-09-28  Mathieu Desnoyerstile: allocate membarrier system call number
2015-09-28  Mathieu Desnoyersia64: allocate membarrier system call number
2015-09-28  Mathieu Desnoyersaarch64: allocate membarrier system call number
2015-09-28  Mathieu Desnoyerspowerpc64le: use "ppc" architecture
2015-09-28  Mathieu Desnoyersarm: allocate membarrier system call number
2015-09-26  Mathieu Desnoyerss390: allocate membarrier system call number
2015-09-26  Mathieu Desnoyersppc: allocate membarrier system call number
2015-09-26  Mathieu Desnoyerslfstack: relax constraints on node re-use
2015-09-21  Mathieu DesnoyersFix: format string signedness
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-18  Mathieu Desnoyersx86: allocate membarrier system call number
2015-09-18  Mathieu Desnoyersurcu-bp: use sys_membarrier when available
2015-09-18  Mathieu DesnoyersCleanup: urcu: remove unused membarrier "group" parameter
2015-09-17  Mathieu Desnoyersurcu/ref.h: implement urcu_ref_get_unless_zero()
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: dynamic fallback to compat futex on sys_futex...
2015-09-13  Mathieu DesnoyersDetect RCU read-side overflows
2015-09-13  Mathieu DesnoyersDetect RCU read-side underflows
2015-09-13  Mathieu DesnoyersIntroduce urcu_assert and registration check
2015-09-04  Mathieu DesnoyersFix: volatile in assert()
2015-08-29  Mathieu DesnoyersUpdate following changes to sys_membarrier ABI
2015-08-24  Khem Rajuatomic: Specify complete types for atomic function...
2015-07-29  Mathieu DesnoyersCleanup: remove unused return value warning from tests
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-07-01  Mathieu DesnoyersCleanup: cast poll delay return value to void
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 DesnoyersFix: call_rcu_thread() affinity failure
2015-06-29  Mathieu DesnoyersCleanup: cast poll delay return value to void
2015-06-29  Mathieu DesnoyersCleanup: cast poll delay return value to void
2015-06-29  Mathieu DesnoyersCleanup: cast poll delay return value to void
2015-06-29  Mathieu DesnoyersCleanup: cast poll delay return value to void
2015-06-29  Mathieu DesnoyersCleanup: cast poll() return value to void for delays
2015-06-01  Marc Kleine... urcu: fix deprecation warning with new glibc
2015-05-08  Jeff Laytonurcu: add cds_list_for_each_entry_safe_from macro
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  Mathieu DesnoyersCleanup some c99 pedantic warnings
2015-04-06  Luca BoccassiMark braced-groups within expressions with __extension__
2015-03-17  Mathieu DesnoyersFix: compat_futex_noasync race condition
2015-03-16  Mathieu Desnoyerstests: Use stderr redirection for time output
2015-03-16  Mathieu DesnoyersFix: use space after rpath for OS X ld
2015-03-16  Mathieu DesnoyersFix: move transparent union attribute after union decla...
2015-02-24  Jonathan RajotteConfigure: add check for used type
2015-02-24  Jonathan RajotteConfigure: add missing check of headers
2015-02-24  Jonathan RajotteConfigure: add missing check for funcs: memset, strerror
2015-02-04  Emilio G. CotaFix: documentation: urcu-pointer.h: s/rcu_dereference_p...
2014-12-02  Lai Jiangshanurcu-bp/urcu-qsbr: remove unneeded DEBUG_YIELD code
2014-11-13  Mathieu DesnoyersFix: call rcu should call internal RCU API
2014-10-24  Mathieu DesnoyersFix: silence gcc -Wextra warning
2014-10-24  Emilio G. Cotacompiler: use __GNUC__ instead of the undefined __GNUC_...
2014-10-22  Mathieu DesnoyersFix: lfstack reversed empty/non-empty return value
2014-10-22  Mathieu Desnoyerslfstack: fix: add missing __cds_lfs_init
2014-10-22  Mathieu Desnoyerswfstack: add missing union parameters
2014-10-16  Mathieu DesnoyersFix: preserve example files' timestamps when copying
2014-09-02  Eric Wongwfstack: implement mutex-free wfstack with transparent...
2014-08-07  Mathieu Desnoyerswfcqueue: Implement mutex-free wfcqueue head with trans...
2014-08-07  Mathieu Desnoyerslfstack: Implement mutex-free stack head with transpare...
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-05-13  Mathieu DesnoyersCleanup: tests: cast console write return value as...
2014-05-06  Philippe ProulxModernize doc using Markdown
2014-05-05  Mathieu DesnoyersFix: update automake following README to README.md...
2014-05-05  Philippe ProulxModernize README using Markdown
2014-04-29  Mathieu DesnoyersFix: incorrect parenthesis in cds_hlist_for_each_entry_...
2014-04-20  Keir FraserFix: Use after free in rcu_barrier()
2014-04-18  Mathieu DesnoyersFix: rcu_barrier(): uninitialized futex field
2014-04-17  Keir Frasercall_rcu threads should clear their PAUSED flag when...
2014-04-17  Mathieu Desnoyerstest_urcu_fork: test many fork, with 3 children deep
2014-04-17  Mathieu DesnoyersUpdate list of supported architectures in README
2014-04-17  Helge DellerAdd support for hppa/PA-RISC architecture
2014-03-13  Lars PerssonUse autoconf AM_MAINTAINER_MODE
2014-03-12  Dimitri John... Use gcc atomics on aarch64/powerpc64le
2014-03-01  Mathieu DesnoyersFix: move wait loop increment before first conditional...
2014-03-01  Mathieu DesnoyersFix: high cpu usage in synchronize_rcu with long RCU...
2014-02-04  Mathieu DesnoyersFix: out of tree build: doc/examples
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 Desnoyersautomake: Rename INCLUDES to AM_CPPFLAGS (new name)
2014-01-15  Mathieu Desnoyerstests regressions: use lib rather than recompile from...
2014-01-15  Mathieu Desnoyerstests: use common lib rather than recompile compat...
2014-01-15  Mathieu Desnoyersurcu tests: use lib rather than compile from source
2014-01-15  Mathieu Desnoyersurcu mb tests: use lib rather than recompile from source
2014-01-15  Mathieu Desnoyersurcu signal tests: use library rather than recompile...
2014-01-15  Mathieu Desnoyerstests: move yield debug to common test library
2014-01-14  Mathieu Desnoyerstests urcu bp: use lib rather than recompile source
2014-01-14  Mathieu Desnoyerstest_urcu_defer: link on urcu lib rather than recompile...
2014-01-14  Mathieu Desnoyerstests/benchmark: use urcu qsbr lib rather than recompil...
2014-01-14  Jérémie GalarneauPass the CC variable to the example Makefiles
2013-12-08  Mathieu DesnoyersFix: urcu-bp interaction with threads vs constructors...
2013-12-07  Mathieu Desnoyersx86 barrier for Xeon Phi: use rsp on x86-64
2013-12-06  Simon MarchiSet RCU_HAVE_FENCE to false on Intel Xeon Phi
next
This page took 0.038807 seconds and 4 git commands to generate.