index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
kunit
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-21
kunit: Fix wrong parameter to kunit_deactivate_static_stub()
Tzung-Bi Shih
1
-1
/
+1
2025-04-29
kunit: executor: Remove const from kunit_filter_suites() allocation type
Kees Cook
1
-1
/
+1
2025-01-22
Merge tag 'linux_kselftest-kunit-6.14-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
4
-5
/
+36
2025-01-15
kunit: Introduce autorun option
Stanislav Kinsburskii
4
-5
/
+36
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-1
/
+1
2024-11-23
Merge tag 'linux_kselftest-kunit-6.13-rc1-fixed' of git://git.kernel.org/pub/...
Linus Torvalds
2
-3
/
+8
2024-11-20
kunit: debugfs: Use IS_ERR() for alloc_string_stream() error check
Kuan-Wei Chiu
1
-2
/
+2
2024-11-20
kunit: Fix potential null dereference in kunit_device_driver_test()
Zichen Xie
1
-0
/
+2
2024-11-20
kunit: string-stream: Fix a UAF bug in kunit_init_suite()
Jinjie Ruan
1
-1
/
+4
2024-10-03
kunit: string-stream-test: Include <linux/prandom.h>
Uros Bizjak
1
-0
/
+1
2024-09-24
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
3
-1
/
+529
2024-08-26
kunit: Device wrappers should also manage driver name
David Gow
2
-2
/
+24
2024-07-30
platform: Add test managed platform_device/driver APIs
Stephen Boyd
3
-1
/
+529
2024-07-12
kunit: executor: Simplify string allocation handling
Kees Cook
2
-10
/
+4
2024-07-02
kunit/usercopy: Disable testing on !CONFIG_MMU
Kees Cook
1
-0
/
+4
2024-06-15
kunit: test: Add vm_mmap() allocation resource manager
Kees Cook
2
-0
/
+114
2024-06-08
kunit: add missing MODULE_DESCRIPTION() macros to core modules
Jeff Johnson
3
-0
/
+3
2024-05-30
kunit: Cover 'assert.c' with tests
Ivan Orlov
3
-8
/
+400
2024-05-06
kunit: bail out early in __kunit_test_suites_init() if there are no suites to...
Scott Mayhew
1
-0
/
+3
2024-05-06
kunit: string-stream-test: use KUNIT_DEFINE_ACTION_WRAPPER
Ivan Orlov
1
-10
/
+2
2024-05-06
kunit: test: Move fault tests behind KUNIT_FAULT_TEST Kconfig option
David Gow
2
-4
/
+15
2024-05-06
kunit: unregister the device on error
Wander Lairson Costa
1
-1
/
+1
2024-05-06
kunit: Fix race condition in try-catch completion
David Gow
1
-3
/
+7
2024-05-06
kunit: Add tests for fault
Mickaël Salaün
1
-1
/
+44
2024-05-06
kunit: Print last test location on fault
Mickaël Salaün
1
-3
/
+7
2024-05-06
kunit: Handle test faults
Mickaël Salaün
1
-7
/
+12
2024-05-06
kunit: Fix timeout message
Mickaël Salaün
1
-1
/
+2
2024-05-06
kunit: Fix kthread reference
Mickaël Salaün
1
-3
/
+6
2024-05-06
kunit: Handle thread creation error
Mickaël Salaün
1
-0
/
+1
2024-02-28
kunit: test: Log the correct filter string in executor_test
David Gow
1
-1
/
+1
2024-02-28
kunit: Setup DMA masks on the kunit device
Maxime Ripard
1
-0
/
+4
2024-02-28
kunit: make kunit_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-28
kunit: Mark filter* params as rw
Lucas De Marchi
1
-3
/
+3
2024-02-07
kunit: device: Unregister the kunit_bus on shutdown
David Gow
3
-0
/
+19
2024-01-22
kunit: run test suites only after module initialization completes
Marco Pagani
2
-3
/
+15
2024-01-22
kunit: device: Fix a NULL vs IS_ERR() check in init()
Dan Carpenter
1
-2
/
+2
2024-01-22
kunit: Fix a NULL vs IS_ERR() bug
Dan Carpenter
1
-1
/
+1
2024-01-03
kunit: Fix some comments which were mistakenly kerneldoc
David Gow
1
-3
/
+3
2024-01-03
kunit: Add example of kunit_activate_static_stub() with pointer-to-function
Richard Fitzgerald
1
-0
/
+35
2024-01-03
kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL
Richard Fitzgerald
1
-1
/
+3
2023-12-18
kunit: Reset test->priv after each param iteration
Michal Wajdeczko
1
-0
/
+1
2023-12-18
kunit: Add example for using test->priv
Michal Wajdeczko
1
-0
/
+15
2023-12-18
kunit: Add APIs for managing devices
davidgow@google.com
5
-2
/
+336
2023-12-18
kunit: add ability to run tests after boot using debugfs
Rae Moar
2
-0
/
+78
2023-12-18
kunit: add is_init test attribute
Rae Moar
2
-1
/
+65
2023-12-18
kunit: add example suite to test init suites
Rae Moar
1
-0
/
+37
2023-12-18
kunit: add KUNIT_INIT_TABLE to init linker section
Rae Moar
2
-13
/
+77
2023-12-18
kunit: debugfs: Handle errors from alloc_string_stream()
Richard Fitzgerald
1
-5
/
+25
2023-12-18
kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
Richard Fitzgerald
1
-1
/
+3
2023-12-18
kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()
Richard Fitzgerald
1
-1
/
+1
[next]