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