Add SA_RESTART flag to signal handler
[urcu.git] / urcu.c
2009-07-07  Pierre-Marc FournierAdd SA_RESTART flag to signal handler
2009-06-10  Mathieu DesnoyersAdd missing void to function declaration
2009-06-09  Pierre-Marc FournierFix signal handler installation
2009-06-09  Mathieu DesnoyersAdd mb urcu flavor test
2009-05-26  Mathieu Desnoyerssync_core to smp_mb transition
2009-05-19  Mathieu DesnoyersSupport gcc which does not support constructor attribute
2009-05-13  Mathieu DesnoyersUse sync_core() in the write side to match current...
2009-05-11  Mathieu DesnoyersLGPL relicensing part 2
2009-05-11  Mathieu DesnoyersLGPLv2.1 relicensing
2009-05-09  Paul E. McKenneyLGPL relicensing of IBM's contributions
2009-04-26  Mathieu DesnoyersRemove unneeded signal in the cache-coherent case
2009-04-18  Paul E. McKenneySupport kernels with broken signal delivery
2009-04-12  Mathieu Desnoyerschange reader_data for reader_registry
2009-04-08  Mathieu DesnoyersDon't mix pthread sleepable lock with busy-waiting...
2009-02-13  Mathieu DesnoyersAdd _STORE_SHARED() and _LOAD_SHARED()
2009-02-13  Mathieu DesnoyersTurn *_REMOTE into *_SHARED
2009-02-12  Mathieu DesnoyersAdd missing cpu_relax in loop
2009-02-12  Mathieu DesnoyersAdd smp_mc() to force_mb_single_thread so we don't...
2009-02-12  Mathieu DesnoyersSupport architectures with non-coherent caches
2009-02-12  Mathieu DesnoyersFix force_mb_all_threads must be called within internal...
2009-02-12  Mathieu DesnoyersAdd barriers
2009-02-12  Mathieu DesnoyersRemove debug yield statements
2009-02-12  Mathieu Desnoyersuse smp_*mb()
2009-02-11  Mathieu DesnoyersAdd missing memory barriers to ensure progress and...
2009-02-10  Mathieu DesnoyersEnhance test cases
2009-02-09  Mathieu DesnoyersFix int->long and keep a reader count of 1 in the globa...
2009-02-09  Mathieu DesnoyersFix data type, should now be long rather than int.
2009-02-09  Mathieu DesnoyersFix lock -> unlock in synchronize_rcu
2009-02-09  Mathieu DesnoyersUse xchg in publish content
2009-02-09  Mathieu DesnoyersAdd rcu_assign_pointer
2009-02-09  Mathieu DesnoyersRemove parameter from rcu_read_lock()
2009-02-09  Mathieu DesnoyersAdd randomness to yield debug test
2009-02-09  Mathieu DesnoyersAdd DEBUG_YIELD, add test duration
2009-02-08  Mathieu DesnoyersChange API
2009-02-08  Paul E. McKenneyDo two parity flip in the writer to fix race condition
2009-02-06  Bert WesargURCU : use pthread_equal()
2009-02-06  Mathieu Desnoyersremove ugly gcc warning removal ack, simply cast the...
2009-02-06  Mathieu Desnoyersadd acknowledgements, fix gcc warnings
2009-02-06  Mathieu Desnoyersfix wait_for_quiescent_state
2009-02-06  Mathieu Desnoyersadd licensing
2009-02-06  Mathieu Desnoyersruns
2009-02-06  Mathieu Desnoyersruns
2009-02-06  Mathieu Desnoyersinit version
This page took 0.128706 seconds and 50 git commands to generate.