Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2022-11-18 | 1 | -2/+2 |
* | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-11 | 1 | -2/+2 |
* | lib/bitmap: add tests for find_nth_bit() | Yury Norov | 2022-09-26 | 1 | -0/+18 |
* | lib: add find_first_and_bit() | Yury Norov | 2022-01-15 | 1 | -0/+21 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 | Thomas Gleixner | 2019-06-05 | 1 | -9/+1 |
* | lib/find_bit_benchmark.c: align test_find_next_and_bit with others | Yury Norov | 2019-01-04 | 1 | -6/+5 |
* | lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit() | Yury Norov | 2018-05-11 | 1 | -1/+6 |
* | lib: optimize cpumask_next_and() | Clement Courbet | 2018-02-06 | 1 | -1/+24 |
* | lib/find_bit_benchmark.c: improvements | Yury Norov | 2018-02-06 | 1 | -26/+21 |
* | lib/test_find_bit.c: rename to find_bit_benchmark.c | Yury Norov | 2018-02-06 | 1 | -0/+144 |