1. 7529cc7f lib: bitmap: Introduce node-aware alloc API by Tariq Toukan · 4 years ago
  2. 3b35f2a bitmap: extend comment to bitmap_print_bitmask/list_to_buf by Yury Norov · 3 years, 5 months ago
  3. 1fae562 cpumask: introduce cpumap_print_list/bitmask_to_buf to support large bitmask and list by Tian Tao · 3 years, 5 months ago
  4. b805259 Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 6 months ago
  5. cde3d0f bitmap: Make bitmap_remap() and bitmap_bitremap() available to users by Andy Shevchenko · 3 years, 8 months ago
  6. b18def1 bitmap_parse: Support 'all' semantics by Yury Norov · 3 years, 8 months ago
  7. 5d6a1b8 Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 8 months ago
  8. e829c2e lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc() by Bartosz Golaszewski · 3 years, 10 months ago
  9. c13656b lib: bitmap: order includes alphabetically by Bartosz Golaszewski · 3 years, 10 months ago
  10. 2c4885d lib: bitmap: support "N" as an alias for size of bitmap by Paul Gortmaker · 3 years, 10 months ago
  11. f3c869c lib: bitmap: move ERANGE check from set_region to check_region by Paul Gortmaker · 3 years, 10 months ago
  12. 9d7a336 lib: bitmap: fold nbits into region struct by Paul Gortmaker · 3 years, 10 months ago
  13. 197d6c1 lib: bitmap: delete duplicated words by Randy Dunlap · 4 years, 2 months ago
  14. ead5d1f Merge branch 'master' into for-next by Jiri Kosina · 4 years, 4 months ago
  15. 5959f82 lib/bitmap.c: fix bitmap_cut() for partial overlapping case by Stefano Brivio · 4 years, 5 months ago
  16. 81c4f4d lib: fix bitmap_parse() on 64-bit big endian archs by Alexander Gordeev · 4 years, 7 months ago
  17. 2060743 lib/bitmap.c: fix spello by Randy Dunlap · 4 years, 9 months ago
  18. 4642289 lib: bitmap.c: get rid of some doc warnings by Mauro Carvalho Chehab · 4 years, 9 months ago
  19. 2d62615 lib: rework bitmap_parse() by Yury Norov · 5 years ago
  20. e66eda0 lib: make bitmap_parse_user a wrapper on bitmap_parse by Yury Norov · 5 years ago
  21. 2092767 bitmap: Introduce bitmap_cut(): cut bits and shift remaining by Stefano Brivio · 5 years ago
  22. 30544ed lib/bitmap: introduce bitmap_replace() helper by Andy Shevchenko · 5 years ago
  23. b9fa644 cpumask: Implement cpumask_or_equal() by Thomas Gleixner · 5 years ago
  24. 40b0b3f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230 by Thomas Gleixner · 6 years ago
  25. e371c48 lib: rework bitmap_parselist by Yury Norov · 6 years ago
  26. 281327c lib: make bitmap_parselist_user() a wrapper on bitmap_parselist() by Yury Norov · 6 years ago
  27. cdc90a1 lib/bitmap.c: guard exotic bitmap functions by CONFIG_NUMA by Rasmus Villemoes · 6 years ago
  28. 5f239f6 lib/bitmap.c: remove unused EXPORT_SYMBOLs by Rasmus Villemoes · 6 years ago
  29. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  30. 8ec3d768 lib/bitmap.c: simplify bitmap_print_to_pagebuf() by Rasmus Villemoes · 6 years ago
  31. ce1091d lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebuf by Rasmus Villemoes · 6 years ago
  32. 696e421 lib/bitmap.c: remove wrong documentation by Rasmus Villemoes · 6 years ago
  33. ccf7a6d lib/bitmap.c: drop unnecessary 0 check for u32 array operations by Andy Shevchenko · 6 years ago
  34. 08b5fa8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  35. c42b65e bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free() by Andy Shevchenko · 6 years ago
  36. ca1250b lib/bitmap.c: micro-optimization for __bitmap_complement() by Yury Norov · 7 years ago
  37. 8351760 lib: fix stall in __bitmap_parselist() by Yury Norov · 7 years ago
  38. 3aa5688 bitmap: replace bitmap_{from,to}_u32array by Yury Norov · 7 years ago
  39. c724f19 bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32 by Yury Norov · 7 years ago
  40. 7d7363e documentation: kernel-api: add more info on bitmap functions by Randy Dunlap · 7 years ago
  41. 0a5ce08 lib/bitmap.c: make bitmap_parselist() thread-safe and much faster by Yury Norov · 7 years ago
  42. e5af323 bitmap: optimise bitmap_set and bitmap_clear of a single bit by Matthew Wilcox · 7 years ago
  43. 40bf19a kernel-api.rst: fix some complex tags at lib/bitmap.c by mchehab@s-opensource.com · 8 years ago
  44. 2d13e6c lib/bitmap.c: enhance bitmap syntax by Noam Camus · 8 years ago
  45. 13d4ea0 x86/uaccess: Move thread_info::addr_limit to thread_struct by Andy Lutomirski · 8 years ago
  46. e52bc7c lib/bitmap.c: conversion routines to/from u32 array by David Decotigny · 9 years ago
  47. 9bf98f1 lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or tail by Pan Xinhui · 9 years ago
  48. d9282cb lib/bitmap.c: fix a special string handling bug in __bitmap_parselist by Pan Xinhui · 9 years ago
  49. d21c3d4 lib/bitmap.c: correct a code style and do some, optimization by Pan Xinhui · 9 years ago
  50. 9cf79d1 bitmap: remove explicit newline handling using scnprintf format string by Sudeep Holla · 10 years ago
  51. 2528a8b __bitmap_parselist: fix bug in empty string handling by Chris Metcalf · 10 years ago
  52. 2afe27c lib/bitmap.c: bitmap_[empty,full]: remove code duplication by Yury Norov · 10 years ago
  53. 4638532 bitmap, cpumask, nodemask: remove dedicated formatting functions by Tejun Heo · 10 years ago
  54. 4a0792b bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
  55. dbc760b lib/vsprintf: implement bitmap printing through '%*pb[l]' by Tejun Heo · 10 years ago
  56. 7f59065 lib: bitmap: remove redundant code from __bitmap_shift_left by Rasmus Villemoes · 10 years ago
  57. 6d874ec lib: bitmap: eliminate branch in __bitmap_shift_left by Rasmus Villemoes · 10 years ago
  58. dba94c2 lib: bitmap: change bitmap_shift_left to take unsigned parameters by Rasmus Villemoes · 10 years ago
  59. cfac1d0 lib: bitmap: yet another simplification in __bitmap_shift_right by Rasmus Villemoes · 10 years ago
  60. 97fb8e9 lib: bitmap: remove redundant code from __bitmap_shift_right by Rasmus Villemoes · 10 years ago
  61. 9d8a6b2 lib: bitmap: eliminate branch in __bitmap_shift_right by Rasmus Villemoes · 10 years ago
  62. 2fbad29 lib: bitmap: change bitmap_shift_right to take unsigned parameters by Rasmus Villemoes · 10 years ago
  63. e8f2427 lib/bitmap.c: elide bitmap_copy_le on little-endian by Rasmus Villemoes · 10 years ago
  64. 9b6c2d2 lib/bitmap.c: change prototype of bitmap_copy_le by Rasmus Villemoes · 10 years ago
  65. 9814ec1 lib/bitmap.c: make the bits parameter of bitmap_remap unsigned by Rasmus Villemoes · 10 years ago
  66. f6a1f5d lib/bitmap.c: simplify bitmap_ord_to_pos by Rasmus Villemoes · 10 years ago
  67. df1d80a9 lib/bitmap.c: simplify bitmap_pos_to_ord by Rasmus Villemoes · 10 years ago
  68. b26ad58 lib/bitmap.c: change parameters of bitmap_fold to unsigned by Rasmus Villemoes · 10 years ago
  69. eb56988 lib/bitmap.c: update bitmap_onto to unsigned by Rasmus Villemoes · 10 years ago
  70. 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
  71. 5e19b01 lib: bitmap: add alignment offset for bitmap_find_next_zero_area() by Michal Nazarewicz · 10 years ago
  72. 5aaba36 cpumask: factor out show_cpumap into separate helper function by Sudeep Holla · 10 years ago
  73. ea5d05b lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}() by Jan Kara · 10 years ago
  74. 28596c97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  75. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  76. 74e7653 lib: bitmap: add missing mask in bitmap_andnot by Rasmus Villemoes · 10 years ago
  77. 7e5f97d lib: bitmap: add missing mask in bitmap_and by Rasmus Villemoes · 10 years ago
  78. 2ac521d lib: bitmap: micro-optimize bitmap_allocate_region by Rasmus Villemoes · 10 years ago
  79. 9279d32 lib: bitmap: change parameter of bitmap_*_region to unsigned by Rasmus Villemoes · 10 years ago
  80. a855174 lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ord by Rasmus Villemoes · 10 years ago
  81. bc5be18 lib: bitmap: simplify bitmap_parselist by Rasmus Villemoes · 10 years ago
  82. 154f5e3 lib: bitmap: make the start index of bitmap_clear unsigned by Rasmus Villemoes · 10 years ago
  83. fb5ac54 lib: bitmap: make the start index of bitmap_set unsigned by Rasmus Villemoes · 10 years ago
  84. 877d9f3 lib: bitmap: make nbits parameter of bitmap_weight unsigned by Rasmus Villemoes · 10 years ago
  85. 5be2021 lib: bitmap: make nbits parameter of bitmap_subset unsigned by Rasmus Villemoes · 10 years ago
  86. 6dfe979 lib: bitmap: make nbits parameter of bitmap_intersects unsigned by Rasmus Villemoes · 10 years ago
  87. 2f9305e lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned by Rasmus Villemoes · 10 years ago
  88. 65b4ee6 lib: bitmap: remove unnecessary mask from bitmap_complement by Rasmus Villemoes · 10 years ago
  89. 3d6684f lib: bitmap: make nbits parameter of bitmap_complement unsigned by Rasmus Villemoes · 10 years ago
  90. 5e068069 lib: bitmap: make nbits parameter of bitmap_equal unsigned by Rasmus Villemoes · 10 years ago
  91. 8397927 lib: bitmap: make nbits parameter of bitmap_full unsigned by Rasmus Villemoes · 10 years ago
  92. 0679cc4 lib: bitmap: make nbits parameter of bitmap_empty unsigned by Rasmus Villemoes · 10 years ago
  93. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 12 years ago
  94. 05a6c8a lib/bitmap.c: fix documentation for scnprintf() functions by Andrew Morton · 13 years ago
  95. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  96. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  97. 50af5ea bug.h: add include of it to various implicit C users by Paul Gortmaker · 13 years ago
  98. b9c321f lib/bitmap.c: quiet sparse noise about address space by H Hartley Sweeten · 13 years ago
  99. d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
  100. 7f18427 lib, Make gen_pool memory allocator lockless by Huang Ying · 13 years ago