Age | Commit message (Expand) | Author |
2022-12-08 | ktest.pl: Add shell commands to variables | Steven Rostedt (Google) |
2022-12-07 | kest.pl: Fix grub2 menu handling for rebooting | Steven Rostedt |
2022-12-07 | ktest.pl minconfig: Unset configs instead of just removing them | Steven Rostedt |
2021-08-16 | bootconfig/tracing/ktest: Update ktest example for boot-time tracing | Masami Hiramatsu |
2021-06-24 | bootconfig/tracing/ktest: Add ktest examples of testing bootconfig | Steven Rostedt (VMware) |
2021-05-03 | ktest: Re-arrange the code blocks for better discoverability | John 'Warthog9' Hawley (VMware) |
2021-05-03 | ktest: Further consistency cleanups | John 'Warthog9' Hawley (VMware) |
2021-05-03 | ktest: Fixing indentation to match expected pattern | John 'Warthog9' Hawley (VMware) |
2021-05-03 | ktest: Adding editor hints to improve consistency | John 'Warthog9' Hawley (VMware) |
2021-05-03 | ktest: Add example config for using VMware VMs | John 'Warthog9' Hawley (VMware) |
2021-05-03 | ktest: Minor cleanup with uninitialized variable $build_options | John 'Warthog9' Hawley (VMware) |
2020-12-22 | Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2020-12-08 | tweewide: Fix most Shebang lines | Finn Behrens |
2020-11-30 | ktest.pl: Fix the logic for truncating the size of the log file for email | Steven Rostedt (VMware) |
2020-11-30 | ktest.pl: If size of log is too big to email, email error message | Steven Rostedt (VMware) |
2020-11-30 | ktest.pl: Fix incorrect reboot for grub2bls | Libo Chen |
2020-08-10 | Merge tag 'ktest-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2020-08-10 | ktest.pl: Fix spelling mistake "Cant" -> "Can't" | Colin Ian King |
2020-08-10 | ktest.pl: Change the logic to control the size of the log file emailed | Steven Rostedt (VMware) |
2020-08-07 | tools/: replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-07-02 | ktest.pl: Add MAIL_MAX_SIZE to limit the amount of log emailed | Steven Rostedt (VMware) |
2020-07-02 | ktest.pl: Add the log of last test in email on failure | Steven Rostedt (VMware) |
2020-07-01 | ktest.pl: Turn off buffering to the log file | Steven Rostedt (VMware) |
2020-07-01 | ktest.pl: Just open up the log file once | Steven Rostedt (VMware) |
2020-07-01 | ktest.pl: Add a NOT operator | Steven Rostedt (VMware) |
2020-07-01 | ktest.pl: Define PRE_TEST_DIE to kill the test if the PRE_TEST fails | Steven Rostedt (VMware) |
2020-07-01 | ktest.pl: Always show log file location if defined even on success | Steven Rostedt (VMware) |
2020-07-01 | ktest.pl: Have config-bisect save each config used in the bisect | Steven Rostedt (VMware) |
2020-03-09 | ktest: Fix typos in ktest.pl | Masanari Iida |
2020-03-09 | ktest: Add timeout for ssh sync testing | Steven Rostedt (VMware) |
2020-03-09 | ktest: Make default build option oldconfig not randconfig | Steven Rostedt (VMware) |
2020-03-09 | ktest: Fix some typos in sample.conf | Masanari Iida |
2019-07-24 | ktest: Fix some typos in config-bisect.pl | Masanari Iida |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166 | Thomas Gleixner |
2019-05-10 | ktest: update sample.conf for grub2bls | Masayoshi Mizuma |
2019-05-10 | ktest: remove get_grub2_index | Masayoshi Mizuma |
2019-05-10 | ktest: pass KERNEL_VERSION to POST_KTEST | Masayoshi Mizuma |
2019-05-10 | ktest: introduce grub2bls REBOOT_TYPE option | Masayoshi Mizuma |
2019-05-10 | ktest: cleanup get_grub_index | Masayoshi Mizuma |
2019-05-10 | ktest: introduce _get_grub_index | Masayoshi Mizuma |
2019-04-18 | ktest: introduce REBOOT_RETURN_CODE to confirm the result of REBOOT | Masayoshi Mizuma |
2019-04-17 | ktest: Add support for meta characters in GRUB_MENU | Masayoshi Mizuma |
2019-04-17 | ktest: Show name and iteration on errors | Steven Rostedt (VMware) |
2018-04-11 | Merge tag 'ktest-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2018-04-10 | ktest: Take submenu into account for grub2 menus | Satoru Takeuchi |
2018-04-07 | ktest.pl: Add MAIL_COMMAND option to define how to send email | Steven Rostedt (VMware) |
2018-04-07 | ktest.pl: Use run_command to execute sending mail | Steven Rostedt (VMware) |
2018-04-07 | ktest.pl: Allow dodie be recursive | Steven Rostedt (VMware) |
2018-04-07 | ktest.pl: Kill test if mailer is not supported | Steven Rostedt (VMware) |
2018-04-07 | ktest.pl: Add MAIL_PATH option to define where to find the mailer | Steven Rostedt (VMware) |