Fix: urcu-bp interaction with threads vs constructors/destructors
[urcu.git] / urcu /
2013-12-07  Mathieu Desnoyersx86 barrier for Xeon Phi: use rsp on x86-64
2013-12-03  Mathieu DesnoyersFix undefined NULL pointer arithmetic in hlist
2013-11-28  Mathieu DesnoyersFix undefined NULL pointer arithmetic
2013-11-27  Pierre-Luc St-CharlesAndroid: implement rand_r()
2013-11-27  Pierre-Luc St-CharlesAndroid: add a compat layer for 'syscall.h'
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 DesnoyersFix: tls-compat multi-lib conflict
2013-10-13  Mathieu Desnoyerswfcqueue: remove misleading comment
2013-10-08  Mathieu Desnoyersgcc warning fixes: -Wsign-compare and -Wextra
2013-06-22  Mathieu Desnoyershlist/rcuhlist update
2013-06-21  Mathieu Desnoyersrcuhlist: make pointer stores atomic
2013-06-21  Mathieu Desnoyershlist, rcuhlist: cleanup coding style
2013-06-21  Mathieu Desnoyersrculist: ensure atomic updates of next pointers
2013-06-21  Mathieu Desnoyersrculist: implement cds_list_add_tail_rcu
2013-06-21  Mathieu Desnoyersrculist.h and list.h style cleanup
2013-06-14  Mathieu Desnoyerscompiler.h: implement CAA_ARRAY_SIZE()
2013-06-14  Mathieu DesnoyersImplement rcu_barrier()
2013-06-14  Mathieu Desnoyersrculfhash: document destroy context limitations
2013-05-10  Mathieu DesnoyersFix: membarrier fallback symbol conflict
2013-05-06  Mathieu Desnoyersurcu-bp: introduce struct urcu_gp
2013-05-06  Mathieu DesnoyersFix: struct urcu_gp broke multiflavor
2013-05-06  Mathieu Desnoyerswfstack: return whether pop is popping the last element
2013-05-06  Mathieu Desnoyerswfcqueue: return whether dequeue is dequeuing last...
2013-05-06  Lai Jiangshanurcu: avoid false sharing for rcu_gp_ctr
2013-05-06  Lai Jiangshanurcu: make the code of urcu-qsbr as normal urcu
2013-04-30  Mathieu DesnoyersDocumentation: rculfhash: cds_lfht_resize not within...
2013-04-30  Mathieu DesnoyersAdd rcu_read_ongoing() API to each urcu flavor
2013-04-16  Mathieu Desnoyersfutex: include syscall.h instead of sys/syscall.h
2013-03-13  Mathieu Desnoyerslist: implement cds_list_for_each_safe()
2013-02-22  Mathieu Desnoyersclang: silence "unused expression result" warning
2013-02-13  Etienne BergeronSpelling cleanups within comments and documentation
2013-02-12  Simon MarchiFix configure checks for Tile
2013-01-31  Mathieu Desnoyersuatomic: style fix
2013-01-24  Simon MarchiAdd compilation support for the TileGX architecture
2013-01-20  Mathieu Desnoyerswfstack: add nonblocking to _LGPL_SOURCE API
2012-12-20  Lai Jiangshanurcu: fix comments for cds_list_for_each_prev()
2012-12-06  Mathieu Desnoyerswfstack: implement nonblocking pop and next
2012-12-06  Mathieu Desnoyerswfcqueue: document first/next return values
2012-12-05  Mathieu Desnoyerswfstack: update comments about cds_wfs_empty/first...
2012-12-05  Mathieu Desnoyerswfstack API: rename cds_wfs_first_blocking to cds_wfs_first
2012-12-05  Mathieu Desnoyerswfstack: document first/next return values
2012-12-05  Mathieu Desnoyersurcu-bp: move quiescent threads to separate list
2012-12-05  Mathieu Desnoyersurcu-mb/signal/membarrier: move quiescent threads to...
2012-12-05  Mathieu Desnoyersurcu-qsbr: move offline threads to separate list
2012-12-05  Mathieu Desnoyerswfcqueue: implement mutex-free splice
2012-12-05  Mathieu Desnoyerswfcqueue: document empty criterion
2012-12-05  Mathieu Desnoyerswfcqueue: enqueue and splice return queue state
2012-12-05  Mathieu DesnoyersFix: wfcqueue nonblocking dequeue
2012-11-11  Mathieu Desnoyersurcu-qsbr: skip Q.S. reporting if already reported
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-01  Mathieu DesnoyersFix static linking: fix symbol name namespaces
2012-10-23  Mathieu Desnoyersdeprecation: fix build with gcc < 4.5
2012-10-23  Mathieu DesnoyersUpdate wfstack copyright notice
2012-10-23  Mathieu DesnoyersComment fix: update associated LGPL header name
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: implement empty, pop_all and iterators, docume...
2012-10-23  Mathieu Desnoyerslfstack: implement lock-free stack
2012-10-23  Mathieu Desnoyerswfstack: implement cds_wfs_pop_all and iterators, docum...
2012-10-22  Mathieu Desnoyersrculfhash: add missing extern
2012-10-14  Mathieu Desnoyerswfcqueue: remove ancient comment
2012-10-12  Mathieu Desnoyerswfcqueue: clarify locking usage
2012-10-11  Mathieu DesnoyersAdd wfcqueue header to cds.h
2012-10-11  Mathieu Desnoyerswfcqueue: update credits in patch documentation
2012-10-08  Mathieu Desnoyerswfcqueue documentation: hint at for_each iterators
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-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...
next
This page took 0.040662 seconds and 7 git commands to generate.