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
/
tools
/
testing
/
kunit
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-14
Merge tag 'linux_kselftest-kunit-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
4
-17
/
+98
2026-04-13
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-0
/
+2
2026-04-06
kunit: tool: Terminate kernel under test on SIGINT
David Gow
1
-9
/
+19
2026-04-06
kunit: tool: skip stty when stdin is not a tty
Shuvam Pandey
2
-2
/
+50
2026-04-06
kunit: tool: Recommend --raw_output=all if no KTAP found
David Gow
1
-1
/
+2
2026-04-06
kunit: Add --list_suites to show suites
Ryota Sakamoto
2
-5
/
+27
2026-03-19
kunit: configs: Enable all crypto library tests in all_tests.config
Eric Biggers
1
-0
/
+2
2026-03-17
kunit: configs: Enable all CRC tests in all_tests.config
Eric Biggers
1
-0
/
+2
2026-03-02
kunit: tool: copy caller args in run_kernel to prevent mutation
Shuvam Pandey
2
-2
/
+30
2026-01-20
kunit: add bash completion
Ryota Sakamoto
3
-0
/
+85
2026-01-07
kunit: tool: test: Don't rely on implicit working directory change
Thomas Weißschuh
1
-2
/
+3
2026-01-07
kunit: tool: test: Rename test_data_path() to _test_data_path()
Thomas Weißschuh
1
-28
/
+28
2026-01-05
kunit: qemu_configs: Add 32-bit big endian ARM configuration
Thomas Weißschuh
1
-0
/
+16
2026-01-05
kunit: tool: Don't overwrite test status based on subtest counts
Thomas Weißschuh
3
-0
/
+7
2026-01-05
kunit: tool: Add test for nested test result reporting
Thomas Weißschuh
2
-0
/
+17
2026-01-05
kunit: respect KBUILD_OUTPUT env variable by default
Ryota Sakamoto
2
-1
/
+25
2025-09-15
kunit: qemu_configs: Add MIPS configurations
Thomas Weißschuh
4
-0
/
+74
2025-09-15
kunit: Enable PCI on UML without triggering WARN()
Thomas Weißschuh
1
-3
/
+2
2025-08-26
kunit: tool: Accept --raw_output=full as an alias of 'all'
David Gow
1
-2
/
+2
2025-08-15
kunit: tool: Parse skipped tests from kselftest.h
Thomas Weißschuh
2
-4
/
+7
2025-06-03
Revert "kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests"
Jakub Kicinski
1
-1
/
+0
2025-05-26
Merge tag 'linux_kselftest-kunit-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
9
-0
/
+86
2025-05-19
kunit: tool: add test counts to JSON output
Rae Moar
1
-0
/
+10
2025-05-01
ASoC: stm32: sai: fix kernel rate configuration
Mark Brown
2
-1
/
+5
2025-04-26
Merge tag 'move-lib-kunit-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-0
/
+2
2025-04-22
lib: Ensure prime numbers tests are included in KUnit test runs
Mark Brown
1
-0
/
+2
2025-04-16
kunit: qemu_configs: Disable faulting tests on 32-bit SPARC
David Gow
1
-0
/
+1
2025-04-16
kunit: qemu_configs: Add 64-bit SPARC configuration
Thomas Weißschuh
1
-0
/
+16
2025-04-16
kunit: qemu_configs: sparc: Explicitly enable CONFIG_SPARC32=y
Thomas Weißschuh
1
-0
/
+1
2025-04-15
kunit: qemu_configs: Add PowerPC 32-bit BE and 64-bit LE
Thomas Weißschuh
2
-0
/
+31
2025-04-15
kunit: qemu_configs: powerpc: Explicitly enable CONFIG_CPU_BIG_ENDIAN=y
Thomas Weißschuh
1
-0
/
+1
2025-04-15
kunit: tool: Implement listing of available architectures
Thomas Weißschuh
1
-0
/
+8
2025-04-14
kunit: qemu_configs: SH: Respect kunit cmdline
Thomas Weißschuh
1
-1
/
+3
2025-04-14
kunit: qemu_configs: Add riscv32 config
Thomas Weißschuh
1
-0
/
+17
2025-04-14
kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests
Richard Fitzgerald
1
-0
/
+1
2025-04-13
kunit: configs: Add some Cirrus Logic modules to all_tests
Richard Fitzgerald
1
-0
/
+2
2025-04-08
kunit: tool: fix count of tests if late test plan
Rae Moar
2
-2
/
+6
2025-03-28
Merge tag 'landlock-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mic/linux
Linus Torvalds
1
-0
/
+2
2025-03-26
landlock: Add unique ID generator
Mickaël Salaün
1
-0
/
+2
2025-03-15
kunit: tool: add test to check parsing late test plan
Rae Moar
1
-0
/
+11
2025-03-15
kunit: tool: Fix bug in parsing test plan
Rae Moar
1
-5
/
+4
2025-02-18
kunit: tool: Build GDB scripts
Brendan Jackman
1
-2
/
+2
2025-02-15
kunit: qemu_configs: sparc: use Zilog console
Thomas Weißschuh
1
-2
/
+3
2025-02-15
kunit: tool: Use qboot on QEMU x86_64
Brendan Jackman
1
-1
/
+3
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-3
/
+0
2025-01-25
kunit: configs: remove configs for DAMON debugfs interface tests
SeongJae Park
1
-3
/
+0
2025-01-14
kunit: enable hardware acceleration when available
Tamir Duberstein
2
-1
/
+4
2025-01-14
kunit: add fallback for os.sched_getaffinity
Tamir Duberstein
1
-1
/
+10
2024-11-19
kunit: qemu_configs: loongarch: Enable shutdown
Thomas Weißschuh
1
-1
/
+4
2024-11-19
kunit: tool: Allow overriding the shutdown mode from qemu config
Thomas Weißschuh
1
-1
/
+3
[next]