Version 0.7.17
[userspace-rcu.git] / urcu /
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 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-04-06  Luca BoccassiMark braced-groups within expressions with __extension__
2015-02-04  Emilio G. CotaFix: documentation: urcu-pointer.h: s/rcu_dereference_p...
2014-10-24  Mathieu DesnoyersFix: silence gcc -Wextra warning
2014-07-31  Eric Wongx86: drop extra semi-colon in caa_cpu_relax
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-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-06-14  Mathieu Desnoyersrculfhash: document destroy context limitation
2013-04-30  Mathieu DesnoyersDocument: rculfhash destroy and resize side-effect...
2013-02-22  Mathieu Desnoyersclang: silence "unused expression result" warning
2013-01-31  Mathieu Desnoyersuatomic: style fix
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-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-08-21  Mathieu Desnoyersrculfhash API documentation: document destroy RCU read...
2012-08-09  Lai Jiangshanurcu: move busy-wait code and name it ___cds_wfq_node_s...
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-06-12  Mathieu DesnoyersFix c99 compatibility: use __asm__ and __volatile__...
2012-06-11  Mathieu DesnoyersFix c99 compatibility: use __typeof__ instead of typeof...
2012-05-24  Mathieu DesnoyersFix library compatibility
2012-05-24  Mathieu Desnoyersfix: uatomic_set return value compile fix for non-x86...
2012-05-21  Mathieu DesnoyersCleanup: header comments coding style
2012-05-18  Mathieu DesnoyersUpdate return value of "set" operations
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-08  Mathieu Desnoyersrculfhash: document implied memory barriers
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-04-29  Mathieu Desnoyersrculfhash: update API comments
2012-04-29  Mathieu Desnoyersrculfhash: stress requirement in documentation
2012-04-25  Mathieu Desnoyersrculfhash: fix typo
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-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-01-09  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-12-29  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
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 Desnoyersrculfhash: Relax atomicity guarantees required by remov...
2011-12-14  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
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-04  Mathieu Desnoyersrculfhash: default mm type
2011-11-28  Lai Jiangshanadd rculfhash-mm-mmap.c memory management
2011-11-28  Lai Jiangshanadd rculfhash-mm-chunk.c memory management
2011-11-28  Lai Jiangshanmove memory management code out as rculfhash-mm-order.c
2011-11-28  Lai Jiangshanuse rcu_flavor for rculfhash
2011-11-28  Lai JiangshanAdd rcu_flavor
2011-11-28  Lai Jiangshanadd max_nr_buckets argument
2011-11-28  Lai Jiangshanrename min_alloc_size/min_alloc_order
2011-11-23  Lai JiangshanAdd Lai Jiangshan's copyright to rculfhash
2011-11-23  Lai JiangshanUpdate comments of cds_lfht_new()
2011-11-16  Mathieu Desnoyersrculfhash: constify all key arguments passed to API
2011-11-14  Lai JiangshanFix arguments order
2011-11-10  Mathieu Desnoyersrculfhash: Add parenthesis around macro arg use in...
2011-11-09  Mathieu DesnoyersAdd hash table iterator macros
2011-11-09  Mathieu DesnoyersRemove whiteline
2011-11-05  Lai Jiangshanrculfhash: rename dummy to bucket
2011-11-05  Lai Jiangshanrculfhash: Move key out of struct lfht_test_node, move...
2011-11-05  Mathieu Desnoyersrculfhash: extract compare_fct and hash_fct from the...
2011-11-03  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-11-02  Lai Jiangshanrculfhash: Move "struct rcu_head head" out of "struct...
2011-11-02  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-11-01  Mathieu DesnoyersRename likely/unlikely to caa_likely/caa_unlikely
2011-11-01  Mathieu DesnoyersAdd structure descriptions, remove redundant clear_flag()
2011-10-28  Lai Jiangshanrculfhash: add CDS_LFHT_ACCOUNTING flag
2011-10-28  Lai JiangshanAvoid alloc small memory pieces
2011-10-05  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-10-02  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-29  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-29  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-28  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-27  Mathieu Desnoyersrculfhash: update header documentation
2011-09-27  Mathieu DesnoyersAdd cds_lfht_first/cds_lfht_next for hash table iteration
2011-09-27  Mathieu Desnoyersrculfhash: rename _next into _next_duplicate
2011-09-27  Mathieu Desnoyersrculfhash: document use of caa_container_of()
2011-09-22  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-22  Mathieu Desnoyerspowerpc: use __NO_LWSYNC__ check to use appropriate...
2011-09-22  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-22  Paolo Bonzinicmm: provide lightweight smp_rmb/smp_wmb on PPC
next
This page took 0.038858 seconds and 7 git commands to generate.