index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
kunit
Age
Commit message (
Expand
)
Author
7 days
kunit: make FAULT_TEST default to n when PANIC_ON_OOPS
Brendan Jackman
7 days
kunit: Drop unused parameter from kunit_device_register_internal
Uwe Kleine-König
2025-12-03
Merge tag 'linux_kselftest-kunit-6.19-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2025-11-14
kunit: Make filter parameters configurable via Kconfig
Thomas Weißschuh
2025-10-27
kunit: prevent log overwrite in param_tests
Carlos Llamas
2025-10-20
kunit: test_dev_action: Correctly cast 'priv' pointer to long*
Florian Schmaus
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-08-26
kunit: Add example parameterized test with direct dynamic parameter array setup
Marie Zhussupova
2025-08-26
kunit: Add example parameterized test with shared resource management using t...
Marie Zhussupova
2025-08-26
kunit: Enable direct registration of parameter arrays to a KUnit test
Marie Zhussupova
2025-08-26
kunit: Pass parameterized test context to generate_params()
Marie Zhussupova
2025-08-26
kunit: Introduce param_init/exit for parameterized test context management
Marie Zhussupova
2025-08-26
kunit: Add parent kunit for parameterized test context
Marie Zhussupova
2025-08-15
kunit: Always descend into kunit directory during build
Thomas Weißschuh
2025-07-31
kunit: test: Drop CONFIG_MODULE ifdeffery
Thomas Weißschuh
2025-07-29
Merge tag 'linux_kselftest-kunit-6.17-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2025-07-16
kunit: test: Export kunit_attach_mm()
Tiffany Yang
2025-06-27
kunit: Make default kunit_test timeout configurable via both a module paramet...
Marie Zhussupova
2025-06-24
kunit: Adjust kunit_test timeout based on test_{suite,case} speed
Ujwal Jain
2025-06-18
kunit: Add test for static stub
Tzung-Bi Shih
2025-05-21
kunit: Fix wrong parameter to kunit_deactivate_static_stub()
Tzung-Bi Shih
2025-04-29
kunit: executor: Remove const from kunit_filter_suites() allocation type
Kees Cook
2025-01-22
Merge tag 'linux_kselftest-kunit-6.14-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2025-01-15
kunit: Introduce autorun option
Stanislav Kinsburskii
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-11-22
Merge tag 'linux_kselftest-kunit-6.13-rc1-fixed' of git://git.kernel.org/pub/...
Linus Torvalds
2024-11-19
kunit: debugfs: Use IS_ERR() for alloc_string_stream() error check
Kuan-Wei Chiu
2024-11-19
kunit: Fix potential null dereference in kunit_device_driver_test()
Zichen Xie
2024-11-19
kunit: string-stream: Fix a UAF bug in kunit_init_suite()
Jinjie Ruan
2024-10-03
kunit: string-stream-test: Include <linux/prandom.h>
Uros Bizjak
2024-09-23
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2024-08-26
kunit: Device wrappers should also manage driver name
David Gow
2024-07-29
platform: Add test managed platform_device/driver APIs
Stephen Boyd
2024-07-12
kunit: executor: Simplify string allocation handling
Kees Cook
2024-07-02
kunit/usercopy: Disable testing on !CONFIG_MMU
Kees Cook
2024-06-14
kunit: test: Add vm_mmap() allocation resource manager
Kees Cook
2024-06-07
kunit: add missing MODULE_DESCRIPTION() macros to core modules
Jeff Johnson
2024-05-30
kunit: Cover 'assert.c' with tests
Ivan Orlov
2024-05-06
kunit: bail out early in __kunit_test_suites_init() if there are no suites to...
Scott Mayhew
2024-05-06
kunit: string-stream-test: use KUNIT_DEFINE_ACTION_WRAPPER
Ivan Orlov
2024-05-06
kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig option
David Gow
2024-05-06
kunit: unregister the device on error
Wander Lairson Costa
2024-05-06
kunit: Fix race condition in try-catch completion
David Gow
2024-05-06
kunit: Add tests for fault
Mickaël Salaün
2024-05-06
kunit: Print last test location on fault
Mickaël Salaün
2024-05-06
kunit: Handle test faults
Mickaël Salaün
2024-05-06
kunit: Fix timeout message
Mickaël Salaün
2024-05-06
kunit: Fix kthread reference
Mickaël Salaün
2024-05-06
kunit: Handle thread creation error
Mickaël Salaün
[next]