index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
/
kunit_kernel.py
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-04
kunit: Fix spelling mistakes in comments and messages
Jinseok Kim
1
-1
/
+1
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
1
-2
/
+8
2026-03-02
kunit: tool: copy caller args in run_kernel to prevent mutation
Shuvam Pandey
1
-2
/
+4
2025-04-15
kunit: tool: Implement listing of available architectures
Thomas Weißschuh
1
-0
/
+8
2025-02-18
kunit: tool: Build GDB scripts
Brendan Jackman
1
-2
/
+2
2025-01-14
kunit: enable hardware acceleration when available
Tamir Duberstein
1
-0
/
+3
2024-11-19
kunit: tool: Allow overriding the shutdown mode from qemu config
Thomas Weißschuh
1
-1
/
+3
2024-09-12
kunit: tool: Build compile_commands.json
Brendan Jackman
1
-1
/
+2
2024-02-27
kunit: tool: Print UML command
Mickaël Salaün
1
-0
/
+1
2023-07-26
kunit: tool: Add command line interface to filter and report attributes
Rae Moar
1
-2
/
+6
2023-05-08
kunit: tool: undo type subscripts for subprocess.Popen
Daniel Latypov
1
-3
/
+3
2023-04-05
kunit: tool: Add support for overriding the QEMU serial port
Geert Uytterhoeven
1
-1
/
+2
2023-03-17
kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.py
Daniel Latypov
1
-14
/
+15
2023-03-17
kunit: tool: remove unused imports and variables
Daniel Latypov
1
-1
/
+0
2023-03-17
kunit: tool: add subscripts for type annotations where appropriate
Daniel Latypov
1
-3
/
+3
2022-09-30
kunit: tool: rename all_test_uml.config, use it for --alltests
Daniel Latypov
1
-27
/
+2
2022-09-30
kunit: add kunit.enable to enable/disable KUnit test
Joe Fradley
1
-0
/
+1
2022-07-08
kunit: tool: Enable virtio/PCI by default on UML
David Gow
1
-4
/
+10
2022-07-08
kunit: tool: make --kunitconfig repeatable, blindly concat
Daniel Latypov
1
-12
/
+26
2022-07-07
kunit: tool: refactor internal kconfig handling, allow overriding
Daniel Latypov
1
-9
/
+11
2022-07-07
kunit: tool: introduce --qemu_args
Daniel Latypov
1
-3
/
+7
2022-07-07
kunit: tool: simplify creating LinuxSourceTreeOperations
Daniel Latypov
1
-10
/
+10
2022-07-07
kunit: tool: cosmetic: don't specify duplicate kernel cmdline options
Daniel Latypov
1
-1
/
+1
2022-07-07
kunit: tool: refactoring printing logic into kunit_printer.py
Daniel Latypov
1
-4
/
+4
2022-07-07
kunit: tool: drop unused load_config argument
Daniel Latypov
1
-4
/
+0
2022-05-16
kunit: tool: misc cleanups
Daniel Latypov
1
-5
/
+5
2022-05-12
kunit: tool: stop using a shell to run kernel under QEMU
Daniel Latypov
1
-8
/
+10
2022-04-04
kunit: tool: properly report the used arch for --json, or '' if not known
Daniel Latypov
1
-0
/
+2
2022-04-04
kunit: tool: simplify code since build_dir can't be None
Daniel Latypov
1
-31
/
+20
2022-01-25
kunit: tool: Import missing importlib.abc
Michał Winiarski
1
-0
/
+1
2021-12-15
kunit: tool: fix newly introduced typechecker errors
Daniel Latypov
1
-0
/
+1
2021-12-13
kunit: tool: reconfigure when the used kunitconfig changes
Daniel Latypov
1
-11
/
+29
2021-12-13
kunit: tool: revamp message for invalid kunitconfig
Daniel Latypov
1
-9
/
+11
2021-12-13
kunit: tool: add --kconfig_add to allow easily tweaking kunitconfigs
Daniel Latypov
1
-0
/
+5
2021-12-13
kunit: tool: move Kconfig read_from_file/parse_from_string to package-level
Daniel Latypov
1
-8
/
+4
2021-10-29
kunit: tool: fix typecheck errors about loading qemu configs
Daniel Latypov
1
-6
/
+9
2021-10-25
kunit: tool: continue past invalid utf-8 output
Daniel Latypov
1
-2
/
+2
2021-10-19
kunit: tool: yield output from run_kernel in real time
Daniel Latypov
1
-30
/
+45
2021-10-19
kunit: tool: show list of valid --arch options when invalid
Daniel Latypov
1
-2
/
+3
2021-10-19
kunit: tool: misc fixes (unused vars, imports, leaked files)
Daniel Latypov
1
-8
/
+4
2021-07-12
kunit: tool: remove unnecessary "annotations" import
Daniel Latypov
1
-4
/
+2
2021-06-23
kunit: Move default config from arch/um -> tools/testing/kunit
David Gow
1
-1
/
+1
2021-06-11
kunit: tool: add support for QEMU
Brendan Higgins
1
-27
/
+148
2021-06-11
kunit: Add 'kunit_shutdown' option
David Gow
1
-1
/
+1
2021-04-02
kunit: tool: make --kunitconfig accept dirs, add lib/kunit fragment
Daniel Latypov
1
-0
/
+2
2021-02-08
kunit: tool: fix unintentional statefulness in run_kernel()
Daniel Latypov
1
-1
/
+3
2021-02-08
kunit: tool: add support for filtering suites by glob
Daniel Latypov
1
-1
/
+3
2021-02-08
kunit: make kunit_tool accept optional path to .kunitconfig fragment
Daniel Latypov
1
-4
/
+8
2021-01-15
kunit: tool: move kunitconfig parsing into __init__, make it optional
Daniel Latypov
1
-12
/
+13
[next]