index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
ktest
Commit message (
Expand
)
Author
Age
Files
Lines
*
ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.conf
Satoru Takeuchi
2014-02-26
1
-0
/
+4
*
Merge tag 'ktest-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2014-01-20
2
-32
/
+147
|
\
|
*
ktest: Add BISECT_TRIES to bisect test
Steven Rostedt (Red Hat)
2014-01-18
2
-2
/
+36
|
*
ktest: Add eval '=~' command to modify variables in config file
Steven Rostedt (Red Hat)
2013-12-11
1
-21
/
+81
|
*
ktest: Add special variable ${KERNEL_VERSION}
Steven Rostedt (Red Hat)
2013-12-11
1
-8
/
+19
|
*
ktest: Add documentation of CLOSE_CONSOLE_SIGNAL
Steven Rostedt (Red Hat)
2013-12-03
1
-0
/
+7
|
*
ktest: Make the signal to terminate the console configurable
Satoru Takeuchi
2013-12-03
1
-1
/
+4
*
|
Drop support for Renesas H8/300 (h8300) architecture
Guenter Roeck
2013-09-16
1
-6
/
+0
*
|
treewide: Fix typo in printk
Masanari Iida
2013-05-28
1
-1
/
+1
|
/
*
ktest: Reset grub menu cache with different machines
Steven Rostedt (Red Hat)
2013-04-24
1
-2
/
+7
*
ktest: Allow tests to use different GRUB_MENUs
Steven Rostedt (Red Hat)
2013-03-08
1
-2
/
+7
*
ktest: Remove indexes from warnings check
Steven Rostedt (Red Hat)
2013-02-18
1
-8
/
+26
*
ktest: Ignore warnings during reboot
Steven Rostedt (Red Hat)
2013-02-05
1
-0
/
+8
*
ktest: Search for linux banner for successful reboot
Steven Rostedt (Red Hat)
2013-02-05
1
-1
/
+6
*
ktest: Add make_warnings_file and process full warnings
Steven Rostedt (Red Hat)
2013-01-31
3
-6
/
+185
*
ktest: Allow a test option to use its default option
Steven Rostedt (Red Hat)
2013-01-31
1
-6
/
+10
*
ktest: Strip off '\n' when reading which files were modified
Steven Rostedt (Red Hat)
2013-01-30
1
-0
/
+4
*
ktest: Do not require CONSOLE for build or install bisects
Steven Rostedt (Red Hat)
2013-01-30
1
-5
/
+22
*
ktest: Test if target machine is up before install
Steven Rostedt
2012-12-11
1
-0
/
+10
*
ktest: Fix breakage from change of oldnoconfig to olddefconfig
Steven Rostedt
2012-12-11
1
-4
/
+8
*
ktest: Add native support for syslinux boot loader
Steven Rostedt
2012-12-11
2
-2
/
+48
*
ktest: Sync before reboot
Steven Rostedt
2012-12-11
1
-0
/
+3
*
ktest: Add support for grub2
Steven Rostedt
2012-11-13
2
-4
/
+91
*
ktest: Fix ktest confusion with CONFIG_MODULES_USE_ELF_RELA
Steven Rostedt
2012-10-26
1
-2
/
+4
*
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2012-10-12
1
-8
/
+7
|
\
|
*
kconfig: replace 'oldnoconfig' with 'olddefconfig', and keep the old name as ...
Adam Lee
2012-09-27
1
-8
/
+7
*
|
Merge tag 'ktest-v3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2012-10-01
1
-1
/
+3
|
\
\
|
*
|
ktest: Fix ELSE IF statements
Steven Rostedt
2012-09-26
1
-1
/
+3
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2012-10-01
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
tools/testing: fix comment / output typos
Masanari Iida
2012-09-01
2
-2
/
+2
*
|
ktest: Allow perl regex expressions in conditional statements
Steven Rostedt
2012-07-30
1
-1
/
+5
*
|
ktest: Ignore errors it tests if IGNORE_ERRORS is set
Steven Rostedt
2012-07-30
1
-1
/
+10
*
|
ktest: Reset saved min (force) configs for each test
Steven Rostedt
2012-07-20
1
-0
/
+2
*
|
ktest: Add check for bug or panic during reboot
Steven Rostedt
2012-07-19
1
-1
/
+27
*
|
ktest: Add MAX_MONITOR_WAIT option
Steven Rostedt
2012-07-19
2
-1
/
+23
*
|
ktest: Fix config bisect with how make oldnoconfig works
Steven Rostedt
2012-07-19
1
-0
/
+46
*
|
ktest: Add CONFIG_BISECT_CHECK option
Steven Rostedt
2012-07-19
2
-0
/
+20
*
|
ktest: Add PRE_INSTALL option
Steven Rostedt
2012-07-19
2
-0
/
+16
*
|
ktest: Add PRE/POST_KTEST and TEST options
Steven Rostedt
2012-07-19
2
-0
/
+67
*
|
ktest: Remove commented exit
Steven Rostedt
2012-07-19
1
-1
/
+0
|
/
*
ktest: Change singular "paranthesis" to plural "parentheses"
Jesper Juhl
2012-05-23
1
-1
/
+1
*
ktest: Add README to explain what is in the examples directory
Steven Rostedt
2012-05-22
1
-0
/
+32
*
ktest: Add the snowball.conf example config
Steven Rostedt
2012-05-22
1
-0
/
+53
*
ktest: Add an example config that does cross compiling of several archs
Steven Rostedt
2012-05-22
1
-0
/
+260
*
ktest: Add kvm.conf example config
Steven Rostedt
2012-05-22
1
-0
/
+88
*
ktest: Add useful example configs
Steven Rostedt
2012-05-22
6
-0
/
+517
*
ktest: Add USE_OUTPUT_MIN_CONFIG to avoid prompt on make_min_config
Steven Rostedt
2012-05-22
2
-1
/
+16
*
ktest: Add MIN_CONFIG_TYPE to allow making a minum .config that has network
Steven Rostedt
2012-05-21
2
-0
/
+24
*
ktest: Fix kernelrevision with POST_BUILD
Steven Rostedt
2012-05-18
1
-0
/
+11
*
ktest: Fix reboot on success stopping all reboots
Steven Rostedt
2012-05-01
1
-2
/
+8
[next]