aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2012-03-28mm: move hugepage test examples to tools/testing/selftests/vmGravatar Dave Young 6-1/+363
2012-03-28selftests/Makefile: make `run_tests' depend on `all'Gravatar Andrew Morton 1-1/+1
2012-03-28selftests: launch individual selftests from the main MakefileGravatar Frederic Weisbecker 3-10/+10
2012-03-23Merge tag 'ktest-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 2-14/+56
2012-03-21ktest: Allow a test to override REBOOT_ON_SUCCESSGravatar Steven Rostedt 1-2/+10
2012-03-21ktest: Fix SWITCH_TO_GOOD to also reboot the machineGravatar Steven Rostedt 1-1/+0
2012-03-21ktest: Add SCP_TO_TARGET_INSTALL optionGravatar Steven Rostedt 2-7/+33
2012-03-21ktest: Add warning when bugs are ignoredGravatar Steven Rostedt 1-3/+12
2012-03-21ktest: Add INSTALL_MOD_STRIP=1 when installing modulesGravatar Steven Rostedt 1-1/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-02-27Merge tag 'ktest-fix-make-min-failed-build-for-real' of git://git.kernel.org/...Gravatar Linus Torvalds 1-3/+5
2012-02-27ktest: Fix make_min_config test when build failsGravatar Steven Rostedt 1-3/+5
2012-02-21tools: Fix typo in ktest.plGravatar Masanari Iida 1-1/+1
2012-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Gravatar Linus Torvalds 3-192/+581
2012-01-12selftests: new x86 breakpoints selftestGravatar Frederic Weisbecker 4-2/+416
2012-01-12selftests: new very basic kernel selftests directoryGravatar Frederic Weisbecker 2-0/+19
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2012-01-04ktest: Add INGORE_ERRORS to ignore warnings in boot upGravatar Steven Rostedt 2-1/+11
2012-01-04ktest: Still do reboot even for REBOOT_TYPE = scriptGravatar Steven Rostedt 2-9/+7
2012-01-02misc latin1 to utf8 conversionsGravatar Al Viro 1-1/+1
2011-12-22ktest: Fix compare script to test if options are not documentedGravatar Steven Rostedt 1-1/+3
2011-12-22ktest: Detect typos in option namesGravatar Steven Rostedt 2-80/+139
2011-12-22ktest: Have all values be set by defaultsGravatar Steven Rostedt 1-27/+59
2011-12-22ktest: Change initialization of defaults hash to perl formatGravatar Steven Rostedt 1-35/+36
2011-12-22ktest: Add options SWITCH_TO_GOOD and SWITCH_TO_TESTGravatar Steven Rostedt 2-7/+47
2011-12-22ktest: Allow overriding bisect test resultsGravatar Steven Rostedt 2-0/+83
2011-12-22ktest: Evaluate options before processing themGravatar Steven Rostedt 1-5/+6
2011-12-22ktest: Evaluate $KERNEL_VERSION in both install and post installGravatar Steven Rostedt 1-3/+12
2011-12-22ktest: Only ask options needed for installGravatar Steven Rostedt 1-5/+14
2011-12-22ktest: When creating a new config, ask for BUILD_OPTIONSGravatar Steven Rostedt 1-1/+14
2011-12-22ktest: Do not ask for some options if the only test is buildGravatar Steven Rostedt 1-12/+31
2011-12-22ktest: Ask for type of test when creating a new configGravatar Steven Rostedt 1-4/+12
2011-12-22ktest: Allow bisect test to restart where it left offGravatar Steven Rostedt 1-6/+64
2011-11-23ktest: When creating new config, allow the use of ${THIS_DIR}Gravatar Steven Rostedt 1-2/+17
2011-11-21ktest: Add default for ssh-user, build-target and target-imageGravatar Steven Rostedt 1-1/+7
2011-11-18ktest: Allow success logs to be storedGravatar Rabin Vincent 2-34/+52
2011-11-18ktest: Save test outputGravatar Rabin Vincent 1-11/+19
2011-11-18ktest: Check parent options for iterated testsGravatar Rabin Vincent 1-0/+16
2011-10-28ktest: Evaluate variables entered on the command lineGravatar Steven Rostedt 1-4/+6
2011-10-22ktest: Add variable ${PWD}Gravatar Steven Rostedt 1-0/+3
2011-10-22ktest: Add another monitor flush before installing kernelGravatar Steven Rostedt 1-0/+5
2011-10-20ktest: Do not opencode reboot in grub settingGravatar Steven Rostedt 1-1/+2
2011-10-17ktest: Add processing of complex conditionalsGravatar Steven Rostedt 2-5/+58
2011-10-17ktest: Fix parsing of config section linesGravatar Steven Rostedt 1-18/+31
2011-10-17ktest: Sort make_min_config configs by dependeciesGravatar Steven Rostedt 1-22/+49
2011-10-17ktest: Add DEFINED keyword for IF statementsGravatar Steven Rostedt 2-1/+33
2011-10-17ktest: Add OVERRIDE keyword to DEFAULTS sectionGravatar Steven Rostedt 2-8/+44
2011-10-17ktest: Consolidate TEST_TYPE and DEFAULT codeGravatar Steven Rostedt 1-40/+21
2011-10-17ktest: Add INCLUDE keyword to include other config filesGravatar Steven Rostedt 2-9/+78
2011-10-17ktest: Let IF keyword take comparisonsGravatar Steven Rostedt 2-6/+62