index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
test_rhashtable.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-12-13
1
-4
/
+2
|
\
|
*
lib/test_rhashtable: Remove set but unused variable 'insert_retries'
Jiapeng Chong
2022-11-25
1
-4
/
+2
*
|
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-18
1
-3
/
+3
|
/
*
rhashtable: make test actually random
Rolf Eike Beer
2022-10-26
1
-36
/
+22
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
1
-3
/
+3
*
rhashtable: avoid -Wrestrict warning on overlapping sprintf output
Arnd Bergmann
2021-03-24
1
-4
/
+5
*
rhashtable: fix indentation of a continue statement
Colin Ian King
2020-09-20
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
rhashtable: move dereference inside rht_ptr()
NeilBrown
2019-04-12
1
-1
/
+1
*
rhashtable: use bit_spin_locks to protect hash bucket.
NeilBrown
2019-04-07
1
-1
/
+1
*
rhashtable: Remove obsolete rhashtable_walk_init function
Herbert Xu
2019-02-22
1
-7
/
+2
*
lib/test_rhashtable: fix spelling mistake "existant" -> "existent"
Colin Ian King
2019-02-21
1
-2
/
+2
*
lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamically
Bart Van Assche
2019-01-31
1
-8
/
+15
*
test_rhashtable: remove semaphore usage
Arnd Bergmann
2018-12-18
1
-13
/
+19
*
rhashtable: remove nulls_base and related code.
NeilBrown
2018-06-22
1
-4
/
+1
*
rhashtable: silence RCU warning in rhashtable_test.
NeilBrown
2018-06-22
1
-0
/
+3
*
treewide: Use array_size() in vzalloc()
Kees Cook
2018-06-12
1
-5
/
+8
*
test_rhashtable: add test case for rhltable with duplicate objects
Paul Blakey
2018-03-07
1
-0
/
+134
*
rhashtable: Change rhashtable_walk_start to return void
Tom Herbert
2017-12-11
1
-5
/
+1
*
test_rhashtable: remove initdata annotation
Florian Westphal
2017-09-21
1
-1
/
+1
*
test_rhashtable: add test case for rhl_table interface
Florian Westphal
2017-09-19
1
-2
/
+194
*
test_rhashtable: add a check for max_size
Florian Westphal
2017-09-19
1
-0
/
+41
*
test_rhashtable: don't use global entries variable
Florian Westphal
2017-09-19
1
-14
/
+23
*
test_rhashtable: don't allocate huge static array
Florian Westphal
2017-09-19
1
-11
/
+16
*
lib: test_rhashtable: Fix KASAN warning
Phil Sutter
2017-07-25
1
-1
/
+3
*
lib: test_rhashtable: fix for large entry counts
Phil Sutter
2017-07-24
1
-21
/
+32
*
rhashtable-test: Fix max_size parameter description
Phil Sutter
2016-08-08
1
-1
/
+1
*
rhashtable: accept GFP flags in rhashtable_walk_init
Bob Copeland
2016-04-05
1
-1
/
+1
*
rhashtable-test: allow to retry even if -ENOMEM was returned
Phil Sutter
2015-11-23
1
-1
/
+13
*
rhashtable-test: calculate max_entries value by default
Phil Sutter
2015-11-23
1
-3
/
+5
*
rhashtable-test: retry insert operations
Phil Sutter
2015-11-23
1
-24
/
+29
*
rhashtable-test: add cond_resched() to thread test
Phil Sutter
2015-11-23
1
-0
/
+5
*
rhashtable-test: extend to test concurrency
Phil Sutter
2015-08-17
1
-1
/
+155
*
rhashtable: Allow other tasks to be scheduled in large lookup loops
Thomas Graf
2015-07-21
1
-0
/
+7
*
rhashtable-test: Fix 64bit division
Thomas Graf
2015-05-05
1
-1
/
+2
*
rhashtable-test: Detect insertion failures
Thomas Graf
2015-05-03
1
-6
/
+20
*
rhashtable-test: Use walker to test bucket statistics
Thomas Graf
2015-05-03
1
-30
/
+30
*
rhashtable-test: Do not allocate individual test objects
Thomas Graf
2015-05-03
1
-22
/
+6
*
rhashtable-test: Get rid of ptr in test_obj structure
Thomas Graf
2015-05-03
1
-6
/
+3
*
rhashtable-test: Measure time to insert, remove & traverse entries
Thomas Graf
2015-05-03
1
-31
/
+69
*
rhashtable-test: Remove unused TEST_NEXPANDS
Thomas Graf
2015-05-03
1
-1
/
+0
*
test_rhashtable: Remove bogus max_size setting
Herbert Xu
2015-04-03
1
-1
/
+0
*
rhashtable: Add multiple rehash support
Herbert Xu
2015-03-23
1
-24
/
+0
*
test_rhashtable: Use inlined rhashtable interface
Herbert Xu
2015-03-20
1
-14
/
+19
*
test_rhashtable: Use rhashtable max_size instead of max_shift
Herbert Xu
2015-03-18
1
-1
/
+1
*
rhashtable: Add rehash counter to bucket_table
Herbert Xu
2015-03-15
1
-1
/
+1
*
rhashtable: remove indirection for grow/shrink decision functions
Daniel Borkmann
2015-02-27
1
-0
/
+1
*
rhashtable: unconditionally grow when max_shift is not specified
Daniel Borkmann
2015-02-27
1
-2
/
+0
*
rhashtable: allow to unload test module
Daniel Borkmann
2015-02-20
1
-0
/
+5
*
rhashtable: don't allocate ht structure on stack in test_rht_init
Daniel Borkmann
2015-02-20
1
-1
/
+2
[next]