summaryrefslogtreecommitdiff
path: root/tools/include/linux/bitmap.h
AgeCommit message (Expand)Author
2022-12-02tools: Drop conflicting non-atomic test_and_{clear,set}_bit() helpersSean Christopherson
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longYury Norov
2022-07-14lib/bitmap: change return types to bool where appropriateYury Norov
2022-06-03bitmap: Fix return values to be unsignedKees Cook
2022-01-15tools: sync tools/bitmap with mother linuxYury Norov
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