summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2020-11-15KVM: selftests: Introduce after_vcpu_run hook for dirty log testPeter Xu-12/+24
2020-11-15KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctlVitaly Kuznetsov-38/+77
2020-11-15KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2Sean Christopherson-5/+108
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-482/+1736
2020-11-14bpf: Relax return code check for subprogramsDmitrii Banshchikov-0/+20
2020-11-12bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau-0/+259
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-338/+2574
2020-11-13selftests/bpf: Add asm tests for pkt vs pkt_end comparison.Alexei Starovoitov-0/+42
2020-11-13selftests/bpf: Add skb_pkt_end testAlexei Starovoitov-0/+95
2020-11-12selftests: set conf.all.rp_filter=0 in bareudp.shGuillaume Nault-0/+2
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-5/+257
2020-11-12selftests/bpf: Fix unused attribute usage in subprogs_unused testAndrii Nakryiko-2/+2
2020-11-12selftests: pmtu.sh: improve the test result processingPo-Hsu Lin-1/+14
2020-11-12selftests: pmtu.sh: use $ksft_skip for skipped return codePo-Hsu Lin-32/+32
2020-11-10selftest/bpf: Add missed ip6ip6 test backHangbin Liu-39/+46
2020-11-10selftests: disable rp_filter when testing bareudpGuillaume Nault-0/+6
2020-11-10selftest: fix flower terse dump testsVlad Buslov-2/+2
2020-11-10selftests/cgroup: Fix build on older distrosSachin Sant-2/+2
2020-11-10selftests/run_kselftest.sh: fix dry-run typoHangbin Liu-1/+1
2020-11-10tool: selftests: fix spelling typo of 'writting'Wang Qing-2/+2
2020-11-10selftests/memfd: Fix implicit declaration warningsMichael Ellerman-2/+2
2020-11-10selftests: intel_pstate: ftime() is deprecatedTommi Rantala-6/+16
2020-11-10selftests/gpio: Add to CLEAN rule rather than overridingMichael Ellerman-4/+1
2020-11-10selftests/gpio: Fix build when source tree is read onlyMichael Ellerman-5/+9
2020-11-10selftests/gpio: Move include of lib.mk upMichael Ellerman-3/+3
2020-11-10selftests/gpio: Use TEST_GEN_PROGS_EXTENDEDMichael Ellerman-5/+3
2020-11-10kunit: tool: fix extra trailing \n in raw + parsed test outputDaniel Latypov-3/+4
2020-11-10kunit: tool: print out stderr from make (like build warnings)Daniel Latypov-4/+9
2020-11-10kunit: Do not pollute source directory with generated files (test.log)Andy Shevchenko-3/+11
2020-11-10kunit: Do not pollute source directory with generated files (.kunitconfig)Andy Shevchenko-18/+31
2020-11-10kunit: tool: fix pre-existing python type annotation errorsDaniel Latypov-7/+7
2020-11-10kunit: Fix kunit.py parse subcommand (use null build_dir)David Gow-1/+1
2020-11-10kunit: tool: unmark test_data as binary blobsBrendan Higgins-1/+0
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter-92/+229
2020-11-09selftests/net: test max_num_members, fanout_args in psock_fanoutTanner Love-3/+69
2020-11-09bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingressMartin KaFai Lau-7/+7
2020-11-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-277/+2252
2020-11-09libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko-0/+27
2020-11-09KVM: selftests: allow two iterations of dirty_log_perf_testPaolo Bonzini-1/+1
2020-11-08KVM: selftests: Introduce the dirty log perf testBen Gardon-8/+396
2020-11-08KVM: selftests: Make the number of vcpus globalAndrew Jones-20/+20
2020-11-08KVM: selftests: Make the per vcpu memory size globalAndrew Jones-12/+11
2020-11-08KVM: selftests: Drop pointless vm_create wrapperAndrew Jones-9/+3
2020-11-08KVM: selftests: Add wrfract to common guest codeBen Gardon-1/+7
2020-11-08KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon-15/+27
2020-11-08KVM: selftests: Remove address rounding in guest codeBen Gardon-1/+0
2020-11-08KVM: selftests: Factor code out of demand_paging_testBen Gardon-181/+210
2020-11-08KVM: selftests: Use a single binary for dirty/clear log testPeter Xu-39/+156
2020-11-08KVM: selftests: Always clear dirty bitmap after iterationPeter Xu-1/+1
2020-11-08KVM: selftests: Add blessed SVE registers to get-reg-listAndrew Jones-42/+217