index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rhashtable.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-08
rhashtable: fix for resize events during table walk
Phil Sutter
1
-2
/
+2
2015-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2015-06-07
rhashtable: add missing import <linux/export.h>
Hauke Mehrtens
1
-0
/
+1
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+11
2015-05-16
rhashtable: Add cap on number of elements in hash table
Herbert Xu
1
-0
/
+11
2015-05-05
rhashtable: Simplify iterator code
Thomas Graf
1
-6
/
+2
2015-04-22
rhashtable: Do not schedule more than one rehash if we can't grow further
Thomas Graf
1
-2
/
+2
2015-04-22
rhashtable: Schedule async resize when sync realloc fails
Thomas Graf
1
-1
/
+6
2015-03-25
rhashtable: provide len to obj_hashfn
Patrick McHardy
1
-1
/
+1
2015-03-24
rhashtable: Add rhashtable_free_and_destroy()
Thomas Graf
1
-10
/
+39
2015-03-24
rhashtable: Disable automatic shrinking by default
Thomas Graf
1
-1
/
+1
2015-03-24
rhashtable: Use 'unsigned int' consistently
Thomas Graf
1
-8
/
+10
2015-03-24
rhashtable: Add comment on choice of elasticity value
Herbert Xu
1
-0
/
+12
2015-03-23
rhashtable: Fix sleeping inside RCU critical section in walk_stop
Herbert Xu
1
-2
/
+5
2015-03-23
rhashtable: Add immediate rehash during insertion
Herbert Xu
1
-1
/
+59
2015-03-23
rhashtable: Allow GFP_ATOMIC bucket table allocation
Herbert Xu
1
-11
/
+15
2015-03-23
rhashtable: Add multiple rehash support
Herbert Xu
1
-15
/
+72
2015-03-23
rhashtable: Shrink to fit
Herbert Xu
1
-3
/
+10
2015-03-23
rhashtable: Allow hashfn to be unset
Herbert Xu
1
-1
/
+16
2015-03-23
rhashtable: Add barrier to ensure we see new tables in walker
Herbert Xu
1
-0
/
+3
2015-03-20
rhashtable: Rip out obsolete out-of-line interface
Herbert Xu
1
-284
/
+0
2015-03-20
rhashtable: Allow hash/comparison functions to be inlined
Herbert Xu
1
-113
/
+50
2015-03-20
rhashtable: Make rhashtable_init params argument const
Herbert Xu
1
-3
/
+4
2015-03-19
rhashtable: Round up/down min/max_size to ensure we respect limit
Thomas Graf
1
-2
/
+8
2015-03-18
rhashtable: Remove max_shift and min_shift
Herbert Xu
1
-6
/
+1
2015-03-18
rhashtable: Introduce max_size/min_size
Herbert Xu
1
-4
/
+8
2015-03-18
rhashtable: Remove shift from bucket_table
Herbert Xu
1
-3
/
+2
2015-03-16
rhashtable: Avoid calculating hash again to unlock
Thomas Graf
1
-6
/
+5
2015-03-16
rhashtable: Annotate RCU locking of walkers
Thomas Graf
1
-0
/
+2
2015-03-15
rhashtable: Fix rhashtable_remove failures
Herbert Xu
1
-10
/
+7
2015-03-15
rhashtable: Fix use-after-free in rhashtable_walk_stop
Herbert Xu
1
-3
/
+4
2015-03-15
rhashtable: Move future_tbl into struct bucket_table
Herbert Xu
1
-16
/
+11
2015-03-15
rhashtable: Add rehash counter to bucket_table
Herbert Xu
1
-0
/
+1
2015-03-15
rhashtable: Free bucket tables asynchronously after rehash
Herbert Xu
1
-3
/
+6
2015-03-15
rhashtable: Move seed init into bucket_table_alloc
Herbert Xu
1
-10
/
+6
2015-03-15
rhashtable: Use SINGLE_DEPTH_NESTING
Herbert Xu
1
-7
/
+2
2015-03-15
rhashtable: Fix walker behaviour during rehash
Herbert Xu
1
-23
/
+46
2015-03-12
rhashtable: Fix read-side crash during rehash
Herbert Xu
1
-1
/
+1
2015-03-12
rhashtable: kill ht->shift atomic operations
Daniel Borkmann
1
-30
/
+25
2015-03-12
rhashtable: Fix reader/rehash race
Herbert Xu
1
-0
/
+6
2015-03-12
rhashtable: Remove obj_raw_hashfn
Herbert Xu
1
-18
/
+7
2015-03-12
rhashtable: Remove key length argument to key_hashfn
Herbert Xu
1
-3
/
+4
2015-03-12
rhashtable: Use head_hashfn instead of obj_raw_hashfn
Herbert Xu
1
-7
/
+5
2015-03-12
rhashtable: Move masking back into key_hashfn
Herbert Xu
1
-2
/
+3
2015-03-11
rhashtable: Add annotation to nested lock
Herbert Xu
1
-2
/
+2
2015-03-11
rhashtable: Add arbitrary rehash function
Herbert Xu
1
-332
/
+174
2015-03-11
rhashtable: Move hash_rnd into bucket_table
Herbert Xu
1
-9
/
+15
2015-02-27
rhashtable: use cond_resched()
Eric Dumazet
1
-0
/
+4
2015-02-27
rhashtable: remove indirection for grow/shrink decision functions
Daniel Borkmann
1
-39
/
+17
2015-02-27
rhashtable: unconditionally grow when max_shift is not specified
Daniel Borkmann
1
-1
/
+1
[next]