aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bitops/find.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-262/+0
2022-01-15bitops: move find_bit_*_le functions from le.h to find.hYury Norov1-0/+69
2022-01-15bitops: protect find_first_{,zero}_bit properlyYury Norov1-0/+5
2021-05-06lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov1-4/+46
2021-05-06lib: add fast path for find_next_*_bit()Yury Norov1-0/+30
2021-05-06lib: inline _find_next_bit() wrappersYury Norov1-6/+22
2019-12-04bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray1-0/+17
2018-02-06lib: optimize cpumask_next_and()Clement Courbet1-0/+20
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2013-11-13bitops/find: clarify and extend documentationCody P Schafer1-2/+10
2011-05-26bitops: add #ifndef for each of find bitopsAkinobu Mita1-0/+4
2010-10-09bitops: remove duplicated extern declarationsAkinobu Mita1-2/+12
2010-10-09bitops: make asm-generic/bitops/find.h more genericAkinobu Mita1-0/+25
2008-04-26x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum1-0/+2
2006-03-26[PATCH] bitops: generic find_{next,first}{,_zero}_bit()Akinobu Mita1-0/+13