summaryrefslogtreecommitdiff
path: root/tools/include/linux/bitmap.h
AgeCommit message (Expand)Author
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko
2021-06-30tools lib: Adopt bitmap_intersects() operation from the kernel sourcesAlexey Bayduraev
2021-05-06tools: sync small_const_nbits() macro with the kernelYury Norov
2021-05-06tools: sync BITMAP_LAST_WORD_MASK() macro with the kernelYury Norov
2021-05-06tools: bitmap: sync function declarations with the kernelYury Norov
2020-01-06tools bitmap: Implement bitmap_equal() operation at bitmap APIAlexey Budankov
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox
2018-08-22tools: introduce test_and_clear_bitPeter Xu
2018-03-08perf tools: Add MEM_TOPOLOGY feature to perf data fileJiri Olsa
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-01-27radix tree test suite: Remove duplicate bitops codeMatthew Wilcox
2016-12-14tools: add more bitmap functionsMatthew Wilcox
2016-08-02tools lib: Add bitmap_and functionJiri Olsa
2016-08-02tools lib: Add bitmap_scnprintf functionJiri Olsa
2016-08-02tools lib: Add bitmap_alloc functionJiri Olsa
2016-01-08tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/Arnaldo Carvalho de Melo