aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski50-892/+2402
2020-11-12bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TPMartin KaFai Lau3-0/+259
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski70-489/+3105
2020-11-13selftests/bpf: Add asm tests for pkt vs pkt_end comparison.Alexei Starovoitov1-0/+42
2020-11-13selftests/bpf: Add skb_pkt_end testAlexei Starovoitov2-0/+95
2020-11-12selftests: set conf.all.rp_filter=0 in bareudp.shGuillaume Nault1-0/+2
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds9-18/+281
2020-11-12tools/bpf: Always run the *-clean recipesJean-Philippe Brucker1-2/+2
2020-11-12tools/bpf: Add bootstrap/ to .gitignoreJean-Philippe Brucker1-1/+1
2020-11-12selftests: pmtu.sh: improve the test result processingPo-Hsu Lin1-1/+14
2020-11-12selftests: pmtu.sh: use $ksft_skip for skipped return codePo-Hsu Lin1-32/+32
2020-11-11tools/bpftool: Fix build slowdownJean-Philippe Brucker1-1/+3
2020-11-11tools/runqslower: Build bpftool using HOSTCCJean-Philippe Brucker1-1/+2
2020-11-11tools/runqslower: Enable out-of-tree buildJean-Philippe Brucker1-14/+18
2020-11-11tools/runqslower: Use Makefile.includeJean-Philippe Brucker1-15/+9
2020-11-11tools/bpftool: Fix cross-buildJean-Philippe Brucker1-8/+26
2020-11-11tools/bpftool: Force clean of out-of-tree buildJean-Philippe Brucker1-3/+5
2020-11-11tools: Factor HOSTCC, HOSTLD, HOSTAR definitionsJean-Philippe Brucker6-27/+10
2020-11-10selftest/bpf: Add missed ip6ip6 test backHangbin Liu2-39/+46
2020-11-10tools/bpftool: Add support for in-kernel and named BTF in `btf show`Andrii Nakryiko1-1/+27
2020-11-10bpf: Assign ID to vmlinux BTF and return extra info for BTF in GET_OBJ_INFOAndrii Nakryiko1-0/+3
2020-11-10selftests: disable rp_filter when testing bareudpGuillaume Nault1-0/+6
2020-11-10selftest: fix flower terse dump testsVlad Buslov1-2/+2
2020-11-10Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds4-138/+507
2020-11-10tools/power turbostat: update version numberLen Brown1-1/+1
2020-11-09selftests/net: test max_num_members, fanout_args in psock_fanoutTanner Love1-3/+69
2020-11-09bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingressMartin KaFai Lau2-7/+7
2020-11-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds23-277/+2252
2020-11-09KVM: selftests: allow two iterations of dirty_log_perf_testPaolo Bonzini1-1/+1
2020-11-08KVM: selftests: Introduce the dirty log perf testBen Gardon6-8/+396
2020-11-08KVM: selftests: Make the number of vcpus globalAndrew Jones2-20/+20
2020-11-08KVM: selftests: Make the per vcpu memory size globalAndrew Jones2-12/+11
2020-11-08KVM: selftests: Drop pointless vm_create wrapperAndrew Jones4-9/+3
2020-11-08KVM: selftests: Add wrfract to common guest codeBen Gardon2-1/+7
2020-11-08KVM: selftests: Simplify demand_paging_test with timespec_diff_nowBen Gardon3-15/+27
2020-11-08KVM: selftests: Remove address rounding in guest codeBen Gardon1-1/+0
2020-11-08KVM: selftests: Factor code out of demand_paging_testBen Gardon2-181/+210
2020-11-08KVM: selftests: Use a single binary for dirty/clear log testPeter Xu3-39/+156
2020-11-08KVM: selftests: Always clear dirty bitmap after iterationPeter Xu1-1/+1
2020-11-08KVM: selftests: Add blessed SVE registers to get-reg-listAndrew Jones4-42/+217
2020-11-08KVM: selftests: Add aarch64 get-reg-list testAndrew Jones5-0/+703
2020-11-08selftests: kvm: test enforcement of paravirtual cpuid featuresOliver Upton7-0/+308
2020-11-08selftests: kvm: Add exception handling to selftestsAaron Lewis9-9/+244
2020-11-08selftests: kvm: Clear uc so UCALL_NONE is being properly reportedAaron Lewis3-0/+9
2020-11-08selftests: kvm: Fix the segment descriptor layout to match the actual layoutAaron Lewis2-2/+3
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski8-16/+279
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski59-95/+617
2020-11-06Merge tag 'linux-kselftest-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds34-56/+65
2020-11-06selftests/bpf: Fix selftest build with old libcAlexei Starovoitov1-0/+4
2020-11-06Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-0/+10