Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-12-18 | kunit: Add a macro to wrap a deferred action function | David Gow | 1 | -0/+21 |
2023-06-01 | kunit: Fix obsolete name in documentation headers (func->action) | David Gow | 1 | -4/+4 |
2023-05-25 | kunit: Add kunit_add_action() to defer a call until test exit | David Gow | 1 | -0/+92 |
2023-03-17 | kunit: Use gfp in kunit_alloc_resource() kernel-doc | Stephen Boyd | 1 | -1/+1 |
2022-10-07 | kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friends | Daniel Latypov | 1 | -16/+0 |
2022-05-12 | kunit: Rework kunit_resource allocation policy | David Gow | 1 | -27/+115 |
2022-04-05 | kunit: split resource API from test.h into new resource.h | Daniel Latypov | 1 | -0/+318 |