summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2012-05-31syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov-1/+124
2012-05-31tools/selftests: add mq_perf_testsDoug Ledford-1/+746
2012-05-31selftests: add mq_open_testsDoug Ledford-1/+501
2012-05-23ktest: Change singular "paranthesis" to plural "parentheses"Jesper Juhl-1/+1
2012-05-22ktest: Add README to explain what is in the examples directorySteven Rostedt-0/+32
2012-05-22ktest: Add the snowball.conf example configSteven Rostedt-0/+53
2012-05-22ktest: Add an example config that does cross compiling of several archsSteven Rostedt-0/+260
2012-05-22ktest: Add kvm.conf example configSteven Rostedt-0/+88
2012-05-22ktest: Add useful example configsSteven Rostedt-0/+517
2012-05-22ktest: Add USE_OUTPUT_MIN_CONFIG to avoid prompt on make_min_configSteven Rostedt-1/+16
2012-05-21ktest: Add MIN_CONFIG_TYPE to allow making a minum .config that has networkSteven Rostedt-0/+24
2012-05-18ktest: Fix kernelrevision with POST_BUILDSteven Rostedt-0/+11
2012-05-01ktest: Fix reboot on success stopping all rebootsSteven Rostedt-2/+8
2012-05-01ktest.pl: Fix combined usage of BISECT_REVERSE and BISECT_SKIPRuss Dill-1/+1
2012-03-28mm: move hugepage test examples to tools/testing/selftests/vmDave Young-1/+363
2012-03-28selftests/Makefile: make `run_tests' depend on `all'Andrew Morton-1/+1
2012-03-28selftests: launch individual selftests from the main MakefileFrederic Weisbecker-10/+10
2012-03-23Merge tag 'ktest-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-14/+56
2012-03-21ktest: Allow a test to override REBOOT_ON_SUCCESSSteven Rostedt-2/+10
2012-03-21ktest: Fix SWITCH_TO_GOOD to also reboot the machineSteven Rostedt-1/+0
2012-03-21ktest: Add SCP_TO_TARGET_INSTALL optionSteven Rostedt-7/+33
2012-03-21ktest: Add warning when bugs are ignoredSteven Rostedt-3/+12
2012-03-21ktest: Add INSTALL_MOD_STRIP=1 when installing modulesSteven Rostedt-1/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-02-27Merge tag 'ktest-fix-make-min-failed-build-for-real' of git://git.kernel.org/...Linus Torvalds-3/+5
2012-02-27ktest: Fix make_min_config test when build failsSteven Rostedt-3/+5
2012-02-21tools: Fix typo in ktest.plMasanari Iida-1/+1
2012-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds-192/+581
2012-01-12selftests: new x86 breakpoints selftestFrederic Weisbecker-2/+416
2012-01-12selftests: new very basic kernel selftests directoryFrederic Weisbecker-0/+19
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2012-01-04ktest: Add INGORE_ERRORS to ignore warnings in boot upSteven Rostedt-1/+11
2012-01-04ktest: Still do reboot even for REBOOT_TYPE = scriptSteven Rostedt-9/+7
2012-01-02misc latin1 to utf8 conversionsAl Viro-1/+1
2011-12-22ktest: Fix compare script to test if options are not documentedSteven Rostedt-1/+3
2011-12-22ktest: Detect typos in option namesSteven Rostedt-80/+139
2011-12-22ktest: Have all values be set by defaultsSteven Rostedt-27/+59
2011-12-22ktest: Change initialization of defaults hash to perl formatSteven Rostedt-35/+36
2011-12-22ktest: Add options SWITCH_TO_GOOD and SWITCH_TO_TESTSteven Rostedt-7/+47
2011-12-22ktest: Allow overriding bisect test resultsSteven Rostedt-0/+83
2011-12-22ktest: Evaluate options before processing themSteven Rostedt-5/+6
2011-12-22ktest: Evaluate $KERNEL_VERSION in both install and post installSteven Rostedt-3/+12
2011-12-22ktest: Only ask options needed for installSteven Rostedt-5/+14
2011-12-22ktest: When creating a new config, ask for BUILD_OPTIONSSteven Rostedt-1/+14
2011-12-22ktest: Do not ask for some options if the only test is buildSteven Rostedt-12/+31
2011-12-22ktest: Ask for type of test when creating a new configSteven Rostedt-4/+12
2011-12-22ktest: Allow bisect test to restart where it left offSteven Rostedt-6/+64
2011-11-23ktest: When creating new config, allow the use of ${THIS_DIR}Steven Rostedt-2/+17
2011-11-21ktest: Add default for ssh-user, build-target and target-imageSteven Rostedt-1/+7
2011-11-18ktest: Allow success logs to be storedRabin Vincent-34/+52