aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-14Merge tag 'libnvdimm-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2021-08-15powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm gotoChristophe Leroy1-0/+1
2021-08-14selftests: mptcp: add testcase for active-backPaolo Abeni1-31/+187
2021-08-13selftests/bpf: Verify bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPTStanislav Fomichev1-0/+16
2021-08-13Merge tag 'linux-kselftest-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-20/+21
2021-08-13selftests/bpf: Fix test_core_autosize on big-endian machinesIlya Leoshkevich1-5/+15
2021-08-13libbpf: Support weak typed ksyms.Hao Luo2-0/+87
2021-08-13selftests/bpf: Fix running of XDP bonding testsJussi Maki1-3/+3
2021-08-13kunit: Print test statistics on failureDavid Gow1-1/+1
2021-08-13kunit: tool: make --raw_output support only showing kunit outputDaniel Latypov3-9/+24
2021-08-13kunit: tool: add --kernel_args to allow setting module paramsDaniel Latypov2-10/+26
2021-08-13selftests, bpf: Test that dead ldx_w insns are acceptedIlya Leoshkevich1-0/+12
2021-08-11tools/testing/nvdimm: Fix missing 'fallthrough' warningDan Williams1-1/+1
2021-08-10Merge branch 'kvm-vmx-secctl' into HEADPaolo Bonzini3-5/+43
2021-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski13-175/+628
2021-08-09selftests/bpf: Add tests for XDP bondingJussi Maki1-0/+520
2021-08-09selftests/bpf: Fix xdp_tx.c prog section nameJussi Maki2-2/+2
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman11-9/+870
2021-08-09Merge 5.14-rc5 into char-misc-nextGreg Kroah-Hartman11-9/+870
2021-08-06selftests/bpf: Rename reference_tracking BPF programsAndrii Nakryiko2-9/+9
2021-08-06selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IPJose Blanquicet1-1/+1
2021-08-06KVM: selftests: Move vcpu_args_set into perf_test_utilDavid Matlack5-5/+2
2021-08-06KVM: selftests: Support multiple slots in dirty_log_perf_testDavid Matlack6-20/+84
2021-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+206
2021-08-05Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+163
2021-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-5/+43
2021-08-05selftests/net: toeplitz testCoco Li4-0/+813
2021-08-05selftests/net: GRO coalesce testCoco Li4-0/+1306
2021-08-04selftests/bpf: Move netcnt test under test_progsStanislav Fomichev7-163/+96
2021-08-04KVM: selftests: fix hyperv_clock testMaxim Levitsky1-1/+1
2021-08-04tc-testing: Add control-plane selftests for sch_mqPeilin Ye2-0/+138
2021-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+163
2021-08-04af_unix: Add OOB supportRao Shoaib3-0/+443
2021-08-03kselftest/arm64: Add a TODO list for floating point testsMark Brown1-0/+4
2021-08-03kselftest/arm64: Add tests for SVE vector configurationMark Brown3-1/+596
2021-08-03kselftest/arm64: Validate vector lengths are set in sve-probe-vlsMark Brown2-1/+6
2021-08-03kselftest/arm64: Provide a helper binary and "library" for SVE RDVLMark Brown5-1/+38
2021-08-03KVM: selftests: Test access to XMM fast hypercallsVitaly Kuznetsov2-4/+42
2021-08-02kselftest/arm64: Ignore check_gcr_el1_cswitch binaryMark Brown1-0/+1
2021-08-02selftests/net: remove min gso test in packet_sndDust Li1-3/+0
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski22-61/+1798
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-4/+668
2021-07-30selftests/sgx: Fix Q1 and Q2 calculation in sigstruct.cTianjia Zhang1-20/+21
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+229
2021-07-30selftests/bpf: Update bpftool's consistency script for checking optionsQuentin Monnet1-11/+111
2021-07-30selftests/bpf: Check consistency between bpftool source, doc, completionQuentin Monnet1-0/+486
2021-07-29tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet1-1/+2
2021-07-29tools: Free BTF objects at various locationsQuentin Monnet1-0/+1
2021-07-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-2/+435
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+229