index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
test_bitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: bitmap: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-18
1
-0
/
+1
*
Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linux
Linus Torvalds
2024-05-21
1
-2
/
+2
|
\
|
*
bitmap: relax find_nth_bit() limitation on return value
Yury Norov
2024-05-09
1
-2
/
+2
*
|
lib/bitmap: add compile-time test for __assign_bit() optimization
Alexander Lobakin
2024-04-01
1
-8
/
+10
*
|
lib/test_bitmap: use pr_info() for non-error messages
Alexander Potapenko
2024-04-01
1
-5
/
+5
*
|
lib/test_bitmap: add tests for bitmap_{read,write}()
Alexander Potapenko
2024-04-01
1
-7
/
+172
|
/
*
lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpers
Andy Shevchenko
2024-03-11
1
-0
/
+42
*
bitmap: add test for bitmap_*_region() functions
Yury Norov
2023-10-14
1
-0
/
+24
*
lib/bitmap: workaround const_eval test build failure
Yury Norov
2023-07-18
1
-4
/
+4
*
lib/test_bitmap: increment failure counter properly
Yury Norov
2023-06-22
1
-3
/
+15
*
lib/bitmap: add tests for for_each() loops
Yury Norov
2022-10-01
1
-1
/
+243
*
lib/bitmap: add tests for find_nth_bit()
Yury Norov
2022-09-26
1
-2
/
+45
*
lib/test_bitmap: test the tail after bitmap_to_arr64()
Alexander Lobakin
2022-07-12
1
-0
/
+6
*
lib: test_bitmap: add compile-time optimization/evaluations assertions
Alexander Lobakin
2022-06-30
1
-0
/
+62
*
lib/bitmap: add test for bitmap_{from,to}_arr64
Yury Norov
2022-06-03
1
-0
/
+25
*
lib: bitmap: add performance test for bitmap_print_to_pagebuf
Yury Norov
2022-01-15
1
-0
/
+37
*
lib: test_bitmap: add bitmap_print_bitmask/list_to_buf test cases
Barry Song
2021-08-13
1
-0
/
+150
*
bitmap_parse: Support 'all' semantics
Yury Norov
2021-05-10
1
-0
/
+7
*
lib: test_bitmap: add tests for "N" alias
Paul Gortmaker
2021-03-08
1
-0
/
+10
*
lib: test_bitmap: add more start-end:offset/len tests
Paul Gortmaker
2021-03-08
1
-0
/
+22
*
lib: test_bitmap: add tests to trigger ERANGE case.
Paul Gortmaker
2021-03-08
1
-0
/
+2
*
lib: test_bitmap: clearly separate ERANGE from EINVAL tests.
Paul Gortmaker
2021-03-08
1
-6
/
+6
*
lib: use KSTM_MODULE_GLOBALS macro in kselftest drivers
Timur Tabi
2021-02-15
1
-2
/
+1
*
test_bitmap: remove user bitmap tests
Christoph Hellwig
2020-09-08
1
-70
/
+21
*
lib/test_bitmap.c: add test for bitmap_cut()
Stefano Brivio
2020-08-12
1
-0
/
+58
*
lib/test_bitmap.c: make use of EXP2_IN_BITS
Andy Shevchenko
2020-04-07
1
-0
/
+2
*
lib: new testcases for bitmap_parse{_user}
Yury Norov
2020-02-04
1
-0
/
+8
*
lib: add test for bitmap_parse()
Yury Norov
2020-02-04
1
-2
/
+95
*
lib/test_bitmap: correct test data offsets for 32-bit
Andy Shevchenko
2020-01-31
1
-4
/
+5
*
lib/bitmap: introduce bitmap_replace() helper
Andy Shevchenko
2019-12-04
1
-0
/
+38
*
lib/test_bitmap: fix comment about this file
Andy Shevchenko
2019-12-04
1
-1
/
+1
*
lib/test_bitmap: move exp1 and exp2 upper for others to use
Andy Shevchenko
2019-12-04
1
-21
/
+20
*
lib/test_bitmap: rename exp to exp1 to avoid ambiguous name
Andy Shevchenko
2019-12-04
1
-22
/
+22
*
lib/test_bitmap: name EXP_BYTES properly
Andy Shevchenko
2019-12-04
1
-5
/
+5
*
lib/test_bitmap: undefine macros after use
Andy Shevchenko
2019-12-04
1
-0
/
+4
*
lib/test_bitmap: force argument of bitmap_parselist_user() to proper address ...
Andy Shevchenko
2019-12-04
1
-1
/
+1
*
lib/test_bitmap.c: add for_each_set_clump8 test cases
William Breathitt Gray
2019-12-04
1
-0
/
+65
*
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
lib/test_bitmap: add tests for bitmap_parselist_user()
Yury Norov
2019-05-14
1
-10
/
+36
*
lib/test_bitmap: add testcases for bitmap_parselist()
Yury Norov
2019-05-14
1
-1
/
+17
*
lib/test_bitmap: switch test_bitmap_parselist to ktime_get()
Yury Norov
2019-05-14
1
-5
/
+4
*
lib: Use new kselftest header
Tobin C. Harding
2019-04-08
1
-16
/
+4
*
lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly
Matthew Wilcox
2018-05-18
1
-6
/
+15
*
lib/test_bitmap.c: do not accidentally use stack VLA
Kees Cook
2018-04-11
1
-4
/
+6
*
lib: fix stall in __bitmap_parselist()
Yury Norov
2018-04-05
1
-0
/
+4
*
lib/test_bitmap.c: clean up test_zero_fill_copy() test case and rename
Andy Shevchenko
2018-02-06
1
-24
/
+5
*
lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test cases
Andy Shevchenko
2018-02-06
1
-0
/
+30
*
lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test cases
Andy Shevchenko
2018-02-06
1
-0
/
+30
*
bitmap: replace bitmap_{from,to}_u32array
Yury Norov
2018-02-06
1
-175
/
+31
*
lib/test_bitmap.c: use ULL suffix for 64-bit constants
Geert Uytterhoeven
2017-09-13
1
-4
/
+4
[next]