Cleanup: remove leftover manual pthread detection
[urcu.git] / urcu-call-rcu-impl.h
2015-10-06  Michael JeansonPort: Add Solaris getcpu support
2015-07-08  Mathieu DesnoyersFix: handle sys_futex() FUTEX_WAIT interrupted by signal
2015-06-29  Mathieu DesnoyersFix: call_rcu_thread() affinity failure
2015-06-29  Mathieu DesnoyersCleanup: cast poll() return value to void for delays
2014-11-13  Mathieu DesnoyersFix: call rcu should call internal RCU API
2014-04-20  Keir FraserFix: Use after free in rcu_barrier()
2014-04-18  Mathieu DesnoyersFix: rcu_barrier(): uninitialized futex field
2014-04-17  Keir Frasercall_rcu threads should clear their PAUSED flag when...
2013-06-14  Mathieu Desnoyersrcu barrier: handle OOM die urcu_die
2013-06-14  Mathieu DesnoyersImplement rcu_barrier()
2013-02-22  Mathieu DesnoyersFix build on architectures with HAVE_SCHED_GETCPU but...
2012-12-26  Mathieu DesnoyersFix call_rcu fork handling
2012-12-05  Mathieu Desnoyersurcu-call-rcu: use wait-free splice return value
2012-11-01  Mathieu DesnoyersFix static linking: add missing static
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-08  Mathieu DesnoyersFix urcu-call-rcu-impl.h: false-sharing
2012-10-03  Mathieu Desnoyerscall_rcu: use wfcqueue, eliminate false-sharing
2012-06-22  Mathieu DesnoyersFix inappropriate lib behavior: don't call exit()
2012-05-16  Mathieu DesnoyersUse urcu/tls-compat.h
2011-11-02  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-11-01  Mathieu DesnoyersRename likely/unlikely to caa_likely/caa_unlikely
2011-10-02  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-10-02  Mathieu DesnoyersEnhance API.txt documentation, add to Makefile as EXTRA...
2011-09-29  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-29  Mathieu Desnoyerscall_rcu: fix error handling of malloc error
2011-09-29  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-29  Mathieu Desnoyersurcu call_rcu: Use RCU read-side protection for per...
2011-09-29  Lai Jiangshanurcu,call_rcu: Cleanup call_rcu_data pointers before...
2011-09-29  Lai Jiangshanurcu,call_rcu: avoid create call_rcu_data for child...
2011-09-29  Lai Jiangshanurcu,call_rcu: protects call_rcu_data_list when remove...
2011-09-28  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-28  Mathieu DesnoyersCreate default call rcu data upon per-cpu call-rcu...
2011-09-22  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink
2011-09-19  Mathieu DesnoyersMerge branch 'urcu/ht-shrink-help' into urcu/ht-shrink
2011-09-15  Lai Jiangshanavoid leaking crdp for failed path
2011-09-15  Lai JiangshanReturn -EEXIST when the old cpu call_rcu_data has not...
2011-09-15  Lai Jiangshanprotect writing to per_cpu_call_rcu_data[*]
2011-09-15  Lai Jiangshanwake up default call_rcu thread after we move the lefto...
2011-09-15  Lai Jiangshanavoid memory leak in call_rcu_data_free()
2011-09-15  Lai Jiangshanurcu call_rcu: fix use after free()
2011-09-15  Lai Jiangshanuse get_cpu_call_rcu_data() for get_call_rcu_data()
2011-09-15  Lai Jiangshaninit maxcpus before use
2011-09-15  Lai Jiangshancall_rcu implementation: add missing static
2011-09-15  Lai Jiangshancall_rcu implementation: add missing static
2011-09-13  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink-help
2011-09-11  Mathieu DesnoyersPair all_cpu call_rcu create with free
2011-09-11  Mathieu Desnoyerscall_rcu: register work threads as rcu readers
2011-09-11  Mathieu Desnoyerscall_rcu: register work threads as rcu readers
2011-07-06  Mathieu DesnoyersMerge remote branch 'origin/urcu/ht' into urcu/ht
2011-07-02  Mathieu DesnoyersMerge branch 'master' into urcu/ht
2011-06-29  Mathieu Desnoyerscall_rcu: per_cpu_call_rcu_data should be non-const
2011-06-29  Mathieu DesnoyersFix urcu-call-rcu-impl.h missing call_rcu_wait for...
2011-06-29  Mathieu DesnoyersRemove unneeded syscall.h include from urcu-call-rcu...
2011-06-11  Mathieu DesnoyersFutex: turn "int" into "int32_t" for portability
2011-06-10  Mathieu DesnoyersRename urcu/urcu-futex.h to urcu/futex.h
2011-06-09  Mathieu Desnoyerscall_rcu: add back delay in list non-empty case
2011-06-09  Mathieu Desnoyerscall_rcu: handle retry without wait correctly
2011-06-09  Paolo Bonzinicall_rcu: drop mutex
2011-06-08  Paul E. McKenneyAdd comment to flag purpose of the ->qlen field
2011-06-08  Mathieu Desnoyerscall_rcu: fix futex-based wakeup
2011-06-07  Mathieu Desnoyerscall_rcu: use futex for wakeup scheme
2011-06-06  Mathieu Desnoyerscall_rcu: use cpu affinity for per-cpu call_rcu threads
2011-06-03  Paul E. McKenneyMap symbols to allow multiple RCU flavors to be used...
This page took 0.310915 seconds and 70 git commands to generate.