summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-04-28ia64: tools: remove duplicate definition of ia64_mf() on ia64John Paul Adrian Glaubitz
2021-04-28perf map: Fix error return code in maps__clone()Zhen Lei
2021-04-28perf auxtrace: Fix potential NULL pointer dereferenceLeo Yan
2021-04-21ia64: tools: remove inclusion of ia64-specific version of errno.h headerJohn Paul Adrian Glaubitz
2021-04-21libbpf: Fix potential NULL pointer dereferenceCiara Loftus
2021-04-16perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo
2021-04-16idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)
2021-04-16idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)
2021-04-16radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)
2021-04-16radix tree test suite: Fix compilationMatthew Wilcox (Oracle)
2021-04-16tools/kvm_stat: Add restart delayStefan Raspl
2021-04-14perf report: Fix wrong LBR block sortingJin Yao
2021-04-14perf inject: Fix repipe usageAdrian Hunter
2021-04-14libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus
2021-04-14libbpf: Restore umem state after socket create failureCiara Loftus
2021-04-14libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus
2021-04-14libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela
2021-04-10tools/resolve_btfids: Add /libbpf to .gitignoreStanislav Fomichev
2021-04-10tools/resolve_btfids: Set srctree variable unconditionallyJiri Olsa
2021-04-10tools/resolve_btfids: Check objects before removingJiri Olsa
2021-04-10tools/resolve_btfids: Build libbpf and libsubcmd in separate directoriesJiri Olsa
2021-04-10selftests/vm: fix out-of-tree buildRong Chen
2021-04-10kselftest/arm64: sve: Do not use non-canonical FFR register valueAndre Przywara
2021-04-10kunit: tool: Fix a python tuple typing errorDavid Gow
2021-04-07flow_dissector: fix TTL and TOS dissection on IPv4 fragmentsDavide Caratti
2021-03-30selftest/bpf: Add a test to check trampoline freeing logic.Alexei Starovoitov
2021-03-30perf synthetic events: Avoid write of uninitialized memory when generating PE...Ian Rogers
2021-03-30perf auxtrace: Fix auxtrace queue conflictAdrian Hunter
2021-03-30libbpf: Fix BTF dump of pointer-to-array-of-structJean-Philippe Brucker
2021-03-30selftests: forwarding: vxlan_bridge_1d: Fix vxlan ecn decapsulate valueHangbin Liu
2021-03-30libbpf: Use SOCK_CLOEXEC when opening the netlink socketKumar Kartikeya Dwivedi
2021-03-30libbpf: Fix error path in bpf_object__elf_init()Namhyung Kim
2021-03-30selftests/net: fix warnings on reuseaddr_ports_exhaustedCarlos Llamas
2021-03-30selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failedHangbin Liu
2021-03-30kunit: tool: Disable PAGE_POISONING under --alltestsDavid Gow
2021-03-30libbpf: Fix INSTALL flag orderGeorgi Valkov
2021-03-30static_call: Allow module use without exposing static_call_keyJosh Poimboeuf
2021-03-30static_call: Pull some static_call declarations to the type headersPeter Zijlstra
2021-03-30kselftest: arm64: Fix exit code of sve-ptraceMark Brown
2021-03-20bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk
2021-03-17perf report: Fix -F for branch & mem modesRavi Bangoria
2021-03-17perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers
2021-03-17selftests: forwarding: Fix race condition in mirror installationDanielle Ratson
2021-03-17perf build: Fix ccache usage in $(CC) when generating arch errno tableAntonio Terceiro
2021-03-17tools/resolve_btfids: Fix build error with older host toolchainsKun-Chuan Hsieh
2021-03-17libbpf: Clear map_info before each bpf_obj_get_info_by_fdMaciej Fijalkowski
2021-03-17selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifierYauheni Kaliuta
2021-03-17selftests/bpf: No need to drop the packet when there is no geneve optHangbin Liu
2021-03-17selftests/bpf: Use the last page in test_snprintf_btf on s390Ilya Leoshkevich
2021-03-07selftests/bpf: Remove memory leakBjörn Töpel