1. 2d13e6c lib/bitmap.c: enhance bitmap syntax by Noam Camus · 8 years ago
  2. 13d4ea0 x86/uaccess: Move thread_info::addr_limit to thread_struct by Andy Lutomirski · 8 years ago
  3. e52bc7c lib/bitmap.c: conversion routines to/from u32 array by David Decotigny · 8 years ago
  4. 9bf98f1 lib/bitmap.c: bitmap_parselist can accept string with whitespaces on head or tail by Pan Xinhui · 9 years ago
  5. d9282cb lib/bitmap.c: fix a special string handling bug in __bitmap_parselist by Pan Xinhui · 9 years ago
  6. d21c3d4 lib/bitmap.c: correct a code style and do some, optimization by Pan Xinhui · 9 years ago
  7. 9cf79d1 bitmap: remove explicit newline handling using scnprintf format string by Sudeep Holla · 9 years ago
  8. 2528a8b __bitmap_parselist: fix bug in empty string handling by Chris Metcalf · 9 years ago
  9. 2afe27c lib/bitmap.c: bitmap_[empty,full]: remove code duplication by Yury Norov · 9 years ago
  10. 4638532 bitmap, cpumask, nodemask: remove dedicated formatting functions by Tejun Heo · 9 years ago
  11. 4a0792b bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  12. dbc760b lib/vsprintf: implement bitmap printing through '%*pb[l]' by Tejun Heo · 9 years ago
  13. 7f59065 lib: bitmap: remove redundant code from __bitmap_shift_left by Rasmus Villemoes · 9 years ago
  14. 6d874ec lib: bitmap: eliminate branch in __bitmap_shift_left by Rasmus Villemoes · 9 years ago
  15. dba94c2 lib: bitmap: change bitmap_shift_left to take unsigned parameters by Rasmus Villemoes · 9 years ago
  16. cfac1d0 lib: bitmap: yet another simplification in __bitmap_shift_right by Rasmus Villemoes · 9 years ago
  17. 97fb8e9 lib: bitmap: remove redundant code from __bitmap_shift_right by Rasmus Villemoes · 9 years ago
  18. 9d8a6b2 lib: bitmap: eliminate branch in __bitmap_shift_right by Rasmus Villemoes · 9 years ago
  19. 2fbad29 lib: bitmap: change bitmap_shift_right to take unsigned parameters by Rasmus Villemoes · 9 years ago
  20. e8f2427 lib/bitmap.c: elide bitmap_copy_le on little-endian by Rasmus Villemoes · 9 years ago
  21. 9b6c2d2 lib/bitmap.c: change prototype of bitmap_copy_le by Rasmus Villemoes · 9 years ago
  22. 9814ec1 lib/bitmap.c: make the bits parameter of bitmap_remap unsigned by Rasmus Villemoes · 9 years ago
  23. f6a1f5d lib/bitmap.c: simplify bitmap_ord_to_pos by Rasmus Villemoes · 9 years ago
  24. df1d80a9 lib/bitmap.c: simplify bitmap_pos_to_ord by Rasmus Villemoes · 9 years ago
  25. b26ad58 lib/bitmap.c: change parameters of bitmap_fold to unsigned by Rasmus Villemoes · 9 years ago
  26. eb56988 lib/bitmap.c: update bitmap_onto to unsigned by Rasmus Villemoes · 9 years ago
  27. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  28. 5e19b01 lib: bitmap: add alignment offset for bitmap_find_next_zero_area() by Michal Nazarewicz · 9 years ago
  29. 5aaba36 cpumask: factor out show_cpumap into separate helper function by Sudeep Holla · 10 years ago
  30. ea5d05b lib/bitmap.c: fix undefined shift in __bitmap_shift_{left|right}() by Jan Kara · 10 years ago
  31. 28596c97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  32. da3dae5 Documentation: Docbook: Fix generated DocBook/kernel-api.xml by Masanari Iida · 10 years ago
  33. 74e7653 lib: bitmap: add missing mask in bitmap_andnot by Rasmus Villemoes · 10 years ago
  34. 7e5f97d lib: bitmap: add missing mask in bitmap_and by Rasmus Villemoes · 10 years ago
  35. 2ac521d lib: bitmap: micro-optimize bitmap_allocate_region by Rasmus Villemoes · 10 years ago
  36. 9279d32 lib: bitmap: change parameter of bitmap_*_region to unsigned by Rasmus Villemoes · 10 years ago
  37. a855174 lib: bitmap: fix typo in kerneldoc for bitmap_pos_to_ord by Rasmus Villemoes · 10 years ago
  38. bc5be18 lib: bitmap: simplify bitmap_parselist by Rasmus Villemoes · 10 years ago
  39. 154f5e3 lib: bitmap: make the start index of bitmap_clear unsigned by Rasmus Villemoes · 10 years ago
  40. fb5ac54 lib: bitmap: make the start index of bitmap_set unsigned by Rasmus Villemoes · 10 years ago
  41. 877d9f3 lib: bitmap: make nbits parameter of bitmap_weight unsigned by Rasmus Villemoes · 10 years ago
  42. 5be2021 lib: bitmap: make nbits parameter of bitmap_subset unsigned by Rasmus Villemoes · 10 years ago
  43. 6dfe979 lib: bitmap: make nbits parameter of bitmap_intersects unsigned by Rasmus Villemoes · 10 years ago
  44. 2f9305e lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned by Rasmus Villemoes · 10 years ago
  45. 65b4ee6 lib: bitmap: remove unnecessary mask from bitmap_complement by Rasmus Villemoes · 10 years ago
  46. 3d6684f lib: bitmap: make nbits parameter of bitmap_complement unsigned by Rasmus Villemoes · 10 years ago
  47. 5e068069 lib: bitmap: make nbits parameter of bitmap_equal unsigned by Rasmus Villemoes · 10 years ago
  48. 8397927 lib: bitmap: make nbits parameter of bitmap_full unsigned by Rasmus Villemoes · 10 years ago
  49. 0679cc4 lib: bitmap: make nbits parameter of bitmap_empty unsigned by Rasmus Villemoes · 10 years ago
  50. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 11 years ago
  51. 05a6c8a lib/bitmap.c: fix documentation for scnprintf() functions by Andrew Morton · 12 years ago
  52. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  53. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 12 years ago
  54. 50af5ea bug.h: add include of it to various implicit C users by Paul Gortmaker · 12 years ago
  55. b9c321f lib/bitmap.c: quiet sparse noise about address space by H Hartley Sweeten · 13 years ago
  56. d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
  57. 7f18427 lib, Make gen_pool memory allocator lockless by Huang Ying · 13 years ago
  58. 778d3b0 cpusets: randomize node rotor used in cpuset_mem_spread_node() by Michal Hocko · 13 years ago
  59. b0825ee lib/bitmap.c: fix kernel-doc notation by Randy Dunlap · 13 years ago
  60. 4b060420 bitmap, irq: add smp_affinity_list interface to /proc/irq by Mike Travis · 13 years ago
  61. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  62. 66f1991 lib/bitmap.c: use hex_to_bin() by Andy Shevchenko · 14 years ago
  63. 35926ff Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" by Linus Torvalds · 14 years ago
  64. 0ac0c0d cpusets: randomize node rotor used in cpuset_mem_spread_node() by Jack Steiner · 14 years ago
  65. 08564fb bitmap: use for_each_set_bit() by Akinobu Mita · 14 years ago
  66. 9a86e2b lib: fix first line of kernel-doc for a few functions by Ben Hutchings · 14 years ago
  67. c1a2a96 bitmap: introduce bitmap_set, bitmap_clear, bitmap_find_next_zero_area by Akinobu Mita · 14 years ago
  68. f4b0373 Make bitmask 'and' operators return a result code by Linus Torvalds · 15 years ago
  69. aa8e4fc bitmap: fix end condition in bitmap_find_free_region by Linus Torvalds · 15 years ago
  70. 9779a83 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/dvrabel/uwb by Linus Torvalds · 16 years ago
  71. c459643 bitmask: remove bitmap_scnprintf_len() by Lai Jiangshan · 16 years ago
  72. ccbe329 bitmap: add bitmap_copy_le() by David Vrabel · 16 years ago
  73. 50ac2d6 seq_file: add seq_cpumask(), seq_nodemask() by Alexey Dobriyan · 16 years ago
  74. f4ed0de cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len by Paul Jackson · 16 years ago
  75. 7ea931c mempolicy: add bitmap_onto() and bitmap_fold() operations by Paul Jackson · 16 years ago
  76. 30ca60c cpumask: add cpumask_scnprintf_len function by Mike Travis · 16 years ago
  77. 0b030c2 Fix bitmap_scnlistprintf for empty masks by Andi Kleen · 16 years ago
  78. 05fb6bf [PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers) by Randy Dunlap · 17 years ago
  79. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  80. 01a3ee2 [PATCH] bitmap: parse input from kernel and user buffers by Reinette Chatre · 18 years ago
  81. 6e1907ff [PATCH] kernel-doc for lib/bitmap.c by Randy Dunlap · 18 years ago
  82. 37d5411 [PATCH] bitops: hweight() related cleanup by Akinobu Mita · 18 years ago
  83. 3cf64b9 [PATCH] bitmap: region restructuring by Paul Jackson · 18 years ago
  84. 74373c6 [PATCH] bitmap: region multiword spanning support by Paul Mundt · 18 years ago
  85. 87e2480 [PATCH] bitmap: region cleanup by Paul Jackson · 18 years ago
  86. 96b7f34 [PATCH] cpuset: better bitmap remap defaults by Paul Jackson · 18 years ago
  87. fb5eeee [PATCH] cpusets: bitmap and mask remap operators by Paul Jackson · 19 years ago
  88. 8c0e33c [PATCH] Use ALIGN to remove duplicate code by Nick Wilson · 19 years ago
  89. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago