summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2021-01-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-1/+1
2021-01-07KVM: selftests: Implement perf_test_util more conventionallyAndrew Jones-146/+166
2021-01-07KVM: selftests: Use vm_create_with_vcpus in create_vmAndrew Jones-47/+21
2021-01-07KVM: selftests: Factor out guest mode codeAndrew Jones-257/+189
2021-01-07Merge branch 'kvm-master' into kvm-nextPaolo Bonzini-157/+697
2021-01-07selftests: netfilter: add selftest for ipip pmtu discovery with enabled conne...Florian Westphal-1/+208
2021-01-07tools: selftests: add test for changing routes with PTMU exceptionsSean Tranchetti-2/+69
2021-01-05selftests: fix the return value for UDP GRO testPo-Hsu Lin-0/+34
2021-01-05Merge tag 'net-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-9/+48
2021-01-04selftests: mlxsw: Set headroom size of correct portIdo Schimmel-1/+1
2021-01-04Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linuxLinus Torvalds-1/+0
2021-01-04selftests: Skip BPF seftests by defaultMark Brown-2/+4
2021-01-04selftests/vDSO: fix -Wformat warning in vdso_test_correctnessTobias Klauser-1/+1
2021-01-04selftests/vDSO: add additional binaries to .gitignoreTobias Klauser-0/+3
2021-01-04kunit: tool: Force the use of the 'tty' console for UMLDavid Gow-1/+1
2021-01-04xfrm: Fix wraparound in xfrm_policy_addr_delta()Visa Hankala-0/+43
2021-01-04selftests: xfrm: fix test return value override issue in xfrm_policy.shPo-Hsu Lin-1/+1
2020-12-29selftests/vm: fix building protection keys testHarish-5/+5
2020-12-29selftests/bpf: Fix a compile error for BPF_F_BPRM_SECUREEXECJiang Wang-1/+1
2020-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-8/+47
2020-12-24selftests/bpf: Work-around EBUSY errors from hashmap update/deleteAndrii Nakryiko-6/+42
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-9/+9
2020-12-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+155
2020-12-22Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-0/+130
2020-12-22kselftest/arm64: check GCR_EL1 after context switchVincenzo Frascino-1/+155
2020-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-465/+1643
2020-12-19Merge tag 'close-range-cloexec-unshare-v5.11' of git://git.kernel.org/pub/scm...Linus Torvalds-6/+275
2020-12-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+72
2020-12-19selftests/filesystems: expand epoll with epoll_pwait2Willem de Bruijn-0/+72
2020-12-19selftests/core: add regression test for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLO...Christian Brauner-0/+183
2020-12-19selftests/core: add test for CLOSE_RANGE_UNSHARE | CLOSE_RANGE_CLOEXECChristian Brauner-0/+70
2020-12-19selftests/core: handle missing syscall number for close_rangeChristian Brauner-1/+17
2020-12-19selftests/core: fix close_range_test build after XFAIL removalTobias Klauser-5/+5
2020-12-18Merge tag 'ktest-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-8/+12
2020-12-18selftests/bpf: Fix spelling mistake "tranmission" -> "transmission"Colin Ian King-2/+2
2020-12-17Merge tag 'net-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-3/+3
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+10
2020-12-17mptcp: push pending frames when subflow has free spacePaolo Abeni-3/+3
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-23/+41
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-23/+131
2020-12-16selftests/bpf: Clarify build error if no vmlinuxKamal Mostafa-0/+3
2020-12-16Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-18/+13
2020-12-16Merge tag 'linux-kselftest-next-5.11-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-34/+621
2020-12-16Merge tag 'linux-kselftest-fixes-5.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-3/+3
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+1
2020-12-15drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpyFrancis Laniel-0/+1
2020-12-15Merge tag 'close-range-openat2-v5.11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+81
2020-12-15Merge tag 'staging-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1278/+1
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-985/+10571
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-216/+688