urcu.git
2014-10-24  Mathieu Desnoyerswaitqueue: add in_waitqueue field urcu/workqueue-wakeup
2014-10-24  Mathieu Desnoyersworkqueue: use int type for shutdown load/store
2014-10-24  Mathieu Desnoyersworkqueue: steal all: only steal from workers when...
2014-10-23  Mathieu Desnoyersworkqueue: handle congestion by clearing queue
2014-10-23  Mathieu Desnoyersworkqueue: move work stealing flag to workqueue
2014-10-23  Mathieu Desnoyersworkqueue: add approximate upper bound to queue length
2014-10-23  Mathieu Desnoyersworkqueue: consider "own" item for do_work criterion
2014-10-23  Mathieu Desnoyersworkqueue: fix uninitialized next pointer
2014-10-23  Mathieu Desnoyersworkqueue: fix uninitialized mutex
2014-10-23  Mathieu Desnoyersworkqueue: keep one work item from stealing co-workers
2014-10-23  Mathieu Desnoyersworkqueue: ensure worker is removed from waitqueue...
2014-10-23  Mathieu Desnoyersworkqueue: implement shutdown
2014-10-23  Mathieu Desnoyersworkqueue: use cds_wfcq_splice_blocking() rather than...
2014-10-22  Mathieu DesnoyersFix: lfstack reversed empty/non-empty return value
2014-10-22  Mathieu Desnoyersworkqueue/waitqueue: use lock-free stack for wakeup
2014-10-22  Mathieu Desnoyerslfstack: fix: add missing __cds_lfs_init
2014-10-22  Mathieu Desnoyerslfstack: introduce CDS_LFS_END define
2014-10-22  Mathieu Desnoyersworkqueue: use RCU to protect waitqueue stack dequeue...
2014-10-21  Mathieu Desnoyersworkqueue: preserve FIFO work order
2014-10-21  Mathieu Desnoyersworkqueue: only awaken a single sibling
2014-10-21  Mathieu Desnoyersworkqueue: test for empty queue before taking lock
2014-10-19  Mathieu Desnoyersworkqueue: implement benchmark
2014-10-19  Mathieu DesnoyersImplement waitqueue and workqueue APIs
2014-10-18  Mathieu Desnoyersrculist: allow reverse RCU traversal
2014-10-18  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
2013-12-03  Mathieu DesnoyersFix undefined NULL pointer arithmetic in hlist
2013-12-02  Charles BriereCleanup: Check for pthread in Libc
2013-12-02  Charles BriereCleanup: Android: Do not redefine gettid
2013-11-28  Mathieu DesnoyersFix undefined NULL pointer arithmetic
2013-11-27  Pierre-Luc... Android: implement rand_r()
2013-11-27  Charles BriereAndroid: do not redefine gettid on Android
2013-11-27  Pierre-Luc... Android: add a compat layer for 'syscall.h'
2013-11-27  Charles BriereAndroid: do not link pthread on Android
2013-11-27  Charles BriereAndroid: configure.ac Android check
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-01  Mathieu DesnoyersLibrary major version number (soname) increment to 3
2013-11-01  Mathieu DesnoyersFix: tls-compat multi-lib conflict
2013-10-31  Cristiana VoicuUse cross compiler for doc examples
2013-10-22  Mathieu DesnoyersAdd lttng-dev mailing list to readme
2013-10-13  Mathieu Desnoyerswfcqueue: remove misleading comment
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-09-30  Mathieu DesnoyersFix: compat futex duplicated lock and completion
2013-09-30  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.8.0 v0.8.0
2013-08-30  Mathieu DesnoyersFix: hash table growth (for small tables) should be...
2013-08-26  Mathieu DesnoyersFix: doc/examples cross-build
2013-08-12  Mathieu DesnoyersIntroduce URCU_INLINE_SMALL_FUNCTIONS
2013-08-10  Mathieu DesnoyersAdd missing tests/common/Makefile.am
2013-08-09  Mathieu DesnoyersREADME: document make check/regtest/bench
2013-08-09  Mathieu Desnoyerstests: split in check, regtest and bench targets
2013-07-21  Mathieu DesnoyersCleanup: doc/examples makefile
2013-07-21  Mathieu DesnoyersFix: doc/examples VPATH build
2013-07-08  Alexandre Montplaisirdoc/examples: Move the LIBS after the OBJECTS in the...
2013-07-08  Mathieu DesnoyersDocument build work-around on MacOS X
next
This page took 0.038556 seconds and 4 git commands to generate.