summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2021-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller8-8/+53
2021-06-15bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann8-8/+53
2021-06-14ipv4: Fix device used for dst_alloc with local routesDavid Ahern1-0/+25
2021-06-11selftests: mptcp: enable syncookie only in absence of reordersPaolo Abeni1-3/+8
2021-06-09selftests: netfilter: add fib test caseFlorian Westphal2-1/+222
2021-06-05wireguard: selftests: make sure rp_filter is disabled on vethcJason A. Donenfeld1-0/+1
2021-06-05wireguard: selftests: remove old conntrack kconfig valueJason A. Donenfeld1-1/+0
2021-05-28mptcp: update selftest for fallback due to OoOPaolo Abeni1-4/+9
2021-05-27Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds12-277/+893
2021-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller6-193/+457
2021-05-25bpf, selftests: Adjust few selftest result_unpriv outcomesDaniel Borkmann2-10/+0
2021-05-25selftests/bpf: Add test for l3 use of bpf_redirect_peerJussi Maki2-178/+405
2021-05-24net/sched: fq_pie: re-factor fix for fq_pie endless loopDavide Caratti1-4/+4
2021-05-23Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-9/+18
2021-05-23tools/testing/selftests/exec: fix link errorYang Yingliang1-3/+3
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+7
2021-05-21selftests/bpf: Test ringbuf mmap read-only and read-write restrictionsAndrii Nakryiko1-1/+48
2021-05-21selftests/bpf: Convert static to global in tc_redirect progsStanislav Fomichev2-4/+4
2021-05-20selftests: Add .gitignore for nci test suiteDavid Matlack1-0/+1
2021-05-20powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference b...Nicholas Piggin1-9/+18
2021-05-19signal: Deliver all of the siginfo perf data in _perfEric W. Biederman1-7/+7
2021-05-15Merge tag 'libnvdimm-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-18/+26
2021-05-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+1
2021-05-12ACPI: NFIT: Fix support for variable 'SPA' structure sizeDan Williams1-17/+25
2021-05-12tools/testing/nvdimm: Make symbol '__nfit_test_ioremap' staticZou Wei1-1/+1
2021-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller7-266/+617
2021-05-12selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.cJussi Maki7-266/+617
2021-05-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-20/+72
2021-05-10kselftest/arm64: Add missing stddef.h include to BTI testsMark Brown1-0/+1
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-1/+1
2021-05-08Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+7
2021-05-07selftests: kvm: remove reassignment of non-absolute variablesBill Wendling1-2/+2
2021-05-07KVM: selftests: evmcs_test: Check that VMCS12 is alway properly synced to eVM...Vitaly Kuznetsov1-11/+55
2021-05-07KVM: selftests: evmcs_test: Check that VMLAUNCH with bogus EVMPTR is causing #UDVitaly Kuznetsov1-8/+16
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-4/+169
2021-05-07selftests: remove duplicate includeZhang Yunkai3-3/+0
2021-05-07kselftest: introduce new epoll test caseDavidlohr Bueso1-0/+44
2021-05-07selftests: proc: test subset=pidAlexey Dobriyan2-0/+122
2021-05-07proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan1-1/+3
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-13/+579
2021-05-05Merge tag 'ktest-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-281/+427
2021-05-05selftests/vm: gup_test: test faulting in kernel, and verify pinnable pagesPavel Tatashin1-4/+19
2021-05-05selftests/vm: gup_test: fix test flagPavel Tatashin1-4/+11
2021-05-05userfaultfd/selftests: add test exercising minor fault handlingAxel Rasmussen1-6/+158
2021-05-05mm: huge_memory: debugfs for file-backed THP splitZi Yan1-5/+77
2021-05-05mm: huge_memory: a new debugfs interface for splitting THP testsZi Yan3-0/+320
2021-05-04Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-5/+17
2021-05-04ktest: Re-arrange the code blocks for better discoverabilityJohn 'Warthog9' Hawley (VMware)1-142/+154
2021-05-04ktest: Further consistency cleanupsJohn 'Warthog9' Hawley (VMware)1-49/+36
2021-05-04ktest: Fixing indentation to match expected patternJohn 'Warthog9' Hawley (VMware)1-94/+92