开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
include
/
linux
/
bitmap.h
Age
Commit message (
Expand
)
Author
2022-06-03
bitmap: Fix return values to be unsigned
Kees Cook
2022-01-15
tools: sync tools/bitmap with mother linux
Yury Norov
2021-09-08
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
2021-06-30
tools lib: Adopt bitmap_intersects() operation from the kernel sources
Alexey Bayduraev
2021-05-06
tools: sync small_const_nbits() macro with the kernel
Yury Norov
2021-05-06
tools: sync BITMAP_LAST_WORD_MASK() macro with the kernel
Yury Norov
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
2018-10-21
xarray: Add XArray unconditional store operations
Matthew Wilcox
2018-08-22
tools: introduce test_and_clear_bit
Peter Xu
2018-03-08
perf tools: Add MEM_TOPOLOGY feature to perf data file
Jiri Olsa
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-01-27
radix tree test suite: Remove duplicate bitops code
Matthew Wilcox
2016-12-14
tools: add more bitmap functions
Matthew Wilcox
2016-08-02
tools lib: Add bitmap_and function
Jiri Olsa
2016-08-02
tools lib: Add bitmap_scnprintf function
Jiri Olsa
2016-08-02
tools lib: Add bitmap_alloc function
Jiri Olsa
2016-01-08
tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/
Arnaldo Carvalho de Melo