serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / tools / testing /
2011-11-18 Rabin Vincentktest: Check parent options for iterated tests
2011-10-28 Steven Rostedtktest: Evaluate variables entered on the command line
2011-10-22 Steven Rostedtktest: Add variable ${PWD}
2011-10-22 Steven Rostedtktest: Add another monitor flush before installing...
2011-10-20 Steven Rostedtktest: Do not opencode reboot in grub setting
2011-10-17 Steven Rostedtktest: Add processing of complex conditionals
2011-10-17 Steven Rostedtktest: Fix parsing of config section lines
2011-10-17 Steven Rostedtktest: Sort make_min_config configs by dependecies
2011-10-17 Steven Rostedtktest: Add DEFINED keyword for IF statements
2011-10-17 Steven Rostedtktest: Add OVERRIDE keyword to DEFAULTS section
2011-10-17 Steven Rostedtktest: Consolidate TEST_TYPE and DEFAULT code
2011-10-17 Steven Rostedtktest: Add INCLUDE keyword to include other config...
2011-10-17 Steven Rostedtktest: Let IF keyword take comparisons
2011-10-17 Steven Rostedtktest: Add IF and ELSE to config sections
2011-10-17 Steven Rostedtktest: Do not reboot on config or build issues
2011-10-17 Steven Rostedtktest: Add option REBOOT_SUCCESS_LINE to stop waiting...
2011-10-17 Steven Rostedtktest: Add NO_INSTALL option to not install for a test
2011-10-17 Steven Rostedtktest: Fail when grub menu not found
2011-10-17 Andrew Jonesktest: Include monitor in reboot code
2011-10-17 Andrew Jonesktest: Only need to save .config when doing mrproper
2011-10-17 Andrew Jonesktest: Create outputdir if it does not exist
2011-10-17 Steven Rostedtktest: Add TEST_TYPE install option
2011-07-16 Steven Rostedtktest: Fix bug when ADD_CONFIG is set but MIN_CONFIG...
2011-07-16 Steven Rostedtktest: Keep fonud configs separate from default configs
2011-07-16 Steven Rostedtktest: Add prompt to use OUTPUT_MIN_CONFIG
2011-07-16 Steven Rostedtktest: Use Kconfig dependencies to shorten time to...
2011-07-16 Steven Rostedtktest: Add test type make_min_config
2011-06-15 Steven Rostedtktest: Require one TEST_START in config file
2011-06-15 Steven Rostedtktest: Add helper function to avoid duplicate code
2011-06-15 Steven Rostedtktest: Add IGNORE_WARNINGS to ignore warnings in some...
2011-06-15 Steven Rostedtktest: Fix tar extracting of modules to target
2011-06-15 Steven Rostedtktest: Have the testing tmp dir include machine name
2011-06-15 Steven Rostedtktest: Add POST/PRE_BUILD options
2011-06-13 Steven Rostedtktest: Allow initrd processing without modules defined
2011-06-13 Steven Rostedtktest: Have LOG_FILE evaluate options as well
2011-06-13 Steven Rostedtktest: Have wait on stdio honor bug timeout
2011-06-13 Steven Rostedtktest: Implement our own force min config
2011-06-13 Steven Rostedtktest: Add TEST_NAME option
2011-06-13 Steven Rostedtktest: Add CONFIG_BISECT_GOOD option
2011-06-13 Steven Rostedtktest: Add detection of triple faults
2011-06-13 Steven Rostedtktest: Notify reason to break out of monitoring boot
2011-06-02 Steven Rostedtktest: Ignore unset values of the minconfig in config_b...
2011-06-02 Steven Rostedtktest: Fix result of rebooting the kernel
2011-06-02 Steven Rostedtktest: Fix off-by-one in config bisect result
2011-05-20 Steven Rostedtktest: Allow options to be used by other options
2011-05-20 Steven Rostedtktest: Create variables for the ktest config files
2011-05-20 Steven Rostedtktest: Reboot after each patchcheck run
2011-05-20 Steven Rostedtktest: Reboot to good kernel after every bisect run
2011-05-20 Steven Rostedtktest: If test failed due to timeout, print that
2011-05-20 Steven Rostedtktest: Fix post install command
2011-03-21 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-08 Steven Rostedtktest: Add STOP_TEST_AFTER to stop the test after a...
2011-03-08 Steven Rostedtktest: Monitor kernel while running of user tests
2011-03-08 Steven Rostedtktest: Fix bug where the test would not end after failure
2011-03-08 Steven Rostedtktest: Add BISECT_FILES to run git bisect on paths
2011-03-08 Steven Rostedtktest: Add BISECT_SKIP
2011-03-08 Steven Rostedtktest: Add manual bisect
2011-03-08 Steven Rostedtktest: Handle kernels before make oldnoconfig
2011-03-08 Steven Rostedtktest: Start failure timeout on panic too
2011-03-08 Steven Rostedtktest: Print logfile name on failure
2011-02-08 Uwe Kleine-Königtrivial: Fix Steven's Copyright typos
2010-11-18 Steven Rostedtktest: Ask for the manditory config options instead...
2010-11-18 Steven Rostedtktest: Copy the last good and bad configs in config_bisect
2010-11-18 Steven Rostedtktest: For grub reboot, use run_ssh instead of run_command
2010-11-18 Steven Rostedtktest: Added force stop after success and failure
2010-11-18 Steven Rostedtktest: Parse off the directory name in useconfig for...
2010-11-18 Steven Rostedtktest: Use different temp config name for minconfig
2010-11-18 Steven Rostedtktest: Updated the sample.conf for the latest options
2010-11-18 Steven Rostedtktest: Added compare script to test ktest.pl to sample...
2010-11-18 Steven Rostedtktest: Added config_bisect test type
2010-11-18 Steven Rostedtktest/cleanups: Added version 0.2, ssh as options
2010-11-18 Steven Rostedtktest: Output something easy to parse for failure or...
2010-11-18 Steven Rostedtktest: Allow a test case to undefine a default value
2010-11-18 Steven Rostedtktest: Use $output_config instead of typing $outputdir...
2010-11-18 Steven Rostedtktest: Write to stdout if no log file is given
2010-11-18 Steven Rostedtktest: Use oldnoconfig instead of yes command
2010-11-18 Steven Rostedtktest: Update the sample config file with more document...
2010-11-18 Steven Rostedtktest: New TEST_START instead of using [], and use...
2010-11-18 Steven Rostedtktest: Add poweroff after halt and powercycle after...
2010-11-18 Steven Rostedtktest: Add POST_INSTALL to allow initrds to be created
2010-11-18 Steven Rostedtktest: Added sample.conf, new %default option format
2010-11-18 Steven Rostedtktest: Add open and close console and start stop monitor
2010-11-18 Steven Rostedtktest: Added continuing on success, clear log and timeout
2010-11-18 Steven Rostedtktest: Add reverse bisect, better logging, copyright
2010-11-18 Steven Rostedtktest: Added patchcheck
2010-11-18 Steven Rostedtktest: Added reboot on success
2010-11-18 Steven Rostedtktest: Added better console, add test build
2010-11-18 Steven Rostedtktest: Bisecting, install modules, add logging
2010-11-18 Steven Rostedtktest: New features reboot on error, make options
2010-11-18 Steven Rostedtktest: New features: noclean, dodie, poweroff on error...
2010-11-18 Steven RostedtInitial start of ktest.pl