aboutsummaryrefslogtreecommitdiff
path: root/tools/lib/bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 1-3/+3
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longGravatar Yury Norov 1-2/+2
2022-07-14lib/bitmap: change return types to bool where appropriateGravatar Yury Norov 1-1/+1
2022-06-03bitmap: Fix return values to be unsignedGravatar Kees Cook 1-10/+10
2021-06-30tools lib: Adopt bitmap_intersects() operation from the kernel sourcesGravatar Alexey Bayduraev 1-0/+14
2021-05-06tools: bitmap: sync function declarations with the kernelGravatar Yury Norov 1-2/+2
2020-01-06tools bitmap: Implement bitmap_equal() operation at bitmap APIGravatar Alexey Budankov 1-0/+15
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Gravatar Thomas Gleixner 1-3/+1
2016-08-02tools lib: Add bitmap_and functionGravatar Jiri Olsa 1-0/+15
2016-08-02tools lib: Add bitmap_scnprintf functionGravatar Jiri Olsa 1-0/+29
2016-01-08tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/Gravatar Arnaldo Carvalho de Melo 1-0/+31