summaryrefslogtreecommitdiff
path: root/lib/test_bitmap.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-24bitmap: add test_zero_nbits()Yury Norov1-0/+57
2026-03-23bitmap: exclude nbits == 0 cases from bitmap testYury Norov1-4/+4
2026-03-23bitmap: test bitmap_weight() for moreYury Norov1-0/+19
2026-03-23bitmap: add bitmap_weight_from()Yury Norov1-0/+26
2026-03-23bitmap: align test_bitmap outputYury Norov1-7/+6
2026-03-23bitmap: switch test to scnprintf("%*pbl")Yury Norov1-5/+5
2026-03-23bitmap: Add test for out-of-boundary modifications for scatter & gatherAndy Shevchenko1-3/+7
2025-02-18bitmap: remove _check_eq_u32_arrayTamir Duberstein1-28/+0
2024-06-18lib: bitmap: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-05-22Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linuxLinus Torvalds1-2/+2
2024-05-09bitmap: relax find_nth_bit() limitation on return valueYury Norov1-2/+2
2024-04-01lib/bitmap: add compile-time test for __assign_bit() optimizationAlexander Lobakin1-8/+10
2024-04-01lib/test_bitmap: use pr_info() for non-error messagesAlexander Potapenko1-5/+5
2024-04-01lib/test_bitmap: add tests for bitmap_{read,write}()Alexander Potapenko1-7/+172
2024-03-11lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpersAndy Shevchenko1-0/+42
2023-10-15bitmap: add test for bitmap_*_region() functionsYury Norov1-0/+24
2023-07-18lib/bitmap: workaround const_eval test build failureYury Norov1-4/+4
2023-06-22lib/test_bitmap: increment failure counter properlyYury Norov1-3/+15
2022-10-01lib/bitmap: add tests for for_each() loopsYury Norov1-1/+243
2022-09-26lib/bitmap: add tests for find_nth_bit()Yury Norov1-2/+45
2022-07-12lib/test_bitmap: test the tail after bitmap_to_arr64()Alexander Lobakin1-0/+6
2022-07-01lib: test_bitmap: add compile-time optimization/evaluations assertionsAlexander Lobakin1-0/+62
2022-06-03lib/bitmap: add test for bitmap_{from,to}_arr64Yury Norov1-0/+25
2022-01-15lib: bitmap: add performance test for bitmap_print_to_pagebufYury Norov1-0/+37
2021-08-13lib: test_bitmap: add bitmap_print_bitmask/list_to_buf test casesBarry Song1-0/+150
2021-05-11bitmap_parse: Support 'all' semanticsYury Norov1-0/+7
2021-03-09lib: test_bitmap: add tests for "N" aliasPaul Gortmaker1-0/+10
2021-03-09lib: test_bitmap: add more start-end:offset/len testsPaul Gortmaker1-0/+22
2021-03-09lib: test_bitmap: add tests to trigger ERANGE case.Paul Gortmaker1-0/+2
2021-03-09lib: test_bitmap: clearly separate ERANGE from EINVAL tests.Paul Gortmaker1-6/+6
2021-02-15lib: use KSTM_MODULE_GLOBALS macro in kselftest driversTimur Tabi1-2/+1
2020-09-09test_bitmap: remove user bitmap testsChristoph Hellwig1-70/+21
2020-08-12lib/test_bitmap.c: add test for bitmap_cut()Stefano Brivio1-0/+58
2020-04-07lib/test_bitmap.c: make use of EXP2_IN_BITSAndy Shevchenko1-0/+2
2020-02-04lib: new testcases for bitmap_parse{_user}Yury Norov1-0/+8
2020-02-04lib: add test for bitmap_parse()Yury Norov1-2/+95
2020-01-31lib/test_bitmap: correct test data offsets for 32-bitAndy Shevchenko1-4/+5
2019-12-05lib/bitmap: introduce bitmap_replace() helperAndy Shevchenko1-0/+38
2019-12-05lib/test_bitmap: fix comment about this fileAndy Shevchenko1-1/+1
2019-12-05lib/test_bitmap: move exp1 and exp2 upper for others to useAndy Shevchenko1-21/+20
2019-12-05lib/test_bitmap: rename exp to exp1 to avoid ambiguous nameAndy Shevchenko1-22/+22
2019-12-05lib/test_bitmap: name EXP_BYTES properlyAndy Shevchenko1-5/+5
2019-12-05lib/test_bitmap: undefine macros after useAndy Shevchenko1-0/+4
2019-12-05lib/test_bitmap: force argument of bitmap_parselist_user() to proper address ...Andy Shevchenko1-1/+1
2019-12-05lib/test_bitmap.c: add for_each_set_clump8 test casesWilliam Breathitt Gray1-0/+65
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-05-15lib/test_bitmap: add tests for bitmap_parselist_user()Yury Norov1-10/+36
2019-05-15lib/test_bitmap: add testcases for bitmap_parselist()Yury Norov1-1/+17
2019-05-15lib/test_bitmap: switch test_bitmap_parselist to ktime_get()Yury Norov1-5/+4
2019-04-09lib: Use new kselftest headerTobin C. Harding1-16/+4