index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bitmap.c
Age
Commit message (
Expand
)
Author
2025-03-17
lib/interval_tree: add test case for interval_tree_iter_xxx() helpers
Wei Yang
2024-07-10
radix tree test suite: put definition of bitmap_clear() into lib/bitmap.c
Wei Yang
2022-08-07
Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-07-15
lib/bitmap: change type of bitmap_weight to unsigned long
Yury Norov
2022-07-14
lib/bitmap: change return types to bool where appropriate
Yury Norov
2022-06-03
bitmap: Fix return values to be unsigned
Kees Cook
2021-06-30
tools lib: Adopt bitmap_intersects() operation from the kernel sources
Alexey Bayduraev
2021-05-06
tools: bitmap: sync function declarations with the kernel
Yury Norov
2020-01-06
tools bitmap: Implement bitmap_equal() operation at bitmap API
Alexey Budankov
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230
Thomas Gleixner
2016-08-02
tools lib: Add bitmap_and function
Jiri Olsa
2016-08-02
tools lib: Add bitmap_scnprintf function
Jiri Olsa
2016-01-08
tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/
Arnaldo Carvalho de Melo