index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
kunit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2024-09-23
3
-1
/
+529
|
\
|
*
platform: Add test managed platform_device/driver APIs
Stephen Boyd
2024-07-29
3
-1
/
+529
*
|
kunit: Device wrappers should also manage driver name
David Gow
2024-08-26
2
-2
/
+24
|
/
*
kunit: executor: Simplify string allocation handling
Kees Cook
2024-07-12
2
-10
/
+4
*
kunit/usercopy: Disable testing on !CONFIG_MMU
Kees Cook
2024-07-02
1
-0
/
+4
*
kunit: test: Add vm_mmap() allocation resource manager
Kees Cook
2024-06-14
2
-0
/
+114
*
kunit: add missing MODULE_DESCRIPTION() macros to core modules
Jeff Johnson
2024-06-07
3
-0
/
+3
*
kunit: Cover 'assert.c' with tests
Ivan Orlov
2024-05-30
3
-8
/
+400
*
kunit: bail out early in __kunit_test_suites_init() if there are no suites to...
Scott Mayhew
2024-05-06
1
-0
/
+3
*
kunit: string-stream-test: use KUNIT_DEFINE_ACTION_WRAPPER
Ivan Orlov
2024-05-06
1
-10
/
+2
*
kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig option
David Gow
2024-05-06
2
-4
/
+15
*
kunit: unregister the device on error
Wander Lairson Costa
2024-05-06
1
-1
/
+1
*
kunit: Fix race condition in try-catch completion
David Gow
2024-05-06
1
-3
/
+7
*
kunit: Add tests for fault
Mickaël Salaün
2024-05-06
1
-1
/
+44
*
kunit: Print last test location on fault
Mickaël Salaün
2024-05-06
1
-3
/
+7
*
kunit: Handle test faults
Mickaël Salaün
2024-05-06
1
-7
/
+12
*
kunit: Fix timeout message
Mickaël Salaün
2024-05-06
1
-1
/
+2
*
kunit: Fix kthread reference
Mickaël Salaün
2024-05-06
1
-3
/
+6
*
kunit: Handle thread creation error
Mickaël Salaün
2024-05-06
1
-0
/
+1
*
kunit: test: Log the correct filter string in executor_test
David Gow
2024-02-27
1
-1
/
+1
*
kunit: Setup DMA masks on the kunit device
Maxime Ripard
2024-02-27
1
-0
/
+4
*
kunit: make kunit_bus_type const
Ricardo B. Marliere
2024-02-27
1
-1
/
+1
*
kunit: Mark filter* params as rw
Lucas De Marchi
2024-02-27
1
-3
/
+3
*
kunit: device: Unregister the kunit_bus on shutdown
David Gow
2024-02-06
3
-0
/
+19
*
kunit: run test suites only after module initialization completes
Marco Pagani
2024-01-22
2
-3
/
+15
*
kunit: device: Fix a NULL vs IS_ERR() check in init()
Dan Carpenter
2024-01-22
1
-2
/
+2
*
kunit: Fix a NULL vs IS_ERR() bug
Dan Carpenter
2024-01-22
1
-1
/
+1
*
kunit: Fix some comments which were mistakenly kerneldoc
David Gow
2024-01-03
1
-3
/
+3
*
kunit: Add example of kunit_activate_static_stub() with pointer-to-function
Richard Fitzgerald
2024-01-03
1
-0
/
+35
*
kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL
Richard Fitzgerald
2024-01-03
1
-1
/
+3
*
kunit: Reset test->priv after each param iteration
Michal Wajdeczko
2023-12-18
1
-0
/
+1
*
kunit: Add example for using test->priv
Michal Wajdeczko
2023-12-18
1
-0
/
+15
*
kunit: Add APIs for managing devices
davidgow@google.com
2023-12-18
5
-2
/
+336
*
kunit: add ability to run tests after boot using debugfs
Rae Moar
2023-12-18
2
-0
/
+78
*
kunit: add is_init test attribute
Rae Moar
2023-12-18
2
-1
/
+65
*
kunit: add example suite to test init suites
Rae Moar
2023-12-18
1
-0
/
+37
*
kunit: add KUNIT_INIT_TABLE to init linker section
Rae Moar
2023-12-18
2
-13
/
+77
*
kunit: debugfs: Handle errors from alloc_string_stream()
Richard Fitzgerald
2023-12-18
1
-5
/
+25
*
kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
Richard Fitzgerald
2023-12-18
1
-1
/
+3
*
kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()
Richard Fitzgerald
2023-12-18
1
-1
/
+1
*
kunit: string-stream-test: Avoid cast warning when testing gfp_t flags
Richard Fitzgerald
2023-12-18
1
-1
/
+1
*
kunit: Add a macro to wrap a deferred action function
David Gow
2023-12-18
2
-6
/
+5
*
kunit: test: Avoid cast warning when adding kfree() as an action
Richard Fitzgerald
2023-11-14
1
-1
/
+1
*
kunit: Reset suite counter right before running tests
Michal Wajdeczko
2023-11-14
1
-2
/
+2
*
kunit: Warn if tests are slow
Maxime Ripard
2023-11-14
1
-0
/
+38
*
kunit: test: Fix the possible memory leak in executor_test
Jinjie Ruan
2023-09-28
1
-14
/
+22
*
kunit: Fix possible memory leak in kunit_filter_suites()
Jinjie Ruan
2023-09-28
1
-4
/
+13
*
kunit: Fix the wrong kfree of copy for kunit_filter_suites()
Jinjie Ruan
2023-09-28
1
-1
/
+1
*
kunit: Fix missed memory release in kunit_free_suite_set()
Jinjie Ruan
2023-09-28
1
-1
/
+3
*
kunit: Reset test status on each param iteration
Michal Wajdeczko
2023-09-18
2
-4
/
+7
[next]