1. f68edc9 lib: add find_first_and_bit() by Yury Norov · 3 years, 4 months ago
  2. 2cc7b6a lib: add fast path for find_first_*_bit() and find_last_bit() by Yury Norov · 3 years, 8 months ago
  3. 5c88af5 lib: inline _find_next_bit() wrappers by Yury Norov · 3 years, 8 months ago
  4. aa6159a kernel.h: split out mathematical helpers by Andy Shevchenko · 4 years ago
  5. b296a6d kernel.h: split out min()/max() et al. helpers by Andy Shevchenko · 4 years, 2 months ago
  6. 7dfaa98f lib/find_bit.c: uninline helper _find_next_bit() by Yury Norov · 5 years ago
  7. b78c571 lib/find_bit.c: join _find_next_bit{_le} by Yury Norov · 5 years ago
  8. d576705 uapi: rename ext2_swab() to swab() and share globally in swab.h by Yury Norov · 5 years ago
  9. 169c474 bitops: introduce the for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  10. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  11. 0ade34c lib: optimize cpumask_next_and() by Clement Courbet · 7 years ago
  12. e4afd2e lib/find_bit.c: micro-optimise find_next_*_bit by Matthew Wilcox · 8 years ago
  13. 840620a lib: rename lib/find_next_bit.c to lib/find_bit.c by Yury Norov · 10 years ago[Renamed from lib/find_next_bit.c]
  14. 8f6f19d lib: move find_last_bit to lib/find_next_bit.c by Yury Norov · 10 years ago
  15. 2c57a0e lib: find_*_bit reimplementation by Yury Norov · 10 years ago
  16. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  17. 63e424c arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} by Akinobu Mita · 14 years ago
  18. 19de85e bitops: add #ifndef for each of find bitops by Akinobu Mita · 14 years ago
  19. 0664996 bitops: introduce CONFIG_GENERIC_FIND_BIT_LE by Akinobu Mita · 14 years ago
  20. a56560b asm-generic: change little-endian bitops to take any pointer types by Akinobu Mita · 14 years ago
  21. c4945b9 asm-generic: rename generic little-endian bitops functions by Akinobu Mita · 14 years ago
  22. fee4b19 bitops: remove "optimizations" by Thomas Gleixner · 17 years ago
  23. 77b9bd9 x86: generic versions of find_first_(zero_)bit, convert i386 by Alexander van Heukelum · 17 years ago
  24. 64970b6 x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps by Alexander van Heukelum · 17 years ago
  25. 6fd92b6 x86: change x86 to use generic find_next_bit by Alexander van Heukelum · 17 years ago
  26. aa02ad6 ext4: Add ext4_find_next_bit() by Aneesh Kumar K.V · 17 years ago
  27. 930ae74 [PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_bit() by Akinobu Mita · 19 years ago
  28. c7f612c [PATCH] bitops: generic find_{next,first}{,_zero}_bit() by Akinobu Mita · 19 years ago
  29. 4023440 [PATCH] frv: implement and export various things required by modules by David Howells · 19 years ago
  30. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago