userspace-rcu.git
2011-06-02  Mathieu Desnoyersrbtree: test range lookups with larger ranges
2011-06-02  Mathieu DesnoyersComment debug facility
2011-06-02  Mathieu DesnoyersAdd explanation about reader vs writer concurrency...
2011-06-02  Mathieu DesnoyersUse larger number pool in test
2011-06-02  Mathieu DesnoyersUpdate todo comment about memory allocation error
2011-06-02  Mathieu DesnoyersAdd search begin key test
2011-06-02  Mathieu DesnoyersRange search works
2011-06-02  Mathieu DesnoyersRecalculate max end values on rotation
2011-06-02  Mathieu DesnoyersUse comparison function for end/max_end
2011-06-02  Mathieu Desnoyersrbtree: Add end recalculation for transplant
2011-06-02  Mathieu DesnoyersAdd populate_node_end for insertion
2011-06-02  Mathieu DesnoyersRemove incorrectly duplicated set_left/set_right
2011-06-02  Mathieu DesnoyersRename node fields to begin/end
2011-06-01  Mathieu DesnoyersRBtree: Drop initial range support
2011-05-30  Mathieu DesnoyersRBtree: move wmb after node write
2011-05-30  Mathieu DesnoyersCleanup API
2011-05-30  Mathieu DesnoyersRBtree: Only execute usleep() in debug mode
2011-05-30  Mathieu DesnoyersAdd range test case, fix range search
2011-05-30  Mathieu DesnoyersAdd search min/max for ranges
2011-05-30  Mathieu DesnoyersRCU RBTree: Populate range information (augmented rbtree)
2011-05-30  Mathieu DesnoyersAdd _STORE_SHARED to set_parent
2011-05-30  Mathieu DesnoyersRCU rbtree test: handle duplicate random numbers
2011-05-30  Mathieu Desnoyersrbtree: disable debug mode
2011-05-30  Mathieu DesnoyersRCU RB tree test : add prev/next/max/min test
2011-05-30  Mathieu DesnoyersFix rcu_rbtree_prev
2011-05-30  Mathieu DesnoyersCleanup header
2011-05-29  Mathieu DesnoyersAtomicize parent pointer and position update/read
2011-05-29  Mathieu DesnoyersRCU search fix
2011-05-29  Mathieu DesnoyersAdd missing read lock in test, cleanup transplant
2011-05-28  Mathieu DesnoyersUse decay for rotate and transplant
2011-05-28  Mathieu DesnoyersAdd RCU read-side test
2011-05-28  Mathieu DesnoyersFix rbtree for nr items > 4, add rcu and non-rcu rotate...
2011-05-28  Mathieu Desnoyersrcu rbtree: make rotation reader-aware
2011-05-28  Mathieu DesnoyersImplement transplant based on decay scheme
2011-05-28  Mathieu Desnoyersrbtree: use decay scheme
2011-05-28  Mathieu DesnoyersReimplement basic non-RCU rbtree
2011-05-11  Colin McCabeuserspace-rcu tests: zero array before using
2011-05-04  Jason Wesselarm: put CONFIG_RCU_ARM_HAVE_DMB in the global config.h
2011-03-21  Mathieu DesnoyersCleanup: remove unused value warning
2011-03-09  Paul E. McKenneyProvide cleanup interfaces for per-CPU and per-thread...
2011-03-09  Paul E. McKenneyMaintain list of struct call_rcu_data to keep valgrind...
2011-03-09  Paul E. McKenneyAdd call_rcu() interface
2011-03-09  Paul E. McKenneyFix ppc asm syntax error.
2011-03-04  Mathieu Desnoyersupdate version to 0.5.4 v0.5.4
2011-03-04  Mathieu Desnoyersurcu-bp: Update fork() handling
2011-03-03  Mathieu DesnoyersVersion 0.5.3 v0.5.3
2011-03-03  Mathieu DesnoyersUpdate README for urcu-bp fork handling
2011-03-03  Mathieu DesnoyersREADME: describe fork() interaction
2011-03-03  Mathieu Desnoyersurcu-bp: no "need_mb" in distrust signal config
2011-02-28  Jason WesselUpdate the README to change armv7l to arm
2011-02-28  Mathieu DesnoyersARM: use dmb for rmb and wmb in addition to mb
2011-02-28  Jason WesselAdd a test for the dmb instruction on ARM
2011-02-28  Jason Wesselhange the arm headers to remove all the references...
2011-02-28  Jason WesselMake armv7l headers generic for the arm architecture
2011-02-21  Mathieu DesnoyersURCU list: remove leftover namespace clash (list_t...
2010-12-31  Mathieu Desnoyersurcu_defer: update test programs (build fix)
2010-12-31  Mathieu Desnoyersrcu_defer test: handle error value
2010-12-31  Mathieu Desnoyersurcu-defer: handle malloc error value
2010-11-19  Mathieu DesnoyersVersion 0.5.2 v0.5.2
2010-11-19  Mathieu DesnoyersFix get_cycles -> caa_get_cycles
2010-11-19  Mathieu DesnoyersVersion 0.5.1 v0.5.1
2010-11-19  Mathieu DesnoyersACCESS_ONCE should also have CMM_ prefix
2010-11-19  Mathieu DesnoyersLOAD_SHARED and STORE_SHARED should have CMM_ prefix
2010-11-19  Mathieu DesnoyersFix CAA_CAA -> CAA
2010-11-19  Mathieu DesnoyersFix missing BITS_PER_LONG -> CAA_BITS_PER_LONG rename
2010-11-18  Mathieu Desnoyersupdate version to 0.5.0 v0.5.0
2010-11-18  David GouletRename all data structure with prefix cds_
2010-11-18  David GouletRename all arch primitives with prefix caa_
2010-11-18  David GouletRename all memory primitives with prefix cmm_
2010-11-15  David GouletAdd missing test binaries to .gitignore
2010-11-13  David GouletAdd config.h and stamp-h2 to gitignore
2010-11-06  Mathieu DesnoyersAdd compiler barriers to read-side for mutex ordering
2010-09-24  Mathieu DesnoyersFix missing urcu_ref.h in Makefile.am v0.4.8
2010-09-22  Mathieu Desnoyersupdate version to 0.4.7 v0.4.7
2010-08-25  Mathieu Desnoyersurcu lfstack: pop needs rcu read lock
2010-08-25  Mathieu Desnoyerslfstack: simplification
2010-08-22  Mathieu Desnoyersrculfstack: LGPL-ize
2010-08-22  Mathieu Desnoyersrculfqueue: LGPL-ize
2010-08-22  Mathieu Desnoyersadd missing comment to wfstack.c
2010-08-22  Mathieu Desnoyerswfstack: LGPL-ize
2010-08-22  Mathieu Desnoyerswfqueue: provide API for caller-locked dequeue
2010-08-22  Mathieu DesnoyersLGPL-ize wfqueue
2010-08-18  Mathieu DesnoyersWF queue cleanup
2010-08-18  Mathieu DesnoyersWait-free stack: rcu-less implementation
2010-08-18  Mathieu DesnoyersWait-free queue: wait-free enqueue, blocking dequeue...
2010-08-18  Mathieu DesnoyersRCU lf queue/stack: update comments
2010-07-13  Mathieu Desnoyersifdef C, wait-free stack adaptative pop wait
2010-07-13  Mathieu Desnoyersurcu static coding style fix (whitespace)
2010-07-13  Mathieu DesnoyersCoding style fix
2010-07-13  Mathieu DesnoyersRCU wait-free stack: add _blocking in pop() primitive...
2010-07-13  Mathieu DesnoyersRCU lock-free queue comment updates
2010-07-13  Mathieu DesnoyersRCU wait-free enqueue/blocking dequeue queue
2010-07-13  Mathieu DesnoyersAdd ifdef cond around headers
2010-07-13  Mathieu DesnoyersRCU lock-free queue: don't hold RCU read lock across...
2010-07-13  Mathieu DesnoyersRCU lock-free stack: don't hold read lock across retry
2010-07-13  Mathieu DesnoyersWait-free push/Blocking pop stack: Update following...
2010-07-13  Mathieu DesnoyersAdd lock-free queue comments from Paul's review
2010-07-13  Mathieu DesnoyersAdd wait-free push/blocking pop stack
2010-07-12  Mathieu DesnoyersLock-free stack: add comments
2010-07-12  Mathieu DesnoyersAdd lock-free RCU queue and stack
next
This page took 0.037844 seconds and 4 git commands to generate.