urcu.git
2013-06-14  Mathieu DesnoyersFix: don't build examples in static builds
2013-06-14  Mathieu DesnoyersAdd QSBR minimal example
2013-06-14  Mathieu Desnoyerscompiler.h: implement CAA_ARRAY_SIZE()
2013-06-14  Mathieu Desnoyersdocument rcu barrier
2013-06-14  Mathieu Desnoyersrcu barrier: handle OOM die urcu_die
2013-06-14  Mathieu DesnoyersImplement rcu_barrier()
2013-06-14  Mathieu Desnoyersrculfhash: document destroy context limitations
2013-06-11  Mathieu DesnoyersAdd MIPS to README
2013-06-08  Mathieu DesnoyersUpdate README
2013-06-08  Mathieu DesnoyersUpdate README testing info about FreeBSD
2013-05-15  Mathieu Desnoyerstest: fix api.h missing if brackets
2013-05-15  Mathieu Desnoyerstests: fix incorrect counter
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
2012-12-05  Mathieu Desnoyersurcu-mb/signal/membarrier: move quiescent threads to...
2012-12-05  Mathieu Desnoyersurcu-qsbr: move offline threads to separate list
2012-12-05  Mathieu Desnoyersurcu-bp: improve 2-phase wait scheme
2012-12-05  Mathieu Desnoyersurcu-mb/signal/membarrier: improve 2-phase wait scheme
2012-12-05  Mathieu Desnoyersurcu-qsbr: improve 2-phase wait scheme
2012-12-05  Mathieu Desnoyerswfcqueue: implement mutex-free splice
2012-12-05  Mathieu Desnoyerswfcqueue: document empty criterion
2012-12-05  Mathieu Desnoyersurcu-call-rcu: use wait-free splice return value
2012-12-05  Mathieu Desnoyerstest wfcqueue: add tests for queue state return value
2012-12-05  Mathieu Desnoyerswfcqueue: enqueue and splice return queue state
2012-12-05  Mathieu DesnoyersFix: wfcqueue nonblocking dequeue
2012-11-16  Paul E. McKenneywfcqueue: Fix lock and unlock functions
2012-11-15  Simon Marchiruntests: Make path of time binary configurable
2012-11-11  Mathieu Desnoyersurcu-qsbr: skip Q.S. reporting if already reported
2012-11-09  Mathieu DesnoyersFix TLS detection: test with linker, add --disable...
2012-11-08  Mathieu DesnoyersCleanup: cast pthread_self() return value to unsigned...
2012-11-08  Christian BabeuxFallback mechanism not working on platform where TLS...
2012-11-07  Mathieu DesnoyersRevert "Fix: cross-build: configure.ac should use ...
2012-11-07  Mathieu DesnoyersFix: cross-build: configure.ac should use --target...
2012-11-04  Mathieu Desnoyerstest_urcu_wfcq: add splice and nosync tests
2012-11-04  Mathieu Desnoyerstest_urcu_wfs: cleanup
2012-11-04  Mathieu Desnoyerstest_urcu_lfs: cleanup
2012-11-01  Mathieu DesnoyersFix static linking: add missing static for _defer_rcu
2012-11-01  Mathieu Desnoyerstests: report error value for make check
2012-11-01  Mathieu DesnoyersAdd multiflavor test program
2012-11-01  Mathieu DesnoyersFix static linking: fix symbol name namespaces
2012-11-01  Mathieu DesnoyersFix static linking: add missing static to thr_defer
next
This page took 0.038264 seconds and 4 git commands to generate.