summaryrefslogtreecommitdiff
path: root/lib/kunit
AgeCommit message (Expand)Author
7 dayskunit: make FAULT_TEST default to n when PANIC_ON_OOPSBrendan Jackman
7 dayskunit: Drop unused parameter from kunit_device_register_internalUwe Kleine-König
2025-12-03Merge tag 'linux_kselftest-kunit-6.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-11-14kunit: Make filter parameters configurable via KconfigThomas Weißschuh
2025-10-27kunit: prevent log overwrite in param_testsCarlos Llamas
2025-10-20kunit: test_dev_action: Correctly cast 'priv' pointer to long*Florian Schmaus
2025-09-16kunit: Extend kconfig help text for KUNIT_UML_PCIThomas Weißschuh
2025-09-15kunit: Enable PCI on UML without triggering WARN()Thomas Weißschuh
2025-08-26kunit: Add example parameterized test with direct dynamic parameter array setupMarie Zhussupova
2025-08-26kunit: Add example parameterized test with shared resource management using t...Marie Zhussupova
2025-08-26kunit: Enable direct registration of parameter arrays to a KUnit testMarie Zhussupova
2025-08-26kunit: Pass parameterized test context to generate_params()Marie Zhussupova
2025-08-26kunit: Introduce param_init/exit for parameterized test context managementMarie Zhussupova
2025-08-26kunit: Add parent kunit for parameterized test contextMarie Zhussupova
2025-08-15kunit: Always descend into kunit directory during buildThomas Weißschuh
2025-07-31kunit: test: Drop CONFIG_MODULE ifdefferyThomas Weißschuh
2025-07-29Merge tag 'linux_kselftest-kunit-6.17-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-07-16kunit: test: Export kunit_attach_mm()Tiffany Yang
2025-06-27kunit: Make default kunit_test timeout configurable via both a module paramet...Marie Zhussupova
2025-06-24kunit: Adjust kunit_test timeout based on test_{suite,case} speedUjwal Jain
2025-06-18kunit: Add test for static stubTzung-Bi Shih
2025-05-21kunit: Fix wrong parameter to kunit_deactivate_static_stub()Tzung-Bi Shih
2025-04-29kunit: executor: Remove const from kunit_filter_suites() allocation typeKees Cook
2025-01-22Merge tag 'linux_kselftest-kunit-6.14-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-01-15kunit: Introduce autorun optionStanislav Kinsburskii
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-22Merge tag 'linux_kselftest-kunit-6.13-rc1-fixed' of git://git.kernel.org/pub/...Linus Torvalds
2024-11-19kunit: debugfs: Use IS_ERR() for alloc_string_stream() error checkKuan-Wei Chiu
2024-11-19kunit: Fix potential null dereference in kunit_device_driver_test()Zichen Xie
2024-11-19kunit: string-stream: Fix a UAF bug in kunit_init_suite()Jinjie Ruan
2024-10-03kunit: string-stream-test: Include <linux/prandom.h>Uros Bizjak
2024-09-23Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2024-08-26kunit: Device wrappers should also manage driver nameDavid Gow
2024-07-29platform: Add test managed platform_device/driver APIsStephen Boyd
2024-07-12kunit: executor: Simplify string allocation handlingKees Cook
2024-07-02kunit/usercopy: Disable testing on !CONFIG_MMUKees Cook
2024-06-14kunit: test: Add vm_mmap() allocation resource managerKees Cook
2024-06-07kunit: add missing MODULE_DESCRIPTION() macros to core modulesJeff Johnson
2024-05-30kunit: Cover 'assert.c' with testsIvan Orlov
2024-05-06kunit: bail out early in __kunit_test_suites_init() if there are no suites to...Scott Mayhew
2024-05-06kunit: string-stream-test: use KUNIT_DEFINE_ACTION_WRAPPERIvan Orlov
2024-05-06kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig optionDavid Gow
2024-05-06kunit: unregister the device on errorWander Lairson Costa
2024-05-06kunit: Fix race condition in try-catch completionDavid Gow
2024-05-06kunit: Add tests for faultMickaël Salaün
2024-05-06kunit: Print last test location on faultMickaël Salaün
2024-05-06kunit: Handle test faultsMickaël Salaün
2024-05-06kunit: Fix timeout messageMickaël Salaün
2024-05-06kunit: Fix kthread referenceMickaël Salaün
2024-05-06kunit: Handle thread creation errorMickaël Salaün