summaryrefslogtreecommitdiffstats
path: root/tools/include/linux/bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* tools: Drop conflicting non-atomic test_and_{clear,set}_bit() helpersSean Christopherson2022-12-021-34/+0
* Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-6/+6
|\
| * lib/bitmap: change type of bitmap_weight to unsigned longYury Norov2022-07-151-2/+2
| * lib/bitmap: change return types to bool where appropriateYury Norov2022-07-141-4/+4
|/
* bitmap: Fix return values to be unsignedKees Cook2022-06-031-8/+9
* tools: sync tools/bitmap with mother linuxYury Norov2022-01-151-3/+4
* tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko2021-09-081-2/+2
* tools lib: Adopt bitmap_intersects() operation from the kernel sourcesAlexey Bayduraev2021-06-301-0/+11
* tools: sync small_const_nbits() macro with the kernelYury Norov2021-05-061-3/+0
* tools: sync BITMAP_LAST_WORD_MASK() macro with the kernelYury Norov2021-05-061-6/+1
* tools: bitmap: sync function declarations with the kernelYury Norov2021-05-061-4/+4
* tools bitmap: Implement bitmap_equal() operation at bitmap APIAlexey Budankov2020-01-061-0/+30
* xarray: Add XArray unconditional store operationsMatthew Wilcox2018-10-211-0/+1
* tools: introduce test_and_clear_bitPeter Xu2018-08-221-0/+17
* perf tools: Add MEM_TOPOLOGY feature to perf data fileJiri Olsa2018-03-081-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* radix tree test suite: Remove duplicate bitops codeMatthew Wilcox2017-01-271-0/+1
* tools: add more bitmap functionsMatthew Wilcox2016-12-141-0/+26
* tools lib: Add bitmap_and functionJiri Olsa2016-08-021-0/+17
* tools lib: Add bitmap_scnprintf functionJiri Olsa2016-08-021-0/+10
* tools lib: Add bitmap_alloc functionJiri Olsa2016-08-021-0/+10
* tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/Arnaldo Carvalho de Melo2016-01-081-0/+68