index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
Age
Commit message (
Expand
)
Author
2024-09-12
kunit: tool: Build compile_commands.json
Brendan Jackman
2024-05-07
Merge tag 'riscv-config-for-v6.10' of https://git.kernel.org/pub/scm/linux/ke...
Arnd Bergmann
2024-04-10
RISC-V: drop SOC_VIRT for ARCH_VIRT
Conor Dooley
2024-03-29
Merge tag 'linux_kselftest-kunit-fixes-6.9-rc2' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-03-28
kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltests
David Gow
2024-03-27
Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
2024-03-25
kunit: fix wireless test dependencies
Johannes Berg
2024-03-14
Merge tag 'landlock-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-03-12
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-02-27
kunit: tool: Print UML command
Mickaël Salaün
2024-02-27
landlock: Add support for KUnit tests
Mickaël Salaün
2024-02-22
net: mctp: tests: Test that outgoing skbs have flow data populated
Jeremy Kerr
2024-01-26
kunit: add wireless unit tests
Johannes Berg
2023-12-18
kunit: tool: add test for parsing attributes
Rae Moar
2023-12-18
kunit: tool: fix parsing of test attributes
Rae Moar
2023-08-30
Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2023-08-29
Merge tag 'regmap-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
2023-07-26
kunit: tool: Add command line interface to filter and report attributes
Rae Moar
2023-07-18
kunit: qemu_configs: Enable all architectural features for arm64
Mark Brown
2023-07-18
ASoC: topology: Add explicit build option
Mark Brown
2023-07-18
kunit: Enable ASoC in all_tests.config
Mark Brown
2023-07-13
regmap: Provide user selectable option to enable regmap
Mark Brown
2023-06-27
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-05-16
kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML
Kees Cook
2023-05-08
kunit: tool: undo type subscripts for subprocess.Popen
Daniel Latypov
2023-04-05
kunit: tool: Add support for SH under QEMU
Geert Uytterhoeven
2023-04-05
kunit: tool: Add support for overriding the QEMU serial port
Geert Uytterhoeven
2023-03-17
kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.py
Daniel Latypov
2023-03-17
kunit: tool: remove unused imports and variables
Daniel Latypov
2023-03-17
kunit: tool: add subscripts for type annotations where appropriate
Daniel Latypov
2023-03-06
kunit: tool: Add support for m68k under QEMU
Geert Uytterhoeven
2023-02-08
kunit: kunit.py extract handlers
Alexander Pantyukhin
2023-02-08
tools/testing/kunit/kunit.py: remove redundant double check
Alexander Pantyukhin
2022-12-12
kunit: tool: make parser preserve whitespace when printing test log
Daniel Latypov
2022-12-12
kunit: tool: don't include KTAP headers and the like in the test log
Daniel Latypov
2022-12-12
kunit: tool: parse KTAP compliant test output
Rae Moar
2022-12-12
kunit: tool: make --json do nothing if --raw_ouput is set
Daniel Latypov
2022-12-12
kunit: tool: tweak error message when no KTAP found
Daniel Latypov
2022-12-12
kunit: tool: remove redundant file.close() call in unit test
Daniel Latypov
2022-12-12
kunit: tool: unit tests all check parser errors, standardize formatting a bit
Daniel Latypov
2022-12-12
kunit: tool: make TestCounts a dataclass
Daniel Latypov
2022-10-31
kunit: tool: print summary of failed tests if a few failed out of a lot
Daniel Latypov
2022-10-31
kunit: tool: make unit test not print parsed testdata to stdout
Daniel Latypov
2022-10-07
kunit: tool: Don't download risc-v opensbi firmware with wget
David Gow
2022-09-30
kunit: tool: rename all_test_uml.config, use it for --alltests
Daniel Latypov
2022-09-30
kunit: tool: remove UML specific options from all_tests_uml.config
Daniel Latypov
2022-09-30
kunit: add kunit.enable to enable/disable KUnit test
Joe Fradley
2022-09-30
kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spaces
Daniel Latypov
2022-07-08
kunit: tool: Enable virtio/PCI by default on UML
David Gow
2022-07-08
kunit: tool: make --kunitconfig repeatable, blindly concat
Daniel Latypov
[next]