Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
josh
/
rcuhashbash
/
HEAD
c0208be
Add rwlock-based hash-table resize
by Josh Triplett
· 15 years ago
master
4cffb83
Actually record number of resizes in ddds
by Josh Triplett
· 15 years ago
b88ffc0
Fix some indentation problems.
by Josh Triplett
· 15 years ago
d309c40
New hash resize algorithm; secondary table no longer required
by Josh Triplett
· 15 years ago
a43cf73
Add DDDS implementation
by Josh Triplett
· 15 years ago
4c1f017
Allocate space for struct rcuhashbash_table, not a pointer to it
by Josh Triplett
· 15 years ago
460c9df
Only try lookup in secondary table if not NULL
by Josh Triplett
· 15 years ago
f70a3b6
Move rcuhashbash_read_thread next to rcuhashbash_resize_thread after all ops
by Josh Triplett
· 15 years ago
e28a777
Support running without a resize thread.
by Josh Triplett
· 15 years ago
ef660d2
Add module parameters for hash-table size
by Josh Triplett
· 15 years ago
1816058
Add .gitignore
by Josh Triplett
· 15 years ago
3863b19
Add rcuhashbash-resize
by Josh Triplett
· 15 years ago
64aacc9
Remove unnecessary include of <linux/dcache.h>
by Josh Triplett
· 16 years ago
a28e7ba
Switch from <linux/byteorder/swabb.h> to <asm/byteorder.h>.
by Josh Triplett
· 16 years ago
a835989
Reader/writer threads which randomly read and write in some proportion
by Josh Triplett
· 17 years ago
d36161a
Support setting reader and writer ranges via module params
by Josh Triplett
· 18 years ago
6437df3
Add other writer synchronization for rcu_seq
by Josh Triplett
· 18 years ago
d6e24b2
Add single-writer sequence-lock variant, with no writer synchronization
by Josh Triplett
· 18 years ago
eb56791
Add variant based on RCU and a sequence lock
by Josh Triplett
· 18 years ago
8647e0f
Add new nosync_rcu_dereference variant
by Josh Triplett
· 18 years ago
b20ca38
Use a local copy of the stats structures in the reader and writer functions
by Josh Triplett
· 18 years ago
314debb
Add variant with no reader synchronization and no writers
by Josh Triplett
· 18 years ago
efa4af7
Add lock-based readers and corresponding writers
by Josh Triplett
· 18 years ago
075e734
Support multiple writers
by Josh Triplett
· 18 years ago
5062184
Add various kinds of write-side locks
by Josh Triplett
· 18 years ago
01e7cd1
RCU hash benchmark
by Josh Triplett
· 18 years ago
c17d645
Add test module for moving to end.
by Josh Triplett
· 19 years ago