summaryrefslogtreecommitdiffstats
path: root/lib/test_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* lib: test_bitmap: add tests for "N" aliasPaul Gortmaker2021-03-081-0/+10
* lib: test_bitmap: add more start-end:offset/len testsPaul Gortmaker2021-03-081-0/+22
* lib: test_bitmap: add tests to trigger ERANGE case.Paul Gortmaker2021-03-081-0/+2
* lib: test_bitmap: clearly separate ERANGE from EINVAL tests.Paul Gortmaker2021-03-081-6/+6
* lib: use KSTM_MODULE_GLOBALS macro in kselftest driversTimur Tabi2021-02-151-2/+1
* test_bitmap: remove user bitmap testsChristoph Hellwig2020-09-081-70/+21
* lib/test_bitmap.c: add test for bitmap_cut()Stefano Brivio2020-08-121-0/+58
* lib/test_bitmap.c: make use of EXP2_IN_BITSAndy Shevchenko2020-04-071-0/+2
* lib: new testcases for bitmap_parse{_user}Yury Norov2020-02-041-0/+8
* lib: add test for bitmap_parse()Yury Norov2020-02-041-2/+95
* lib/test_bitmap: correct test data offsets for 32-bitAndy Shevchenko2020-01-311-4/+5
* lib/bitmap: introduce bitmap_replace() helperAndy Shevchenko2019-12-041-0/+38
* lib/test_bitmap: fix comment about this fileAndy Shevchenko2019-12-041-1/+1
* lib/test_bitmap: move exp1 and exp2 upper for others to useAndy Shevchenko2019-12-041-21/+20
* lib/test_bitmap: rename exp to exp1 to avoid ambiguous nameAndy Shevchenko2019-12-041-22/+22
* lib/test_bitmap: name EXP_BYTES properlyAndy Shevchenko2019-12-041-5/+5
* lib/test_bitmap: undefine macros after useAndy Shevchenko2019-12-041-0/+4
* lib/test_bitmap: force argument of bitmap_parselist_user() to proper address ...Andy Shevchenko2019-12-041-1/+1
* lib/test_bitmap.c: add for_each_set_clump8 test casesWilliam Breathitt Gray2019-12-041-0/+65
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* lib/test_bitmap: add tests for bitmap_parselist_user()Yury Norov2019-05-141-10/+36
* lib/test_bitmap: add testcases for bitmap_parselist()Yury Norov2019-05-141-1/+17
* lib/test_bitmap: switch test_bitmap_parselist to ktime_get()Yury Norov2019-05-141-5/+4
* lib: Use new kselftest headerTobin C. Harding2019-04-081-16/+4
* lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctlyMatthew Wilcox2018-05-181-6/+15
* lib/test_bitmap.c: do not accidentally use stack VLAKees Cook2018-04-111-4/+6
* lib: fix stall in __bitmap_parselist()Yury Norov2018-04-051-0/+4
* lib/test_bitmap.c: clean up test_zero_fill_copy() test case and renameAndy Shevchenko2018-02-061-24/+5
* lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test casesAndy Shevchenko2018-02-061-0/+30
* lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test casesAndy Shevchenko2018-02-061-0/+30
* bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-061-175/+31
* lib/test_bitmap.c: use ULL suffix for 64-bit constantsGeert Uytterhoeven2017-09-131-4/+4
* bitmap: introduce BITMAP_FROM_U64()Yury Norov2017-09-081-15/+32
* lib/test_bitmap.c: add test for bitmap_parselist()Yury Norov2017-09-081-0/+74
* bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox2017-07-101-3/+0
* lib/test_bitmap.c: add optimisation testsMatthew Wilcox2017-07-101-0/+32
* test_bitmap: unit tests for lib/bitmap.cDavid Decotigny2016-02-191-0/+358