summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR in TMAnshuman Khandual2016-11-173-2/+163
* selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR registersAnshuman Khandual2016-11-175-2/+370
* selftests/powerpc: Add ptrace tests for GPR/FPR registers in suspended TMAnshuman Khandual2016-11-173-2/+172
* selftests/powerpc: Add ptrace tests for GPR/FPR registers in TMAnshuman Khandual2016-11-173-3/+162
* selftests/powerpc: Add ptrace tests for GPR/FPR registersAnshuman Khandual2016-11-178-1/+781
* selftests/powerpc: Move shared headers into new include dirSimon Guo2016-11-1719-34/+37
* selftests/powerpc: Add more SPR numbers, TM & VMX instructions to 'reg.h'/'in...Anshuman Khandual2016-11-172-9/+36
* selftests/powerpc: Return false instead of -1 in require_paranoia_below()Peter Senna Tschudin2016-11-141-3/+3
* selftests/powerpc: Revert Load Monitor Register TestsMichael Neuling2016-11-146-227/+1
* powerpc: Add support for relative exception tablesNicholas Piggin2016-11-141-4/+8
* powerpc: EX_TABLE macro for exception tablesNicholas Piggin2016-11-145-0/+3
* selftests/powerpc: Fail load_unaligned_zeropad on miscompareMichael Ellerman2016-11-141-1/+3
* selftests/powerpc: Abort load_unaligned_zeropad on unhandled SEGVMichael Ellerman2016-11-141-4/+1
* selftests/powerpc: Add Anton's null_syscall benchmark to the selftestsAnton Blanchard2016-11-143-2/+160
* Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds2016-10-1432-5/+2997
|\
| * selftests/futex: Check ANSI terminal color supportSeongJae Park2016-10-112-2/+2
| * selftests: Move networking/timestamping from DocumentationShuah Khan2016-09-205-0/+1222
| * selftests: move watchdog tests from Documentation/watchdogShuah Khan2016-09-203-0/+114
| * selftests: move ia64 tests from Documentation/ia64Shuah Khan2016-09-203-0/+272
| * selftests: move vDSO tests from Documentation/vDSOShuah Khan2016-09-205-0/+471
| * selftests: move ptp tests from Documentation/ptpShuah Khan2016-09-204-0/+565
| * selftests: move prctl tests from Documentation/prctlShuah Khan2016-09-205-0/+306
| * selftests: move dnotify_test from Documentation/filesystemsShuah Khan2016-09-203-0/+42
| * selftests/timers: Add missing error code assignment before testChristophe JAILLET2016-09-201-2/+2
| * selftests/zram: replace ZRAM_LZ4_COMPRESSFabian Frederick2016-09-201-1/+1
* | Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-145-0/+9
|\ \
| * | selftests/powerpc: Fix build break caused by EXPORT_SYMBOL changesMichael Ellerman2016-10-062-0/+2
| * | selftests/powerpc: Add missing binaries to .gitignoresMichael Ellerman2016-10-063-0/+7
* | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-103-1/+1631
|\ \ \
| * | | x86/pkeys: Add self-testsDave Hansen2016-09-093-1/+1631
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-075-62/+361
|\ \ \ \
| * | | | selftests: expanding more mlock selftestSimon Guo2016-10-073-78/+295
| * | | | selftest: move seek_to_smaps_entry() out of mlock2-tests.cSimon Guo2016-10-072-42/+42
| * | | | selftests/vm: add test for mlock() when areas are intersectedSimon Guo2016-10-073-0/+81
| * | | | selftest: split mlock2_ funcs into separate mlock2.hSimon Guo2016-10-072-20/+21
* | | | | Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-0723-157/+1426
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | selftests/powerpc: Add checks for transactional VSXs in signal contextsCyril Bur2016-10-042-1/+126
| * | | selftests/powerpc: Add checks for transactional VMXs in signal contextsCyril Bur2016-10-042-1/+112
| * | | selftests/powerpc: Add checks for transactional FPUs in signal contextsCyril Bur2016-10-042-1/+93
| * | | selftests/powerpc: Add checks for transactional GPRs in signal contextsCyril Bur2016-10-043-1/+210
| * | | selftests/powerpc: Check that signals always get deliveredCyril Bur2016-10-045-0/+285
| * | | selftests/powerpc: Add TM tcheck helpers in CCyril Bur2016-10-041-0/+27
| * | | selftests/powerpc: Allow tests to extend their kill timeoutCyril Bur2016-10-042-3/+8
| * | | selftests/powerpc: Introduce GPR asm helper header fileCyril Bur2016-10-041-0/+96
| * | | selftests/powerpc: Move VMX stack frame macros to header fileCyril Bur2016-10-042-84/+97
| * | | selftests/powerpc: Rework FPU stack placement macros and move to header fileCyril Bur2016-10-042-68/+85
| * | | selftests/powerpc: Check for VSX preservation across userspace preemptionCyril Bur2016-10-044-1/+283
| * | | selftests/powerpc: Compile selftests against headers without AT_HWCAP2Cyril Bur2016-09-231-0/+7
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-064-0/+182
|\ \ \
| * | | tools/testing: add a test to check nsfs ioctl-sAndrey Vagin2016-09-224-0/+182
| | |/ | |/|
OpenPOWER on IntegriCloud