aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_bitmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-18lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctlyMatthew Wilcox1-6/+15
2018-04-11lib/test_bitmap.c: do not accidentally use stack VLAKees Cook1-4/+6
2018-04-05lib: fix stall in __bitmap_parselist()Yury Norov1-0/+4
2018-02-06lib/test_bitmap.c: clean up test_zero_fill_copy() test case and renameAndy Shevchenko1-24/+5
2018-02-06lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test casesAndy Shevchenko1-0/+30
2018-02-06lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test casesAndy Shevchenko1-0/+30
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayYury Norov1-175/+31
2017-09-13lib/test_bitmap.c: use ULL suffix for 64-bit constantsGeert Uytterhoeven1-4/+4
2017-09-08bitmap: introduce BITMAP_FROM_U64()Yury Norov1-15/+32
2017-09-08lib/test_bitmap.c: add test for bitmap_parselist()Yury Norov1-0/+74
2017-07-10bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox1-3/+0
2017-07-10lib/test_bitmap.c: add optimisation testsMatthew Wilcox1-0/+32
2016-02-19test_bitmap: unit tests for lib/bitmap.cDavid Decotigny1-0/+358