userspace-rcu.git
2013-05-14  Mathieu Desnoyershlist: implement cds_hlist_first_entry_rcu
2013-05-14  Mathieu Desnoyersrcuja: implement delete function
2013-05-14  Mathieu Desnoyershlist: implement cds_hlist_empty
2013-05-14  Mathieu Desnoyersrcuja: partial implementation of cds_ja_del
2013-05-14  Mathieu Desnoyersrcuja: implement ja_node_clear_nth
2013-05-14  Mathieu Desnoyersrcuja: extend tests, more fixes
2013-05-14  Mathieu Desnoyersrcuja: fix max depth test
2013-05-14  Mathieu Desnoyersrcuja: swap key
2013-05-14  Mathieu Desnoyersrcuja: add fallback nodes
2013-05-14  Mathieu Desnoyersrcuja: various fixes
2013-05-14  Mathieu Desnoyersrcuja: add basic test
2013-05-14  Mathieu Desnoyersrcuja: create shadow node for root
2013-05-14  Mathieu Desnoyersrcuja: implement add
2013-05-14  Mathieu Desnoyersrcuja: implement lookup
2013-05-14  Mathieu Desnoyersrcuja: rename cds_ja_node to cds_ja_inode
2013-05-14  Mathieu Desnoyersrcuja: new and destroy
2013-05-14  Mathieu Desnoyersrcuja: rename to cds_ja
2013-05-14  Mathieu Desnoyersrcuja: add comment about use of number of nodes
2013-05-14  Mathieu Desnoyersrcuja: fix iteration on recompact add
2013-05-14  Mathieu Desnoyersrcuja: share lock across all nodes with same key
2013-05-14  Mathieu Desnoyersrcuja: no need to link with urcu lib anymore
2013-05-14  Mathieu Desnoyersrcuja: use rcu ja app flavor for shadow hash table
2013-05-14  Mathieu Desnoyersrcuja: shadow clear also frees the rcu ja node associated
2013-05-14  Mathieu Desnoyersrcuja: implement shadow node hash table
2013-05-14  Mathieu Desnoyersrcuja: add shadow nodes hash table
2013-05-14  Mathieu Desnoyersrcuja: add data structures for rcu_ja and shadow nodes
2013-05-14  Mathieu Desnoyersrcuja: add missing assign in recompact
2013-05-14  Mathieu Desnoyersrcuja: implement node add recompaction
2013-05-14  Mathieu Desnoyersrcuja: set node update, rcu-ize get node/set node
2013-05-14  Mathieu Desnoyersrcuja: cleanup
2013-05-14  Mathieu Desnoyersrcuja: implement node set nth
2013-05-14  Mathieu Desnoyersrcuja: introduce union to represent nodes
2013-05-14  Mathieu Desnoyersrcuja testpop: print extra items in subclass instead...
2013-05-14  Mathieu DesnoyersUse statistical approach to approximate the max number...
2013-05-14  Mathieu Desnoyersrcuja: Update design document, discuss pool distributions
2013-05-14  Mathieu Desnoyersrcuja: use pool of linear array instead of bitmap
2013-05-14  Mathieu DesnoyersRCU judy array: implement node get functions
2013-05-14  Mathieu Desnoyersrcuja: Increase granularity
2013-05-14  Mathieu DesnoyersRCU Judy Array Design and initial files
2013-05-10  Mathieu DesnoyersFix: membarrier fallback symbol conflict
2013-05-10  Mathieu DesnoyersFix: Use a filled signal mask to disable all signals
2013-05-06  Mathieu Desnoyersurcu-bp: introduce struct urcu_gp
2013-05-06  Mathieu DesnoyersFix: struct urcu_gp broke multiflavor
2013-05-06  Mathieu DesnoyersCleanup test usage printout
2013-05-06  Mathieu Desnoyerswfstack tests: use pop "last" state info
2013-05-06  Mathieu Desnoyerswfstack: return whether pop is popping the last element
2013-05-06  Mathieu Desnoyerswfcqueue tests: use dequeue empty state
2013-05-06  Mathieu Desnoyerswfcqueue: return whether dequeue is dequeuing last...
2013-05-06  Lai Jiangshanurcu: avoid false sharing for rcu_gp_ctr
2013-05-06  Lai Jiangshanurcu: make the code of urcu-qsbr as normal urcu
2013-04-30  Mathieu Desnoyersrculfhash: detect if resize/destroy are called within...
2013-04-30  Mathieu DesnoyersDocumentation: rculfhash: cds_lfht_resize not within...
2013-04-30  Mathieu Desnoyersfix: rculfhash don't change qsbr online state
2013-04-30  Mathieu DesnoyersAdd rcu_read_ongoing() API to each urcu flavor
2013-04-17  Mathieu DesnoyersAdd "sparc" host cpu to configure.ac
2013-04-16  Mathieu Desnoyersfutex: include syscall.h instead of sys/syscall.h
2013-03-14  Paul E. McKenneyAdd tab to output in order to allow easy nesting of...
2013-03-14  Mathieu DesnoyersRemove urcu-api-list.sh from dist tarball
2013-03-14  Paul E. McKenneyAdd urcu-api-list.sh script
2013-03-13  Mathieu Desnoyerslist: implement cds_list_for_each_safe()
2013-02-22  Mathieu DesnoyersFix: tests/api.h use cpuset.h
2013-02-22  Mathieu DesnoyersFix hurd-i386: move cpuset tests outside of sched_setaf...
2013-02-22  Mathieu DesnoyersFix tests: finer-grained use of CPU_SET, CPU_ZERO and...
2013-02-22  Mathieu DesnoyersTest for CPU_SET
2013-02-22  Mathieu DesnoyersFix build on architectures with HAVE_SCHED_GETCPU but...
2013-02-22  Mathieu DesnoyersREADME: document that Clang 3.0 (based on LLVM 3.0...
2013-02-22  Mathieu Desnoyersclang: silence "unused expression result" warning
2013-02-15  Mathieu Desnoyersrculfhash: add assertions on node alignment
2013-02-13  Etienne BergeronSpelling cleanups within comments and documentation
2013-02-12  Simon MarchiFix configure checks for Tile
2013-01-31  Mathieu Desnoyersuatomic: style fix
2013-01-26  Mathieu Desnoyersdoc/cds-api.txt: expand documentation
2013-01-26  Mathieu DesnoyersREADME: document each API file
2013-01-26  Mathieu DesnoyersREADME: reorganize
2013-01-24  Simon MarchiAdd compilation support for the TileGX architecture
2013-01-20  Mathieu Desnoyerswfstack: add nonblocking to _LGPL_SOURCE API
2013-01-07  Mathieu DesnoyersDiscourage use of pthread_atfork() for call_rcu handlers
2012-12-26  Mathieu DesnoyersFix call_rcu fork handling
2012-12-26  Mathieu Desnoyerstest: fork handling
2012-12-20  Lai Jiangshanrculfhash: add cds_lfht_replace to the write operations...
2012-12-20  Lai Jiangshanurcu: fix comments for cds_list_for_each_prev()
2012-12-10  Mathieu Desnoyersdocumentation: fix rcu-api.txt duplicates
2012-12-08  Mathieu Desnoyerstest wfcq: remove unneeded urcu.h include
2012-12-08  Mathieu Desnoyerstest wfs: remove unneeded urcu.h include
2012-12-07  Lai Jiangshanurcu: declare test_urcu_multiflavor functions
2012-12-07  Lai Jiangshanurcu: remove the wrong comma
2012-12-06  Mathieu Desnoyerswfstack: implement nonblocking pop and next
2012-12-06  Mathieu Desnoyerswfcqueue: document first/next return values
2012-12-05  Mathieu Desnoyerswfstack: update comments about cds_wfs_empty/first...
2012-12-05  Mathieu Desnoyerswfstack API: rename cds_wfs_first_blocking to cds_wfs_first
2012-12-05  Mathieu Desnoyerswfstack test: test if number of push to empty vs pop_al...
2012-12-05  Mathieu Desnoyerswfstack: document first/next return values
2012-12-05  Mathieu Desnoyerstest wfstack: enforce external mutex if needed by default
2012-12-05  Mathieu Desnoyerstest wfcqueue: enforce external mutex if needed by...
2012-12-05  Mathieu Desnoyersurcu-mb/signal/membarrier: batch concurrent synchronize...
2012-12-05  Mathieu Desnoyersurcu-wait: move queue management code into urcu-wait.h
2012-12-05  Mathieu Desnoyersurcu-wait: move wait code into separate file
2012-12-05  Mathieu Desnoyersurcu-qsbr: batch concurrent synchronize_rcu()
2012-12-05  Mathieu Desnoyerstests: use standard malloc/free for synchronize_rcu()
2012-12-05  Mathieu Desnoyersurcu-bp: move quiescent threads to separate list
next
This page took 0.039302 seconds and 4 git commands to generate.