projects
/
userspace-rcu.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
userspace-rcu.git
2011-12-04
Mathieu Desnoyers
rculfhash: default mm type
commit
|
commitdiff
|
tree
|
snapshot
2011-12-02
Lai Jiangshan
rculfhash,test: add memory_backend argument
commit
|
commitdiff
|
tree
|
snapshot
2011-12-02
Lai Jiangshan
rculfhash,test: add max_hash_buckets_size argument
commit
|
commitdiff
|
tree
|
snapshot
2011-12-02
Lai Jiangshan
cleanup duplicated code
commit
|
commitdiff
|
tree
|
snapshot
2011-12-02
Lai Jiangshan
cleanup unneed declare
commit
|
commitdiff
|
tree
|
snapshot
2011-12-02
Lai Jiangshan
disable warning when -DNDEBUG(disable assert())
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Mathieu Desnoyers
Fix cds_lfht field order
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Mathieu Desnoyers
rculfhash mm plugins: cleanup alloc
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Mathieu Desnoyers
rculfhash: document fini_table
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Mathieu Desnoyers
rculfhash: likely -> caa_likely fix
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Mathieu Desnoyers
rculfhash: cleanup ht_count_add/ht_count_del
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Mathieu Desnoyers
rculfhash: reorder cds_lfht for smaller cache footprint...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Lai Jiangshan
add rculfhash-mm-mmap.c memory management
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Lai Jiangshan
add rculfhash-mm-chunk.c memory management
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Lai Jiangshan
move memory management code out as rculfhash-mm-order.c
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Lai Jiangshan
Merge struct rcu_table into struct cds_lfht
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Lai Jiangshan
use rcu_flavor for rculfhash
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Lai Jiangshan
Add rcu_flavor
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Lai Jiangshan
add max_nr_buckets argument
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Lai Jiangshan
rename min_alloc_size/min_alloc_order
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Lai Jiangshan
remove struct rcu_level
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Lai Jiangshan
it is not required that ht->t.size >= ht->min_table_siz...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Lai Jiangshan
proper wrapper for bucket table alloc and free
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Lai Jiangshan
introduce bucket_at() and improve readability
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Lai Jiangshan
Add Lai Jiangshan's copyright to rculfhash
commit
|
commitdiff
|
tree
|
snapshot
2011-11-23
Lai Jiangshan
Update comments of cds_lfht_new()
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Mathieu Desnoyers
rculfhash: constify all key arguments passed to API
commit
|
commitdiff
|
tree
|
snapshot
2011-11-14
Lai Jiangshan
Fix arguments order
commit
|
commitdiff
|
tree
|
snapshot
2011-11-10
Mathieu Desnoyers
rculfhash: Add parenthesis around macro arg use in...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Mathieu Desnoyers
Add hash table iterator macros
commit
|
commitdiff
|
tree
|
snapshot
2011-11-09
Mathieu Desnoyers
Remove whiteline
commit
|
commitdiff
|
tree
|
snapshot
2011-11-05
Lai Jiangshan
rculfhash: rename dummy to bucket
commit
|
commitdiff
|
tree
|
snapshot
2011-11-05
Lai Jiangshan
rculfhash: Move key out of struct lfht_test_node, move...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-05
Mathieu Desnoyers
rculfhash: Remove leftover hash_seed field
commit
|
commitdiff
|
tree
|
snapshot
2011-11-05
Mathieu Desnoyers
rculfhash: extract compare_fct and hash_fct from the...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-03
Mathieu Desnoyers
Merge branch 'master' into urcu/ht-shrink
commit
|
commitdiff
|
tree
|
snapshot
2011-11-03
Mathieu Desnoyers
qsbr vs call_rcu : remove exit assertion
commit
|
commitdiff
|
tree
|
snapshot
2011-11-02
Lai Jiangshan
rculfhash: Move "struct rcu_head head" out of "struct...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-02
Lai Jiangshan
rculfhash, test: wrap struct cds_lfht_node
commit
|
commitdiff
|
tree
|
snapshot
2011-11-02
Lai Jiangshan
rculfhash: Change lazy shrink strategy
commit
|
commitdiff
|
tree
|
snapshot
2011-11-02
Lai Jiangshan
rculfhash: merge duplicated code of cds_lfht_resize_laz...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-02
Lai Jiangshan
rculfhash: Fix ht lazy grow logic.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-02
Mathieu Desnoyers
rculfhash: rename likely/unlikely (add caa_ prefix)
commit
|
commitdiff
|
tree
|
snapshot
2011-11-02
Mathieu Desnoyers
Merge branch 'master' into urcu/ht-shrink
commit
|
commitdiff
|
tree
|
snapshot
2011-11-01
Mathieu Desnoyers
Rename likely/unlikely to caa_likely/caa_unlikely
commit
|
commitdiff
|
tree
|
snapshot
2011-11-01
Mathieu Desnoyers
Add structure descriptions, remove redundant clear_flag()
commit
|
commitdiff
|
tree
|
snapshot
2011-11-01
Paul E. McKenney
Fix CAA_BITS_PER_lONG typo
commit
|
commitdiff
|
tree
|
snapshot
2011-11-01
Lai Jiangshan
rculfhash: add min_alloc_size test parameter
commit
|
commitdiff
|
tree
|
snapshot
2011-11-01
Lai Jiangshan
rculfhash: Fix min_alloc_size bug
commit
|
commitdiff
|
tree
|
snapshot
2011-11-01
Lai Jiangshan
rculfhash: Fix ht allocation bug
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Lai Jiangshan
rculfhash: add CDS_LFHT_ACCOUNTING flag
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Lai Jiangshan
rculfhash: use DEFAULT_SPLIT_COUNT_MASK for !HAVE_SYSCONF
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Lai Jiangshan
rculfhash: use hash for index if !HAVE_SCHED_GETCPU
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Lai Jiangshan
rculfhash: rename percpu_count to split_count
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Mathieu Desnoyers
rculfhash: Cast to struct rcu_level * instead of void...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Lai Jiangshan
rculfhash: directly lookup bucket in the first order...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Lai Jiangshan
Avoid alloc small memory pieces
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Lai Jiangshan
rculfhash: Remove unneed branches
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Lai Jiangshan
rculfhash: create dummy nodes directly when create...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Lai Jiangshan
rculfhash: fix uniquely add vs cds_lfht_next observatio...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-28
Lai Jiangshan
Cleanup order semantic
commit
|
commitdiff
|
tree
|
snapshot
2011-10-27
Lai Jiangshan
Comment cleanup: fix ascii art
commit
|
commitdiff
|
tree
|
snapshot
2011-10-27
Lai Jiangshan
Cleanup _cds_lfht_del()
commit
|
commitdiff
|
tree
|
snapshot
2011-10-27
Lai Jiangshan
Cleanup _cds_lfht_replace()
commit
|
commitdiff
|
tree
|
snapshot
2011-10-27
Lai Jiangshan
Remove dead code in _cds_lfht_gc_bucket()
commit
|
commitdiff
|
tree
|
snapshot
2011-10-27
Mathieu Desnoyers
Move replace code out from _cds_lfht_add()
commit
|
commitdiff
|
tree
|
snapshot
2011-10-17
Lai Jiangshan
Rename the parameter name of _cds_lfht_replace()
commit
|
commitdiff
|
tree
|
snapshot
2011-10-17
Lai Jiangshan
Fix dummy node insertion bug
commit
|
commitdiff
|
tree
|
snapshot
2011-10-17
Lai Jiangshan
compare hash value before call compare_fct()
commit
|
commitdiff
|
tree
|
snapshot
2011-10-17
Lai Jiangshan
rculfhash: Simplify lookup_bucket()
commit
|
commitdiff
|
tree
|
snapshot
2011-10-17
Lai Jiangshan
rculfhash: avoid unneed garbage collect
commit
|
commitdiff
|
tree
|
snapshot
2011-10-17
Lai Jiangshan
rculfhash: merge duplicated code for bucket lookup
commit
|
commitdiff
|
tree
|
snapshot
2011-10-17
Lai Jiangshan
rculfhash: make struct rcu_level size power of 2
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Mathieu Desnoyers
Reinsert missing test_urcu_*.c files (missing in rename)
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Mathieu Desnoyers
Reinsert missing test_urcu_*.c files (missing in rename)
commit
|
commitdiff
|
tree
|
snapshot
2011-10-14
Lai Jiangshan
rculfhash: simplify get_count_order()
commit
|
commitdiff
|
tree
|
snapshot
2011-10-14
Lai Jiangshan
rculfhash: use dbg_printf() for grow/shrink printout
commit
|
commitdiff
|
tree
|
snapshot
2011-10-14
Lai Jiangshan
rculfhash: merge thread_id into struct partition_resize...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-14
Lai Jiangshan
rculfhash: remove unused rcu_head in partition_resize_work
commit
|
commitdiff
|
tree
|
snapshot
2011-10-14
Lai Jiangshan
rename test_qsbr to test_urcu_qsbr
commit
|
commitdiff
|
tree
|
snapshot
2011-10-05
Mathieu Desnoyers
rculfhash test: handle write return value
commit
|
commitdiff
|
tree
|
snapshot
2011-10-05
Mathieu Desnoyers
rcuhash test: fix 32-bit type warning
commit
|
commitdiff
|
tree
|
snapshot
2011-10-05
Mathieu Desnoyers
Merge branch 'master' into urcu/ht-shrink
commit
|
commitdiff
|
tree
|
snapshot
2011-10-05
Mathieu Desnoyers
urcu-pointer: fix rcu_set_pointer unset return value
commit
|
commitdiff
|
tree
|
snapshot
2011-10-02
Mathieu Desnoyers
Merge branch 'master' into urcu/ht-shrink
commit
|
commitdiff
|
tree
|
snapshot
2011-10-02
Mathieu Desnoyers
Enhance API.txt documentation, add to Makefile as EXTRA...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-30
Mathieu Desnoyers
rculfhash: do not sample in_progress_destroy in the...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-30
Mathieu Desnoyers
rculfhash: break resize loop on destroy
commit
|
commitdiff
|
tree
|
snapshot
2011-09-30
Mathieu Desnoyers
rculfhash: decrement resize cnt on destroy
commit
|
commitdiff
|
tree
|
snapshot
2011-09-30
Mathieu Desnoyers
Check for in progress destroy before calling call_rcu...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-30
Mathieu Desnoyers
rculfhash: Test for initiated destroy before performing...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
Mathieu Desnoyers
Version 0.6.5
v0.6.5
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
Mathieu Desnoyers
call_rcu: Document call_rcu requirements
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
Mathieu Desnoyers
call_rcu: Document call_rcu requirements
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
Mathieu Desnoyers
Merge branch 'master' into urcu/ht-shrink
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
Mathieu Desnoyers
call_rcu: fix error handling of malloc error
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
Mathieu Desnoyers
Merge branch 'master' into urcu/ht-shrink
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
Mathieu Desnoyers
urcu call_rcu: Use RCU read-side protection for per...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
Lai Jiangshan
urcu,call_rcu: Cleanup call_rcu_data pointers before...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-29
Lai Jiangshan
urcu,call_rcu: avoid create call_rcu_data for child...
commit
|
commitdiff
|
tree
|
snapshot
next
This page took
0.038677 seconds
and
4
git commands to generate.