| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-07-12 | kunit: Rename KUNIT_ASSERT_FAILURE to KUNIT_FAIL_AND_ABORT for readability | Eric Chan | 1 | -1/+1 |
| 2024-05-30 | kunit: Cover 'assert.c' with tests | Ivan Orlov | 1 | -0/+11 |
| 2022-12-12 | kunit: remove KUNIT_INIT_MEM_ASSERTION macro | Daniel Latypov | 1 | -7/+0 |
| 2022-12-12 | kunit: eliminate KUNIT_INIT_*_ASSERT_STRUCT macros | Daniel Latypov | 1 | -48/+0 |
| 2022-10-27 | kunit: Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros | MaĆra Canal | 1 | -0/+33 |
| 2022-10-07 | kunit: remove format func from struct kunit_assert, get it to 0 bytes | Daniel Latypov | 1 | -22/+6 |
| 2022-01-31 | kunit: factor out str constants from binary assertion structs | Daniel Latypov | 1 | -27/+22 |
| 2022-01-31 | kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macros | Daniel Latypov | 1 | -57/+11 |
| 2022-01-31 | kunit: remove va_format from kunit_assert | Daniel Latypov | 1 | -30/+13 |
| 2022-01-25 | kunit: drop unused assert_type from kunit_assert and clean up macros | Daniel Latypov | 1 | -34/+14 |
| 2022-01-25 | kunit: split out part of kunit_assert into a static const | Daniel Latypov | 1 | -8/+17 |
| 2022-01-25 | kunit: drop unused kunit* field in kunit_assert | Daniel Latypov | 1 | -32/+13 |
| 2022-01-20 | kunit: replace kernel.h with the necessary inclusions | Andy Shevchenko | 1 | -1/+1 |
| 2020-01-09 | kunit: move string-stream.h to lib/kunit | Alan Maguire | 1 | -1/+2 |
| 2019-09-30 | kunit: test: add assertion printing library | Brendan Higgins | 1 | -0/+356 |