summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bitops/find.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* include: move find.h from asm_generic to linuxYury Norov2022-01-151-262/+0
* bitops: move find_bit_*_le functions from le.h to find.hYury Norov2022-01-151-0/+69
* bitops: protect find_first_{,zero}_bit properlyYury Norov2022-01-151-0/+5
* lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov2021-05-071-4/+46
* lib: add fast path for find_next_*_bit()Yury Norov2021-05-071-0/+30
* lib: inline _find_next_bit() wrappersYury Norov2021-05-071-6/+22
* bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-051-0/+17
* lib: optimize cpumask_next_and()Clement Courbet2018-02-071-0/+20
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* bitops/find: clarify and extend documentationCody P Schafer2013-11-131-2/+10
* bitops: add #ifndef for each of find bitopsAkinobu Mita2011-05-271-0/+4
* bitops: remove duplicated extern declarationsAkinobu Mita2010-10-091-2/+12
* bitops: make asm-generic/bitops/find.h more genericAkinobu Mita2010-10-091-0/+25
* x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum2008-04-261-0/+2
* [PATCH] bitops: generic find_{next,first}{,_zero}_bit()Akinobu Mita2006-03-261-0/+13