urcu.git
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...
2012-05-07  Mathieu Desnoyersrculfhash: use do {} while (0) for dbg_printf()
2012-05-01  Mathieu Desnoyersrculfhash: cleanup typo
2012-04-29  Mathieu Desnoyersrculfhash: update API comments
2012-04-29  Mathieu Desnoyersrculfhash: update comments in implementation
2012-04-29  Mathieu Desnoyersrculfhash tests: add long hash chains tests
2012-04-29  Mathieu Desnoyersrculfhash tests: add uniqueness test
2012-04-29  Mathieu Desnoyersrculfhash test: print test name
2012-04-29  Mathieu Desnoyersrculfhash: stress requirement in documentation
2012-04-25  Mathieu Desnoyersrculfhash: fix typo
2012-04-24  Mathieu Desnoyersrculfhash tests: use array of callbacks to modularize
2012-04-24  Mathieu Desnoyersrculfhash tests: modularize tests
2012-04-24  Mathieu Desnoyersrculfhash: document ordering guarantees
2012-04-18  Mathieu Desnoyersrculfhash: document linearizability guarantees
2012-04-13  Mathieu Desnoyersrculfhash: update removal comment
2012-04-13  Mathieu DesnoyersAdd missing files to .gitignore
2012-04-13  Mathieu DesnoyersFix out-of-tree build
2012-04-02  Mathieu Desnoyersrculfhash: check malloc NULL pointer
2012-03-26  Mathieu DesnoyersFix uatomic sign cast
2012-03-08  Mathieu DesnoyersRemove unused jhash.h file
2012-03-08  Mathieu DesnoyersFix: use known license text, fix incorrect FSF address
2012-03-05  Mathieu DesnoyersFix: add missing sched.h include in rculfhash.c
2012-03-04  Mathieu DesnoyersAllow tests to run on architectures without per-cpu...
2012-03-04  Mathieu DesnoyersHash table test: FreeBSD compatibility fix
2012-03-04  Mathieu Desnoyerstests: define _GNU_SOURCE instead of __USE_GNU
2012-03-04  Mathieu DesnoyersMerge branch 'urcu/ht-shrink'
2012-02-22  Mathieu DesnoyersRCU lock-free hash table: implement cds_lfht_is_node_de... urcu/ht-shrink
2012-02-08  Thomas PetazzoniDefine _GNU_SOURCE to access CPU_ZERO() macro in uClibc
2012-02-04  Mathieu DesnoyersInstall ChangeLog and README into system's doc
2012-01-09  Mathieu DesnoyersFix AC_LANG_SOURCE usage: only takes one parameter
2012-01-09  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2012-01-09  David GouletFix autoconf futex check
2012-01-07  Mathieu Desnoyersconfigure.ac: Use AC_LANG_SOURCE for if else macros
2012-01-06  Alexandre MontplaisirRefresh autoconf files
2012-01-06  Alexandre MontplaisirUpdate gitignore
2011-12-29  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-12-29  Mathieu Desnoyersrculfhash: add comment about hash seed randomness withi...
2011-12-21  Gerlando Falautoreadme: state correct GCC dependency for ARM
2011-12-21  Mathieu Desnoyersrculfhash: remove an invocation of bit_reverse_ulong...
2011-12-21  Lai Jiangshanrculfhash: remove unneeded conversion
2011-12-21  Lai Jiangshanrculfhash: remove unneeded clear_flag()
2011-12-21  Mathieu Desnoyerscds_lfht_replace: add checks for old/new node hash...
2011-12-21  Mathieu Desnoyersrculfhash: use node instead of iter argument for deletion
2011-12-21  Mathieu Desnoyersrculfhash: number of logically removed nodes should...
2011-12-20  Mathieu DesnoyersDocument that flags could be represented on 2 bits
2011-12-20  Mathieu DesnoyersAdd missing REMOVAL_OWNER_FLAG comment to cds_lfht_node...
2011-12-20  Mathieu Desnoyers_cds_lfht_del is not used for buckets anymore, remove...
2011-12-20  Mathieu Desnoyersrculfhash: Relax atomicity guarantees required by remov...
2011-12-20  Lai Jiangshanremove unneeded "return;"
2011-12-20  Lai Jiangshansimplify the deletion for bucket node
2011-12-20  Lai JiangshanRemove unneeded code
2011-12-19  Mathieu DesnoyersCleanup DEFINE_RCU_FLAVOR()
2011-12-16  Mathieu DesnoyersAdd cds_lfht_ prefix to fls_ulong, get_count_order_ulon...
2011-12-14  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-12-13  Mathieu DesnoyersVersion 0.6.7 v0.6.7
2011-12-08  Mathieu DesnoyersAdd compat file for test urcu wfs
2011-12-08  Mathieu DesnoyersAdd missing compat file for wfq test
2011-12-08  Mathieu Desnoyersurcu-bp: no need for weak attribute
2011-12-05  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-12-05  Mathieu Desnoyershlist.h: Add missing stddef.h include for NULL
2011-12-05  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-12-05  Mathieu Desnoyerscall_rcu: Add missing call_rcu_before_fork and call_rcu...
2011-12-04  Mathieu Desnoyersrculfhash: Simplify default logic
2011-12-04  Mathieu Desnoyersrculfhash: default mm type
2011-12-02  Lai Jiangshanrculfhash,test: add memory_backend argument
2011-12-02  Lai Jiangshanrculfhash,test: add max_hash_buckets_size argument
2011-12-02  Lai Jiangshancleanup duplicated code
2011-12-02  Lai Jiangshancleanup unneed declare
2011-12-02  Lai Jiangshandisable warning when -DNDEBUG(disable assert())
2011-12-01  Mathieu DesnoyersDescribe autotools/libtool/automake version dependency
2011-12-01  Mathieu DesnoyersRemove m4_ifdef for AC_PROG_LIBTOOL (deprecated)
2011-11-30  Mathieu DesnoyersSupport older autotools
2011-11-29  Mathieu DesnoyersApply autoupdate to configure.ac
2011-11-28  Mathieu DesnoyersFix build for amd64 environment (for FreeBSD 8.2)
2011-11-28  Mathieu DesnoyersFix cds_lfht field order
2011-11-28  Mathieu Desnoyersrculfhash mm plugins: cleanup alloc
2011-11-28  Mathieu Desnoyersrculfhash: document fini_table
2011-11-28  Mathieu Desnoyersrculfhash: likely -> caa_likely fix
2011-11-28  Mathieu Desnoyersrculfhash: cleanup ht_count_add/ht_count_del
2011-11-28  Mathieu Desnoyersrculfhash: reorder cds_lfht for smaller cache footprint...
2011-11-28  Lai Jiangshanadd rculfhash-mm-mmap.c memory management
2011-11-28  Lai Jiangshanadd rculfhash-mm-chunk.c memory management
next
This page took 0.037381 seconds and 4 git commands to generate.