urcu.git
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-11-07  Mathieu DesnoyersRevert "Fix: cross-build: configure.ac should use ...
2012-11-07  Mathieu DesnoyersFix: cross-build: configure.ac should use --target...
2012-11-04  Mathieu Desnoyerstest_urcu_wfcq: add splice and nosync tests
2012-11-04  Mathieu Desnoyerstest_urcu_wfs: cleanup
2012-11-04  Mathieu Desnoyerstest_urcu_lfs: cleanup
2012-11-01  Mathieu DesnoyersFix static linking: add missing static for _defer_rcu
2012-11-01  Mathieu Desnoyerstests: report error value for make check
2012-11-01  Mathieu DesnoyersAdd multiflavor test program
2012-11-01  Mathieu DesnoyersFix static linking: fix symbol name namespaces
2012-11-01  Mathieu DesnoyersFix static linking: add missing static to thr_defer
2012-11-01  Mathieu DesnoyersFix static linking: add missing static
2012-10-23  Mathieu Desnoyersdeprecation: fix build with gcc < 4.5
2012-10-23  Mathieu Desnoyerswfstack.c: update copyright notice
2012-10-23  Mathieu DesnoyersUpdate wfstack copyright notice
2012-10-23  Mathieu DesnoyersComment fix: update associated LGPL header name
2012-10-23  Mathieu DesnoyersUpdate cds-api.txt following API deprecations
2012-10-23  Mathieu DesnoyersDeprecate wfqueue
2012-10-23  Mathieu DesnoyersDeprecate rculfstack
2012-10-23  Mathieu Desnoyerswfcqueue: introduce nonblocking API
2012-10-23  Mathieu Desnoyerslfstack: test pop_all and pop
2012-10-23  Mathieu Desnoyerslfstack: implement empty, pop_all and iterators, docume...
2012-10-23  Mathieu Desnoyerslfstack: implement test
2012-10-23  Mathieu Desnoyerslfstack: implement lock-free stack
2012-10-23  Mathieu Desnoyerswfstack: implement pop_all and iteration tests
2012-10-23  Mathieu Desnoyerswfstack: implement cds_wfs_pop_all and iterators, docum...
2012-10-22  Mathieu Desnoyersrculfhash test: fix trivial memleak and return node...
2012-10-22  Mathieu Desnoyersrculfhash: add missing extern
2012-10-22  Mathieu DesnoyersCleanup: fix cppcheck errors
2012-10-14  Mathieu Desnoyerswfcqueue: remove ancient comment
2012-10-13  Lai Jiangshantest_urcu_lfq: remove rcu_defer_register_thread() from...
2012-10-13  Lai Jiangshantest_urcu_lfq: test for the proper pointer
2012-10-13  Lai Jiangshantest_urcu_lfs: remove rcu_defer_register_thread() from...
2012-10-13  Lai Jiangshantest_urcu_lfs: test for the proper pointer
2012-10-12  Mathieu Desnoyerswfcqueue: clarify locking usage
2012-10-12  Mathieu DesnoyersDocument APIs in README
2012-10-12  Mathieu DesnoyersTest cleanup: replace "l" parameter by "loops"
2012-10-11  Mathieu DesnoyersAdd wfcqueue header to cds.h
2012-10-11  Mathieu DesnoyersFix: urcu-bp, urcu, urcu-qsbr should include wfcqueue
2012-10-11  Mathieu DesnoyersFix: call_rcu list corruption on teardown (documentation)
2012-10-11  Mathieu Desnoyerscall_rcu: remove head field alignement, explain wfcqueu...
2012-10-11  Mathieu Desnoyerswfcqueue: update credits in patch documentation
2012-10-08  Mathieu Desnoyerswfcqueue documentation: hint at for_each iterators
2012-10-08  Mathieu DesnoyersFix urcu-call-rcu-impl.h: false-sharing
2012-10-03  Mathieu Desnoyerscall_rcu: use wfcqueue, eliminate false-sharing
2012-10-03  Mathieu Desnoyerswfcqueue test
2012-10-03  Mathieu Desnoyerswfcqueue: implement concurrency-efficient queue
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
2012-06-01  Mathieu DesnoyersUpdate version to 0.7.3 v0.7.3
2012-06-01  Mathieu DesnoyersFix tests: make dist lib dependency
2012-06-01  Mathieu DesnoyersUpdate README for OS supported, tests dependency
2012-05-30  Mathieu DesnoyersAdd CodingStyle to tarball
2012-05-30  Mathieu DesnoyersAdd coding style document
2012-05-29  Mathieu DesnoyersTest fix: test_perthreadlock uninitialized mutex
2012-05-27  Hirohisa Yamaguchitests: support FreeBSD short "time" args
2012-05-26  Mathieu Desnoyersfreebsd 8.2 fix: define MAP_ANONYMOUS for compatibility
2012-05-24  Mathieu DesnoyersUpdate version to 0.7.2 v0.7.2
2012-05-24  Mathieu DesnoyersFix library compatibility
2012-05-24  Mathieu DesnoyersUpdate version to 0.7.1 v0.7.1
2012-05-24  Mathieu Desnoyersfix: uatomic_set return value compile fix for non-x86...
2012-05-21  Mathieu DesnoyersUpdate version to 0.7.0 v0.7.0
2012-05-21  Mathieu DesnoyersCleanup: header comments coding style
2012-05-18  Mathieu DesnoyersDocument uatomic operations
2012-05-18  Mathieu DesnoyersUpdate return value of "set" operations
2012-05-16  Mathieu DesnoyersFix mremap wrapper for NetBSD 5
2012-05-16  Mathieu DesnoyersUse urcu/tls-compat.h
2012-05-16  Mathieu DesnoyersImplement urcu/tls-compat.h
2012-05-16  Mathieu DesnoyersAdd TLS detection m4 macro
2012-05-15  Mathieu Desnoyersdocument concurrent data structures
2012-05-15  Mathieu Desnoyersdocumentation: refer to rcu-api.txt
2012-05-15  Mathieu DesnoyersMove API.txt to doc/rcu-api.txt, install in system...
2012-05-08  Mathieu Desnoyersrculfhash: document implied memory barriers
2012-05-08  Mathieu Desnoyersrculfhash: Ensure future-proof memory barrier semantic...
2012-05-08  Mathieu DesnoyersAPI cleanup: use "uatomic_*" in cmm_smp_mb__ API
2012-05-08  Mathieu Desnoyersuatomic: add memory barrier API for and/or/add/sub...
2012-05-08  Mathieu Desnoyersrculfhash: add runhash.sh test script
2012-05-08  Mathieu Desnoyersrculfhash tests: add missing check
2012-05-07  Mathieu Desnoyersrculfhash: fix: race between replace and del operations
2012-05-07  Mathieu Desnoyersrculfhash: replace unneeded rcu_dereference by CMM_LOAD...
next
This page took 0.038669 seconds and 4 git commands to generate.