aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2016-10-14Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 32-5/+2997
2016-10-14Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 5-0/+9
2016-10-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 6-3/+185
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Gravatar Masahiro Yamada 1-1/+0
2016-10-11radix-tree tests: properly initialize mutexGravatar Ross Zwisler 1-1/+1
2016-10-11radix-tree tests: add iteration testGravatar Ross Zwisler 4-1/+184
2016-10-11Merge tag 'libnvdimm-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-48/+276
2016-10-11selftests/futex: Check ANSI terminal color supportGravatar SeongJae Park 2-2/+2
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-1/+1631
2016-10-07Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 5-62/+361
2016-10-07Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 23-157/+1426
2016-10-07selftests: expanding more mlock selftestGravatar Simon Guo 3-78/+295
2016-10-07selftest: move seek_to_smaps_entry() out of mlock2-tests.cGravatar Simon Guo 2-42/+42
2016-10-07selftests/vm: add test for mlock() when areas are intersectedGravatar Simon Guo 3-0/+81
2016-10-07selftest: split mlock2_ funcs into separate mlock2.hGravatar Simon Guo 2-20/+21
2016-10-07Merge branch 'for-4.9/libnvdimm' into libnvdimm-for-nextGravatar Dan Williams 4-48/+276
2016-10-07tools/testing/nvdimm: support for sub-dividing a pmem regionGravatar Dan Williams 3-43/+124
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 4-0/+182
2016-10-06selftests/powerpc: Fix build break caused by EXPORT_SYMBOL changesGravatar Michael Ellerman 2-0/+2
2016-10-06selftests/powerpc: Add missing binaries to .gitignoresGravatar Michael Ellerman 3-0/+7
2016-10-04selftests/powerpc: Add checks for transactional VSXs in signal contextsGravatar Cyril Bur 2-1/+126
2016-10-04selftests/powerpc: Add checks for transactional VMXs in signal contextsGravatar Cyril Bur 2-1/+112
2016-10-04selftests/powerpc: Add checks for transactional FPUs in signal contextsGravatar Cyril Bur 2-1/+93
2016-10-04selftests/powerpc: Add checks for transactional GPRs in signal contextsGravatar Cyril Bur 3-1/+210
2016-10-04selftests/powerpc: Check that signals always get deliveredGravatar Cyril Bur 5-0/+285
2016-10-04selftests/powerpc: Add TM tcheck helpers in CGravatar Cyril Bur 1-0/+27
2016-10-04selftests/powerpc: Allow tests to extend their kill timeoutGravatar Cyril Bur 2-3/+8
2016-10-04selftests/powerpc: Introduce GPR asm helper header fileGravatar Cyril Bur 1-0/+96
2016-10-04selftests/powerpc: Move VMX stack frame macros to header fileGravatar Cyril Bur 2-84/+97
2016-10-04selftests/powerpc: Rework FPU stack placement macros and move to header fileGravatar Cyril Bur 2-68/+85
2016-10-04selftests/powerpc: Check for VSX preservation across userspace preemptionGravatar Cyril Bur 4-1/+283
2016-10-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-13/+0
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-10/+10
2016-09-30Merge branch 'x86/urgent' into x86/asmGravatar Thomas Gleixner 2-5/+13
2016-09-29Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+2
2016-09-25radix tree test suite: Test radix_tree_replace_slot() for multiorder entriesGravatar Matthew Wilcox 2-5/+13
2016-09-23selftests/powerpc: Compile selftests against headers without AT_HWCAP2Gravatar Cyril Bur 1-0/+7
2016-09-22tools/testing: add a test to check nsfs ioctl-sGravatar Andrey Vagin 4-0/+182
2016-09-21tools/testing/nvdimm: test get_config_size DSM failuresGravatar Dan Williams 1-2/+77
2016-09-20selftests: Move networking/timestamping from DocumentationGravatar Shuah Khan 5-0/+1222
2016-09-20selftests: move watchdog tests from Documentation/watchdogGravatar Shuah Khan 3-0/+114
2016-09-20selftests: move ia64 tests from Documentation/ia64Gravatar Shuah Khan 3-0/+272
2016-09-20selftests: move vDSO tests from Documentation/vDSOGravatar Shuah Khan 5-0/+471
2016-09-20selftests: move ptp tests from Documentation/ptpGravatar Shuah Khan 4-0/+565
2016-09-20selftests: move prctl tests from Documentation/prctlGravatar Shuah Khan 5-0/+306
2016-09-20selftests: move dnotify_test from Documentation/filesystemsGravatar Shuah Khan 3-0/+42
2016-09-20selftests/timers: Add missing error code assignment before testGravatar Christophe JAILLET 1-2/+2
2016-09-20selftests/zram: replace ZRAM_LZ4_COMPRESSGravatar Fabian Frederick 1-1/+1
2016-09-19tools/testing/nvdimm: fix allocation range for mock flush hint tablesGravatar Dan Williams 1-1/+2
2016-09-13selftests/x86/sigreturn: Use CX, not AX, as the scratch registerGravatar Andy Lutomirski 1-8/+8