urcu.git
2011-09-13  Mathieu DesnoyersMerge branch 'master' into urcu/ht-shrink-help
2011-09-13  Mathieu Desnoyersrculfhash: use single init-time allocation for order...
2011-09-13  Paolo Bonziniurcu-qsbr: use rcu_thread_offline/rcu_thread_online...
2011-09-11  Mathieu DesnoyersPair all_cpu call_rcu create with free
2011-09-11  Mathieu Desnoyersrculfhash test: add missing call_rcu per-cpu worker...
2011-09-11  Mathieu Desnoyersrculfhash: disable poison and remove debugging code
2011-09-11  Mathieu Desnoyerscall_rcu: register work threads as rcu readers
2011-09-11  Mathieu DesnoyersQSBR: add missing wakeups in synchronize_rcu code
2011-09-11  Mathieu DesnoyersQSBR: add missing wakeups in synchronize_rcu code
2011-09-11  Mathieu Desnoyersrculfhash: hold rcu read-side lock in resize
2011-09-11  Mathieu Desnoyerscall_rcu: register work threads as rcu readers
2011-09-11  Mathieu Desnoyersrculfhash: add list iteration tracer in gc
2011-09-11  Mathieu Desnoyersrculfhash: poison memory before free (for testing)
2011-09-11  Mathieu Desnoyersrculfhash: reinstate i - 1 for shrink
2011-09-11  Mathieu Desnoyersrculfhash: add assertion in path compression
2011-09-11  Mathieu Desnoyersrculfhash: fix fini_table for size 1
2011-09-11  Mathieu Desnoyersrculfhash: Fix off-by-one in fini_table
2011-09-10  Mathieu Desnoyersrculfhash: add asserts and comments
2011-09-10  Paolo Bonzinicmm: do not generate code for smp_rmb/smp_wmb on x86_64
2011-09-10  Paolo Bonzinicmm: let per-arch files provide cmm_smp_* barriers
2011-09-09  Mathieu Desnoyersrculfhash test: -A option for auto resize
2011-09-09  Mathieu Desnoyersrculfhash: Make auto resize selectable with flag
2011-09-09  Tulio Magno... Optimize caa_get_cycles() for PowerPC64
2011-09-08  Mathieu Desnoyersrculfhash: update ascii art
2011-09-08  Mathieu Desnoyersrculfhash: set minimum table size, add todo about helpi...
2011-09-08  Mathieu Desnoyersrculfhash: fix 0 order lookup (special-case)
2011-09-08  Mathieu Desnoyersrculfhash: simplify dummy node removal
2011-09-08  Mathieu Desnoyersrculfhash: deal with resize to size 1 corner-case
2011-09-07  Mathieu Desnoyersrculfhash: allow shrink
2011-09-07  Mathieu Desnoyerstest rculfhash: add/remove/random support (with SIGUSR1)
2011-09-07  Mathieu Desnoyersrculfhash: set size instead of max for per-cpu count...
2011-09-07  Mathieu Desnoyersrculfhash: tweak resize thresholds
2011-09-07  Mathieu Desnoyersrculfhash: tweak per-cpu counter resize with thresholds
2011-09-06  Mathieu Desnoyersrcuhash: lazy per-cpu counters, fix resize target update
2011-09-06  Mathieu Desnoyersrculfhash: count nodes (per-cpu) as expand criterion
2011-09-05  Mathieu Desnoyerslfq/lfs tests: use call_rcu
2011-09-05  Mathieu DesnoyersRevert "Add cds_list_empty"
2011-09-05  Mathieu DesnoyersAdd cds_list_empty
2011-09-04  Mathieu Desnoyerslist: Add cds_list_first_entry
2011-09-03  Mathieu Desnoyersrculfhash test: Check random pool size urcu/ht
2011-09-03  Mathieu Desnoyersrculfhash: Add initial hash population
2011-09-03  Mathieu Desnoyersrculfhash: benchmark QSBR flavor
2011-09-03  Mathieu Desnoyersrculfhash test: print number of add fail (uniquify...
2011-09-03  Mathieu Desnoyersrculfhash: power power of two check should allow 0
2011-09-03  Mathieu Desnoyersrculfhash: implement cds_lfht_next
2011-09-03  Mathieu Desnoyersrculfhash: Update API documentation
2011-09-03  Mathieu Desnoyersrculfhash: Check that init size is power of 2
2011-09-03  Mathieu DesnoyersUse cds_lfht namespace for lock-free hash table
2011-09-03  Mathieu DesnoyersRCU hash table API documentation
2011-09-03  Mathieu DesnoyersMerge branch 'master' into urcu/ht
2011-09-03  Mathieu Desnoyersrculfstack/queue: define _LGPL_SOURCE around static...
2011-09-03  Mathieu DesnoyersRevert "Create per RCU flavor CDS libraries"
2011-09-03  Mathieu DesnoyersRevert "CDS API: removal of rcu_read lock/unlock dep...
2011-09-03  Mathieu DesnoyersAdd __rcu annotation (unimplemented)
2011-09-01  Mathieu DesnoyersFix incorrect fsf address in header files
2011-09-01  Mathieu Desnoyerswfstack: push returns prior stack emptiness state
2011-09-01  Mathieu DesnoyersMake lf stack push return if the stack was empty
2011-08-23  Mathieu DesnoyersDocument caa_container_of
2011-08-20  Mathieu Desnoyersurcu-bp: do not call munmap for NULL registry at exit
2011-08-18  Mathieu Desnoyersurcu libraries can directly use the _LGPL_SOURCE wfqueue
2011-08-18  Mathieu Desnoyersrculfstack: document "push"
2011-08-17  Mathieu DesnoyersAdd runall.sh to tarball
2011-08-17  Mathieu DesnoyersFix build order of liburcu-cds-common
2011-08-17  Mathieu DesnoyersCDS API: removal of rcu_read lock/unlock dep, removal...
2011-08-17  Mathieu DesnoyersFix missing check for SYS_membarrier in map header
2011-08-17  Mathieu DesnoyersCreate per RCU flavor CDS libraries
2011-08-17  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev lfqueue-dev
2011-08-17  Paolo Bonziniurcu-qsbr: avoid useless futex wakeups and burning...
2011-08-17  Paolo Bonziniapi: reimplement BUILD_BUG_ON in compiler.h
2011-08-17  Paolo Bonzinitest api cleanup: remove unused primitives
2011-08-17  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev
2011-08-17  Paolo Bonziniput thread offline while waiting for the init flag
2011-08-17  Paolo Bonziniurcu: move private definitions to .c file
2011-08-17  Paolo Bonziniurcu-bp: move private definitions to .c file
2011-08-17  Paolo Bonziniurcu-qsbr: move private definitions to .c file
2011-08-17  Paolo Bonzinircutorture: fix rcutorture-qsbr
2011-08-17  Paolo Bonziniwfqueue: fix type-incorrect assignment
2011-08-16  Mathieu DesnoyersFix tests Makefile EXTRA_DIST to use api.h
2011-08-16  Duncan SandsFix choice of default flavour in urcu/map/urcu.h
2011-08-16  Paolo Bonziniapi: remove list/hlist
2011-08-16  Paolo Bonziniapi: remove arch-specific files
2011-08-16  Paolo Bonziniapi: make api_gcc.h a superset of the other headers
2011-08-12  Paolo Bonzinitests api: remove atomics
2011-08-09  Paolo Bonziniput thread offline while waiting for the init flag
2011-08-09  Paolo Bonziniurcu: move private definitions to .c file
2011-08-09  Paolo Bonziniurcu-bp: move private definitions to .c file
2011-08-09  Paolo Bonziniurcu-qsbr: move private definitions to .c file
2011-08-09  Paolo Bonzinircutorture: fix rcutorture-qsbr
2011-08-09  Paolo Bonziniwfqueue: fix type-incorrect assignment
2011-08-08  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev
2011-08-02  Mathieu DesnoyersUse caa_ prefix for min() and max()
2011-07-21  Mathieu DesnoyersVersion 0.6.4, update changelog v0.6.4
2011-07-21  Mathieu DesnoyersMerge branch 'master' into lfqueue-dev
2011-07-21  Mathieu DesnoyersFix ARM uatomic: missing return in uatomic and/or
2011-07-12  Mathieu Desnoyersrculfhash: add likely/unlikely annotation
2011-07-12  Mathieu Desnoyersrculfhash: document add lock-freedom
2011-07-12  Mathieu Desnoyersrculfhash: document node alignment
2011-07-12  Mathieu Desnoyersrculfhash: document algorithms
2011-07-11  Mathieu Desnoyersrculfhash test: make teardown more verbose and faster
2011-07-11  Mathieu Desnoyersrculfhash: print resize length (useful as non-debug...
next
This page took 0.037699 seconds and 4 git commands to generate.