pub/scm/linux/kernel/git/josh/rcuhashbash.git  about / heads / tags
RCU hash benchmark module
$ git log --pretty=format:'%h %s (%cs)%d'
c0208be Add rwlock-based hash-table resize (2011-01-06)
	(HEAD -> master)
4cffb83 Actually record number of resizes in ddds (2011-01-06)
b88ffc0 Fix some indentation problems. (2011-01-06)
d309c40 New hash resize algorithm; secondary table no longer required (2011-01-04)
a43cf73 Add DDDS implementation (2011-01-04)
4c1f017 Allocate space for struct rcuhashbash_table, not a pointer to it (2011-01-03)
460c9df Only try lookup in secondary table if not NULL (2011-01-03)
f70a3b6 Move rcuhashbash_read_thread next to rcuhashbash_resize_thread after all ops (2011-01-03)
e28a777 Support running without a resize thread. (2011-01-03)
ef660d2 Add module parameters for hash-table size (2011-01-03)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Add rwlock-based hash-table resize (2011-01-06)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
# no tags, yet...

# associated public inboxes:
# (number on the left is used for dev purposes)
          1 buildroot

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/josh/rcuhashbash.git