summaryrefslogtreecommitdiffstats
path: root/lib/test_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* 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-151-10/+36
* lib/test_bitmap: add testcases for bitmap_parselist()Yury Norov2019-05-151-1/+17
* lib/test_bitmap: switch test_bitmap_parselist to ktime_get()Yury Norov2019-05-151-5/+4Star
* lib: Use new kselftest headerTobin C. Harding2019-04-091-16/+4Star
* lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctlyMatthew Wilcox2018-05-191-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-061-0/+4
* lib/test_bitmap.c: clean up test_zero_fill_copy() test case and renameAndy Shevchenko2018-02-071-24/+5Star
* lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test casesAndy Shevchenko2018-02-071-0/+30
* lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test casesAndy Shevchenko2018-02-071-0/+30
* bitmap: replace bitmap_{from,to}_u32arrayYury Norov2018-02-071-175/+31Star
* lib/test_bitmap.c: use ULL suffix for 64-bit constantsGeert Uytterhoeven2017-09-141-4/+4
* bitmap: introduce BITMAP_FROM_U64()Yury Norov2017-09-091-15/+32
* lib/test_bitmap.c: add test for bitmap_parselist()Yury Norov2017-09-091-0/+74
* bitmap: optimise bitmap_set and bitmap_clear of a single bitMatthew Wilcox2017-07-111-3/+0Star
* lib/test_bitmap.c: add optimisation testsMatthew Wilcox2017-07-111-0/+32
* test_bitmap: unit tests for lib/bitmap.cDavid Decotigny2016-02-201-0/+358