summaryrefslogtreecommitdiffstats
path: root/tools/lib/bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-3/+3
|\
| * lib/bitmap: change type of bitmap_weight to unsigned longYury Norov2022-07-151-2/+2
| * lib/bitmap: change return types to bool where appropriateYury Norov2022-07-141-1/+1
|/
* bitmap: Fix return values to be unsignedKees Cook2022-06-031-10/+10
* tools lib: Adopt bitmap_intersects() operation from the kernel sourcesAlexey Bayduraev2021-06-301-0/+14
* tools: bitmap: sync function declarations with the kernelYury Norov2021-05-061-2/+2
* tools bitmap: Implement bitmap_equal() operation at bitmap APIAlexey Budankov2020-01-061-0/+15
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1
* tools lib: Add bitmap_and functionJiri Olsa2016-08-021-0/+15
* tools lib: Add bitmap_scnprintf functionJiri Olsa2016-08-021-0/+29
* tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/Arnaldo Carvalho de Melo2016-01-081-0/+31