1. d852a6a bitops: remove duplicated extern declarations by Akinobu Mita · 14 years ago
  2. 708ff2a bitops: make asm-generic/bitops/find.h more generic by Akinobu Mita · 14 years ago
  3. 4677d4a arch, hweight: Fix compilation errors by Borislav Petkov · 14 years ago
  4. d61931d x86: Add optimized popcnt variants by Borislav Petkov · 14 years ago
  5. 1527bc8 bitops: Optimize hweight() by making use of compile-time evaluation by Peter Zijlstra · 14 years ago
  6. 0199c4e locking: Convert __raw_spin* functions to arch_spin* by Thomas Gleixner · 15 years ago
  7. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  8. 72099ed asm-generic: rename atomic.h to atomic-long.h by Arnd Bergmann · 15 years ago
  9. c8399943 x86, generic: mark complex bitops.h inlines as __always_inline by Andi Kleen · 16 years ago
  10. d57594c bitops: use __fls for fls64 on 64-bit archs by Alexander van Heukelum · 16 years ago
  11. 7d9dff2 generic: introduce a generic __fls implementation by Alexander van Heukelum · 16 years ago
  12. 64970b6 x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps by Alexander van Heukelum · 16 years ago
  13. aa02ad6 ext4: Add ext4_find_next_bit() by Aneesh Kumar K.V · 16 years ago
  14. d05be13 define first set of BIT* macros by Jiri Slaby · 17 years ago
  15. 2633357 bitops: introduce lock ops by Nick Piggin · 17 years ago
  16. ff80a77 sched: simplify sched_find_first_bit() by Mike Galbraith · 17 years ago
  17. beb7dd8 Fix misspellings collected by members of KJ list. by Robert P. J. Day · 17 years ago
  18. beed33a [PATCH] sched: likely profiling by Nick Piggin · 18 years ago
  19. b1bb952 [PATCH] bitops: generic minix_{test,set,test_and_clear,test,find_first_zero}_bit() by Akinobu Mita · 18 years ago
  20. 765f34f [PATCH] bitops: generic ext2_{set,clear}_bit_atomic() by Akinobu Mita · 18 years ago
  21. 930ae74 [PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_bit() by Akinobu Mita · 18 years ago
  22. a54baa1 [PATCH] fix error: __u32 undeclared by Akinobu Mita · 18 years ago
  23. 3b9ed1a [PATCH] bitops: generic hweight{64,32,16,8}() by Akinobu Mita · 18 years ago
  24. 09020ad [PATCH] bitops: generic ffs() by Akinobu Mita · 18 years ago
  25. 6d29ea2 [PATCH] bitops: generic sched_find_first_bit() by Akinobu Mita · 18 years ago
  26. c7f612c [PATCH] bitops: generic find_{next,first}{,_zero}_bit() by Akinobu Mita · 18 years ago
  27. 2dfc383 [PATCH] bitops: generic fls64() by Akinobu Mita · 18 years ago
  28. 136abb3 [PATCH] bitops: generic fls() by Akinobu Mita · 18 years ago
  29. 176d8b0 [PATCH] bitops: generic ffz() by Akinobu Mita · 18 years ago
  30. c1226a0 [PATCH] bitops: generic __ffs() by Akinobu Mita · 18 years ago
  31. 4117b02 [PATCH] bitops: generic __{,test_and_}{set,clear,change}_bit() and test_bit() by Akinobu Mita · 18 years ago
  32. 7a8a242 [PATCH] bitops: generic {,test_and_}{set,clear,change}_bit() by Akinobu Mita · 18 years ago