summaryrefslogtreecommitdiffstats
path: root/lib/find_next_bit.c
Commit message (Expand)AuthorAgeFilesLines
* lib: rename lib/find_next_bit.c to lib/find_bit.cYury Norov2015-04-171-193/+0Star
* lib: move find_last_bit to lib/find_next_bit.cYury Norov2015-04-171-1/+26
* lib: find_*_bit reimplementationYury Norov2015-04-171-192/+75Star
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-271-6/+0Star
* bitops: add #ifndef for each of find bitopsAkinobu Mita2011-05-271-0/+12
* bitops: introduce CONFIG_GENERIC_FIND_BIT_LEAkinobu Mita2011-03-241-0/+3
* asm-generic: change little-endian bitops to take any pointer typesAkinobu Mita2011-03-241-4/+6
* asm-generic: rename generic little-endian bitops functionsAkinobu Mita2011-03-241-5/+4Star
* bitops: remove "optimizations"Thomas Gleixner2008-04-291-12/+10Star
* x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum2008-04-261-0/+58
* x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum2008-04-261-16/+9Star
* x86: change x86 to use generic find_next_bitAlexander van Heukelum2008-04-261-0/+2
* ext4: Add ext4_find_next_bit()Aneesh Kumar K.V2008-01-291-0/+43
* [PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_...Akinobu Mita2006-03-261-0/+73
* [PATCH] bitops: generic find_{next,first}{,_zero}_bit()Akinobu Mita2006-03-261-31/+81
* [PATCH] frv: implement and export various things required by modulesDavid Howells2006-01-091-0/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+55