1. a392d26 include/bitmap.h: add new functions to documentation by Wolfram Sang · 4 years, 10 months ago
  2. 780d2a9 include/bitmap.h: add missing parameter in docs by Wolfram Sang · 4 years, 10 months ago
  3. 2d62615 lib: rework bitmap_parse() by Yury Norov · 5 years ago
  4. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  5. 2092767 bitmap: Introduce bitmap_cut(): cut bits and shift remaining by Stefano Brivio · 5 years ago
  6. e837dfd bitmap: genericize percpu bitmap region iterators by Dennis Zhou · 5 years ago
  7. 30544ed lib/bitmap: introduce bitmap_replace() helper by Andy Shevchenko · 5 years ago
  8. 169c474 bitops: introduce the for_each_set_clump8 macro by William Breathitt Gray · 5 years ago
  9. 2a7e582 bitmap.h: fix kernel-doc warning and typo by Randy Dunlap · 5 years ago
  10. b9fa644 cpumask: Implement cpumask_or_equal() by Thomas Gleixner · 5 years ago
  11. 41e7b16 linux/bitmap.h: relax comment on compile-time constant nbits by Rasmus Villemoes · 6 years ago
  12. d987396 linux/bitmap.h: fix type of nbits in bitmap_shift_right() by Rasmus Villemoes · 6 years ago
  13. c8cebc5 linux/bitmap.h: remove redundant uses of small_const_nbits() by Rasmus Villemoes · 6 years ago
  14. 7275b09 linux/bitmap.h: handle constant zero-size bitmaps correctly by Rasmus Villemoes · 6 years ago
  15. c42b65e bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free() by Andy Shevchenko · 6 years ago
  16. 2103596 bitmap: fix memset optimization on big-endian systems by Omar Sandoval · 7 years ago
  17. 0ade34c lib: optimize cpumask_next_and() by Clement Courbet · 7 years ago
  18. 334cfa4 include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistent by Andy Shevchenko · 7 years ago
  19. 3aa5688 bitmap: replace bitmap_{from,to}_u32array by Yury Norov · 7 years ago
  20. c724f19 bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32 by Yury Norov · 7 years ago
  21. 7832681 Merge tag 'docs-4.15' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  22. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  23. 7d7363e documentation: kernel-api: add more info on bitmap functions by Randy Dunlap · 7 years ago
  24. 404376a Documentation: kernel-api: add bitmap operations from linux/bitmap.h by Randy Dunlap · 7 years ago
  25. 60ef690 bitmap: introduce BITMAP_FROM_U64() by Yury Norov · 7 years ago
  26. 2c6deb0 bitmap: use memcmp optimisation in more situations by Matthew Wilcox · 7 years ago
  27. 2a98dc02 include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when possible by Matthew Wilcox · 7 years ago
  28. e5af323 bitmap: optimise bitmap_set and bitmap_clear of a single bit by Matthew Wilcox · 7 years ago
  29. 29dd328 bitmap.h, perf/core: Fix the mask in perf_output_sample_regs() by Madhavan Srinivasan · 8 years ago
  30. 4b9d314 include/linux/bitmap.h: cleanup by Andrew Morton · 8 years ago
  31. 7dd9681 bitmap: bitmap_equal memcmp optimization by Martin Schwidefsky · 9 years ago
  32. e52bc7c lib/bitmap.c: conversion routines to/from u32 array by David Decotigny · 9 years ago
  33. 1a1d48a linux/bitmap: Force inlining of bitmap weight functions by Denys Vlasenko · 9 years ago
  34. 2afe27c lib/bitmap.c: bitmap_[empty,full]: remove code duplication by Yury Norov · 10 years ago
  35. 89c1e79 linux/bitmap.h: improve BITMAP_{LAST,FIRST}_WORD_MASK by Rasmus Villemoes · 10 years ago
  36. 4638532 bitmap, cpumask, nodemask: remove dedicated formatting functions by Tejun Heo · 10 years ago
  37. dba94c2 lib: bitmap: change bitmap_shift_left to take unsigned parameters by Rasmus Villemoes · 10 years ago
  38. 2fbad29 lib: bitmap: change bitmap_shift_right to take unsigned parameters by Rasmus Villemoes · 10 years ago
  39. e8f2427 lib/bitmap.c: elide bitmap_copy_le on little-endian by Rasmus Villemoes · 10 years ago
  40. 9b6c2d2 lib/bitmap.c: change prototype of bitmap_copy_le by Rasmus Villemoes · 10 years ago
  41. 9814ec1 lib/bitmap.c: make the bits parameter of bitmap_remap unsigned by Rasmus Villemoes · 10 years ago
  42. f6a1f5d lib/bitmap.c: simplify bitmap_ord_to_pos by Rasmus Villemoes · 10 years ago
  43. b26ad58 lib/bitmap.c: change parameters of bitmap_fold to unsigned by Rasmus Villemoes · 10 years ago
  44. eb56988 lib/bitmap.c: update bitmap_onto to unsigned by Rasmus Villemoes · 10 years ago
  45. 8b4daad lib/bitmap.c: more signed->unsigned conversions by Rasmus Villemoes · 10 years ago
  46. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  47. 5e19b01 lib: bitmap: add alignment offset for bitmap_find_next_zero_area() by Michal Nazarewicz · 10 years ago
  48. 5aaba36 cpumask: factor out show_cpumap into separate helper function by Sudeep Holla · 10 years ago
  49. 74e7653 lib: bitmap: add missing mask in bitmap_andnot by Rasmus Villemoes · 10 years ago
  50. 7e5f97d lib: bitmap: add missing mask in bitmap_and by Rasmus Villemoes · 10 years ago
  51. c5341ec89 lib: bitmap: add missing mask in bitmap_shift_right by Rasmus Villemoes · 10 years ago
  52. 9279d32 lib: bitmap: change parameter of bitmap_*_region to unsigned by Rasmus Villemoes · 10 years ago
  53. 154f5e3 lib: bitmap: make the start index of bitmap_clear unsigned by Rasmus Villemoes · 10 years ago
  54. fb5ac54 lib: bitmap: make the start index of bitmap_set unsigned by Rasmus Villemoes · 10 years ago
  55. 877d9f3 lib: bitmap: make nbits parameter of bitmap_weight unsigned by Rasmus Villemoes · 10 years ago
  56. 5be2021 lib: bitmap: make nbits parameter of bitmap_subset unsigned by Rasmus Villemoes · 10 years ago
  57. 6dfe979 lib: bitmap: make nbits parameter of bitmap_intersects unsigned by Rasmus Villemoes · 10 years ago
  58. 2f9305e lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned by Rasmus Villemoes · 10 years ago
  59. 65b4ee6 lib: bitmap: remove unnecessary mask from bitmap_complement by Rasmus Villemoes · 10 years ago
  60. 3d6684f lib: bitmap: make nbits parameter of bitmap_complement unsigned by Rasmus Villemoes · 10 years ago
  61. 5e068069 lib: bitmap: make nbits parameter of bitmap_equal unsigned by Rasmus Villemoes · 10 years ago
  62. 8397927 lib: bitmap: make nbits parameter of bitmap_full unsigned by Rasmus Villemoes · 10 years ago
  63. 0679cc4 lib: bitmap: make nbits parameter of bitmap_empty unsigned by Rasmus Villemoes · 10 years ago
  64. d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
  65. 7f18427 lib, Make gen_pool memory allocator lockless by Huang Ying · 13 years ago
  66. 778d3b0 cpusets: randomize node rotor used in cpuset_mem_spread_node() by Michal Hocko · 13 years ago
  67. 4b060420 bitmap, irq: add smp_affinity_list interface to /proc/irq by Mike Travis · 14 years ago
  68. 35926ff Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" by Linus Torvalds · 15 years ago
  69. 0ac0c0d cpusets: randomize node rotor used in cpuset_mem_spread_node() by Jack Steiner · 15 years ago
  70. c1a2a96 bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_area by Akinobu Mita · 15 years ago
  71. f4b0373 Make bitmask 'and' operators return a result code by Linus Torvalds · 15 years ago
  72. 4b0bc0b bitmap: test for constant as well as small size for inline versions by Rusty Russell · 16 years ago
  73. 9779a83 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb by Linus Torvalds · 16 years ago
  74. c459643 bitmask: remove bitmap_scnprintf_len() by Lai Jiangshan · 16 years ago
  75. ccbe329 bitmap: add bitmap_copy_le() by David Vrabel · 16 years ago
  76. 50ac2d6 seq_file: add seq_cpumask(), seq_nodemask() by Alexey Dobriyan · 16 years ago
  77. f4ed0de cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len by Paul Jackson · 17 years ago
  78. 7ea931c mempolicy: add bitmap_onto() and bitmap_fold() operations by Paul Jackson · 17 years ago
  79. 30ca60c cpumask: add cpumask_scnprintf_len function by Mike Travis · 17 years ago
  80. 14ed9d2 remove BITS_TO_TYPE macro by Jiri Slaby · 17 years ago
  81. 01a3ee2 [PATCH] bitmap: parse input from kernel and user buffers by Reinette Chatre · 18 years ago
  82. 08cd365 [PATCH] x86_64: Optimize bitmap_weight for small bitmaps by Andi Kleen · 19 years ago
  83. 87e2480 [PATCH] bitmap: region cleanup by Paul Jackson · 19 years ago
  84. fb5eeee [PATCH] cpusets: bitmap and mask remap operators by Paul Jackson · 19 years ago
  85. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago