index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
rhashtable.c
Commit message (
Expand
)
Author
Age
*
rhashtable: using ERR_PTR requires linux/err.h
Stephen Rothwell
2015-02-09
*
rhashtable: Fix remove logic to avoid cross references between buckets
Thomas Graf
2015-02-06
*
rhashtable: Avoid bucket cross reference after removal
Thomas Graf
2015-02-06
*
rhashtable: Add more lock verification
Thomas Graf
2015-02-06
*
rhashtable: Dump bucket tables on locking violation under PROVE_LOCKING
Thomas Graf
2015-02-06
*
rhashtable: Wait for RCU readers after final unzip work
Thomas Graf
2015-02-06
*
rhashtable: Use a single bucket lock for sibling buckets
Thomas Graf
2015-02-06
*
rhashtable: key_hashfn() must return full hash value
Thomas Graf
2015-02-06
*
rhashtable: Introduce rhashtable_walk_*
Herbert Xu
2015-02-04
*
rhashtable: Fix potential crash on destroy in rhashtable_shrink
Herbert Xu
2015-02-04
*
rhashtable: Make selftest modular
Geert Uytterhoeven
2015-01-30
*
rhashtable: rhashtable_remove() must unlink in both tbl and future_tbl
Thomas Graf
2015-01-26
*
rhashtable: Fix race in rhashtable_destroy() and use regular work_struct
Ying Xue
2015-01-16
*
rhashtable: Lower/upper bucket may map to same lock while shrinking
Thomas Graf
2015-01-14
*
rhashtable: involve rhashtable_lookup_compare_insert routine
Ying Xue
2015-01-13
*
rhashtable: initialize atomic nelems variable
Ying Xue
2015-01-08
*
rhashtable: avoid unnecessary wakeup for worker queue
Ying Xue
2015-01-08
*
rhashtable: future table needs to be traversed when remove an object
Ying Xue
2015-01-08
*
rhashtable: involve rhashtable_lookup_insert routine
Ying Xue
2015-01-08
*
rhashtable: introduce rhashtable_wakeup_worker helper function
Ying Xue
2015-01-08
*
rhashtable: optimize rhashtable_lookup routine
Ying Xue
2015-01-08
*
rhashtable: Supports for nulls marker
Thomas Graf
2015-01-03
*
rhashtable: Per bucket locks & deferred expansion/shrinking
Thomas Graf
2015-01-03
*
nft_hash: Remove rhashtable_remove_pprev()
Thomas Graf
2015-01-03
*
rhashtable: Factor out bucket_tail() function
Thomas Graf
2015-01-03
*
rhashtable: Convert bucket iterators to take table and index
Thomas Graf
2015-01-03
*
rhashtable: Use rht_obj() instead of manual offset calculation
Thomas Graf
2015-01-03
*
rhashtable: Do hashing inside of rhashtable_lookup_compare()
Thomas Graf
2015-01-03
*
net: replace remaining users of arch_fast_hash with jhash
Daniel Borkmann
2014-12-10
*
rhashtable: Check for count mismatch while iterating in selftest
Thomas Graf
2014-11-24
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-14
|
\
|
*
lib: rhashtable - Remove weird non-ASCII characters from comments
Herbert Xu
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
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-10-08
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-10-02
|
|
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-09-23
|
|
\
\
|
*
|
|
lib/rhashtable: allow user to set the minimum shifts of shrinking
Ying Xue
2014-09-03
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2014-10-07
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
lib: rhashtable: Spelling s/compuate/compute/
Geert Uytterhoeven
2014-08-26
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2014-09-26
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
rhashtable: fix lockdep splat in rhashtable_destroy()
Pablo Neira Ayuso
2014-09-03
|
|
|
/
|
|
/
|
*
/
|
lib: rhashtable: remove second linux/log2.h inclusion
Fabian Frederick
2014-09-19
|
/
/
*
|
rhashtable: unexport and make rht_obj() static
Thomas Graf
2014-08-14
*
|
rhashtable: RCU annotations for next pointers
Thomas Graf
2014-08-14
|
/
*
lib: Resizable, Scalable, Concurrent Hash Table
Thomas Graf
2014-08-02