index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
find_bit_benchmark.c
Age
Commit message (
Expand
)
Author
16 hours
lib: bitmap: add tests for bitmap_find_next_zero_area_off()
sunyi
2026-03-23
lib/find_bit_benchmark: avoid clearing randomly filled bitmap in test_find_fi...
Akinobu Mita
2024-06-18
lib: bitmap: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-09-26
lib/bitmap: add tests for find_nth_bit()
Yury Norov
2022-01-15
lib: add find_first_and_bit()
Yury Norov
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
2019-01-04
lib/find_bit_benchmark.c: align test_find_next_and_bit with others
Yury Norov
2018-05-11
lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()
Yury Norov
2018-02-06
lib: optimize cpumask_next_and()
Clement Courbet
2018-02-06
lib/find_bit_benchmark.c: improvements
Yury Norov
2018-02-06
lib/test_find_bit.c: rename to find_bit_benchmark.c
Yury Norov