summaryrefslogtreecommitdiffstats
path: root/include/kunit/resource.h
Commit message (Expand)AuthorAgeFilesLines
* kunit: Add a macro to wrap a deferred action functionDavid Gow2023-12-181-0/+21
* kunit: Fix obsolete name in documentation headers (func->action)David Gow2023-06-011-4/+4
* kunit: Add kunit_add_action() to defer a call until test exitDavid Gow2023-05-251-0/+92
* kunit: Use gfp in kunit_alloc_resource() kernel-docStephen Boyd2023-03-171-1/+1
* kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov2022-10-071-16/+0
* kunit: Rework kunit_resource allocation policyDavid Gow2022-05-121-27/+115
* kunit: split resource API from test.h into new resource.hDaniel Latypov2022-04-041-0/+318