index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rhashtable.c
Age
Commit message (
Expand
)
Author
2014-12-10
net: replace remaining users of arch_fast_hash with jhash
Daniel Borkmann
2014-11-24
rhashtable: Check for count mismatch while iterating in selftest
Thomas Graf
2014-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-13
rhashtable: Drop gfp_flags arg in insert/remove functions
Thomas Graf
2014-11-13
rhashtable: Add parent argument to mutex_is_held
Herbert Xu
2014-11-13
rhashtable: Move mutex_is_held under PROVE_LOCKING
Herbert Xu
2014-11-13
lib: rhashtable - Remove weird non-ASCII characters from comments
Herbert Xu
2014-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-10-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2014-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-09-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2014-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-09-19
lib: rhashtable: remove second linux/log2.h inclusion
Fabian Frederick
2014-09-03
lib/rhashtable: allow user to set the minimum shifts of shrinking
Ying Xue
2014-09-03
rhashtable: fix lockdep splat in rhashtable_destroy()
Pablo Neira Ayuso
2014-08-26
lib: rhashtable: Spelling s/compuate/compute/
Geert Uytterhoeven
2014-08-14
rhashtable: unexport and make rht_obj() static
Thomas Graf
2014-08-14
rhashtable: RCU annotations for next pointers
Thomas Graf
2014-08-02
lib: Resizable, Scalable, Concurrent Hash Table
Thomas Graf