Age | Commit message (Expand) | Author |
2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2025-01-25 | kunit: configs: remove configs for DAMON debugfs interface tests | SeongJae Park |
2025-01-14 | kunit: enable hardware acceleration when available | Tamir Duberstein |
2025-01-14 | kunit: add fallback for os.sched_getaffinity | Tamir Duberstein |
2024-11-19 | kunit: qemu_configs: loongarch: Enable shutdown | Thomas Weißschuh |
2024-11-19 | kunit: tool: Allow overriding the shutdown mode from qemu config | Thomas Weißschuh |
2024-11-19 | kunit: qemu_configs: Add LoongArch config | Thomas Weißschuh |
2024-11-19 | kunit: tool: print failed tests only | Rae Moar |
2024-11-19 | kunit: tool: Only print the summary | David Gow |
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 |