Age | Commit message (Expand) | Author | Files | Lines |
2022-08-08 | Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linux | Linus Torvalds | 1 | -6/+6 |
2022-07-15 | lib/bitmap: change type of bitmap_weight to unsigned long | Yury Norov | 1 | -2/+2 |
2022-07-15 | lib/bitmap: change return types to bool where appropriate | Yury Norov | 1 | -4/+4 |
2022-06-03 | bitmap: Fix return values to be unsigned | Kees Cook | 1 | -8/+9 |
2022-01-15 | tools: sync tools/bitmap with mother linux | Yury Norov | 1 | -3/+4 |
2021-09-08 | tools: rename bitmap_alloc() to bitmap_zalloc() | Andy Shevchenko | 1 | -2/+2 |
2021-06-30 | tools lib: Adopt bitmap_intersects() operation from the kernel sources | Alexey Bayduraev | 1 | -0/+11 |
2021-05-07 | tools: sync small_const_nbits() macro with the kernel | Yury Norov | 1 | -3/+0 |
2021-05-07 | tools: sync BITMAP_LAST_WORD_MASK() macro with the kernel | Yury Norov | 1 | -6/+1 |
2021-05-07 | tools: bitmap: sync function declarations with the kernel | Yury Norov | 1 | -4/+4 |
2020-01-06 | tools bitmap: Implement bitmap_equal() operation at bitmap API | Alexey Budankov | 1 | -0/+30 |
2018-10-21 | xarray: Add XArray unconditional store operations | Matthew Wilcox | 1 | -0/+1 |
2018-08-22 | tools: introduce test_and_clear_bit | Peter Xu | 1 | -0/+17 |
2018-03-08 | perf tools: Add MEM_TOPOLOGY feature to perf data file | Jiri Olsa | 1 | -1/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-01-28 | radix tree test suite: Remove duplicate bitops code | Matthew Wilcox | 1 | -0/+1 |
2016-12-15 | tools: add more bitmap functions | Matthew Wilcox | 1 | -0/+26 |
2016-08-02 | tools lib: Add bitmap_and function | Jiri Olsa | 1 | -0/+17 |
2016-08-02 | tools lib: Add bitmap_scnprintf function | Jiri Olsa | 1 | -0/+10 |
2016-08-02 | tools lib: Add bitmap_alloc function | Jiri Olsa | 1 | -0/+10 |
2016-01-08 | tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/ | Arnaldo Carvalho de Melo | 1 | -0/+68 |