1. 6aa2f94 Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  2. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 8 years ago
  3. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 8 years ago
  4. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 8 years ago
  5. 5307e2a bitops: Introduce assign_bit() by Lukas Wunner · 8 years ago
  6. c32ee3d bitops: avoid integer overflow in GENMASK(_ULL) by Matthias Kaehlcke · 9 years ago
  7. 252e5c6 mm/vmalloc.c: fix align value calculation error by zijun_hu · 10 years ago
  8. 85ad1d1 md: set MD_CHANGE_PENDING in a atomic region by Guoqing Jiang · 10 years ago
  9. d7e35df bitops.h: correctly handle rol32 with 0 byte shift by Sasha Levin · 10 years ago
  10. 48e203e bitops.h: add sign_extend64() by Martin Kepplinger · 10 years ago
  11. e2eb53a bitops.h: improve sign_extend32()'s documentation by Martin Kepplinger · 10 years ago
  12. 1a1d48a linux/bitmap: Force inlining of bitmap weight functions by Denys Vlasenko · 11 years ago
  13. 2c57a0e lib: find_*_bit reimplementation by Yury Norov · 11 years ago
  14. 00b4d9a1 bitops: Fix shift overflow in GENMASK macros by Maxime COQUELIN · 11 years ago
  15. 2e39465 locking: Remove deprecated smp_mb__() barriers by Peter Zijlstra · 12 years ago
  16. febdbfe arch: Prepare for smp_mb__{before,after}_atomic() by Peter Zijlstra · 12 years ago
  17. 00a1a05 ext4: atomically set inode->i_flags in ext4_set_inode_flags() by Theodore Ts'o · 12 years ago
  18. f9300ea Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  19. 10ef6b0 bitops: Introduce a more generic BITMASK macro by Chen, Gong · 12 years ago
  20. bfd1ff6 bitops: Introduce BIT_ULL by Srinivas Pandruvada · 12 years ago
  21. 03f4a82 bitops: introduce for_each_clear_bit() by Akinobu Mita · 14 years ago
  22. 0a329d2 bitops: remove for_each_set_bit_cont() by Akinobu Mita · 14 years ago
  23. 307b1cd bitops: rename for_each_set_bit_cont() in favor of analogous list.h function by Akinobu Mita · 14 years ago
  24. a18d3af Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  25. f2ea0f5 crypto: sha512 - use standard ror64() by Alexey Dobriyan · 14 years ago
  26. 1e2ad28 perf, x86: Implement event scheduler helper functions by Robert Richter · 14 years ago
  27. 63e424c arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT} by Akinobu Mita · 15 years ago
  28. 19de85e bitops: add #ifndef for each of find bitops by Akinobu Mita · 15 years ago
  29. 7919a57 bitops: Provide generic sign_extend32 function by Andreas Herrmann · 16 years ago
  30. d852a6a bitops: remove duplicated extern declarations by Akinobu Mita · 16 years ago
  31. 708ff2a bitops: make asm-generic/bitops/find.h more generic by Akinobu Mita · 16 years ago
  32. cb41838 Merge branch 'core-hweight-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  33. 4677d4a arch, hweight: Fix compilation errors by Borislav Petkov · 16 years ago
  34. b01d094 bitops: remove temporary for_each_bit() by Andrew Morton · 16 years ago
  35. 1527bc8 bitops: Optimize hweight() by making use of compile-time evaluation by Peter Zijlstra · 16 years ago
  36. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 16 years ago
  37. fce877e bitops: Ensure the compile time HWEIGHT is only used for such by Peter Zijlstra · 16 years ago
  38. 9f41699 bitops: Provide compile time HWEIGHT{8,16,32,64} by Peter Zijlstra · 16 years ago
  39. 952043a bitops: Add __ffs64 bitop by Steven Whitehouse · 17 years ago
  40. ab53d47 bitmap: find_last_bit() by Rusty Russell · 17 years ago
  41. fee4b19 bitops: remove "optimizations" by Thomas Gleixner · 18 years ago
  42. ede9c69 Avoid divides in BITS_TO_LONGS by Eric Dumazet · 18 years ago
  43. 3a48305 x86: optimize find_first_bit for small bitmaps by Alexander van Heukelum · 18 years ago
  44. 77b9bd9 x86: generic versions of find_first_(zero_)bit, convert i386 by Alexander van Heukelum · 18 years ago
  45. 64970b6 x86, generic: optimize find_next_(zero_)bit for small constant-size bitmaps by Alexander van Heukelum · 18 years ago
  46. 3afe392 kernel: add bit rotation helpers for 16 and 8 bit by Harvey Harrison · 18 years ago
  47. 14ed9d2 remove BITS_TO_TYPE macro by Jiri Slaby · 18 years ago
  48. 93043ec define global BIT macro by Jiri Slaby · 18 years ago
  49. d05be13 define first set of BIT* macros by Jiri Slaby · 18 years ago
  50. 3e03745 I/OAT: Add support for MSI and MSI-X by Shannon Nelson · 18 years ago
  51. 45f8bde [PATCH] fix various kernel-doc in header files by Robert P. J. Day · 19 years ago
  52. e9bebd6 [PATCH] bitops: remove unused generic bitops in include/linux/bitops.h by Akinobu Mita · 20 years ago
  53. 962749a [PATCH] roundup_pow_of_two() 64-bit fix by Andrew Morton · 20 years ago
  54. f434baf [PATCH] fix generic_fls64() by Akinobu Mita · 20 years ago
  55. 3821af2 [FLS64]: generic version by Stephen Hemminger · 20 years ago
  56. 94605ef [PATCH] x86-64/i386: Intel HT, Multi core detection fixes by Siddha, Suresh B · 20 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 21 years ago