summaryrefslogtreecommitdiff
path: root/include/kunit/resource.h
AgeCommit message (Expand)Author
2023-12-18kunit: Add a macro to wrap a deferred action functionDavid Gow
2023-06-01kunit: Fix obsolete name in documentation headers (func->action)David Gow
2023-05-25kunit: Add kunit_add_action() to defer a call until test exitDavid Gow
2023-03-17kunit: Use gfp in kunit_alloc_resource() kernel-docStephen Boyd
2022-10-07kunit: make kunit_kfree() only work on pointers from kunit_malloc() and friendsDaniel Latypov
2022-05-12kunit: Rework kunit_resource allocation policyDavid Gow
2022-04-04kunit: split resource API from test.h into new resource.hDaniel Latypov