summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)AuthorFilesLines
2017-12-10selftests/x86/ldt_get: Add a few additional tests for limitsAndy Lutomirski1-1/+16
2017-11-15tools: firmware: check for distro fallback udev cancel ruleLuis R. Rodriguez1-2/+26
2017-11-15selftests: firmware: send expected errors to /dev/nullLuis R. Rodriguez1-3/+3
2017-10-05selftests/seccomp: Support glibc 2.26 siginfo_t.hKees Cook1-5/+13
2017-09-14selftests/x86/fsgsbase: Test selectors 1, 2, and 3Andy Lutomirski1-6/+35
2017-08-30ntb: ntb_test: ensure the link is up before trying to configure the mwsLogan Gunthorpe1-0/+4
2017-08-30NTB: ntb_test: fix bug printing ntb_perf resultsLogan Gunthorpe1-1/+1
2017-07-21selftests/capabilities: Fix the test_execve testAndy Lutomirski1-5/+2
2017-05-20selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bugAndy Lutomirski1-0/+46
2017-05-14x86/mpx: Re-add MPX to selftests MakefileDave Hansen1-1/+1
2017-01-26selftest/powerpc: Wrong PMC initialized in pmc56_overflow testMadhavan Srinivasan1-1/+1
2017-01-19selftests: do not require bash for the generated testRolf Eike Beer1-1/+1
2017-01-19selftests: do not require bash to run netsocktests testcaseRolf Eike Beer1-1/+1
2016-10-15Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds32-5/+2997
2016-10-14Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-0/+9
2016-10-11selftests/futex: Check ANSI terminal color supportSeongJae Park2-2/+2
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-1/+1631
2016-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-62/+361
2016-10-08Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds23-157/+1426
2016-10-08selftests: expanding more mlock selftestSimon Guo3-78/+295
2016-10-08selftest: move seek_to_smaps_entry() out of mlock2-tests.cSimon Guo2-42/+42
2016-10-08selftests/vm: add test for mlock() when areas are intersectedSimon Guo3-0/+81
2016-10-08selftest: split mlock2_ funcs into separate mlock2.hSimon Guo2-20/+21
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds4-0/+182
2016-10-06selftests/powerpc: Fix build break caused by EXPORT_SYMBOL changesMichael Ellerman2-0/+2
2016-10-06selftests/powerpc: Add missing binaries to .gitignoresMichael Ellerman3-0/+7
2016-10-04selftests/powerpc: Add checks for transactional VSXs in signal contextsCyril Bur2-1/+126
2016-10-04selftests/powerpc: Add checks for transactional VMXs in signal contextsCyril Bur2-1/+112
2016-10-04selftests/powerpc: Add checks for transactional FPUs in signal contextsCyril Bur2-1/+93
2016-10-04selftests/powerpc: Add checks for transactional GPRs in signal contextsCyril Bur3-1/+210
2016-10-04selftests/powerpc: Check that signals always get deliveredCyril Bur5-0/+285
2016-10-04selftests/powerpc: Add TM tcheck helpers in CCyril Bur1-0/+27
2016-10-04selftests/powerpc: Allow tests to extend their kill timeoutCyril Bur2-3/+8
2016-10-04selftests/powerpc: Introduce GPR asm helper header fileCyril Bur1-0/+96
2016-10-04selftests/powerpc: Move VMX stack frame macros to header fileCyril Bur2-84/+97
2016-10-04selftests/powerpc: Rework FPU stack placement macros and move to header fileCyril Bur2-68/+85
2016-10-04selftests/powerpc: Check for VSX preservation across userspace preemptionCyril Bur4-1/+283
2016-09-23selftests/powerpc: Compile selftests against headers without AT_HWCAP2Cyril Bur1-0/+7
2016-09-23tools/testing: add a test to check nsfs ioctl-sAndrey Vagin4-0/+182
2016-09-20selftests: Move networking/timestamping from DocumentationShuah Khan5-0/+1222
2016-09-20selftests: move watchdog tests from Documentation/watchdogShuah Khan3-0/+114
2016-09-20selftests: move ia64 tests from Documentation/ia64Shuah Khan3-0/+272
2016-09-20selftests: move vDSO tests from Documentation/vDSOShuah Khan5-0/+471
2016-09-20selftests: move ptp tests from Documentation/ptpShuah Khan4-0/+565
2016-09-20selftests: move prctl tests from Documentation/prctlShuah Khan5-0/+306
2016-09-20selftests: move dnotify_test from Documentation/filesystemsShuah Khan3-0/+42
2016-09-20selftests/timers: Add missing error code assignment before testChristophe JAILLET1-2/+2
2016-09-20selftests/zram: replace ZRAM_LZ4_COMPRESSFabian Frederick1-1/+1
2016-09-13selftests/x86/sigreturn: Use CX, not AX, as the scratch registerAndy Lutomirski1-8/+8
2016-09-09x86/pkeys: Add self-testsDave Hansen3-1/+1631