Age | Commit message (Expand) | Author | Files | Lines |
2011-10-28 | ktest: Evaluate variables entered on the command line | Steven Rostedt | 1 | -4/+6 |
2011-10-22 | ktest: Add variable ${PWD} | Steven Rostedt | 1 | -0/+3 |
2011-10-22 | ktest: Add another monitor flush before installing kernel | Steven Rostedt | 1 | -0/+5 |
2011-10-20 | ktest: Do not opencode reboot in grub setting | Steven Rostedt | 1 | -1/+2 |
2011-10-17 | ktest: Add processing of complex conditionals | Steven Rostedt | 2 | -5/+58 |
2011-10-17 | ktest: Fix parsing of config section lines | Steven Rostedt | 1 | -18/+31 |
2011-10-17 | ktest: Sort make_min_config configs by dependecies | Steven Rostedt | 1 | -22/+49 |
2011-10-17 | ktest: Add DEFINED keyword for IF statements | Steven Rostedt | 2 | -1/+33 |
2011-10-17 | ktest: Add OVERRIDE keyword to DEFAULTS section | Steven Rostedt | 2 | -8/+44 |
2011-10-17 | ktest: Consolidate TEST_TYPE and DEFAULT code | Steven Rostedt | 1 | -40/+21 |
2011-10-17 | ktest: Add INCLUDE keyword to include other config files | Steven Rostedt | 2 | -9/+78 |
2011-10-17 | ktest: Let IF keyword take comparisons | Steven Rostedt | 2 | -6/+62 |
2011-10-17 | ktest: Add IF and ELSE to config sections | Steven Rostedt | 2 | -4/+98 |
2011-10-17 | ktest: Do not reboot on config or build issues | Steven Rostedt | 1 | -2/+20 |
2011-10-17 | ktest: Add option REBOOT_SUCCESS_LINE to stop waiting after a reboot | Steven Rostedt | 2 | -6/+37 |
2011-10-17 | ktest: Add NO_INSTALL option to not install for a test | Steven Rostedt | 2 | -1/+16 |
2011-10-17 | ktest: Fail when grub menu not found | Steven Rostedt | 1 | -1/+4 |
2011-10-17 | ktest: Include monitor in reboot code | Andrew Jones | 1 | -20/+16 |
2011-10-17 | ktest: Only need to save .config when doing mrproper | Andrew Jones | 1 | -7/+7 |
2011-10-17 | ktest: Create outputdir if it does not exist | Andrew Jones | 1 | -3/+5 |
2011-10-17 | ktest: Add TEST_TYPE install option | Steven Rostedt | 2 | -3/+11 |
2011-07-15 | ktest: Fix bug when ADD_CONFIG is set but MIN_CONFIG is not | Steven Rostedt | 1 | -12/+7 |
2011-07-15 | ktest: Keep fonud configs separate from default configs | Steven Rostedt | 1 | -4/+8 |
2011-07-15 | ktest: Add prompt to use OUTPUT_MIN_CONFIG | Steven Rostedt | 2 | -14/+59 |
2011-07-15 | ktest: Use Kconfig dependencies to shorten time to make min_config | Steven Rostedt | 2 | -22/+273 |
2011-07-15 | ktest: Add test type make_min_config | Steven Rostedt | 2 | -4/+301 |
2011-06-14 | ktest: Require one TEST_START in config file | Steven Rostedt | 1 | -0/+11 |
2011-06-14 | ktest: Add helper function to avoid duplicate code | Steven Rostedt | 1 | -26/+20 |
2011-06-14 | ktest: Add IGNORE_WARNINGS to ignore warnings in some patches | Steven Rostedt | 2 | -2/+20 |
2011-06-14 | ktest: Fix tar extracting of modules to target | Steven Rostedt | 1 | -1/+1 |
2011-06-14 | ktest: Have the testing tmp dir include machine name | Steven Rostedt | 2 | -3/+3 |
2011-06-14 | ktest: Add POST/PRE_BUILD options | Steven Rostedt | 2 | -3/+60 |
2011-06-13 | ktest: Allow initrd processing without modules defined | Steven Rostedt | 1 | -6/+12 |
2011-06-13 | ktest: Have LOG_FILE evaluate options as well | Steven Rostedt | 1 | -58/+68 |
2011-06-13 | ktest: Have wait on stdio honor bug timeout | Steven Rostedt | 1 | -1/+10 |
2011-06-13 | ktest: Implement our own force min config | Steven Rostedt | 1 | -13/+61 |
2011-06-13 | ktest: Add TEST_NAME option | Steven Rostedt | 2 | -2/+22 |
2011-06-13 | ktest: Add CONFIG_BISECT_GOOD option | Steven Rostedt | 2 | -7/+18 |
2011-06-13 | ktest: Add detection of triple faults | Steven Rostedt | 2 | -0/+30 |
2011-06-13 | ktest: Notify reason to break out of monitoring boot | Steven Rostedt | 1 | -2/+10 |
2011-06-02 | ktest: Ignore unset values of the minconfig in config_bisect | Steven Rostedt | 1 | -1/+1 |
2011-06-02 | ktest: Fix result of rebooting the kernel | Steven Rostedt | 1 | -1/+1 |
2011-06-02 | ktest: Fix off-by-one in config bisect result | Steven Rostedt | 1 | -2/+2 |
2011-05-20 | ktest: Allow options to be used by other options | Steven Rostedt | 2 | -1/+97 |
2011-05-20 | ktest: Create variables for the ktest config files | Steven Rostedt | 2 | -0/+121 |
2011-05-20 | ktest: Reboot after each patchcheck run | Steven Rostedt | 2 | -0/+17 |
2011-05-20 | ktest: Reboot to good kernel after every bisect run | Steven Rostedt | 1 | -5/+5 |
2011-05-20 | ktest: If test failed due to timeout, print that | Steven Rostedt | 1 | -0/+1 |
2011-05-20 | ktest: Fix post install command | Steven Rostedt | 1 | -1/+1 |
2011-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2 | -20/+161 |