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
/
kunit_kernel.py
Age
Commit message (
Expand
)
Author
2022-01-25
kunit: tool: Import missing importlib.abc
MichaĆ Winiarski
2021-12-15
kunit: tool: fix newly introduced typechecker errors
Daniel Latypov
2021-12-13
kunit: tool: reconfigure when the used kunitconfig changes
Daniel Latypov
2021-12-13
kunit: tool: revamp message for invalid kunitconfig
Daniel Latypov
2021-12-13
kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs
Daniel Latypov
2021-12-13
kunit: tool: move Kconfig read_from_file/parse_from_string to package-level
Daniel Latypov
2021-10-29
kunit: tool: fix typecheck errors about loading qemu configs
Daniel Latypov
2021-10-25
kunit: tool: continue past invalid utf-8 output
Daniel Latypov
2021-10-19
kunit: tool: yield output from run_kernel in real time
Daniel Latypov
2021-10-19
kunit: tool: show list of valid --arch options when invalid
Daniel Latypov
2021-10-19
kunit: tool: misc fixes (unused vars, imports, leaked files)
Daniel Latypov
2021-07-12
kunit: tool: remove unnecessary "annotations" import
Daniel Latypov
2021-06-23
kunit: Move default config from arch/um -> tools/testing/kunit
David Gow
2021-06-11
kunit: tool: add support for QEMU
Brendan Higgins
2021-06-11
kunit: Add 'kunit_shutdown' option
David Gow
2021-04-02
kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment
Daniel Latypov
2021-02-08
kunit: tool: fix unintentional statefulness in run_kernel()
Daniel Latypov
2021-02-08
kunit: tool: add support for filtering suites by glob
Daniel Latypov
2021-02-08
kunit: make kunit_tool accept optional path to .kunitconfig fragment
Daniel Latypov
2021-01-15
kunit: tool: move kunitconfig parsing into __init__, make it optional
Daniel Latypov
2021-01-15
kunit: tool: surface and address more typing issues
Daniel Latypov
2021-01-04
kunit: tool: Force the use of the 'tty' console for UML
David Gow
2020-11-30
kunit: Introduce get_file_path() helper
Andy Shevchenko
2020-11-10
kunit: tool: print out stderr from make (like build warnings)
Daniel Latypov
2020-11-10
kunit: Do not pollute source directory with generated files (test.log)
Andy Shevchenko
2020-11-10
kunit: Do not pollute source directory with generated files (.kunitconfig)
Andy Shevchenko
2020-10-09
kunit: tool: fix display of make errors
Daniel Latypov
2020-09-23
kunit: tool: fix --alltests flag
Brendan Higgins
2020-07-17
kunit: capture stderr on all make subprocess calls
Will Chen
2020-03-23
kunit: add --make_options
Greg Thelen
2020-03-20
kunit: Run all KUnit tests through allyesconfig
Heidi Fahim
2020-02-19
kunit: test: Improve error messages for kunit_tool when kunitconfig is invalid
Heidi Fahim
2019-12-23
kunit: Rename 'kunitconfig' to '.kunitconfig'
SeongJae Park
2019-12-23
kunit: Place 'test.log' under the 'build_dir'
SeongJae Park
2019-12-23
kunit: Create default config in '--build_dir'
SeongJae Park
2019-09-30
kunit: defconfig: add defconfigs for building KUnit tests
Brendan Higgins
2019-09-30
kunit: tool: add Python wrappers for running KUnit tests
Felix Guo