urcu.git
2009-09-28  Mathieu Desnoyersurcu (signal/mb): move thread checks outside lock
2009-09-28  Mathieu Desnoyersurcu (signal/mb): use linked list instead of array...
2009-09-28  Mathieu DesnoyersUpdate list, rculist and hlist
2009-09-28  Mathieu DesnoyersAdd urcu list and list
2009-09-28  Mathieu DesnoyersCleanup headers
2009-09-28  Mathieu DesnoyersAdd missing urcu-defer.{so,h} and urcu-defer-static.h
2009-09-27  Mathieu DesnoyersDocument call_rcu() usage
2009-09-27  Mathieu DesnoyersAdd missing rcu_cmpxchg_pointer define
2009-09-26  Mathieu DesnoyersAdd multiple reader queues to futex model urcu/futex
2009-09-26  Mathieu DesnoyersCleanup promela code for wakeup verif
2009-09-26  Mathieu DesnoyersRemove stale file
2009-09-26  Mathieu DesnoyersAdd multicoreverif paper ticketlock and spinlock models
2009-09-26  Mathieu DesnoyersAdd futex wakeup spin model
2009-09-25  Mathieu DesnoyersAdd futex support to accelerate synchronize_rcu() on UP
2009-09-24  Mathieu Desnoyersurcu-defer: fix futex wakeup value urcu/busyloop
2009-09-24  Mathieu DesnoyersRemove extra LDFLAGS from makefile
2009-09-24  Mathieu DesnoyersAdd missing include compiler.h
2009-09-24  Mathieu Desnoyersrcu torture and api.h: remove duplicated atomic primitives
2009-09-24  Mathieu Desnoyerstest_atomic: test for byte/short atomic support
2009-09-23  Mathieu Desnoyersppc atomic: fix atomic_dec/inc
2009-09-23  Mathieu Desnoyersurcu-defer: remove dependency on linux/futex.h
2009-09-23  Mathieu Desnoyersurcu: Move urcu_init within ifdef
2009-09-23  Mathieu Desnoyersatomic ppc: fix missing casts and inline
2009-09-23  Mathieu Desnoyersurcu-defer: ensure callbacks will never be enqueued...
2009-09-23  Mathieu DesnoyersFix urcu-defer: add missing brackets.
2009-09-23  Mathieu DesnoyersCleanup: remove debug code form urcu-defer.c
2009-09-23  Mathieu DesnoyersMove urcu_defer_queue to urcu-defer.c
2009-09-23  Mathieu Desnoyersurcu-defer: make call_rcu() energy efficient using...
2009-09-23  Mathieu DesnoyersAdd offsetof to compiler.h
2009-09-23  Paul E. McKenneyppc atomic: Fix asm format.
2009-09-22  Mathieu Desnoyersadd rcu_cmpxchg_pointer
2009-09-22  Mathieu Desnoyersremove volatile from prototypes in atomic code
2009-09-22  Mathieu Desnoyersupdate ppc atomic
2009-09-22  Mathieu Desnoyersupdate x86 and ppc atomic ops
2009-09-22  Mathieu DesnoyersAdd powerpc atomic operations
2009-09-22  Mathieu Desnoyersupdate x86_64 cmpxchg
2009-09-22  Mathieu DesnoyersUpdate atomic x86_64 cmpxchg
2009-09-22  Mathieu Desnoyersmakefile update
2009-09-22  Mathieu DesnoyersAdd inc/dec x86 atomics
2009-09-22  Mathieu Desnoyersupdate x86 atomic, add test atomic
2009-09-22  Mathieu Desnoyersextend x86 atomic operations
2009-09-21  Mathieu DesnoyersAdd missing files in make clean
2009-09-20  Mathieu Desnoyersurcu-defer: remove unnecessary memory barrier
2009-09-20  Mathieu Desnoyersurcu-defer: Add fast path for empty queues
2009-09-20  Mathieu Desnoyersurcu-defer: cleanup debug code
2009-09-20  Mathieu DesnoyersDeferral test update
2009-09-20  Mathieu Desnoyersgeneric urcu deferral (call_rcu())
2009-09-20  Mathieu DesnoyersRename liburcu-reclaim to liburcu-defer
2009-09-19  Mathieu Desnoyersurcu-reclaim cleanup
2009-09-19  Mathieu DesnoyersUpdate header heading
2009-09-19  Mathieu DesnoyersAdd rcu-reclaim.so library
2009-09-19  Mathieu Desnoyersadd static declarations
2009-09-18  Mathieu Desnoyersqsbr: Add write+read thread support to 32-bit QSBR
2009-09-18  Mathieu DesnoyersQSBR: Implement 2-phase grace period for 32-bit arch
2009-09-18  Mathieu DesnoyersPermit both 32 and 64-bit builds
2009-09-18  Mathieu DesnoyersDefault to architecture size, add Makefile32
2009-09-18  Mathieu DesnoyersUpdate makefile to compiler for 32-bit architectures...
2009-09-18  Mathieu DesnoyersRename define
2009-09-18  Mathieu DesnoyersFix urcu.c comment
2009-09-18  Mathieu Desnoyersqsbr: use defines to clarify code.
2009-09-17  Mathieu Desnoyersqsbr: portability fixes: use unsigned long for the...
2009-09-17  Mathieu Desnoyersqsbr: micro optimization of the gp use.
2009-09-17  Pierre Habouzitqsbr: save two full smp_mb() when the writer is also...
2009-09-16  Mathieu Desnoyersrename QSBR force_mb_all_threads to smp_mb
2009-09-16  Mathieu DesnoyersMove mb() outside of the synchronize C.S.
2009-09-16  Mathieu DesnoyersEnsure LOAD_SHARED/STORE_SHARED semantic is used in...
2009-09-16  Mathieu DesnoyersQSBR offline thread micro-optimization
2009-09-16  Mathieu DesnoyersExpose nop QSBR read lock to non-GPL/LGPL programs
2009-09-15  Mathieu DesnoyersUpdate README (again)
2009-09-15  Mathieu Desnoyersupdate README
2009-09-15  Mathieu DesnoyersRename CONFIG_URCU_AVOID_SIGNALS to URCU_MB, and README...
2009-09-15  Mathieu DesnoyersRevert "qsbr urcu: make it safe to call rcu_sychronize...
2009-09-15  Mathieu Desnoyersqsbr urcu: make it safe to call rcu_sychronize from...
2009-09-15  Pierre Habouzitqsbr urcu: make it safe to call rcu_sychronize from...
2009-09-15  Pierre Habouzitqsbr urcu: simplifications and fixes.
2009-09-15  Mathieu DesnoyersBuild urcu-qsbr.so library, update README
2009-09-15  Mathieu Desnoyersurcu qsbr: add DEBUG_RCU self check
2009-09-15  Mathieu Desnoyersupdate README
2009-09-15  Mathieu Desnoyersurcu qsbr: move thread online after add reader
2009-09-15  Pierre Habouzitqsbr rcu: rc_register_thread also make the thread online.
2009-09-05  Mathieu Desnoyersupdate rcu_dereference comment
2009-09-05  Mathieu DesnoyersDocument access ordering of rcu_dereference wrt VSS
2009-08-30  Mathieu Desnoyersadd global include Makefile
2009-08-30  Mathieu DesnoyersMove test programs to tests/ subdir
2009-07-21  Pierre-Marc... urcu.c: declare noop urcu_init() function non-static
2009-07-08  Mathieu DesnoyersMove DEBUG_FULL_MB to properly named CONFIG_URCU_AVOID_...
2009-07-07  Pierre-Marc... Add SA_RESTART flag to signal handler
2009-06-29  Mathieu Desnoyersupdate license
2009-06-29  Mathieu DesnoyersUpdate license files and readme
2009-06-29  Jan BlunckRe-license arch_atomic_s390.h and arch_s390.h
2009-06-29  Jan Bluncks390: Fix some compiler warnings
2009-06-29  Jan BlunckAdd S390 support
2009-06-29  Paul E. McKenneyURCU's api_*.h
2009-06-29  Jan Blunckapi.h is only needed by urcutorture
2009-06-29  Jan BlunckAdd S390 architecture specific headers
2009-06-26  Mathieu DesnoyersAdd runpaul-phase6.sh
2009-06-26  Mathieu DesnoyersFix phase5 test log collection
2009-06-23  Mathieu DesnoyersAdd local reclaim tests
2009-06-22  Mathieu DesnoyersUpdate phase3 batch size
2009-06-22  Mathieu DesnoyersAdd phase 5 test, educated guess for batch size 32768
next
This page took 0.038531 seconds and 4 git commands to generate.