index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-generic
/
bitops
/
find.h
Age
Commit message (
Expand
)
Author
2022-01-15
include: move find.h from asm_generic to linux
Yury Norov
2022-01-15
bitops: move find_bit_*_le functions from le.h to find.h
Yury Norov
2022-01-15
bitops: protect find_first_{,zero}_bit properly
Yury Norov
2021-05-06
lib: add fast path for find_first_*_bit() and find_last_bit()
Yury Norov
2021-05-06
lib: add fast path for find_next_*_bit()
Yury Norov
2021-05-06
lib: inline _find_next_bit() wrappers
Yury Norov
2019-12-04
bitops: introduce the for_each_set_clump8 macro
William Breathitt Gray
2018-02-06
lib: optimize cpumask_next_and()
Clement Courbet
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2013-11-13
bitops/find: clarify and extend documentation
Cody P Schafer
2011-05-26
bitops: add #ifndef for each of find bitops
Akinobu Mita
2010-10-09
bitops: remove duplicated extern declarations
Akinobu Mita
2010-10-09
bitops: make asm-generic/bitops/find.h more generic
Akinobu Mita
2008-04-26
x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps
Alexander van Heukelum
2006-03-26
[PATCH] bitops: generic find_{next,first}{,_zero}_bit()
Akinobu Mita