summaryrefslogtreecommitdiff
path: root/lib/kunit
AgeCommit message (Expand)Author
3 daysMerge tag 'linux_kselftest-kunit-7.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
3 daysMerge tag 'gpio-updates-for-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-05-26kunit: provide kunit_platform_device_unregister()Bartosz Golaszewski
2026-05-26kunit: provide kunit_platform_device_register_full()Bartosz Golaszewski
2026-05-21kunit: fix use-after-free in debugfs when using kunit.filterFlorian Schmaus
2026-05-14kunit: Add backtrace suppression self-testsGuenter Roeck
2026-05-14bug/kunit: Core support for suppressing warning backtracesAlessandro Carminati
2026-05-04kunit: config: KUNIT_DEBUGFS should depend on DEBUG_FSDavid Gow
2026-05-04kunit: config: Enable KUNIT_DEBUGFS by defaultDavid Gow
2026-03-02kunit: reduce stack usage in kunit_run_tests()Arnd Bergmann
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
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
2026-01-05kunit: fix up const mis-match in many assert functionsGreg Kroah-Hartman
2025-12-15kunit: make FAULT_TEST default to n when PANIC_ON_OOPSBrendan Jackman
2025-12-15kunit: 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