index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rhashtable.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-19
rhashtable: add schedule points
Eric Dumazet
1
-0
/
+2
2018-07-25
lib/rhashtable: consider param->min_size when setting initial table size
Davidlohr Bueso
1
-6
/
+11
2018-03-31
rhashtable: Fix rhlist duplicates insertion
Paul Blakey
1
-1
/
+3
2017-09-19
rhashtable: Documentation tweak
Andreas Gruenbacher
1
-4
/
+5
2017-07-15
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2017-07-10
lib/rhashtable.c: use kvzalloc() in bucket_table_alloc() when possible
Michal Hocko
1
-4
/
+3
2017-06-19
rhashtable: use get_random_u32 for hash_rnd
Jason A. Donenfeld
1
-1
/
+1
2017-05-08
lib/rhashtable.c: simplify a strange allocation pattern
Michal Hocko
1
-10
/
+3
2017-05-01
rhashtable: compact struct rhashtable_params
Florian Westphal
1
-1
/
+1
2017-04-28
rhashtable: Do not lower max_elems when max_size is zero
Herbert Xu
1
-5
/
+6
2017-04-27
rhashtable: Cap total number of entries to 2^31
Herbert Xu
1
-0
/
+5
2017-04-26
rhashtable: remove insecure_max_entries param
Florian Westphal
1
-6
/
+0
2017-04-18
rhashtable: remove insecure_elasticity
Florian Westphal
1
-16
/
+1
2017-03-02
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...
Ingo Molnar
1
-0
/
+1
2017-02-26
rhashtable: Fix RCU dereference annotation in rht_bucket_nested
Herbert Xu
1
-2
/
+3
2017-02-26
rhashtable: Fix use before NULL check in bucket_table_free
Herbert Xu
1
-3
/
+1
2017-02-17
rhashtable: Add nested tables
Herbert Xu
1
-50
/
+220
2016-09-20
rhashtable: Add rhlist interface
Herbert Xu
1
-52
/
+206
2016-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-3
/
+7
2016-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+4
2016-08-26
rhashtable: fix a memory leak in alloc_bucket_locks()
Eric Dumazet
1
-3
/
+4
2016-08-26
rhashtable: add rhashtable_lookup_get_insert_key()
Pablo Neira Ayuso
1
-3
/
+7
2016-08-19
rhashtable: Remove GFP flag from rhashtable_walk_init
Herbert Xu
1
-28
/
+18
2016-08-15
rhashtable: fix shift by 64 when shrinking
Vegard Nossum
1
-2
/
+4
2016-08-14
rhashtable: avoid large lock-array allocations
Florian Westphal
1
-2
/
+5
2016-04-05
rhashtable: accept GFP flags in rhashtable_walk_init
Bob Copeland
1
-2
/
+4
2015-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2015-12-18
rhashtable: Kill harmless RCU warning in rhashtable_walk_init
Herbert Xu
1
-1
/
+2
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-27
/
+40
2015-12-16
rhashtable: Fix walker list corruption
Herbert Xu
1
-9
/
+7
2015-12-16
rhashtable: Enforce minimum size on initial hash table
Herbert Xu
1
-3
/
+3
2015-12-08
rhashtable: Remove unnecessary wmb for future_tbl
Herbert Xu
1
-3
/
+0
2015-12-05
Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"
David S. Miller
1
-3
/
+2
2015-12-04
rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation
Herbert Xu
1
-2
/
+3
2015-12-04
rhashtable: Prevent spurious EBUSY errors on insertion
Herbert Xu
1
-15
/
+30
2015-09-22
lib: fix data race in rhashtable_rehash_one
Dmitriy Vyukov
1
-4
/
+1
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
[next]