aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bitmap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26lib/bitmap: remove bitmap_ord_to_posYury Norov1-1/+0
2022-09-26lib/bitmap: add bitmap_weight_and()Yury Norov1-0/+12
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds1-10/+27
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longYury Norov1-2/+3
2022-07-14lib/bitmap: change return types to bool where appropriateYury Norov1-4/+4
2022-06-30bitmap: don't assume compiler evaluates small mem*() builtins callsAlexander Lobakin1-3/+19
2022-06-24lib: bitmap: fix the duplicated comments on bitmap_to_arr64()Qu Wenruo1-1/+1
2022-06-03bitmap: Fix return values to be unsignedKees Cook1-12/+13
2022-06-03lib: add bitmap_{from,to}_arr64Yury Norov1-4/+19
2022-06-03lib/bitmap: extend comment for bitmap_(from,to)_arr32()Yury Norov1-2/+6
2022-01-15bitmap: unify find_bit operationsYury Norov1-33/+0
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-0/+1
2021-10-26lib: bitmap: Introduce node-aware alloc APITariq Toukan1-0/+2
2021-08-13cpumask: introduce cpumap_print_list/bitmask_to_buf to support large bitmask and listTian Tao1-0/+6
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-9/+2
2021-05-06lib: extend the scope of small_const_nbits() macroYury Norov1-8/+0
2021-05-06kernel.h: drop inclusion in bitmap.hAndy Shevchenko1-1/+2
2021-05-05lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc()Bartosz Golaszewski1-0/+8
2021-05-05lib: bitmap: order includes alphabeticallyBartosz Golaszewski1-2/+2
2021-05-05lib: bitmap: remove the 'extern' keyword from function declarationsBartosz Golaszewski1-58/+57
2020-12-15bitmap: remove unused function declarationMa, Jianpeng1-2/+0
2020-12-15include/linux/bitmap.h: convert bitmap_empty() / bitmap_full() to return booleanAndy Shevchenko1-2/+2
2020-03-05include/bitmap.h: add new functions to documentationWolfram Sang1-0/+6
2020-03-05include/bitmap.h: add missing parameter in docsWolfram Sang1-1/+1
2020-02-04lib: rework bitmap_parse()Yury Norov1-7/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-0/+4
2020-01-27bitmap: Introduce bitmap_cut(): cut bits and shift remainingStefano Brivio1-0/+4
2020-01-20bitmap: genericize percpu bitmap region iteratorsDennis Zhou1-0/+35
2019-12-04lib/bitmap: introduce bitmap_replace() helperAndy Shevchenko1-0/+16
2019-12-04bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray1-0/+35
2019-10-14bitmap.h: fix kernel-doc warning and typoRandy Dunlap1-1/+2
2019-07-25cpumask: Implement cpumask_or_equal()Thomas Gleixner1-0/+23
2018-10-31linux/bitmap.h: relax comment on compile-time constant nbitsRasmus Villemoes1-2/+2
2018-10-31linux/bitmap.h: fix type of nbits in bitmap_shift_right()Rasmus Villemoes1-1/+1
2018-10-31linux/bitmap.h: remove redundant uses of small_const_nbits()Rasmus Villemoes1-18/+6
2018-10-31linux/bitmap.h: handle constant zero-size bitmaps correctlyRasmus Villemoes1-1/+6
2018-08-01bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()Andy Shevchenko1-0/+8
2018-04-02bitmap: fix memset optimization on big-endian systemsOmar Sandoval1-5/+17
2018-02-06lib: optimize cpumask_next_and()Clement Courbet1-1/+5
2018-02-06include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistentAndy Shevchenko1-5/+10
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov1-10/+1
2018-02-06bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32Yury Norov1-0/+31
2017-11-13Merge tag 'docs-4.15' of git://git.lwn.net/linuxLinus Torvalds1-52/+62
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19documentation: kernel-api: add more info on bitmap functionsRandy Dunlap1-48/+57
2017-09-26Documentation: kernel-api: add bitmap operations from linux/bitmap.hRandy Dunlap1-4/+5
2017-09-08bitmap: introduce BITMAP_FROM_U64()Yury Norov1-0/+32
2017-07-10bitmap: use memcmp optimisation in more situationsMatthew Wilcox1-3/+1
2017-07-10include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when possibleMatthew Wilcox1-0/+6
2017-07-10bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox1-3/+20