summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-04-07selftests: KVM: Don't leak GIC FD across dirty log test iterationsOliver Upton
2022-04-07KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3)Andrew Jones
2022-04-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-04-06selftests/bpf: Test for writes to map key from BPF helpersKumar Kartikeya Dwivedi
2022-04-06selftests/bpf: Test passing rdonly mem to global funcKumar Kartikeya Dwivedi
2022-04-06selftests/bpf: Use bpf_num_possible_cpus() in per-cpu map allocationsArtem Savkov
2022-04-06libbpf: Fix spelling mistake "libaries" -> "libraries"Colin Ian King
2022-04-06selftests/bpf: Fix issues in parse_num_list()Yuntao Wang
2022-04-06bpf: Adjust bpf_tcp_check_syncookie selftest to test dual-stack socketsMaxim Mikityanskiy
2022-04-06KVM: arm64: selftests: Introduce vcpu_width_configReiji Watanabe
2022-04-05selftests/bpf: Fix file descriptor leak in load_kallsyms()Yuntao Wang
2022-04-05selftests/bpf: Add urandom_read shared lib and USDTsAndrii Nakryiko
2022-04-05selftests/bpf: Add basic USDT selftestsAndrii Nakryiko
2022-04-05libbpf: Add x86-specific USDT arg spec parsing logicAndrii Nakryiko
2022-04-05libbpf: Wire up spec management and other arch-independent USDT logicAndrii Nakryiko
2022-04-05libbpf: Add USDT notes parsing and resolution logicAndrii Nakryiko
2022-04-05libbpf: Wire up USDT API and bpf_link integrationAndrii Nakryiko
2022-04-05libbpf: Add BPF-side of USDT supportAndrii Nakryiko
2022-04-05objtool: Fix SLS validation for kcov tail-call replacementPeter Zijlstra
2022-04-05objtool: Fix IBT tail-call detectionPeter Zijlstra
2022-04-04libbpf: Support Debian in resolve_full_path()Ilya Leoshkevich
2022-04-04selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for aarch64Ilya Leoshkevich
2022-04-04bpftool: Handle libbpf_probe_prog_type errorsMilan Landaverde
2022-04-04bpftool: Add missing link typesMilan Landaverde
2022-04-04bpftool: Add syscall prog typeMilan Landaverde
2022-04-04selftests/bpf: Fix parsing of prog types in UAPI hdr for bpftool syncQuentin Monnet
2022-04-04selftests/harness: Pass variant to teardownWillem de Bruijn
2022-04-04selftests/harness: Run TEARDOWN for ASSERT failuresKees Cook
2022-04-04selftests: fix an unused variable warning in pidfd selftestAxel Rasmussen
2022-04-04selftests: fix header dependency for pid_namespace selftestsAxel Rasmussen
2022-04-04selftests: x86: add 32bit build warnings for SUSEGeliang Tang
2022-04-04selftests/proc: fix array_size.cocci warningGuo Zhengkui
2022-04-04selftests/vDSO: fix array_size.cocci warningGuo Zhengkui
2022-04-03libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len)Yuntao Wang
2022-04-03selftests/bpf: Add tests for uprobe auto-attach via skeletonAlan Maguire
2022-04-03selftests/bpf: Add tests for u[ret]probe attach by nameAlan Maguire
2022-04-03libbpf: Add auto-attach for uprobes based on section nameAlan Maguire
2022-04-03libbpf: Support function name-based attach uprobesAlan Maguire
2022-04-03libbpf: auto-resolve programs/libraries when necessary for uprobesAlan Maguire
2022-04-03bpf: Correct the comment for BTF kind bitfieldHaiyue Wang
2022-04-03selftests/bpf: Fix cd_flavor_subdir() of test_progsYuntao Wang
2022-04-03selftests/bpf: Return true/false (not 1/0) from bool functionsHaowen Bai
2022-04-03selftests/bpf: Fix vfs_link kprobe definitionNikolay Borisov
2022-04-03Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-03selftests: net: fix nexthop warning cleanup double ip typoNikolay Aleksandrov
2022-04-01bpf, test_offload.py: Skip base maps without namesYauheni Kaliuta
2022-04-01selftests/bpf: Remove unused variable from bpf_sk_assign testEyal Birger
2022-04-01perf python: Convert tracepoint.py example to python3Tanu M
2022-04-01perf evlist: Directly return instead of using local ret variableHaowen Bai
2022-04-01perf cpumap: More cpu map reuse by merge.Ian Rogers