index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
kunit
Commit message (
Expand
)
Author
Age
Files
Lines
*
kunit: tool: add test for parsing attributes
Rae Moar
2023-12-18
2
-0
/
+25
*
kunit: tool: fix parsing of test attributes
Rae Moar
2023-12-18
1
-1
/
+3
*
Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2023-08-30
1
-0
/
+5
|
\
|
*
ASoC: topology: Add explicit build option
Mark Brown
2023-07-18
1
-0
/
+1
|
*
kunit: Enable ASoC in all_tests.config
Mark Brown
2023-07-18
1
-0
/
+4
*
|
Merge tag 'regmap-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...
Linus Torvalds
2023-08-29
1
-0
/
+2
|
\
\
|
*
|
regmap: Provide user selectable option to enable regmap
Mark Brown
2023-07-13
1
-0
/
+2
|
|
/
*
|
kunit: tool: Add command line interface to filter and report attributes
Rae Moar
2023-07-26
4
-29
/
+99
*
|
kunit: qemu_configs: Enable all architectural features for arm64
Mark Brown
2023-07-18
1
-1
/
+1
|
/
*
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-06-27
2
-0
/
+5
|
\
|
*
kunit: tool: Enable CONFIG_FORTIFY_SOURCE under UML
Kees Cook
2023-05-16
2
-0
/
+5
*
|
kunit: tool: undo type subscripts for subprocess.Popen
Daniel Latypov
2023-05-08
3
-4
/
+10
|
/
*
kunit: tool: Add support for SH under QEMU
Geert Uytterhoeven
2023-04-05
1
-0
/
+17
*
kunit: tool: Add support for overriding the QEMU serial port
Geert Uytterhoeven
2023-04-05
2
-1
/
+3
*
kunit: tool: fix pre-existing `mypy --strict` errors and update run_checks.py
Daniel Latypov
2023-03-17
4
-30
/
+31
*
kunit: tool: remove unused imports and variables
Daniel Latypov
2023-03-17
5
-5
/
+3
*
kunit: tool: add subscripts for type annotations where appropriate
Daniel Latypov
2023-03-17
3
-5
/
+5
*
kunit: tool: Add support for m68k under QEMU
Geert Uytterhoeven
2023-03-06
1
-0
/
+10
*
kunit: kunit.py extract handlers
Alexander Pantyukhin
2023-02-08
1
-71
/
+96
*
tools/testing/kunit/kunit.py: remove redundant double check
Alexander Pantyukhin
2023-02-08
1
-14
/
+5
*
kunit: tool: make parser preserve whitespace when printing test log
Daniel Latypov
2022-12-12
3
-15
/
+16
*
kunit: tool: don't include KTAP headers and the like in the test log
Daniel Latypov
2022-12-12
2
-4
/
+21
*
kunit: tool: parse KTAP compliant test output
Rae Moar
2022-12-12
4
-28
/
+80
*
kunit: tool: make --json do nothing if --raw_ouput is set
Daniel Latypov
2022-12-12
1
-16
/
+18
*
kunit: tool: tweak error message when no KTAP found
Daniel Latypov
2022-12-12
2
-3
/
+3
*
kunit: tool: remove redundant file.close() call in unit test
Daniel Latypov
2022-12-12
1
-2
/
+0
*
kunit: tool: unit tests all check parser errors, standardize formatting a bit
Daniel Latypov
2022-12-12
1
-55
/
+38
*
kunit: tool: make TestCounts a dataclass
Daniel Latypov
2022-12-12
2
-20
/
+9
*
kunit: tool: print summary of failed tests if a few failed out of a lot
Daniel Latypov
2022-10-31
2
-0
/
+69
*
kunit: tool: make unit test not print parsed testdata to stdout
Daniel Latypov
2022-10-31
1
-0
/
+6
*
kunit: tool: Don't download risc-v opensbi firmware with wget
David Gow
2022-10-07
1
-11
/
+7
*
kunit: tool: rename all_test_uml.config, use it for --alltests
Daniel Latypov
2022-09-30
5
-90
/
+33
*
kunit: tool: remove UML specific options from all_tests_uml.config
Daniel Latypov
2022-09-30
1
-2
/
+0
*
kunit: add kunit.enable to enable/disable KUnit test
Joe Fradley
2022-09-30
1
-0
/
+1
*
kunit: tool: make --raw_output=kunit (aka --raw_output) preserve leading spaces
Daniel Latypov
2022-09-30
2
-5
/
+7
*
kunit: tool: Enable virtio/PCI by default on UML
David Gow
2022-07-08
3
-4
/
+27
*
kunit: tool: make --kunitconfig repeatable, blindly concat
Daniel Latypov
2022-07-08
4
-23
/
+89
*
kunit: add coverage_uml.config to enable GCOV on UML
Daniel Latypov
2022-07-07
1
-0
/
+11
*
kunit: tool: refactor internal kconfig handling, allow overriding
Daniel Latypov
2022-07-07
3
-56
/
+54
*
kunit: tool: introduce --qemu_args
Daniel Latypov
2022-07-07
3
-7
/
+37
*
kunit: tool: simplify creating LinuxSourceTreeOperations
Daniel Latypov
2022-07-07
1
-10
/
+10
*
kunit: tool: cosmetic: don't specify duplicate kernel cmdline options
Daniel Latypov
2022-07-07
1
-1
/
+1
*
kunit: tool: refactoring printing logic into kunit_printer.py
Daniel Latypov
2022-07-07
5
-58
/
+82
*
kunit: tool: redo how we construct and mock LinuxSourceTree
Daniel Latypov
2022-07-07
2
-87
/
+65
*
kunit: tool: drop unused load_config argument
Daniel Latypov
2022-07-07
2
-5
/
+1
*
kunit: tool: Use qemu-system-i386 for i386 runs
David Gow
2022-05-18
1
-1
/
+1
*
kunit: tool: update riscv QEMU config with new serial dependency
Brendan Higgins
2022-05-16
1
-0
/
+1
*
kunit: tool: Add list of all valid test configs on UML
David Gow
2022-05-16
1
-0
/
+37
*
kunit: tool: misc cleanups
Daniel Latypov
2022-05-16
7
-46
/
+39
*
kunit: tool: minor cosmetic cleanups in kunit_parser.py
Daniel Latypov
2022-05-16
1
-54
/
+17
[next]