index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
kunit
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-29
Merge tag 'linux_kselftest-kunit-6.17-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-0
/
+1
2025-07-16
kunit: test: Export kunit_attach_mm()
Tiffany Yang
1
-0
/
+12
2025-06-24
kunit: Adjust kunit_test timeout based on test_{suite,case} speed
Ujwal Jain
1
-0
/
+1
2025-05-30
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-0
/
+1
2025-05-06
clk: test: Forward-declare struct of_phandle_args in kunit/clk.h
Richard Fitzgerald
1
-0
/
+1
2025-04-08
kunit: Spelling s/slowm/slow/
Geert Uytterhoeven
1
-1
/
+1
2025-02-18
kunit: Clarify kunit_skip() argument name
Kevin Brodsky
1
-10
/
+10
2025-01-22
Merge tag 'linux_kselftest-kunit-6.14-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2
-1
/
+4
2025-01-15
kunit: Introduce autorun option
Stanislav Kinsburskii
1
-1
/
+3
2025-01-11
kunit: platform: Resolve 'struct completion' warning
Brian Norris
1
-0
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-3
/
+2
2024-11-22
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
2
-4
/
+14
2024-11-19
kunit: skb: add gfp to kernel doc for kunit_zalloc_skb()
Dan Carpenter
1
-1
/
+2
2024-11-11
kunit: skb: use "gfp" variable instead of hardcoding GFP_KERNEL
Dan Carpenter
1
-1
/
+1
2024-10-09
of: kunit: Extract some overlay boiler plate into macros
Stephen Boyd
1
-4
/
+10
2024-10-09
clk: test: Add test managed of_clk_add_hw_provider()
Stephen Boyd
1
-0
/
+4
2024-09-23
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
3
-0
/
+163
2024-09-17
Merge tag 'linux_kselftest-kunit-6.12-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-0
/
+1
2024-09-05
kunit: Fix missing kerneldoc comment
David Gow
1
-0
/
+1
2024-09-05
kunit: Fix kernel-doc for EXPORT_SYMBOL_IF_KUNIT
Michal Wajdeczko
1
-0
/
+1
2024-08-26
kunit: Device wrappers should also manage driver name
David Gow
1
-0
/
+48
2024-07-29
clk: Add test managed clk provider/consumer APIs
Stephen Boyd
1
-0
/
+28
2024-07-29
platform: Add test managed platform_device/driver APIs
Stephen Boyd
1
-0
/
+20
2024-07-29
of: Add test managed wrappers for of_overlay_apply()/of_node_put()
Stephen Boyd
1
-0
/
+115
2024-07-12
kunit: Introduce KUNIT_ASSERT_MEMEQ and KUNIT_ASSERT_MEMNEQ macros
Eric Chan
1
-0
/
+54
2024-07-12
kunit: Rename KUNIT_ASSERT_FAILURE to KUNIT_FAIL_AND_ABORT for readability
Eric Chan
2
-2
/
+13
2024-07-12
kunit: Fix the comment of KUNIT_ASSERT_STRNEQ as assertion
Eric Chan
1
-2
/
+2
2024-06-14
kunit: test: Add vm_mmap() allocation resource manager
Kees Cook
1
-0
/
+17
2024-05-30
kunit: Cover 'assert.c' with tests
Ivan Orlov
1
-0
/
+11
2024-05-06
kunit: Print last test location on fault
Mickaël Salaün
1
-3
/
+21
2024-05-06
kunit: Handle test faults
Mickaël Salaün
1
-3
/
+0
2024-02-28
kunit: Annotate _MSG assertion variants with gnu printf specifiers
David Gow
1
-6
/
+6
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-0
/
+75
2024-01-03
kunit: Protect string comparisons against NULL
Richard Fitzgerald
1
-1
/
+1
2024-01-03
kunit: Allow passing function pointer to kunit_activate_static_stub()
Richard Fitzgerald
1
-1
/
+1
2024-01-03
kunit: add a convenience allocation wrapper for SKBs
Benjamin Berg
1
-0
/
+56
2024-01-03
kunit: add parameter generation macro using description from array
Benjamin Berg
1
-0
/
+19
2023-12-18
kunit: Add APIs for managing devices
davidgow@google.com
1
-0
/
+80
2023-12-18
kunit: add is_init test attribute
Rae Moar
1
-0
/
+1
2023-12-18
kunit: add KUNIT_INIT_TABLE to init linker section
Rae Moar
1
-11
/
+19
2023-12-18
kunit: Add a macro to wrap a deferred action function
David Gow
1
-0
/
+21
2023-09-18
kunit: Use string_stream for test log
Richard Fitzgerald
1
-8
/
+6
2023-08-29
Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+1
2023-08-18
kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.h
Andy Shevchenko
1
-0
/
+1
2023-08-13
kunit: replace KUNIT_TRIGGER_STATIC_STUB maro with KUNIT_STATIC_STUB_REDIRECT
Kemeng Shi
1
-3
/
+3
2023-08-08
kunit: Allow kunit test modules to use test filtering
Janusz Krzysztofik
1
-0
/
+11
2023-08-08
kunit: Make 'list' action available to kunit test modules
Janusz Krzysztofik
1
-0
/
+2
2023-08-08
kunit: Report the count of test suites in a module
Janusz Krzysztofik
1
-0
/
+8
2023-07-26
kunit: Add ability to filter attributes
Rae Moar
1
-0
/
+31
2023-07-26
kunit: Add module attribute
Rae Moar
1
-5
/
+8
[next]