VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
35 Branches
59 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
beaglev-5.13.y
/
lib
/
test_rhashtable.c
Date
Commit Message
Rev
Author
2021-03-24
rhashtable: avoid -Wrestrict warning on overlapping sprintf output
4adec7f8
Arnd Bergmann
2020-09-20
rhashtable: fix indentation of a continue statement
769f5083
Colin Ian King
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
d2912cb1
Thomas Gleixner
2019-04-12
rhashtable: move dereference inside rht_ptr()
adc6a3ab
NeilBrown
2019-04-07
rhashtable: use bit_spin_locks to protect hash bucket.
8f0db018
NeilBrown
2019-02-22
rhashtable: Remove obsolete rhashtable_walk_init function
6c4128f6
Herbert Xu
2019-02-21
lib/test_rhashtable: fix spelling mistake "existant" -> "existent"
56b90fa0
Colin Ian King
2019-01-31
lib/test_rhashtable: Make test_insert_dup() allocate its hash table dynamically
fc42a689
Bart Van Assche
2018-12-18
test_rhashtable: remove semaphore usage
809c6705
Arnd Bergmann
2018-06-22
rhashtable: remove nulls_base and related code.
9f9a7077
NeilBrown
2018-06-22
rhashtable: silence RCU warning in rhashtable_test.
cbab9012
NeilBrown
2018-06-12
treewide: Use array_size() in vzalloc()
fad953ce
Kees Cook
2018-03-07
test_rhashtable: add test case for rhltable with duplicate objects
499ac3b6
Paul Blakey
2017-12-11
rhashtable: Change rhashtable_walk_start to return void
97a6ec4a
Tom Herbert
2017-09-21
test_rhashtable: remove initdata annotation
411d788a
Florian Westphal
2017-09-19
test_rhashtable: add test case for rhl_table interface
cdd4de37
Florian Westphal
2017-09-19
test_rhashtable: add a check for max_size
a6359bd8
Florian Westphal
2017-09-19
test_rhashtable: don't use global entries variable
f651616e
Florian Westphal
2017-09-19
test_rhashtable: don't allocate huge static array
7e936bd7
Florian Westphal
2017-07-25
lib: test_rhashtable: Fix KASAN warning
78369255
Phil Sutter
2017-07-24
lib: test_rhashtable: fix for large entry counts
e859afe1
Phil Sutter
2016-08-08
rhashtable-test: Fix max_size parameter description
3b3bf80b
Phil Sutter
2016-04-05
rhashtable: accept GFP flags in rhashtable_walk_init
8f6fd83c
Bob Copeland
2015-11-23
rhashtable-test: allow to retry even if -ENOMEM was returned
d662e037
Phil Sutter
2015-11-23
rhashtable-test: calculate max_entries value by default
95e435af
Phil Sutter
2015-11-23
rhashtable-test: retry insert operations
9e9089e5
Phil Sutter
2015-11-23
rhashtable-test: add cond_resched() to thread test
cd5b318d
Phil Sutter
2015-08-17
rhashtable-test: extend to test concurrency
f4a3e90b
Phil Sutter
2015-07-21
rhashtable: Allow other tasks to be scheduled in large lookup loops
685a015e
Thomas Graf
2015-05-05
rhashtable-test: Fix 64bit division
6decd63a
Thomas Graf
2015-05-03
rhashtable-test: Detect insertion failures
67b7cbf4
Thomas Graf
2015-05-03
rhashtable-test: Use walker to test bucket statistics
246b23a7
Thomas Graf
2015-05-03
rhashtable-test: Do not allocate individual test objects
fcc57020
Thomas Graf
2015-05-03
rhashtable-test: Get rid of ptr in test_obj structure
c2c8a901
Thomas Graf
2015-05-03
rhashtable-test: Measure time to insert, remove & traverse entries
1aa661f5
Thomas Graf
2015-05-03
rhashtable-test: Remove unused TEST_NEXPANDS
f54e84b6
Thomas Graf
2015-04-03
test_rhashtable: Remove bogus max_size setting
b81b7be6
Herbert Xu
2015-03-23
rhashtable: Add multiple rehash support
b824478b
Herbert Xu
2015-03-20
test_rhashtable: Use inlined rhashtable interface
b182aa6e
Herbert Xu
2015-03-18
test_rhashtable: Use rhashtable max_size instead of max_shift
4f509df4
Herbert Xu
2015-03-15
rhashtable: Add rehash counter to bucket_table
63d512d0
Herbert Xu
2015-02-27
rhashtable: remove indirection for grow/shrink decision functions
4c4b52d9
Daniel Borkmann
2015-02-27
rhashtable: unconditionally grow when max_shift is not specified
8331de75
Daniel Borkmann
2015-02-20
rhashtable: allow to unload test module
6dd0c165
Daniel Borkmann
2015-02-20
rhashtable: don't allocate ht structure on stack in test_rht_init
b7f5e5c7
Daniel Borkmann
2015-01-30
rhashtable: Make selftest modular
9d6dbe1b
Geert Uytterhoeven