summaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-052-2/+53
|\
| * selftests: pmtu: detect correct binary to ping ipv6 addressesSabrina Dubroca2018-09-011-1/+4
| * selftests: pmtu: maximum MTU for vti4 is 2^16-1-20Sabrina Dubroca2018-09-011-1/+1
| * tc-testing: add test-cases for numeric and invalid control actionPaolo Abeni2018-08-301-0/+48
* | selftests/tls: Add test for recv(PEEK) spanning across multiple recordsVakul Garg2018-09-021-0/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-014-64/+240
|\ \
| * | bpf: add selftest for bpf's (set|get)_sockopt for SAVE_SYNNikita V. Shirokov2018-09-012-4/+65
| * | tools/bpf: add bpffs percpu map pretty print tests in test_btfYonghong Song2018-08-301-35/+144
| * | bpf: use --cgroup in test_suite if suppliedJohn Fastabend2018-08-291-22/+31
| * | bpf: sockmap test remove shutdown() callsJohn Fastabend2018-08-291-3/+0
| |/
* / selftests/net: add ip_defrag selftestPeter Oskolkov2018-08-304-2/+344
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-265-190/+58
|\
| * test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-221-66/+4
| * test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-221-46/+10
| * test_ida: Move ida_check_maxMatthew Wilcox2018-08-221-28/+0
| * test_ida: Move ida_check_leafMatthew Wilcox2018-08-221-27/+0
| * idr-test: Convert ida_check_nomem to new APIMatthew Wilcox2018-08-221-6/+7
| * ida: Start new test_ida moduleMatthew Wilcox2018-08-224-7/+22
| * radix tree test suite: Enable ubsanMatthew Wilcox2018-08-222-11/+14
| * radix tree test suite: Fix compilationMatthew Wilcox2018-08-221-0/+2
* | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-262-51/+87
|\ \
| * | tools/testing/nvdimm: improve emulation of smart injectionVishal Verma2018-08-011-31/+47
| * | tools/testing/nvdimm: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-4/+8
| * | tools/testing/nvdimm: Fix support for emulating controller temperatureDan Williams2018-07-141-1/+2
| * | tools/testing/nvdimm: Make DSM failure code injection an overrideDan Williams2018-07-141-17/+32
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-2211-106/+460
|\ \ \
| * | | kvm: selftest: add dirty logging testPeter Xu2018-08-224-0/+356
| * | | kvm: selftest: pass in extra memory when create vmPeter Xu2018-08-227-8/+23
| * | | kvm: selftest: include the tools headersPeter Xu2018-08-223-3/+3
| * | | kvm: selftest: unify the guest port macrosPeter Xu2018-08-226-95/+78
* | | | proc: test /proc/thread-self symlinkAlexey Dobriyan2018-08-224-0/+71
* | | | proc: test /proc/self symlinkAlexey Dobriyan2018-08-224-0/+49
* | | | tools/testing/selftests/vm/: add MAP_POPULATE testDmitry Safonov2018-08-224-0/+126
|/ / /
* | | Merge tag 'linux-kselftest-4.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-219-7/+422
|\ \ \
| * | | selftests/ftrace: Fix kprobe string testcase to not probe notrace functionMasami Hiramatsu2018-08-092-19/+13
| * | | selftests: mount: remove no longer needed config optionAnders Roxell2018-08-091-1/+0
| * | | selftests: cgroup: add gitignore fileAnders Roxell2018-08-091-0/+1
| * | | Add cgroup core selftestsClaudio2018-08-094-0/+406
| * | | selftests: vDSO - fix to return KSFT_SKIP when test couldn't be runShuah Khan (Samsung OSG)2018-07-111-2/+5
| * | | selftests: vDSO - fix to exclude x86 test on non-x86 platformsShuah Khan (Samsung OSG)2018-07-111-4/+9
| * | | selftests/android: initialize heap_type to avoid compiling warningLi Zhijian2018-07-111-0/+1
* | | | Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-214-19/+89
|\ \ \ \
| * | | | selftests/ftrace: Fix kprobe string testcase to not probe notrace functionMasami Hiramatsu2018-07-312-19/+13
| * | | | kselftests: Add tests for the preemptoff and irqsoff tracersJoel Fernandes (Google)2018-07-262-0/+76
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-191-0/+1
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-181-0/+1
| |\ \ \ \ \
| | * | | | | tools/bpf: fix bpf selftest test_cgroup_storage failureYonghong Song2018-08-171-0/+1
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-1912-158/+801
|\ \ \ \ \ \ \
| * | | | | | | KVM: selftests: add tests for shadow VMCS save/restorePaolo Bonzini2018-08-063-5/+74
| * | | | | | | kvm: selftests: add test for nested state save/restorePaolo Bonzini2018-08-063-1/+132