aboutsummaryrefslogtreecommitdiff
path: root/lib/find_next_bit.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Gravatar Akinobu Mita 1-6/+0
2011-05-26bitops: add #ifndef for each of find bitopsGravatar Akinobu Mita 1-0/+12
2011-03-23bitops: introduce CONFIG_GENERIC_FIND_BIT_LEGravatar Akinobu Mita 1-0/+3
2011-03-23asm-generic: change little-endian bitops to take any pointer typesGravatar Akinobu Mita 1-4/+6
2011-03-23asm-generic: rename generic little-endian bitops functionsGravatar Akinobu Mita 1-5/+4
2008-04-29bitops: remove "optimizations"Gravatar Thomas Gleixner 1-12/+10
2008-04-26x86: generic versions of find_first_(zero_)bit, convert i386Gravatar Alexander van Heukelum 1-0/+58
2008-04-26x86, generic: optimize find_next_(zero_)bit for small constant-size bitmapsGravatar Alexander van Heukelum 1-16/+9
2008-04-26x86: change x86 to use generic find_next_bitGravatar Alexander van Heukelum 1-0/+2
2008-01-28ext4: Add ext4_find_next_bit()Gravatar Aneesh Kumar K.V 1-0/+43
2006-03-26[PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_...Gravatar Akinobu Mita 1-0/+73
2006-03-26[PATCH] bitops: generic find_{next,first}{,_zero}_bit()Gravatar Akinobu Mita 1-31/+81
2006-01-08[PATCH] frv: implement and export various things required by modulesGravatar David Howells 1-0/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+55