summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2021-11-08selftests: netfilter: extend nfqueue tests to cover vrf deviceFlorian Westphal-0/+54
2021-11-08selftests: netfilter: add a vrf+conntrack testcaseFlorian Westphal-1/+221
2021-11-07selftests: net: tls: remove unused variable and codeAnders Roxell-3/+0
2021-11-06Merge tag 's390-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-0/+7
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-104/+410
2021-11-06selftests/damon: support watermarksSeongJae Park-2/+2
2021-11-06tools/selftests/damon: update for regions prioritization of schemesSeongJae Park-2/+2
2021-11-06mm/damon/selftests: support schemes quotasSeongJae Park-2/+2
2021-11-06selftests/damon: add 'schemes' debugfs testsSeongJae Park-0/+13
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand-1/+0
2021-11-06selftests/vm: make MADV_POPULATE_(READ|WRITE) use in-tree headersDavid Hildenbrand-14/+1
2021-11-06selftests: vm: add KSM huge pages merging time testPedro Demarchi Gomes-1/+124
2021-11-06selftest/vm: fix ksm selftest to run with different NUMA topologiesAneesh Kumar K.V-3/+26
2021-11-06selftests/vm/transhuge-stress: fix ram size thinkoGeorge G. Davis-1/+1
2021-11-06userfaultfd/selftests: fix calculation of expected ioctlsAxel Rasmussen-39/+38
2021-11-06userfaultfd/selftests: fix feature support detectionAxel Rasmussen-23/+31
2021-11-06userfaultfd/selftests: don't rely on GNU extensions for random numbersAxel Rasmussen-22/+4
2021-11-06mm: remove duplicate include in hugepage-mremap.cRan Jianping-1/+0
2021-11-06mm, hugepages: add hugetlb vma mremap() testMina Almasry-0/+173
2021-11-06bpf: selftest: Trigger a DCE on the whole subprogMartin KaFai Lau-0/+12
2021-11-05Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-41/+133
2021-11-05selftests/bpf/xdp_redirect_multi: Limit the tests in netnsHangbin Liu-10/+17
2021-11-05selftests/bpf/xdp_redirect_multi: Give tcpdump a chance to terminate cleanlyHangbin Liu-2/+2
2021-11-05selftests/bpf/xdp_redirect_multi: Use arping to accurate the arp numberHangbin Liu-4/+4
2021-11-05selftests/bpf/xdp_redirect_multi: Put the logs to tmp folderHangbin Liu-17/+18
2021-11-05Merge tag 'powerpc-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+2
2021-11-04Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+11
2021-11-04selftests/net: Fix reuseport_bpf_numa by skipping unavailable nodesKleber Sacilotto de Souza-0/+4
2021-11-04selftests: net: properly support IPv6 in GSO GRE testAndrea Righi-4/+5
2021-11-03Merge tag 'trace-v5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-0/+63
2021-11-03selftests/bpf: Verifier test on refill from a smaller spillMartin KaFai Lau-0/+17
2021-11-03selftests/bpf: Make netcnt selftests serial to avoid spurious failuresAndrii Nakryiko-1/+1
2021-11-03selftests/bpf: Test RENAME_EXCHANGE and RENAME_NOREPLACE on bpffsLorenz Bauer-1/+64
2021-11-03selftests/bpf: Convert test_bpffs to ASSERT macrosLorenz Bauer-11/+11
2021-11-03kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to MakefileHangbin Liu-0/+1
2021-11-03kselftests/net: add missed vrf_strict_mode_test.sh test to MakefileHangbin Liu-0/+1
2021-11-03kselftests/net: add missed SRv6 testsHangbin Liu-0/+3
2021-11-03kselftests/net: add missed setup_loopback.sh/setup_veth.sh to MakefileHangbin Liu-1/+1
2021-11-03kselftests/net: add missed icmp.sh test to MakefileHangbin Liu-1/+1
2021-11-02Merge tag 'linux-kselftest-kunit-5.16-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-479/+1159
2021-11-02Merge tag 'linux-kselftest-next-5.16-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-3/+3
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-180/+2045
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-20/+58
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1565/+9955
2021-11-01Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+10
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+13
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+153
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-659/+3460
2021-11-01selftests: net: add arp_ndisc_evict_nocarrierJames Prestwood-0/+220
2021-11-01selftests/bpf: Add a testcase for 64-bit bounds propagation issue.Alexei Starovoitov-0/+63