summaryrefslogtreecommitdiff
path: root/tools/lib/bitmap.c
AgeCommit message (Expand)Author
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-03bitmap: Fix return values to be unsignedKees Cook
2021-06-30tools lib: Adopt bitmap_intersects() operation from the kernel sourcesAlexey Bayduraev
2021-05-06tools: bitmap: sync function declarations with the kernelYury Norov
2020-01-06tools bitmap: Implement bitmap_equal() operation at bitmap APIAlexey Budankov
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner
2016-08-02tools lib: Add bitmap_and functionJiri Olsa
2016-08-02tools lib: Add bitmap_scnprintf functionJiri Olsa
2016-01-08tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/Arnaldo Carvalho de Melo