Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
josh
/
rcuhashbash
RCU hash benchmark module
Mirrored from
git://git.kernel.org/pub/scm/linux/kernel/git/josh/rcuhashbash.git
Clone this repo:
Branches
master
c0208be
Add rwlock-based hash-table resize
by Josh Triplett
· 12 years ago
master
4cffb83
Actually record number of resizes in ddds
by Josh Triplett
· 12 years ago
b88ffc0
Fix some indentation problems.
by Josh Triplett
· 12 years ago
d309c40
New hash resize algorithm; secondary table no longer required
by Josh Triplett
· 12 years ago
a43cf73
Add DDDS implementation
by Josh Triplett
· 12 years ago
4c1f017
Allocate space for struct rcuhashbash_table, not a pointer to it
by Josh Triplett
· 12 years ago
460c9df
Only try lookup in secondary table if not NULL
by Josh Triplett
· 12 years ago
f70a3b6
Move rcuhashbash_read_thread next to rcuhashbash_resize_thread after all ops
by Josh Triplett
· 12 years ago
e28a777
Support running without a resize thread.
by Josh Triplett
· 12 years ago
ef660d2
Add module parameters for hash-table size
by Josh Triplett
· 12 years ago
1816058
Add .gitignore
by Josh Triplett
· 12 years ago
3863b19
Add rcuhashbash-resize
by Josh Triplett
· 12 years ago
64aacc9
Remove unnecessary include of <linux/dcache.h>
by Josh Triplett
· 14 years ago
a28e7ba
Switch from <linux/byteorder/swabb.h> to <asm/byteorder.h>.
by Josh Triplett
· 14 years ago
a835989
Reader/writer threads which randomly read and write in some proportion
by Josh Triplett
· 14 years ago
d36161a
Support setting reader and writer ranges via module params
by Josh Triplett
· 15 years ago
6437df3
Add other writer synchronization for rcu_seq
by Josh Triplett
· 15 years ago
d6e24b2
Add single-writer sequence-lock variant, with no writer synchronization
by Josh Triplett
· 15 years ago
eb56791
Add variant based on RCU and a sequence lock
by Josh Triplett
· 15 years ago
8647e0f
Add new nosync_rcu_dereference variant
by Josh Triplett
· 15 years ago
More »