summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2020-11-24selftests/x86: Add missing .note.GNU-stack sectionsAndy Lutomirski-0/+4
2020-11-24selftests/x86/fsgsbase: Fix GS == 1, 2, and 3 testsAndy Lutomirski-2/+10
2020-11-23tools/testing/scatterlist: Test dynamic __sg_alloc_table_from_pagesMaor Gottlieb-23/+41
2020-11-23Merge 5.10-rc5 into staging-testingGreg Kroah-Hartman-486/+3219
2020-11-21Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+4
2020-11-20selftests: mptcp: add ADD_ADDR IPv6 test casesGeliang Tang-1/+69
2020-11-20selftests: mptcp: add link failure test caseFlorian Westphal-22/+82
2020-11-20selftests: forwarding: Add multipath tunneling nexthop testIdo Schimmel-0/+356
2020-11-20selftests: forwarding: Add device-only nexthop testIdo Schimmel-0/+160
2020-11-20selftests: forwarding: Test IPv4 routes with IPv6 link-local nexthopsIdo Schimmel-0/+11
2020-11-20selftests: forwarding: Do not configure nexthop objects twiceIdo Schimmel-1/+0
2020-11-20selftests: mlxsw: Add nexthop objects configuration testsIdo Schimmel-0/+189
2020-11-20selftests: add ring and coalesce selftestsAntonio Cardace-0/+217
2020-11-20selftests: refactor get_netdev_name functionAntonio Cardace-18/+2
2020-11-20selftests: extract common functions in ethtool-common.shAntonio Cardace-61/+71
2020-11-20Merge branch 'for-linus/seccomp' into for-next/seccompKees Cook-4/+4
2020-11-20selftests/seccomp: Compare bitmap vs filter overheadKees Cook-23/+130
2020-11-20selftests/seccomp: sh: Fix register namesKees Cook-2/+2
2020-11-20selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook-2/+2
2020-11-19Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...Paul E. McKenney-23/+75
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-108/+477
2020-11-19Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+145
2020-11-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-2/+3
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-1/+145
2020-11-19selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu-0/+96
2020-11-19Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-67/+265
2020-11-19selftests/powerpc: refactor entry and rfi_flush testsDaniel Axtens-120/+96
2020-11-19selftests/powerpc: entry flush testDaniel Axtens-1/+200
2020-11-19selftests/powerpc: rfi_flush: disable entry flush if presentRussell Currey-6/+29
2020-11-19selftests/powerpc/eeh: disable kselftest timeout setting for eeh-basicPo-Hsu Lin-1/+2
2020-11-18selftests/bpf: Mark tests that require unaligned memory accessBjörn Töpel-18/+52
2020-11-18selftests/bpf: Avoid running unprivileged tests with alignment requirementsBjörn Töpel-0/+13
2020-11-18selftests/bpf: Fix broken riscv buildBjörn Töpel-1/+2
2020-11-18Merge tag 'linux-kselftest-kunit-fixes-5.10-rc5' of git://git.kernel.org/pub/...Linus Torvalds-38/+64
2020-11-18selftests/sgx: Use a statically generated 3072-bit RSA keyJarkko Sakkinen-23/+71
2020-11-18selftests/x86: Add a selftest for SGXJarkko Sakkinen-0/+1222
2020-11-18bpf: Add tests for bpf_bprm_opts_set helperKP Singh-0/+150
2020-11-17tools/testing/scatterlist: Fix test to compile and runMaor Gottlieb-2/+3
2020-11-16selftests/bpf: Fix error return code in run_getsockopt_test()Wang Hai-1/+2
2020-11-16KVM: selftests: x86: Set supported CPUIDs on default VMAndrew Jones-26/+30
2020-11-16KVM: selftests: Make test skipping consistentAndrew Jones-10/+14
2020-11-16selftest/bpf: Fix IPV6FR handling in flow dissectorSantucci Pierpaolo-0/+2
2020-11-15KVM: selftests: Also build dirty_log_perf_test on AArch64Andrew Jones-0/+1
2020-11-15KVM: selftests: Introduce vm_create_[default_]_with_vcpusAndrew Jones-5/+40
2020-11-15KVM: selftests: Make vm_create_default commonAndrew Jones-75/+45
2020-11-15KVM: selftests: always use manual clear in dirty_log_perf_testPaolo Bonzini-33/+22
2020-11-15selftests: kvm: keep .gitignore add to datePaolo Bonzini-3/+3
2020-11-15KVM: selftests: Add "-c" parameter to dirty log testPeter Xu-3/+10
2020-11-15KVM: selftests: Run dirty ring test asynchronouslyPeter Xu-4/+60
2020-11-15KVM: selftests: Add dirty ring buffer testPeter Xu-13/+320