summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-09-18selftests/bpf: Fix potential unreleased lockChengfeng Ye1-1/+3
2021-09-18selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian1-1/+1
2021-09-18kselftest/arm64: pac: Fix skipping of tests on systems without PACMark Brown1-4/+6
2021-09-18kselftest/arm64: mte: Fix misleading output when skipping testsMark Brown1-1/+1
2021-09-18selftests: nci: Fix the wrong conditionBongsu Jeon1-1/+1
2021-09-18selftests: nci: Fix the code for next nlattr offsetBongsu Jeon1-2/+2
2021-09-18selftests/bpf: Fix flaky send_signal testYonghong Song1-0/+16
2021-09-18selftests/bpf: Correctly display subtest skip statusYucong Sun1-12/+13
2021-09-18selftests/bpf: Fix xdp_tx.c prog section nameJussi Maki2-2/+2
2021-09-18libbpf: Fix race when pinning maps in parallelMartynas Pumputis1-1/+14
2021-09-18selftests: firmware: Fix ignored return val of asprintf() warnShuah Khan1-1/+2
2021-09-18libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis1-3/+45
2021-09-18tools/thermal/tmon: Add cross compiling supportRolf Eike Beer1-1/+1
2021-09-18selftests/ftrace: Fix requirement check of README fileSteven Rostedt (VMware)1-1/+1
2021-09-15libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko1-5/+5
2021-09-15selftests/bpf: Fix test_core_autosize on big-endian machinesIlya Leoshkevich1-5/+15
2021-09-15selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IPJose Blanquicet1-1/+1
2021-09-15tools: Free BTF objects at various locationsQuentin Monnet4-4/+9
2021-09-15bpf, selftests: Fix test_maps now that sockmap supports UDPJohn Fastabend1-2/+2
2021-09-15libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis1-6/+4
2021-09-15libbpf: Fix the possible memory leak on errorShuyi Cheng1-2/+4
2021-09-15bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima1-1/+1
2021-09-03tools/virtio: fix buildMichael S. Tsirkin3-1/+60
2021-08-18libbpf: Do not close un-owned FD 0 on errorsDaniel Xu1-2/+1
2021-08-18libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge1-1/+3
2021-08-18selftests/sgx: Fix Q1 and Q2 calculation in sigstruct.cTianjia Zhang1-20/+21
2021-08-04perf pmu: Fix alias matchingJohn Garry1-9/+24
2021-08-04Revert "perf map: Fix dso->nsinfo refcounting"Arnaldo Carvalho de Melo1-2/+0
2021-08-04KVM: selftests: Fix missing break in dirty_log_perf_test arg parsingDavid Matlack1-0/+1
2021-08-04selftest: fix build error in tools/testing/selftests/vm/userfaultfd.cGreg Kroah-Hartman1-1/+1
2021-07-28perf inject: Close inject.output on exitRiccardo Mancini1-2/+6
2021-07-28selftest: use mmap instead of posix_memalign to allocate memoryPeter Collingbourne1-2/+4
2021-07-28bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser1-0/+5
2021-07-28perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong1-4/+29
2021-07-28perf data: Close all files in close_dir()Riccardo Mancini1-1/+1
2021-07-28perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini1-2/+2
2021-07-28perf lzma: Close lzma stream on exitRiccardo Mancini1-3/+5
2021-07-28perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini1-0/+7
2021-07-28perf script: Release zstd dataRiccardo Mancini1-0/+1
2021-07-28perf report: Free generated help strings for sort optionRiccardo Mancini3-13/+24
2021-07-28perf env: Fix memory leak of cpu_pmu_capsRiccardo Mancini1-0/+1
2021-07-28perf test maps__merge_in: Fix memory leak of mapsRiccardo Mancini1-0/+2
2021-07-28perf dso: Fix memory leak in dso__new_map()Riccardo Mancini1-1/+3
2021-07-28perf test event_update: Fix memory leak of unitRiccardo Mancini1-1/+3
2021-07-28perf test event_update: Fix memory leak of evlistRiccardo Mancini1-1/+1
2021-07-28perf test session_topology: Delete session->evlistRiccardo Mancini1-0/+1
2021-07-28perf env: Fix sibling_dies memory leakRiccardo Mancini1-0/+1
2021-07-28perf probe: Fix dso->nsinfo refcountingRiccardo Mancini1-1/+3
2021-07-28perf map: Fix dso->nsinfo refcountingRiccardo Mancini1-0/+2
2021-07-28perf inject: Fix dso->nsinfo refcountingRiccardo Mancini1-2/+3