开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
/
kunit_kernel.py
Age
Commit message (
Expand
)
Author
2024-11-19
kunit: tool: Allow overriding the shutdown mode from qemu config
Thomas Weißschuh
2024-09-12
kunit: tool: Build compile_commands.json
Brendan Jackman
2024-02-27
kunit: tool: Print UML command
Mickaël Salaün
2023-07-26
kunit: tool: Add command line interface to filter and report attributes
Rae Moar
2023-05-08
kunit: tool: undo type subscripts for subprocess.Popen
Daniel Latypov
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
2022-09-30
kunit: tool: rename all_test_uml.config, use it for --alltests
Daniel Latypov
2022-09-30
kunit: add kunit.enable to enable/disable KUnit test
Joe Fradley
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
2022-07-07
kunit: tool: refactor internal kconfig handling, allow overriding
Daniel Latypov
2022-07-07
kunit: tool: introduce --qemu_args
Daniel Latypov
2022-07-07
kunit: tool: simplify creating LinuxSourceTreeOperations
Daniel Latypov
2022-07-07
kunit: tool: cosmetic: don't specify duplicate kernel cmdline options
Daniel Latypov
2022-07-07
kunit: tool: refactoring printing logic into kunit_printer.py
Daniel Latypov
2022-07-07
kunit: tool: drop unused load_config argument
Daniel Latypov
2022-05-16
kunit: tool: misc cleanups
Daniel Latypov
2022-05-12
kunit: tool: stop using a shell to run kernel under QEMU
Daniel Latypov
2022-04-04
kunit: tool: properly report the used arch for --json, or '' if not known
Daniel Latypov
2022-04-04
kunit: tool: simplify code since build_dir can't be None
Daniel Latypov
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
[next]