1. 47d8c15 include: move find.h from asm_generic to linux by Yury Norov · 3 years, 5 months ago
  2. ff7a1ee s390/bitops: return true/false (not 1/0) from bool functions by Huilong Deng · 3 years, 3 months ago
  3. 4f38c7a s390/bitops: use register pair instead of register asm by Heiko Carstens · 3 years, 7 months ago
  4. 6000b5f s390/bitops: make bitops only work on longs by Heiko Carstens · 3 years, 9 months ago
  5. efe5e0f s390/bitops: remove small optimization to fix clang build by Heiko Carstens · 4 years ago
  6. 81d2c6f kasan: support instrumented bitops combined with generic bitops by Daniel Axtens · 5 years ago
  7. b4fd5a0 s390/atomic,bitops: mark function(s) __always_inline by Heiko Carstens · 5 years ago
  8. 9779048 s390/kasan: add bitops instrumentation by Vasily Gorbik · 6 years ago
  9. 0a5c3c2 s390/bitops: make test functions return bool by Vasily Gorbik · 6 years ago
  10. 4ae9878 s390: fix clang -Wpointer-sign warnigns in boot code by Arnd Bergmann · 6 years ago
  11. 3fc2579 fls: change parameter to unsigned int by Matthew Wilcox · 6 years ago
  12. f3ec471 s390/bitops: add test_and_clear_bit_inv() by Jens Freimann · 8 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. 9b62330 s390/bitops: remove outdated comment by Heiko Carstens · 8 years ago
  15. 0921454 s390/bitops: add for_each_set_bit_inv helper by Heiko Carstens · 8 years ago
  16. 1993dbc s390/bitops: use atomic primitives for bitops by Martin Schwidefsky · 8 years ago
  17. 48002bd s390/bitops: remove 31 bit related comments by Heiko Carstens · 9 years ago
  18. 5da7667 s390/barrier: remove unnecessary serialization in atomics and bitops by Martin Schwidefsky · 9 years ago
  19. acdc9fc s390/bitops: implement cache friendly test_and_set_bit_lock by Martin Schwidefsky · 9 years ago
  20. 5a79859a s390: remove 31 bit support by Heiko Carstens · 10 years ago
  21. 0ccc8b7 s390/bitops,atomic: add missing memory barriers by Heiko Carstens · 11 years ago
  22. db85eae s390/bitops: fix comment by Heiko Carstens · 11 years ago
  23. 7d7c7b2 s390/bitops: rename find_first_bit_left() to find_first_bit_inv() by Heiko Carstens · 11 years ago
  24. b1cb7e2 s390/bitops: use flogr instruction to implement __ffs, ffs, __fls, fls and fls64 by Heiko Carstens · 11 years ago
  25. 746479c s390/bitops: use generic find bit functions / reimplement _left variant by Heiko Carstens · 11 years ago
  26. 4ae8032 s390/bitops: optimize set_bit() for constant values by Heiko Carstens · 11 years ago
  27. 370b0b5 s390/bitops: remove CONFIG_SMP / simplify non-atomic bitops by Heiko Carstens · 11 years ago
  28. e344e52 s390/bitops: make use of interlocked-access facility 1 instructions by Heiko Carstens · 11 years ago
  29. 02aff3a s390/bitops: fix inline assembly constraints by Heiko Carstens · 11 years ago
  30. 3b0040a s390/bitops: fix find_next_bit_left by Martin Schwidefsky · 11 years ago
  31. 5294ee0 s390/bitops: get rid of __BITOPS_BARRIER() by Heiko Carstens · 12 years ago
  32. 01c2475 s390/bitops: remove unnecessary macro definitions in asm/bitops.h by Akinobu Mita · 12 years ago
  33. e56e4e8 s390/bitops: find leftmost bit instruction support by Jan Glauber · 12 years ago
  34. a53c8fa s390/comments: unify copyright messages and remove file names by Heiko Carstens · 12 years ago
  35. f4815ac s390/headers: replace __s390x__ with CONFIG_64BIT where possible by Heiko Carstens · 13 years ago
  36. da47773 s390/headers: remove #ifdef __KERNEL__ from not exported headers by Heiko Carstens · 13 years ago
  37. 148817b asm-generic: add another generic ext2 atomic bitops by Akinobu Mita · 13 years ago
  38. 802caab s390: use asm-generic/bitops/le.h by Akinobu Mita · 14 years ago
  39. a2812e1 arch: add #define for each of optimized find bitops by Akinobu Mita · 14 years ago
  40. 61f2e7b bitops: remove minix bitops from asm/bitops.h by Akinobu Mita · 14 years ago
  41. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 14 years ago
  42. 50b9b47 s390: introduce little-endian bitops by Akinobu Mita · 14 years ago
  43. 987bcda [S390] use inline assembly contraints available with gcc 3.3.3 by Martin Schwidefsky · 15 years ago
  44. e13ed9b [S390] bitops: remove likely annotations by Heiko Carstens · 16 years ago
  45. e3dd9c2 [S390] convert bitmap definitions to C by Heiko Carstens · 16 years ago
  46. 152382a [S390] fix ext2_find_next_bit by Eric Sandeen · 16 years ago
  47. c6557e7 [S390] move include/asm-s390 to arch/s390/include/asm by Martin Schwidefsky · 16 years ago[Renamed from include/asm-s390/bitops.h]
  48. 56a6b1e generic: implement __fls on all 64-bit archs by Alexander van Heukelum · 17 years ago
  49. a22fb7f [S390] find bit corner case. by Martin Schwidefsky · 17 years ago
  50. 6d88f82 [S390] Fix __ffs_word_loop/__ffz_word_loop inlnie assembly. by Martin Schwidefsky · 17 years ago
  51. 67fe925 [S390] Implement ext2_find_next_bit. by Heiko Carstens · 17 years ago
  52. 0abbf05 [S390] Cleanup & optimize bitops. by Martin Schwidefsky · 17 years ago
  53. aa02ad6 ext4: Add ext4_find_next_bit() by Aneesh Kumar K.V · 17 years ago
  54. 0624517 forbid asm/bitops.h direct inclusion by Jiri Slaby · 17 years ago
  55. 2633357 bitops: introduce lock ops by Nick Piggin · 17 years ago
  56. 94c12cc [S390] Inline assembly cleanup. by Martin Schwidefsky · 18 years ago
  57. c406abd [S390] cleanup bitops.h. by Heiko Carstens · 19 years ago
  58. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  59. 7e33db4 [PATCH] bitops: s390: use generic bitops by Akinobu Mita · 19 years ago
  60. 67b0ad5 [PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit() by Akinobu Mita · 19 years ago
  61. ef1bea9 [PATCH] s390: remove one set of brackets in __constant_test_bit() by Eric Paris · 19 years ago
  62. 3821af2 [FLS64]: generic version by Stephen Hemminger · 19 years ago
  63. 187dfc6 [PATCH] s390: test_bit return value by Christian Borntraeger · 19 years ago
  64. afff7e2 [PATCH] s390: find_next_{zero}_bit fixes by Martin Schwidefsky · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago