1. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  2. c32fa99 bitops: Fix signedness of compile-time hweight implementations by Paul Walmsley · 11 years ago
  3. ec778ed bitops/find: clarify and extend documentation by Cody P Schafer · 11 years ago
  4. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  5. aacf29b MPILIB: Provide count_leading/trailing_zeros() based on arch functions by David Howells · 12 years ago
  6. b9034bf bitops: introduce generic {clear,set}_bit_le() by Takuya Yoshikawa · 12 years ago
  7. 048fa2d generic: Implement generic ffs/fls using __builtin_* functions by Catalin Marinas · 12 years ago
  8. 96f951e Add #includes needed to permit the removal of asm/system.h by David Howells · 12 years ago
  9. 148817b asm-generic: add another generic ext2 atomic bitops by Akinobu Mita · 13 years ago
  10. 19de85e bitops: add #ifndef for each of find bitops by Akinobu Mita · 13 years ago
  11. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  12. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 13 years ago
  13. c565300 asm-generic: use little-endian bitops by Akinobu Mita · 13 years ago
  14. 861b5ae bitops: introduce little-endian bitops for most architectures by Akinobu Mita · 13 years ago
  15. a56560b asm-generic: change little-endian bitops to take any pointer types by Akinobu Mita · 13 years ago
  16. c4945b9 asm-generic: rename generic little-endian bitops functions by Akinobu Mita · 13 years ago
  17. 63ab595 bitops: merge little and big endian definisions in asm-generic/bitops/le.h by Akinobu Mita · 13 years ago
  18. d852a6a bitops: remove duplicated extern declarations by Akinobu Mita · 14 years ago
  19. 708ff2a bitops: make asm-generic/bitops/find.h more generic by Akinobu Mita · 14 years ago
  20. 4677d4a arch, hweight: Fix compilation errors by Borislav Petkov · 14 years ago
  21. d61931d x86: Add optimized popcnt variants by Borislav Petkov · 14 years ago
  22. 1527bc8 bitops: Optimize hweight() by making use of compile-time evaluation by Peter Zijlstra · 14 years ago
  23. 0199c4e locking: Convert __raw_spin* functions to arch_spin* by Thomas Gleixner · 15 years ago
  24. 445c895 locking: Convert raw_spinlock to arch_spinlock by Thomas Gleixner · 15 years ago
  25. 72099ed asm-generic: rename atomic.h to atomic-long.h by Arnd Bergmann · 15 years ago
  26. c8399943 x86, generic: mark complex bitops.h inlines as __always_inline by Andi Kleen · 15 years ago
  27. d57594c bitops: use __fls for fls64 on 64-bit archs by Alexander van Heukelum · 16 years ago
  28. 7d9dff2 generic: introduce a generic __fls implementation by Alexander van Heukelum · 16 years ago
  29. 64970b6 x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps by Alexander van Heukelum · 16 years ago
  30. aa02ad6 ext4: Add ext4_find_next_bit() by Aneesh Kumar K.V · 16 years ago
  31. d05be13 define first set of BIT* macros by Jiri Slaby · 17 years ago
  32. 2633357 bitops: introduce lock ops by Nick Piggin · 17 years ago
  33. ff80a77 sched: simplify sched_find_first_bit() by Mike Galbraith · 17 years ago
  34. beb7dd8 Fix misspellings collected by members of KJ list. by Robert P. J. Day · 17 years ago
  35. beed33a [PATCH] sched: likely profiling by Nick Piggin · 18 years ago
  36. b1bb952 [PATCH] bitops: generic minix_{test,set,test_and_clear,test,find_first_zero}_bit() by Akinobu Mita · 18 years ago
  37. 765f34f [PATCH] bitops: generic ext2_{set,clear}_bit_atomic() by Akinobu Mita · 18 years ago
  38. 930ae74 [PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_bit() by Akinobu Mita · 18 years ago
  39. a54baa1 [PATCH] fix error: __u32 undeclared by Akinobu Mita · 18 years ago
  40. 3b9ed1a [PATCH] bitops: generic hweight{64,32,16,8}() by Akinobu Mita · 18 years ago
  41. 09020ad [PATCH] bitops: generic ffs() by Akinobu Mita · 18 years ago
  42. 6d29ea2 [PATCH] bitops: generic sched_find_first_bit() by Akinobu Mita · 18 years ago
  43. c7f612c [PATCH] bitops: generic find_{next,first}{,_zero}_bit() by Akinobu Mita · 18 years ago
  44. 2dfc383 [PATCH] bitops: generic fls64() by Akinobu Mita · 18 years ago
  45. 136abb3 [PATCH] bitops: generic fls() by Akinobu Mita · 18 years ago
  46. 176d8b0 [PATCH] bitops: generic ffz() by Akinobu Mita · 18 years ago
  47. c1226a0 [PATCH] bitops: generic __ffs() by Akinobu Mita · 18 years ago
  48. 4117b02 [PATCH] bitops: generic __{,test_and_}{set,clear,change}_bit() and test_bit() by Akinobu Mita · 18 years ago
  49. 7a8a242 [PATCH] bitops: generic {,test_and_}{set,clear,change}_bit() by Akinobu Mita · 18 years ago