aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_bitmap.c
AgeCommit message (Expand)Author
2023-07-18lib/bitmap: workaround const_eval test build failureYury Norov
2023-06-22lib/test_bitmap: increment failure counter properlyYury Norov
2022-10-01lib/bitmap: add tests for for_each() loopsYury Norov
2022-09-26lib/bitmap: add tests for find_nth_bit()Yury Norov
2022-07-12lib/test_bitmap: test the tail after bitmap_to_arr64()Alexander Lobakin
2022-06-30lib: test_bitmap: add compile-time optimization/evaluations assertionsAlexander Lobakin
2022-06-03lib/bitmap: add test for bitmap_{from,to}_arr64Yury Norov
2022-01-15lib: bitmap: add performance test for bitmap_print_to_pagebufYury Norov
2021-08-13lib: test_bitmap: add bitmap_print_bitmask/list_to_buf test casesBarry Song
2021-05-10bitmap_parse: Support 'all' semanticsYury Norov
2021-03-08lib: test_bitmap: add tests for "N" aliasPaul Gortmaker
2021-03-08lib: test_bitmap: add more start-end:offset/len testsPaul Gortmaker
2021-03-08lib: test_bitmap: add tests to trigger ERANGE case.Paul Gortmaker
2021-03-08lib: test_bitmap: clearly separate ERANGE from EINVAL tests.Paul Gortmaker
2021-02-15lib: use KSTM_MODULE_GLOBALS macro in kselftest driversTimur Tabi
2020-09-08test_bitmap: remove user bitmap testsChristoph Hellwig
2020-08-12lib/test_bitmap.c: add test for bitmap_cut()Stefano Brivio
2020-04-07lib/test_bitmap.c: make use of EXP2_IN_BITSAndy Shevchenko
2020-02-04lib: new testcases for bitmap_parse{_user}Yury Norov
2020-02-04lib: add test for bitmap_parse()Yury Norov
2020-01-31lib/test_bitmap: correct test data offsets for 32-bitAndy Shevchenko
2019-12-04lib/bitmap: introduce bitmap_replace() helperAndy Shevchenko
2019-12-04lib/test_bitmap: fix comment about this fileAndy Shevchenko
2019-12-04lib/test_bitmap: move exp1 and exp2 upper for others to useAndy Shevchenko
2019-12-04lib/test_bitmap: rename exp to exp1 to avoid ambiguous nameAndy Shevchenko
2019-12-04lib/test_bitmap: name EXP_BYTES properlyAndy Shevchenko
2019-12-04lib/test_bitmap: undefine macros after useAndy Shevchenko
2019-12-04lib/test_bitmap: force argument of bitmap_parselist_user() to proper address ...Andy Shevchenko
2019-12-04lib/test_bitmap.c: add for_each_set_clump8 test casesWilliam Breathitt Gray
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-14lib/test_bitmap: add tests for bitmap_parselist_user()Yury Norov
2019-05-14lib/test_bitmap: add testcases for bitmap_parselist()Yury Norov
2019-05-14lib/test_bitmap: switch test_bitmap_parselist to ktime_get()Yury Norov
2019-04-08lib: Use new kselftest headerTobin C. Harding
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