summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-1212-28/+55
|\
| * KVM: selftests: fix sync_with_host() in smm_testVitaly Kuznetsov2020-06-111-2/+2
| * KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i...Vitaly Kuznetsov2020-06-112-3/+5
| * KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE checkVitaly Kuznetsov2020-06-116-17/+30
| * KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4KSean Christopherson2020-06-091-2/+9
| * KVM: selftests: fix vmx_preemption_timer_test build with GCC10Vitaly Kuznetsov2020-06-082-4/+4
| * KVM: selftests: Add x86_64/debug_regs to .gitignoreVitaly Kuznetsov2020-06-081-0/+1
| * KVM: selftests: Fix build with "make ARCH=x86_64"Vitaly Kuznetsov2020-06-051-0/+4
* | khugepaged: selftests: fix timeout condition in wait_for_scan()Dan Carpenter2020-06-111-1/+1
* | Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-06-098-0/+40
|\ \
| * | selftests/ftrace: Distinguish between hist and synthetic event checksTom Zanussi2020-06-018-0/+40
* | | Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-06-092-67/+303
|\ \ \
| * | | kunit: Fix TabError, remove defconfig code and handle when there is no kunitc...Vitor Massaru Iha2020-06-011-9/+18
| * | | kunit: use KUnit defconfig by defaultVitor Massaru Iha2020-05-231-11/+3
| * | | kunit: use --build_dir=.kunit as defaultVitor Massaru Iha2020-05-221-7/+6
| * | | kunit: kunit_tool: Separate out config/build/exec/parseDavid Gow2020-05-122-60/+296
* | | | Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-0924-55/+166
|\ \ \ \
| * | | | selftests/sysctl: Make sysctl test driver as a moduleMasami Hiramatsu2020-06-021-1/+1
| * | | | selftests/sysctl: Fix to load test_sysctl moduleMasami Hiramatsu2020-06-021-11/+2
| * | | | selftests/ftrace: Return unsupported if no error_log fileMasami Hiramatsu2020-05-281-0/+2
| * | | | selftests/ftrace: Use printf for backslash included commandMasami Hiramatsu2020-05-282-4/+8
| * | | | selftests/timens: handle a case when alarm clocks are not supportedAndrei Vagin2020-05-225-3/+24
| * | | | Kernel selftests: Add check if TPM devices are supportedNikita Sobolev2020-05-222-0/+10
| * | | | selftests: vdso: Add a selftest for vDSO getcpu()Mark Brown2020-05-223-1/+57
| * | | | selftests: vdso: Use a header file to prototype parse_vdso APIMark Brown2020-05-224-30/+34
| * | | | selftests: vdso: Rename vdso_test to vdso_test_gettimeofdayMark Brown2020-05-223-4/+6
| * | | | selftests/exec: Verify execve of non-regular files failKees Cook2020-05-223-1/+10
| * | | | selftests: introduce gen_tar Makefile targetVeronika Kabatova2020-05-202-1/+13
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-081-1/+43
|\ \ \ \
| * | | | lib/test_sysctl: support testing of sysctl. boot parameterVlastimil Babka2020-06-081-0/+42
| * | | | tools/testing/selftests/sysctl/sysctl.sh: support CONFIG_TEST_SYSCTL=yVlastimil Babka2020-06-081-1/+1
* | | | | Merge tag 'ntb-5.8' of git://github.com/jonmason/ntbLinus Torvalds2020-06-081-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | NTB: ntb_test: Fix bug when counting remote filesLogan Gunthorpe2020-06-061-1/+1
* | | | | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-0521-5/+3253
|\ \ \ \ \
| * | | | | selftests/powerpc: Add a test of counting larx/stcxMichael Ellerman2020-05-154-2/+203
| * | | | | powerpc/mm: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-151-2/+2
| * | | | | powerpc: Use trap metadata to prevent double restart rather than zeroing trapNicholas Piggin2020-05-152-1/+175
| * | | | | selftests/powerpc: Add README for GZIP engine testsRaphael Moreira Zinsly2020-04-212-0/+46
| * | | | | selftests/powerpc: Add NX-GZIP engine decompress testcaseRaphael Moreira Zinsly2020-04-213-1/+1030
| * | | | | selftests/powerpc: Add NX-GZIP engine compress testcaseRaphael Moreira Zinsly2020-04-215-0/+803
| * | | | | selftests/powerpc: Add header files for NX compresion/decompressionRaphael Moreira Zinsly2020-04-213-0/+801
| * | | | | selftests/powerpc: Add header files for GZIP engine testRaphael Moreira Zinsly2020-04-213-0/+194
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-0511-533/+1000
|\ \ \ \ \ \
| * | | | | | tools/testing/selftests/vm: remove duplicate headersJagadeesh Pagadala2020-06-051-1/+0
| * | | | | | selftests: vm: pkeys: fix multilib builds for x86Sandipan Das2020-06-051-1/+73
| * | | | | | selftests: vm: pkeys: use the correct page size on powerpcSandipan Das2020-06-052-1/+6
| * | | | | | selftests/vm/pkeys: override access right definitions on powerpcRam Pai2020-06-051-6/+4
| * | | | | | selftests/vm/pkeys: test correct behaviour of pkey-0Ram Pai2020-06-051-0/+53
| * | | | | | selftests/vm/pkeys: introduce a sub-page allocatorRam Pai2020-06-054-0/+37
| * | | | | | selftests/vm/pkeys: detect write violation on a mapped access-denied-key pageRam Pai2020-06-051-0/+13