index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rhashtable.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[next]