summaryrefslogtreecommitdiff
path: root/lib/find_next_bit.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-17lib: rename lib/find_next_bit.c to lib/find_bit.cYury Norov1-193/+0
2015-04-17lib: move find_last_bit to lib/find_next_bit.cYury Norov1-1/+26
2015-04-17lib: find_*_bit reimplementationYury Norov1-192/+75
2012-03-08lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-05-27arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita1-6/+0
2011-05-27bitops: add #ifndef for each of find bitopsAkinobu Mita1-0/+12
2011-03-24bitops: introduce CONFIG_GENERIC_FIND_BIT_LEAkinobu Mita1-0/+3
2011-03-24asm-generic: change little-endian bitops to take any pointer typesAkinobu Mita1-4/+6
2011-03-24asm-generic: rename generic little-endian bitops functionsAkinobu Mita1-5/+4
2008-04-29bitops: remove "optimizations"Thomas Gleixner1-12/+10
2008-04-26x86: generic versions of find_first_(zero_)bit, convert i386Alexander van Heukelum1-0/+58
2008-04-26x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsAlexander van Heukelum1-16/+9
2008-04-26x86: change x86 to use generic find_next_bitAlexander van Heukelum1-0/+2
2008-01-29ext4: Add ext4_find_next_bit()Aneesh Kumar K.V1-0/+43
2006-03-26[PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_...Akinobu Mita1-0/+73
2006-03-26[PATCH] bitops: generic find_{next,first}{,_zero}_bit()Akinobu Mita1-31/+81
2006-01-09[PATCH] frv: implement and export various things required by modulesDavid Howells1-0/+3
2005-04-17Linux-2.6.12-rc2Linus Torvalds1-0/+55