summaryrefslogtreecommitdiff
path: root/lib/kunit/resource.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2023-05-25kunit: Add kunit_add_action() to defer a call until test exitDavid Gow
2022-05-12kunit: Rework kunit_resource allocation policyDavid Gow
2022-04-05kunit: Make kunit_remove_resource() idempotentDavid Gow
2022-04-04kunit: split resource API impl from test.c into new resource.cDaniel Latypov