Fix: handle sys_futex() FUTEX_WAIT interrupted by signal
[urcu.git] / urcu /
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
2011-09-22  Mathieu Desnoyersrculfhash: factor out add_replace and replace
2011-09-22  Mathieu Desnoyersatomic: provide seq_cst semantics on powerpc
2011-09-21  Mathieu Desnoyersrculfhash: approximation can be negative
2011-09-21  Mathieu Desnoyersrculfhash: output approximation of number of nodes...
2011-09-21  Mathieu Desnoyersrculfhash: node alignment is back to 4 bytes
2011-09-21  Mathieu Desnoyersrculfhash: remove now unneeded gc flag (combine with...
2011-09-21  Mathieu Desnoyersrculfhash: implement lock-free replacement
2011-09-21  Mathieu Desnoyersrculfhash: support replacement operation
2011-09-20  Mathieu Desnoyersrculfhash: API rename: remove -> del
2011-09-20  Mathieu Desnoyersrculfhash: parallelize resize
2011-09-19  Mathieu Desnoyersrculfhash: document flags
2011-09-19  Mathieu Desnoyersrculfhash: comment file inclusion order
2011-09-19  Mathieu Desnoyersrculfhash: simplify lfht_new API with inline wrapper
2011-09-13  Mathieu Desnoyersrculfhash: put thread offline before taking mutex ...
2011-09-13  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink-help
2011-09-13  Mathieu Desnoyersurcu-pointer: implement URCU_FORCE_CAST for C++ compati...
2011-09-11  Mathieu Desnoyersrculfhash: hold rcu read-side lock in resize
2011-09-10  Paolo Bonzinicmm: do not generate code for smp_rmb/smp_wmb on x86_64
2011-09-10  Paolo Bonzinicmm: let per-arch files provide cmm_smp_* barriers
2011-09-09  Mathieu Desnoyersrculfhash: Make auto resize selectable with flag
2011-09-09  Tulio Magno Quites... Optimize caa_get_cycles() for PowerPC64
2011-09-07  Mathieu Desnoyersrculfhash: allow shrink
2011-09-05  Mathieu DesnoyersRevert "Add cds_list_empty"
2011-09-05  Mathieu DesnoyersAdd cds_list_empty
2011-09-04  Mathieu Desnoyerslist: Add cds_list_first_entry
2011-09-03  Mathieu Desnoyersrculfhash: Update API documentation
2011-09-03  Mathieu DesnoyersUse cds_lfht namespace for lock-free hash table
2011-09-03  Mathieu DesnoyersRCU hash table API documentation
2011-09-03  Mathieu DesnoyersMerge branch 'master' into urcu/ht
2011-09-03  Mathieu DesnoyersRevert "Create per RCU flavor CDS libraries"
2011-09-03  Mathieu DesnoyersRevert "CDS API: removal of rcu_read lock/unlock dep...
2011-09-03  Mathieu DesnoyersAdd __rcu annotation (unimplemented)
2011-09-01  Mathieu DesnoyersFix incorrect fsf address in header files
2011-09-01  Mathieu Desnoyerswfstack: push returns prior stack emptiness state
next
This page took 0.043997 seconds and 7 git commands to generate.