summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v4.19-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2018-10-201-0/+80
|\
| * selftests: ftrace: Add synthetic event syntax testcaseMasami Hiramatsu2018-10-191-0/+80
* | Merge tag 'usb-4.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Greg Kroah-Hartman2018-10-191-0/+4
|\ \
| * | selftests: usbip: add wait after attach and before checking port statusShuah Khan (Samsung OSG)2018-10-091-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-10-141-4/+9
|\ \ \
| * | | bpf: do not blindly change rlimit in reuseport net selftestEric Dumazet2018-10-081-4/+9
| |/ /
* | | selftests: udpgso_bench.sh explicitly requires bashPaolo Abeni2018-10-111-1/+1
* | | selftests: rtnetlink.sh explicitly requires bash.Paolo Abeni2018-10-111-1/+1
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2018-10-051-0/+172
|\ \
| * | x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski2018-10-041-0/+73
| * | selftests/x86: Add clock_gettime() tests to test_vdsoAndy Lutomirski2018-10-021-0/+99
* | | Merge tag 'linux-kselftest-4.19-rc7' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-10-031-9/+10
|\ \ \ | |/ / |/| |
| * | rseq/selftests: fix parametrized test with -fpieMathieu Desnoyers2018-09-271-9/+10
* | | Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2018-09-2817-0/+17
|\ \ \
| * | | selftests/powerpc: Fix Makefiles for headers_install changeMichael Ellerman2018-09-2817-0/+17
| |/ /
* | | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-09-252-5/+9
|\ \ \ | |_|/ |/| |
| * | bpf: test_maps, only support ESTABLISHED socksJohn Fastabend2018-09-221-3/+7
| * | selftests: pmtu: properly redirect stderr to /dev/nullSabrina Dubroca2018-09-181-2/+2
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman2018-09-215-2/+207
|\ \ \ | |/ / |/| |
| * | kvm: selftests: Add platform_info_testDrew Schmitt2018-09-205-1/+206
| * | kvm: selftests: use -pthread instead of -lpthreadLei Yang2018-09-201-1/+1
| |/
* | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-09-181-0/+49
|\ \
| * | tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann2018-09-171-0/+49
| |/
* | Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-09-1717-19/+266
|\ \ | |/ |/|
| * Add tests for memory.oom.groupJay Kamat2018-09-073-0/+227
| * Fix cg_read_strcmp()Jay Kamat2018-09-071-3/+14
| * cgroup: kselftests: add test_core to .gitignoreLei Yang2018-09-061-0/+1
| * selftests: memory-hotplug: add required configsLei Yang2018-09-051-0/+1
| * selftests/efivarfs: add required kernel configsLei Yang2018-09-051-0/+1
| * selftests: add headers_install to lib.mkAnders Roxell2018-09-059-15/+22
| * selftests: kselftest: Remove outdated commentThiago Jung Bauermann2018-08-271-1/+0
| * selftests: android: move config up a levelAnders Roxell2018-08-271-0/+0
* | selftests: pmtu: detect correct binary to ping ipv6 addressesSabrina Dubroca2018-08-311-1/+4
* | selftests: pmtu: maximum MTU for vti4 is 2^16-1-20Sabrina Dubroca2018-08-311-1/+1
* | tc-testing: add test-cases for numeric and invalid control actionPaolo Abeni2018-08-291-0/+48
|/
* 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-209-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
OpenPOWER on IntegriCloud