index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
kunit
/
Kconfig
Age
Commit message (
Expand
)
Author
13 days
kunit: make FAULT_TEST default to n when PANIC_ON_OOPS
Brendan Jackman
2025-11-14
kunit: Make filter parameters configurable via Kconfig
Thomas Weißschuh
2025-09-16
kunit: Extend kconfig help text for KUNIT_UML_PCI
Thomas Weißschuh
2025-09-15
kunit: Enable PCI on UML without triggering WARN()
Thomas Weißschuh
2025-06-27
kunit: Make default kunit_test timeout configurable via both a module paramet...
Marie Zhussupova
2025-01-15
kunit: Introduce autorun option
Stanislav Kinsburskii
2024-05-06
kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig option
David Gow
2023-08-08
kunit: Allow kunit test modules to use test filtering
Janusz Krzysztofik
2022-09-30
kunit: add kunit.enable to enable/disable KUnit test
Joe Fradley
2021-02-08
kunit: add kunit.filter_glob cmdline option to filter suites
Daniel Latypov
2020-06-01
kunit: default KUNIT_* fragments to KUNIT_ALL_TESTS
Anders Roxell
2020-06-01
kunit: Kconfig: enable a KUNIT_ALL_TESTS fragment
Anders Roxell
2020-03-26
kunit: add debugfs /sys/kernel/debug/kunit/<suite>/results display
Alan Maguire
2020-01-09
kunit: allow kunit to be loaded as a module
Alan Maguire
2020-01-09
kunit: allow kunit tests to be loaded as a module
Alan Maguire
2019-09-30
kunit: test: add initial tests
Brendan Higgins
2019-09-30
kunit: test: add KUnit test runner core
Brendan Higgins