summaryrefslogtreecommitdiff
path: root/include/linux/bitmap.h
AgeCommit message (Expand)Author
2024-03-20lib/bitmap: Fix bitmap_scatter() and bitmap_gather() kernel docHerve Codina
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-11lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpersAndy Shevchenko
2024-02-01cpumask: add cpumask_weight_andnot()Yury Norov
2024-01-26bitmap: Define a cleanup function for bitmapsBartosz Golaszewski
2023-10-16bitmap: move bitmap_*_region() functions to bitmap.hYury Norov
2023-10-14lib/bitmap: split-out string-related operations to a separate filesYury Norov
2023-10-14bitmap: Remove dead code, i.e. bitmap_copy_le()Andy Shevchenko
2023-06-22lib/bitmap: drop optimization of bitmap_{from,to}_arr64Yury Norov
2022-09-26lib/bitmap: remove bitmap_ord_to_posYury Norov
2022-09-26lib/bitmap: add bitmap_weight_and()Yury Norov
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longYury Norov
2022-07-14lib/bitmap: change return types to bool where appropriateYury Norov
2022-06-30bitmap: don't assume compiler evaluates small mem*() builtins callsAlexander Lobakin
2022-06-24lib: bitmap: fix the duplicated comments on bitmap_to_arr64()Qu Wenruo
2022-06-03bitmap: Fix return values to be unsignedKees Cook
2022-06-03lib: add bitmap_{from,to}_arr64Yury Norov
2022-06-03lib/bitmap: extend comment for bitmap_(from,to)_arr32()Yury Norov
2022-01-15bitmap: unify find_bit operationsYury Norov
2022-01-15include: move find.h from asm_generic to linuxYury Norov
2021-10-26lib: bitmap: Introduce node-aware alloc APITariq Toukan
2021-08-13cpumask: introduce cpumap_print_list/bitmask_to_buf to support large bitmask ...Tian Tao
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-06lib: extend the scope of small_const_nbits() macroYury Norov
2021-05-06kernel.h: drop inclusion in bitmap.hAndy Shevchenko
2021-05-05lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc()Bartosz Golaszewski
2021-05-05lib: bitmap: order includes alphabeticallyBartosz Golaszewski
2021-05-05lib: bitmap: remove the 'extern' keyword from function declarationsBartosz Golaszewski
2020-12-15bitmap: remove unused function declarationMa, Jianpeng
2020-12-15include/linux/bitmap.h: convert bitmap_empty() / bitmap_full() to return booleanAndy Shevchenko
2020-03-05include/bitmap.h: add new functions to documentationWolfram Sang
2020-03-05include/bitmap.h: add missing parameter in docsWolfram Sang
2020-02-04lib: rework bitmap_parse()Yury Norov
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-27bitmap: Introduce bitmap_cut(): cut bits and shift remainingStefano Brivio
2020-01-20bitmap: genericize percpu bitmap region iteratorsDennis Zhou
2019-12-04lib/bitmap: introduce bitmap_replace() helperAndy Shevchenko
2019-12-04bitops: introduce the for_each_set_clump8 macroWilliam Breathitt Gray
2019-10-14bitmap.h: fix kernel-doc warning and typoRandy Dunlap
2019-07-25cpumask: Implement cpumask_or_equal()Thomas Gleixner
2018-10-31linux/bitmap.h: relax comment on compile-time constant nbitsRasmus Villemoes
2018-10-31linux/bitmap.h: fix type of nbits in bitmap_shift_right()Rasmus Villemoes
2018-10-31linux/bitmap.h: remove redundant uses of small_const_nbits()Rasmus Villemoes
2018-10-31linux/bitmap.h: handle constant zero-size bitmaps correctlyRasmus Villemoes
2018-08-01bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free()Andy Shevchenko
2018-04-02bitmap: fix memset optimization on big-endian systemsOmar Sandoval
2018-02-06lib: optimize cpumask_next_and()Clement Courbet
2018-02-06include/linux/bitmap.h: make bitmap_fill() and bitmap_zero() consistentAndy Shevchenko
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov