index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
kunit
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-01
Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
1
-5
/
+90
2025-08-26
kunit: Enable direct registration of parameter arrays to a KUnit test
Marie Zhussupova
1
-6
/
+59
2025-08-26
kunit: Pass parameterized test context to generate_params()
Marie Zhussupova
1
-3
/
+6
2025-08-26
kunit: Introduce param_init/exit for parameterized test context management
Marie Zhussupova
1
-0
/
+25
2025-08-26
kunit: Add parent kunit for parameterized test context
Marie Zhussupova
1
-2
/
+6
2025-08-11
kunit, lib/crypto: Move run_irq_test() to common header
Eric Biggers
1
-0
/
+129
2025-07-29
Merge tag 'linux_kselftest-kunit-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
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/clk/linux
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/linux/kernel/git/shuah/linux-kselftest
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/clk/linux
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/clk/linux
Linus Torvalds
3
-0
/
+163
2024-09-17
Merge tag 'linux_kselftest-kunit-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
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/netdev/net-next
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/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+1
2023-08-18
kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.h
Andy Shevchenko
1
-0
/
+1
[next]