aboutsummaryrefslogtreecommitdiff
path: root/lib/test_bitmap.c
AgeCommit message (Expand)Author
2018-05-18lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctlyMatthew Wilcox
2018-04-11lib/test_bitmap.c: do not accidentally use stack VLAKees Cook
2018-04-05lib: fix stall in __bitmap_parselist()Yury Norov
2018-02-06lib/test_bitmap.c: clean up test_zero_fill_copy() test case and renameAndy Shevchenko
2018-02-06lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test casesAndy Shevchenko
2018-02-06lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test casesAndy Shevchenko
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov
2017-09-13lib/test_bitmap.c: use ULL suffix for 64-bit constantsGeert Uytterhoeven
2017-09-08bitmap: introduce BITMAP_FROM_U64()Yury Norov
2017-09-08lib/test_bitmap.c: add test for bitmap_parselist()Yury Norov
2017-07-10bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox
2017-07-10lib/test_bitmap.c: add optimisation testsMatthew Wilcox
2016-02-19test_bitmap: unit tests for lib/bitmap.cDavid Decotigny