summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/powerpc: Fix remaining fallout from recent changesMichael Ellerman2017-02-144-12/+13
* selftests/powerpc: Fix the clean rule since recent changesMichael Ellerman2017-02-141-1/+2
* selftests: Fix the .S and .S -> .o rulesMichael Ellerman2017-02-141-2/+2
* selftests: Fix the .c linking ruleMichael Ellerman2017-02-141-1/+1
* selftests: Fix selftests build to just build, not run testsMichael Ellerman2017-02-141-5/+5
* selftests, x86, protection_keys: fix wrong offset in siginfoDave Hansen2017-02-081-1/+1
* selftests, x86, protection_keys: fix uninitialized variable warningDave Hansen2017-02-081-1/+1
* selftest: cpufreq: Add special testsViresh Kumar2017-01-194-3/+146
* selftest: cpufreq: Add support to test cpufreq modulesViresh Kumar2017-01-193-6/+284
* selftest: cpufreq: Add suspend/resume/hibernate supportViresh Kumar2017-01-192-2/+52
* selftest: cpufreq: Add support for cpufreq testsViresh Kumar2017-01-196-0/+568
* selftests: Add intel_pstate to TARGETSStafford Horne2017-01-191-0/+1
* selftests/intel_pstate: Update makefile to match new styleStafford Horne2017-01-191-9/+4
* selftests/intel_pstate: Fix warning on loop index overflowStafford Horne2017-01-191-1/+1
* selftests/futex: Add headers to makefile dependenciesStafford Horne2017-01-191-1/+4
* selftests/futex: Add stdio used for loggingStafford Horne2017-01-191-0/+1
* selftests: x86 protection_keys remove dead codeShuah Khan2017-01-111-10/+0
* selftests: x86 protection_keys fix unused variable compile warningsShuah Khan2017-01-111-5/+0
* selftests: ipc add missing generated file to .gitignoreShuah Khan2017-01-111-0/+1
* selftests: gpio add .gitignore for generated filesShuah Khan2017-01-111-0/+1
* selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com2017-01-0518-75/+122
* selftests: add EXTRA_CLEAN for clean targetbamvor.zhangjian@huawei.com2017-01-057-24/+17
* selftests: remove CROSS_COMPILE in dedicated Makefilebamvor.zhangjian@huawei.com2017-01-052-2/+0
* selftests: add default rules for c source filebamvor.zhangjian@huawei.com2017-01-056-21/+10
* selftests: remove useless TEST_DIRSbamvor.zhangjian@huawei.com2017-01-052-3/+3
* selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com2017-01-0536-255/+106
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-181-1/+29
|\
| * bpf, test_verifier: fix a test case error result on unprivilegedDaniel Borkmann2016-12-171-1/+1
| * bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann2016-12-171-0/+28
* | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-1653-337/+3307
|\ \
| * | selftests/powerpc: Add ptrace tests for TM SPR registersAnshuman Khandual2016-11-174-1/+205
| * | selftests/powerpc: Add ptrace tests for VSX, VMX registers in suspended TMAnshuman Khandual2016-11-173-1/+188
| * | selftests/powerpc: Add ptrace tests for VSX, VMX registers in TMAnshuman Khandual2016-11-173-1/+170
| * | selftests/powerpc: Add ptrace tests for VSX, VMX registersAnshuman Khandual2016-11-176-1/+630
| * | selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR in suspended TMAnshuman Khandual2016-11-173-1/+176
| * | 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.10-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds2016-12-1524-0/+1948
|\ \ \