summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2021-09-30selftests/bpf: Use kselftest skip code for skipped testsPo-Hsu Lin-3/+9
2021-09-30KVM: selftests: Fix kvm_vm_free() in cr4_cpuid_sync and vmx_tsc_adjust testsThomas Huth-3/+2
2021-09-30kvm: selftests: Fix spelling mistake "missmatch" -> "mismatch"Colin Ian King-1/+1
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross-1/+1
2021-09-30KVM: selftests: Ensure all migrations are performed when test is affinedSean Christopherson-10/+59
2021-09-29bpf: selftests: Fix fd cleanup in get_branch_snapshotKumar Kartikeya Dwivedi-3/+2
2021-09-29selftests: arm64: Verify that all possible vector lengths are handledMark Brown-0/+77
2021-09-29selftests: arm64: Fix and enable test for setting current VL in vec-syscfgMark Brown-6/+4
2021-09-29selftests: arm64: Remove bogus error check on writing to filesMark Brown-6/+0
2021-09-29selftests: arm64: Fix printf() format mismatch in vec-syscfgMark Brown-1/+1
2021-09-29selftests: arm64: Move FPSIMD in SVE ptrace test into a functionMark Brown-61/+59
2021-09-29selftests: arm64: More comprehensively test the SVE ptrace interfaceMark Brown-82/+254
2021-09-29selftests: arm64: Verify interoperation of SVE and FPSIMD register setsMark Brown-2/+26
2021-09-29selftests: arm64: Clarify output when verifying SVE register setMark Brown-1/+1
2021-09-29selftests: arm64: Document what the SVE ptrace test is doingMark Brown-3/+8
2021-09-29selftests: arm64: Remove extraneous register setting codeMark Brown-62/+1
2021-09-29selftests: arm64: Don't log child creation as a test in SVE ptrace testMark Brown-3/+1
2021-09-29selftests: arm64: Use a define for the number of SVE ptrace tests to be runMark Brown-1/+3
2021-09-28selftests/bpf: Fix probe_user test failure with clang build kernelYonghong Song-4/+28
2021-09-28selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") useAndrii Nakryiko-19/+19
2021-09-28selftests/bpf: Normalize all the rest SEC() usesAndrii Nakryiko-35/+33
2021-09-28selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko-157/+141
2021-09-28selftests/bpf: Normalize XDP section names in selftestsAndrii Nakryiko-30/+27
2021-09-28selftests: KVM: Don't clobber XMM register when readOliver Upton-1/+1
2021-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-6/+10
2021-09-28selftests, bpf: test_lwt_ip_encap: Really disable rp_filterJiri Benc-5/+8
2021-09-28selftests, bpf: Fix makefile dependencies on libbpfJiri Benc-1/+2
2021-09-28selftests: xsk: Add frame_headroom testMagnus Karlsson-11/+44
2021-09-28selftests: xsk: Change interleaving of packets in unaligned modeMagnus Karlsson-3/+3
2021-09-28selftests: xsk: Add single packet testMagnus Karlsson-0/+14
2021-09-28selftests: xsk: Introduce pacing of trafficMagnus Karlsson-7/+29
2021-09-28selftests: xsk: Fix socket creation retryMagnus Karlsson-6/+5
2021-09-28selftests: xsk: Put the same buffer only once in the fill ringMagnus Karlsson-6/+11
2021-09-28selftests: xsk: Fix missing initializationMagnus Karlsson-0/+7
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-61/+219
2021-09-27selftests: drivers/dma-buf: Fix implicit declaration warnsShuah Khan-1/+4
2021-09-27selftests: net: fib_nexthops: Wait before checking reported idle timePetr Machata-0/+1
2021-09-26bpf: selftest: Add verifier tests for <8-byte scalar spill and refillMartin KaFai Lau-0/+161
2021-09-26bpf: selftest: A bpf prog that has a 32bit scalar spillMartin KaFai Lau-0/+393
2021-09-25Merge tag 'linux-kselftest-fixes-5.15-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds-33/+27
2021-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski-0/+465
2021-09-24selftests/bpf: Fix btf_dump __int128 test failure with clang build kernelYonghong Song-6/+21
2021-09-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-2/+5
2021-09-24selftests: KVM: Explicitly use movq to read xmm registersOliver Upton-17/+17
2021-09-24selftests: KVM: Call ucall_init when setting up in rseq_testOliver Upton-0/+1
2021-09-23Merge tag 'for-linus-rseq' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+240
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-15/+70
2021-09-23Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-7/+5
2021-09-23KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0Maxim Levitsky-0/+130
2021-09-22KVM: selftests: Create a separate dirty bitmap per slotDavid Matlack-15/+39