VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-03-08
lib: test_bitmap: add tests for "N" alias
Paul Gortmaker
2021-03-08
lib: test_bitmap: add more start-end:offset/len tests
Paul Gortmaker
2021-03-08
lib: test_bitmap: add tests to trigger ERANGE case.
Paul Gortmaker
2021-03-08
lib: test_bitmap: clearly separate ERANGE from EINVAL tests.
Paul Gortmaker
2021-02-15
lib: use KSTM_MODULE_GLOBALS macro in kselftest drivers
Timur Tabi
2020-09-08
test_bitmap: remove user bitmap tests
Christoph Hellwig
2020-08-12
lib/test_bitmap.c: add test for bitmap_cut()
Stefano Brivio
2020-04-07
lib/test_bitmap.c: make use of EXP2_IN_BITS
Andy Shevchenko
2020-02-04
lib: new testcases for bitmap_parse{_user}
Yury Norov
2020-02-04
lib: add test for bitmap_parse()
Yury Norov
2020-01-31
lib/test_bitmap: correct test data offsets for 32-bit
Andy Shevchenko
2019-12-04
lib/bitmap: introduce bitmap_replace() helper
Andy Shevchenko
2019-12-04
lib/test_bitmap: fix comment about this file
Andy Shevchenko
2019-12-04
lib/test_bitmap: move exp1 and exp2 upper for others to use
Andy Shevchenko
2019-12-04
lib/test_bitmap: rename exp to exp1 to avoid ambiguous name
Andy Shevchenko
2019-12-04
lib/test_bitmap: name EXP_BYTES properly
Andy Shevchenko
2019-12-04
lib/test_bitmap: undefine macros after use
Andy Shevchenko
2019-12-04
lib/test_bitmap: force argument of bitmap_parselist_user() to proper address space
Andy Shevchenko
2019-12-04
lib/test_bitmap.c: add for_each_set_clump8 test cases
William Breathitt Gray
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-14
lib/test_bitmap: add tests for bitmap_parselist_user()
Yury Norov
2019-05-14
lib/test_bitmap: add testcases for bitmap_parselist()
Yury Norov
2019-05-14
lib/test_bitmap: switch test_bitmap_parselist to ktime_get()
Yury Norov
2019-04-08
lib: Use new kselftest header
Tobin C. Harding
2018-05-18
lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly
Matthew Wilcox
2018-04-11
lib/test_bitmap.c: do not accidentally use stack VLA
Kees Cook
2018-04-05
lib: fix stall in __bitmap_parselist()
Yury Norov
2018-02-06
lib/test_bitmap.c: clean up test_zero_fill_copy() test case and rename
Andy Shevchenko
2018-02-06
lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test cases
Andy Shevchenko
2018-02-06
lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test cases
Andy Shevchenko
2018-02-06
bitmap: replace bitmap_{from,to}_u32array
Yury Norov
2017-09-13
lib/test_bitmap.c: use ULL suffix for 64-bit constants
Geert Uytterhoeven
2017-09-08
bitmap: introduce BITMAP_FROM_U64()
Yury Norov
2017-09-08
lib/test_bitmap.c: add test for bitmap_parselist()
Yury Norov
2017-07-10
bitmap: optimise bitmap_set and bitmap_clear of a single bit
Matthew Wilcox
2017-07-10
lib/test_bitmap.c: add optimisation tests
Matthew Wilcox
2016-02-19
test_bitmap: unit tests for lib/bitmap.c
David Decotigny