aboutsummaryrefslogtreecommitdiff
path: root/lib/test_bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-01lib/bitmap: add compile-time test for __assign_bit() optimizationGravatar Alexander Lobakin 1-8/+10
2024-04-01lib/test_bitmap: use pr_info() for non-error messagesGravatar Alexander Potapenko 1-5/+5
2024-04-01lib/test_bitmap: add tests for bitmap_{read,write}()Gravatar Alexander Potapenko 1-7/+172
2024-03-11lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpersGravatar Andy Shevchenko 1-0/+42
2023-10-14bitmap: add test for bitmap_*_region() functionsGravatar Yury Norov 1-0/+24
2023-07-18lib/bitmap: workaround const_eval test build failureGravatar Yury Norov 1-4/+4
2023-06-22lib/test_bitmap: increment failure counter properlyGravatar Yury Norov 1-3/+15
2022-10-01lib/bitmap: add tests for for_each() loopsGravatar Yury Norov 1-1/+243
2022-09-26lib/bitmap: add tests for find_nth_bit()Gravatar Yury Norov 1-2/+45
2022-07-12lib/test_bitmap: test the tail after bitmap_to_arr64()Gravatar Alexander Lobakin 1-0/+6
2022-06-30lib: test_bitmap: add compile-time optimization/evaluations assertionsGravatar Alexander Lobakin 1-0/+62
2022-06-03lib/bitmap: add test for bitmap_{from,to}_arr64Gravatar Yury Norov 1-0/+25
2022-01-15lib: bitmap: add performance test for bitmap_print_to_pagebufGravatar Yury Norov 1-0/+37
2021-08-13lib: test_bitmap: add bitmap_print_bitmask/list_to_buf test casesGravatar Barry Song 1-0/+150
2021-05-10bitmap_parse: Support 'all' semanticsGravatar Yury Norov 1-0/+7
2021-03-08lib: test_bitmap: add tests for "N" aliasGravatar Paul Gortmaker 1-0/+10
2021-03-08lib: test_bitmap: add more start-end:offset/len testsGravatar Paul Gortmaker 1-0/+22
2021-03-08lib: test_bitmap: add tests to trigger ERANGE case.Gravatar Paul Gortmaker 1-0/+2
2021-03-08lib: test_bitmap: clearly separate ERANGE from EINVAL tests.Gravatar Paul Gortmaker 1-6/+6
2021-02-15lib: use KSTM_MODULE_GLOBALS macro in kselftest driversGravatar Timur Tabi 1-2/+1
2020-09-08test_bitmap: remove user bitmap testsGravatar Christoph Hellwig 1-70/+21
2020-08-12lib/test_bitmap.c: add test for bitmap_cut()Gravatar Stefano Brivio 1-0/+58
2020-04-07lib/test_bitmap.c: make use of EXP2_IN_BITSGravatar Andy Shevchenko 1-0/+2
2020-02-04lib: new testcases for bitmap_parse{_user}Gravatar Yury Norov 1-0/+8
2020-02-04lib: add test for bitmap_parse()Gravatar Yury Norov 1-2/+95
2020-01-31lib/test_bitmap: correct test data offsets for 32-bitGravatar Andy Shevchenko 1-4/+5
2019-12-04lib/bitmap: introduce bitmap_replace() helperGravatar Andy Shevchenko 1-0/+38
2019-12-04lib/test_bitmap: fix comment about this fileGravatar Andy Shevchenko 1-1/+1
2019-12-04lib/test_bitmap: move exp1 and exp2 upper for others to useGravatar Andy Shevchenko 1-21/+20
2019-12-04lib/test_bitmap: rename exp to exp1 to avoid ambiguous nameGravatar Andy Shevchenko 1-22/+22
2019-12-04lib/test_bitmap: name EXP_BYTES properlyGravatar Andy Shevchenko 1-5/+5
2019-12-04lib/test_bitmap: undefine macros after useGravatar Andy Shevchenko 1-0/+4
2019-12-04lib/test_bitmap: force argument of bitmap_parselist_user() to proper address ...Gravatar Andy Shevchenko 1-1/+1
2019-12-04lib/test_bitmap.c: add for_each_set_clump8 test casesGravatar William Breathitt Gray 1-0/+65
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-14lib/test_bitmap: add tests for bitmap_parselist_user()Gravatar Yury Norov 1-10/+36
2019-05-14lib/test_bitmap: add testcases for bitmap_parselist()Gravatar Yury Norov 1-1/+17
2019-05-14lib/test_bitmap: switch test_bitmap_parselist to ktime_get()Gravatar Yury Norov 1-5/+4
2019-04-08lib: Use new kselftest headerGravatar Tobin C. Harding 1-16/+4
2018-05-18lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctlyGravatar Matthew Wilcox 1-6/+15
2018-04-11lib/test_bitmap.c: do not accidentally use stack VLAGravatar Kees Cook 1-4/+6
2018-04-05lib: fix stall in __bitmap_parselist()Gravatar Yury Norov 1-0/+4
2018-02-06lib/test_bitmap.c: clean up test_zero_fill_copy() test case and renameGravatar Andy Shevchenko 1-24/+5
2018-02-06lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test casesGravatar Andy Shevchenko 1-0/+30
2018-02-06lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test casesGravatar Andy Shevchenko 1-0/+30
2018-02-06bitmap: replace bitmap_{from,to}_u32arrayGravatar Yury Norov 1-175/+31
2017-09-13lib/test_bitmap.c: use ULL suffix for 64-bit constantsGravatar Geert Uytterhoeven 1-4/+4
2017-09-08bitmap: introduce BITMAP_FROM_U64()Gravatar Yury Norov 1-15/+32
2017-09-08lib/test_bitmap.c: add test for bitmap_parselist()Gravatar Yury Norov 1-0/+74
2017-07-10bitmap: optimise bitmap_set and bitmap_clear of a single bitGravatar Matthew Wilcox 1-3/+0