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: add missing import <linux/export.h>
Hauke Mehrtens
2015-06-07
*
rhashtable: Add cap on number of elements in hash table
Herbert Xu
2015-05-16
*
rhashtable: Do not schedule more than one rehash if we can't grow further
Thomas Graf
2015-04-22
*
rhashtable: Schedule async resize when sync realloc fails
Thomas Graf
2015-04-22
*
rhashtable: provide len to obj_hashfn
Patrick McHardy
2015-03-25
*
rhashtable: Add rhashtable_free_and_destroy()
Thomas Graf
2015-03-24
*
rhashtable: Disable automatic shrinking by default
Thomas Graf
2015-03-24
*
rhashtable: Use 'unsigned int' consistently
Thomas Graf
2015-03-24
*
rhashtable: Add comment on choice of elasticity value
Herbert Xu
2015-03-24
*
rhashtable: Fix sleeping inside RCU critical section in walk_stop
Herbert Xu
2015-03-23
*
rhashtable: Add immediate rehash during insertion
Herbert Xu
2015-03-23
*
rhashtable: Allow GFP_ATOMIC bucket table allocation
Herbert Xu
2015-03-23
*
rhashtable: Add multiple rehash support
Herbert Xu
2015-03-23
*
rhashtable: Shrink to fit
Herbert Xu
2015-03-23
*
rhashtable: Allow hashfn to be unset
Herbert Xu
2015-03-23
*
rhashtable: Add barrier to ensure we see new tables in walker
Herbert Xu
2015-03-23
*
rhashtable: Rip out obsolete out-of-line interface
Herbert Xu
2015-03-20
*
rhashtable: Allow hash/comparison functions to be inlined
Herbert Xu
2015-03-20
*
rhashtable: Make rhashtable_init params argument const
Herbert Xu
2015-03-20
*
rhashtable: Round up/down min/max_size to ensure we respect limit
Thomas Graf
2015-03-19
*
rhashtable: Remove max_shift and min_shift
Herbert Xu
2015-03-18
*
rhashtable: Introduce max_size/min_size
Herbert Xu
2015-03-18
*
rhashtable: Remove shift from bucket_table
Herbert Xu
2015-03-18
*
rhashtable: Avoid calculating hash again to unlock
Thomas Graf
2015-03-16
*
rhashtable: Annotate RCU locking of walkers
Thomas Graf
2015-03-16
*
rhashtable: Fix rhashtable_remove failures
Herbert Xu
2015-03-15
*
rhashtable: Fix use-after-free in rhashtable_walk_stop
Herbert Xu
2015-03-15
*
rhashtable: Move future_tbl into struct bucket_table
Herbert Xu
2015-03-15
*
rhashtable: Add rehash counter to bucket_table
Herbert Xu
2015-03-15
*
rhashtable: Free bucket tables asynchronously after rehash
Herbert Xu
2015-03-15
*
rhashtable: Move seed init into bucket_table_alloc
Herbert Xu
2015-03-15
*
rhashtable: Use SINGLE_DEPTH_NESTING
Herbert Xu
2015-03-15
*
rhashtable: Fix walker behaviour during rehash
Herbert Xu
2015-03-15
*
rhashtable: Fix read-side crash during rehash
Herbert Xu
2015-03-12
*
rhashtable: kill ht->shift atomic operations
Daniel Borkmann
2015-03-12
*
rhashtable: Fix reader/rehash race
Herbert Xu
2015-03-12
*
rhashtable: Remove obj_raw_hashfn
Herbert Xu
2015-03-12
*
rhashtable: Remove key length argument to key_hashfn
Herbert Xu
2015-03-12
*
rhashtable: Use head_hashfn instead of obj_raw_hashfn
Herbert Xu
2015-03-12
*
rhashtable: Move masking back into key_hashfn
Herbert Xu
2015-03-12
*
rhashtable: Add annotation to nested lock
Herbert Xu
2015-03-11
*
rhashtable: Add arbitrary rehash function
Herbert Xu
2015-03-11
*
rhashtable: Move hash_rnd into bucket_table
Herbert Xu
2015-03-11
*
rhashtable: use cond_resched()
Eric Dumazet
2015-02-27
*
rhashtable: remove indirection for grow/shrink decision functions
Daniel Borkmann
2015-02-27
*
rhashtable: unconditionally grow when max_shift is not specified
Daniel Borkmann
2015-02-27
*
rhashtable: initialize all rhashtable walker members
Sasha Levin
2015-02-23
*
rhashtable: better high order allocation attempts
Daniel Borkmann
2015-02-20
*
rhashtable: don't test for shrink on insert, expansion on delete
Daniel Borkmann
2015-02-20
*
rhashtable: using ERR_PTR requires linux/err.h
Stephen Rothwell
2015-02-09
[next]