Age | Commit message (Expand) | Author | Files | Lines |
2018-06-22 | rhashtable: remove nulls_base and related code. | NeilBrown | 1 | -4/+1 |
2018-06-22 | rhashtable: silence RCU warning in rhashtable_test. | NeilBrown | 1 | -0/+3 |
2018-06-13 | treewide: Use array_size() in vzalloc() | Kees Cook | 1 | -5/+8 |
2018-03-07 | test_rhashtable: add test case for rhltable with duplicate objects | Paul Blakey | 1 | -0/+134 |
2017-12-11 | rhashtable: Change rhashtable_walk_start to return void | Tom Herbert | 1 | -5/+1 |
2017-09-22 | test_rhashtable: remove initdata annotation | Florian Westphal | 1 | -1/+1 |
2017-09-20 | test_rhashtable: add test case for rhl_table interface | Florian Westphal | 1 | -2/+194 |
2017-09-20 | test_rhashtable: add a check for max_size | Florian Westphal | 1 | -0/+41 |
2017-09-20 | test_rhashtable: don't use global entries variable | Florian Westphal | 1 | -14/+23 |
2017-09-20 | test_rhashtable: don't allocate huge static array | Florian Westphal | 1 | -11/+16 |
2017-07-25 | lib: test_rhashtable: Fix KASAN warning | Phil Sutter | 1 | -1/+3 |
2017-07-25 | lib: test_rhashtable: fix for large entry counts | Phil Sutter | 1 | -21/+32 |
2016-08-08 | rhashtable-test: Fix max_size parameter description | Phil Sutter | 1 | -1/+1 |
2016-04-05 | rhashtable: accept GFP flags in rhashtable_walk_init | Bob Copeland | 1 | -1/+1 |
2015-11-23 | rhashtable-test: allow to retry even if -ENOMEM was returned | Phil Sutter | 1 | -1/+13 |
2015-11-23 | rhashtable-test: calculate max_entries value by default | Phil Sutter | 1 | -3/+5 |
2015-11-23 | rhashtable-test: retry insert operations | Phil Sutter | 1 | -24/+29 |
2015-11-23 | rhashtable-test: add cond_resched() to thread test | Phil Sutter | 1 | -0/+5 |
2015-08-18 | rhashtable-test: extend to test concurrency | Phil Sutter | 1 | -1/+155 |
2015-07-21 | rhashtable: Allow other tasks to be scheduled in large lookup loops | Thomas Graf | 1 | -0/+7 |
2015-05-06 | rhashtable-test: Fix 64bit division | Thomas Graf | 1 | -1/+2 |
2015-05-04 | rhashtable-test: Detect insertion failures | Thomas Graf | 1 | -6/+20 |
2015-05-04 | rhashtable-test: Use walker to test bucket statistics | Thomas Graf | 1 | -30/+30 |
2015-05-04 | rhashtable-test: Do not allocate individual test objects | Thomas Graf | 1 | -22/+6 |
2015-05-04 | rhashtable-test: Get rid of ptr in test_obj structure | Thomas Graf | 1 | -6/+3 |
2015-05-04 | rhashtable-test: Measure time to insert, remove & traverse entries | Thomas Graf | 1 | -31/+69 |
2015-05-04 | rhashtable-test: Remove unused TEST_NEXPANDS | Thomas Graf | 1 | -1/+0 |
2015-04-03 | test_rhashtable: Remove bogus max_size setting | Herbert Xu | 1 | -1/+0 |
2015-03-24 | rhashtable: Add multiple rehash support | Herbert Xu | 1 | -24/+0 |
2015-03-20 | test_rhashtable: Use inlined rhashtable interface | Herbert Xu | 1 | -14/+19 |
2015-03-18 | test_rhashtable: Use rhashtable max_size instead of max_shift | Herbert Xu | 1 | -1/+1 |
2015-03-15 | rhashtable: Add rehash counter to bucket_table | Herbert Xu | 1 | -1/+1 |
2015-02-28 | rhashtable: remove indirection for grow/shrink decision functions | Daniel Borkmann | 1 | -0/+1 |
2015-02-28 | rhashtable: unconditionally grow when max_shift is not specified | Daniel Borkmann | 1 | -2/+0 |
2015-02-21 | rhashtable: allow to unload test module | Daniel Borkmann | 1 | -0/+5 |
2015-02-21 | rhashtable: don't allocate ht structure on stack in test_rht_init | Daniel Borkmann | 1 | -1/+2 |
2015-01-31 | rhashtable: Make selftest modular | Geert Uytterhoeven | 1 | -0/+227 |