summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2021-10-02selftests: net: mscc: ocelot: rename the VLAN modification test to ingressVladimir Oltean
2021-10-02selftests: net: mscc: ocelot: bring up the ports automaticallyVladimir Oltean
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-10-01selftests/bpf: Use BTF-defined key/value for map definitionsHengqi Chen
2021-10-01kunit: tool: better handling of quasi-bool args (--json, --raw_output)Daniel Latypov
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-30Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-30selftests/bpf: Use kselftest skip code for skipped testsPo-Hsu Lin
2021-09-30KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust testsThomas Huth
2021-09-30kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch"Colin Ian King
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross
2021-09-30KVM: selftests: Ensure all migrations are performed when test is affinedSean Christopherson
2021-09-29bpf: selftests: Fix fd cleanup in get_branch_snapshotKumar Kartikeya Dwivedi
2021-09-29selftests: arm64: Verify that all possible vector lengths are handledMark Brown
2021-09-29selftests: arm64: Fix and enable test for setting current VL in vec-syscfgMark Brown
2021-09-29selftests: arm64: Remove bogus error check on writing to filesMark Brown
2021-09-29selftests: arm64: Fix printf() format mismatch in vec-syscfgMark Brown
2021-09-29selftests: arm64: Move FPSIMD in SVE ptrace test into a functionMark Brown
2021-09-29selftests: arm64: More comprehensively test the SVE ptrace interfaceMark Brown
2021-09-29selftests: arm64: Verify interoperation of SVE and FPSIMD register setsMark Brown
2021-09-29selftests: arm64: Clarify output when verifying SVE register setMark Brown
2021-09-29selftests: arm64: Document what the SVE ptrace test is doingMark Brown
2021-09-29selftests: arm64: Remove extraneous register setting codeMark Brown
2021-09-29selftests: arm64: Don't log child creation as a test in SVE ptrace testMark Brown
2021-09-29selftests: arm64: Use a define for the number of SVE ptrace tests to be runMark Brown
2021-09-28selftests/bpf: Fix probe_user test failure with clang build kernelYonghong Song
2021-09-28selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") useAndrii Nakryiko
2021-09-28selftests/bpf: Normalize all the rest SEC() usesAndrii Nakryiko
2021-09-28selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko
2021-09-28selftests/bpf: Normalize XDP section names in selftestsAndrii Nakryiko
2021-09-28selftests: KVM: Don't clobber XMM register when readOliver Upton
2021-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-09-28selftests, bpf: test_lwt_ip_encap: Really disable rp_filterJiri Benc
2021-09-28selftests, bpf: Fix makefile dependencies on libbpfJiri Benc
2021-09-28selftests: xsk: Add frame_headroom testMagnus Karlsson
2021-09-28selftests: xsk: Change interleaving of packets in unaligned modeMagnus Karlsson
2021-09-28selftests: xsk: Add single packet testMagnus Karlsson
2021-09-28selftests: xsk: Introduce pacing of trafficMagnus Karlsson
2021-09-28selftests: xsk: Fix socket creation retryMagnus Karlsson
2021-09-28selftests: xsk: Put the same buffer only once in the fill ringMagnus Karlsson
2021-09-28selftests: xsk: Fix missing initializationMagnus Karlsson
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-27selftests: drivers/dma-buf: Fix implicit declaration warnsShuah Khan
2021-09-27selftests: net: fib_nexthops: Wait before checking reported idle timePetr Machata
2021-09-26bpf: selftest: Add verifier tests for <8-byte scalar spill and refillMartin KaFai Lau
2021-09-26bpf: selftest: A bpf prog that has a 32bit scalar spillMartin KaFai Lau
2021-09-25Merge tag 'linux-kselftest-fixes-5.15-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2021-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-09-24selftests/bpf: Fix btf_dump __int128 test failure with clang build kernelYonghong Song