index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
kunit
Age
Commit message (
Expand
)
Author
2024-02-06
kunit: device: Unregister the kunit_bus on shutdown
David Gow
2024-01-22
kunit: run test suites only after module initialization completes
Marco Pagani
2024-01-22
kunit: device: Fix a NULL vs IS_ERR() check in init()
Dan Carpenter
2024-01-22
kunit: Fix a NULL vs IS_ERR() bug
Dan Carpenter
2024-01-03
kunit: Fix some comments which were mistakenly kerneldoc
David Gow
2024-01-03
kunit: Add example of kunit_activate_static_stub() with pointer-to-function
Richard Fitzgerald
2024-01-03
kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL
Richard Fitzgerald
2023-12-18
kunit: Reset test->priv after each param iteration
Michal Wajdeczko
2023-12-18
kunit: Add example for using test->priv
Michal Wajdeczko
2023-12-18
kunit: Add APIs for managing devices
davidgow@google.com
2023-12-18
kunit: add ability to run tests after boot using debugfs
Rae Moar
2023-12-18
kunit: add is_init test attribute
Rae Moar
2023-12-18
kunit: add example suite to test init suites
Rae Moar
2023-12-18
kunit: add KUNIT_INIT_TABLE to init linker section
Rae Moar
2023-12-18
kunit: debugfs: Handle errors from alloc_string_stream()
Richard Fitzgerald
2023-12-18
kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
Richard Fitzgerald
2023-12-18
kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()
Richard Fitzgerald
2023-12-18
kunit: string-stream-test: Avoid cast warning when testing gfp_t flags
Richard Fitzgerald
2023-12-18
kunit: Add a macro to wrap a deferred action function
David Gow
2023-11-14
kunit: test: Avoid cast warning when adding kfree() as an action
Richard Fitzgerald
2023-11-14
kunit: Reset suite counter right before running tests
Michal Wajdeczko
2023-11-14
kunit: Warn if tests are slow
Maxime Ripard
2023-09-28
kunit: test: Fix the possible memory leak in executor_test
Jinjie Ruan
2023-09-28
kunit: Fix possible memory leak in kunit_filter_suites()
Jinjie Ruan
2023-09-28
kunit: Fix the wrong kfree of copy for kunit_filter_suites()
Jinjie Ruan
2023-09-28
kunit: Fix missed memory release in kunit_free_suite_set()
Jinjie Ruan
2023-09-18
kunit: Reset test status on each param iteration
Michal Wajdeczko
2023-09-18
kunit: string-stream: Test performance of string_stream
Richard Fitzgerald
2023-09-18
kunit: Use string_stream for test log
Richard Fitzgerald
2023-09-18
kunit: string-stream: Add tests for freeing resource-managed string_stream
Richard Fitzgerald
2023-09-18
kunit: string-stream: Decouple string_stream from kunit
Richard Fitzgerald
2023-09-18
kunit: string-stream: Add kunit_alloc_string_stream()
Richard Fitzgerald
2023-09-18
kunit: Don't use a managed alloc in is_literal()
Richard Fitzgerald
2023-09-18
kunit: string-stream-test: Add cases for string_stream newline appending
Richard Fitzgerald
2023-09-18
kunit: string-stream: Add option to make all lines end with newline
Richard Fitzgerald
2023-09-18
kunit: string-stream: Improve testing of string_stream
Richard Fitzgerald
2023-09-18
kunit: string-stream: Don't create a fragment for empty strings
Richard Fitzgerald
2023-09-05
kunit: Fix possible memory leak in kunit_filter_suites()
Jinjie Ruan
2023-09-05
kunit: Fix possible null-ptr-deref in kunit_parse_glob_filter()
Jinjie Ruan
2023-09-05
kunit: Fix the wrong err path and add goto labels in kunit_filter_suites()
Jinjie Ruan
2023-09-05
kunit: Fix wild-memory-access bug in kunit_free_suite_set()
Jinjie Ruan
2023-09-01
kunit: test: Make filter strings in executor_test writable
David Gow
2023-08-21
kunit: fix struct kunit_attr header
Rae Moar
2023-08-08
kunit: Allow kunit test modules to use test filtering
Janusz Krzysztofik
2023-08-08
kunit: Make 'list' action available to kunit test modules
Janusz Krzysztofik
2023-08-08
kunit: Report the count of test suites in a module
Janusz Krzysztofik
2023-08-04
kunit: fix uninitialized variables bug in attributes filtering
Rae Moar
2023-08-04
kunit: fix possible memory leak in kunit_filter_suites()
Ruan Jinjie
2023-07-31
kunit: fix wild-memory-access bug in kunit_filter_suites()
Ruan Jinjie
2023-07-26
kunit: add tests for filtering attributes
Rae Moar
[next]