summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/bitops/find.h
Commit message (Expand)AuthorAgeFilesLines
* lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov2021-05-061-4/+46
* lib: add fast path for find_next_*_bit()Yury Norov2021-05-061-0/+30
* lib: inline _find_next_bit() wrappersYury Norov2021-05-061-6/+22
* bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray2019-12-041-0/+17
* lib: optimize cpumask_next_and()Clement Courbet2018-02-061-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-261-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