summaryrefslogtreecommitdiff
path: root/include/kunit
AgeCommit message (Expand)Author
2024-09-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2024-09-17Merge tag 'linux_kselftest-kunit-6.12-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2024-09-05kunit: Fix missing kerneldoc commentDavid Gow
2024-09-05kunit: Fix kernel-doc for EXPORT_SYMBOL_IF_KUNITMichal Wajdeczko
2024-08-26kunit: Device wrappers should also manage driver nameDavid Gow
2024-07-29clk: Add test managed clk provider/consumer APIsStephen Boyd
2024-07-29platform: Add test managed platform_device/driver APIsStephen Boyd
2024-07-29of: Add test managed wrappers for of_overlay_apply()/of_node_put()Stephen Boyd
2024-07-12kunit: Introduce KUNIT_ASSERT_MEMEQ and KUNIT_ASSERT_MEMNEQ macrosEric Chan
2024-07-12kunit: Rename KUNIT_ASSERT_FAILURE to KUNIT_FAIL_AND_ABORT for readabilityEric Chan
2024-07-12kunit: Fix the comment of KUNIT_ASSERT_STRNEQ as assertionEric Chan
2024-06-14kunit: test: Add vm_mmap() allocation resource managerKees Cook
2024-05-30kunit: Cover 'assert.c' with testsIvan Orlov
2024-05-06kunit: Print last test location on faultMickaël Salaün
2024-05-06kunit: Handle test faultsMickaël Salaün
2024-02-28kunit: Annotate _MSG assertion variants with gnu printf specifiersDavid Gow
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-01-03kunit: Protect string comparisons against NULLRichard Fitzgerald
2024-01-03kunit: Allow passing function pointer to kunit_activate_static_stub()Richard Fitzgerald
2024-01-03kunit: add a convenience allocation wrapper for SKBsBenjamin Berg
2024-01-03kunit: add parameter generation macro using description from arrayBenjamin Berg
2023-12-18kunit: Add APIs for managing devicesdavidgow@google.com
2023-12-18kunit: add is_init test attributeRae Moar
2023-12-18kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar
2023-12-18kunit: Add a macro to wrap a deferred action functionDavid Gow
2023-09-18kunit: Use string_stream for test logRichard Fitzgerald
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-18kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.hAndy Shevchenko
2023-08-13kunit: replace KUNIT_TRIGGER_STATIC_STUB maro with KUNIT_STATIC_STUB_REDIRECTKemeng Shi
2023-08-08kunit: Allow kunit test modules to use test filteringJanusz Krzysztofik
2023-08-08kunit: Make 'list' action available to kunit test modulesJanusz Krzysztofik
2023-08-08kunit: Report the count of test suites in a moduleJanusz Krzysztofik
2023-07-26kunit: Add ability to filter attributesRae Moar
2023-07-26kunit: Add module attributeRae Moar
2023-07-26kunit: Add speed attributeRae Moar
2023-07-26kunit: Add test attributes API structureRae Moar
2023-07-18kunit: test-bug.h: include `stddef.h` for `NULL`Miguel Ojeda
2023-06-01kunit: Move kunit_abort() call out of kunit_do_failed_assertion()David Gow
2023-06-01kunit: Fix obsolete name in documentation headers (func->action)David Gow
2023-05-26kunit: Update kunit_print_ok_not_ok functionMichal Wajdeczko
2023-05-25kunit: kmalloc_array: Use kunit_add_action()David Gow
2023-05-25kunit: Add kunit_add_action() to defer a call until test exitDavid Gow
2023-05-11Documentation: kunit: Warn that exit functions run even if init failsDavid Gow
2023-03-29kunit: increase KUNIT_LOG_SIZE to 2048 bytesHeiko Carstens
2023-03-17kunit: Use gfp in kunit_alloc_resource() kernel-docStephen Boyd
2023-03-10kunit: fix bug of extra newline characters in debugfs logsRae Moar
2023-03-10kunit: fix bug in debugfs logs of parameterized testsRae Moar
2023-02-08kunit: Expose 'static stub' API to redirect functionsDavid Gow
2023-02-08kunit: Add "hooks" to call into KUnit when it's built as a moduleDavid Gow
2023-01-31kunit: fix kunit_test_init_section_suites(...)Brendan Higgins