aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-10-25selftests/bpf: Split out bpf_verif_scale selftests into multiple testsAndrii Nakryiko1-68/+152
2021-10-25selftests/bpf: Mark tc_redirect selftest as serialAndrii Nakryiko1-1/+1
2021-10-25selftests/bpf: Support multiple tests per fileAndrii Nakryiko1-4/+3
2021-10-25selftests/bpf: Normalize selftest entry pointsAndrii Nakryiko6-15/+13
2021-10-25kunit: tool: continue past invalid utf-8 outputDaniel Latypov2-3/+4
2021-10-25perf jevents: Fix some would-be warningsJohn Garry1-6/+4
2021-10-25perf dso: Fix /proc/kcore access on 32 bit systemsJames Clark1-1/+1
2021-10-25perf build: Suppress 'rm dlfilter' build messageAdrian Hunter1-0/+2
2021-10-25perf list: Display hybrid PMU events with cpu typeJin Yao8-24/+73
2021-10-25perf powerpc: Add support to expose instruction and data address registers as...Athira Rajeev3-4/+11
2021-10-25perf powerpc: Refactor the code definition of perf reg extended mask in tools...Athira Rajeev1-8/+13
2021-10-25perf session: Introduce reader EOF functionAlexey Bayduraev1-1/+7
2021-10-25perf session: Introduce reader return codesAlexey Bayduraev1-3/+8
2021-10-25perf session: Move the event read code to a separate functionAlexey Bayduraev1-15/+31
2021-10-25perf session: Move unmap code to reader__mmapAlexey Bayduraev1-17/+13
2021-10-25perf session: Move reader map code to a separate functionAlexey Bayduraev1-15/+28
2021-10-25perf session: Move init/release code to separate functionsAlexey Bayduraev1-13/+32
2021-10-25perf session: Introduce decompressor in reader objectAlexey Bayduraev2-16/+33
2021-10-25perf session: Move all state items to reader objectAlexey Bayduraev1-28/+35
2021-10-25perf intel-pt: Add support for PERF_RECORD_AUX_OUTPUT_HW_IDAdrian Hunter2-5/+87
2021-10-25selftests: x86: fix [-Wstringop-overread] warn in test_process_vm_readv()Shuah Khan1-1/+1
2021-10-25selftests: mlxsw: Reduce test run timeIdo Schimmel2-18/+20
2021-10-25selftests: mlxsw: Use permanent neighbours instead of reachable onesIdo Schimmel1-11/+11
2021-10-25selftests: mlxsw: Add helpers for skipping selftestsPetr Machata8-24/+81
2021-10-25selftests: net: dsa: add a stress test for unlocked FDB operationsVladimir Oltean1-0/+47
2021-10-25selftests: lib: forwarding: allow tests to not require mz and jqVladimir Oltean1-2/+8
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller2-55/+2
2021-10-25lkdtm/bugs: Check that a per-task stack canary existsKees Cook2-0/+2
2021-10-25selftests/lkdtm: Add way to repeat a testKees Cook1-1/+9
2021-10-24selftests: net: dsa: add a stress test for unlocked FDB operationsVladimir Oltean1-0/+47
2021-10-24selftests: lib: forwarding: allow tests to not require mz and jqVladimir Oltean1-2/+8
2021-10-22libbpf: Fix BTF header parsing checksAndrii Nakryiko1-3/+9
2021-10-22libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko1-2/+2
2021-10-22selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.cYonghong Song1-2/+7
2021-10-22selftests/bpf: Test deduplication for BTF_KIND_DECL_TAG typedefYonghong Song1-6/+41
2021-10-22selftests/bpf: Add BTF_KIND_DECL_TAG typedef unit testsYonghong Song1-0/+36
2021-10-22selftests/bpf: Fix flow dissector testsStanislav Fomichev3-20/+18
2021-10-22libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAMEStanislav Fomichev2-2/+14
2021-10-22bpftool: Avoid leaking the JSON writer prepared for program metadataQuentin Monnet1-7/+9
2021-10-22selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIsHengqi Chen8-22/+22
2021-10-22bpftool: Switch to new btf__type_cnt APIHengqi Chen2-8/+8
2021-10-22tools/resolve_btfids: Switch to new btf__type_cnt APIHengqi Chen1-2/+2
2021-10-22perf bpf: Switch to new btf__raw_data APIHengqi Chen1-1/+1
2021-10-22libbpf: Add btf__type_cnt() and btf__raw_data() APIsHengqi Chen6-50/+64
2021-10-22libbpf: Fix memory leak in btf__dedup()Mauricio Vásquez1-2/+4
2021-10-22selftests/bpf: Make perf_buffer selftests work on 4.9 kernel againAndrii Nakryiko2-2/+23
2021-10-22libbpf: Fix the use of aligned attributeAndrii Nakryiko1-1/+1
2021-10-22fcnal-test: kill hanging ping/nettest binaries on cleanupFlorian Westphal1-0/+3
2021-10-22KVM: selftests: Fix nested SVM tests when built with clangJim Mattson1-1/+13
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller17-50/+523