summaryrefslogtreecommitdiff
path: root/tools/include/linux/bitmap.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-01bitmap: introduce generic optimized bitmap_size()Alexander Lobakin1-3/+4
2024-04-01tools: move alignment-related macros to new <linux/align.h>Alexander Lobakin1-1/+1
2022-12-02tools: Drop conflicting non-atomic test_and_{clear,set}_bit() helpersSean Christopherson1-34/+0
2022-08-08Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds1-6/+6
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longYury Norov1-2/+2
2022-07-15lib/bitmap: change return types to bool where appropriateYury Norov1-4/+4
2022-06-03bitmap: Fix return values to be unsignedKees Cook1-8/+9
2022-01-15tools: sync tools/bitmap with mother linuxYury Norov1-3/+4
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko1-2/+2
2021-06-30tools lib: Adopt bitmap_intersects() operation from the kernel sourcesAlexey Bayduraev1-0/+11
2021-05-07tools: sync small_const_nbits() macro with the kernelYury Norov1-3/+0
2021-05-07tools: sync BITMAP_LAST_WORD_MASK() macro with the kernelYury Norov1-6/+1
2021-05-07tools: bitmap: sync function declarations with the kernelYury Norov1-4/+4
2020-01-06tools bitmap: Implement bitmap_equal() operation at bitmap APIAlexey Budankov1-0/+30
2018-10-21xarray: Add XArray unconditional store operationsMatthew Wilcox1-0/+1
2018-08-22tools: introduce test_and_clear_bitPeter Xu1-0/+17
2018-03-08perf tools: Add MEM_TOPOLOGY feature to perf data fileJiri Olsa1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-28radix tree test suite: Remove duplicate bitops codeMatthew Wilcox1-0/+1
2016-12-15tools: add more bitmap functionsMatthew Wilcox1-0/+26
2016-08-02tools lib: Add bitmap_and functionJiri Olsa1-0/+17
2016-08-02tools lib: Add bitmap_scnprintf functionJiri Olsa1-0/+10
2016-08-02tools lib: Add bitmap_alloc functionJiri Olsa1-0/+10
2016-01-08tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/Arnaldo Carvalho de Melo1-0/+68