summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-11-10selftests/landlock: Build without static librariesMickaël Salaün
2022-11-10tools/nolibc/string: Fix memcmp() implementationRasmus Villemoes
2022-11-10tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12Willy Tarreau
2022-11-04perf vendor events arm64: Fix incorrect Hisi hip08 L3 metricsShang XiaoJing
2022-11-04perf list: Fix PMU name pai_crypto in perf list on s390Thomas Richter
2022-11-04perf vendor events power10: Fix hv-24x7 metric eventsKajol Jain
2022-11-04selftests: net: Fix netdev name mismatch in cleanupBenjamin Poirier
2022-11-04selftests: net: Fix cross-tree inclusion of scriptsBenjamin Poirier
2022-11-04selftests/ftrace: fix dynamic_events dependency checkSven Schnelle
2022-11-04KVM: selftests: Fix number of pages for memory slot in memslot_modification_s...Gavin Shan
2022-11-04perf auxtrace: Fix address filter symbol name match for modulesAdrian Hunter
2022-11-04tools: iio: iio_utils: fix digit calculationMatti Vaittinen
2022-10-29rv/dot2c: Make automaton definition staticDaniel Bristot de Oliveira
2022-10-21perf intel-pt: Fix system_wide dummy event for hybridAdrian Hunter
2022-10-21perf intel-pt: Fix segfault in intel_pt_print_info() with uClibcAdrian Hunter
2022-10-21perf: Skip and warn on unknown format 'configN' attrsRob Herring
2022-10-21kselftest/arm64: Fix validatation termination record after EXTRA_CONTEXTMark Brown
2022-10-21libbpf: Fix overrun in netlink attribute iterationXin Liu
2022-10-21bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa
2022-10-21selftests/bpf: Free the allocated resources after test case succeedsHou Tao
2022-10-21net-next: Fix IP_UNICAST_IF option behavior for connected socketsRichard Gobert
2022-10-21bpftool: Clear errno after libcap's checksQuentin Monnet
2022-10-21libbpf: Do not require executable permission for shared librariesHengqi Chen
2022-10-21libbpf: Ensure functions with always_inline attribute are inlineJames Hilliard
2022-10-21selftest: tpm2: Add Client.__del__() to close /dev/tpm* handleStefan Berger
2022-10-21tools/power turbostat: Use standard Energy Unit for SPR Dram RAPL domainZhang Rui
2022-10-21selftests/cpu-hotplug: Reserve one cpu online at leastZhao Gongyi
2022-10-21selftests/cpu-hotplug: Delete fault injection related codeZhao Gongyi
2022-10-21selftests/cpu-hotplug: Use return instead of exitZhao Gongyi
2022-10-21libbpf: Don't require full struct enum64 in UAPI headersAndrii Nakryiko
2022-10-21libbpf: restore memory layout of bpf_object_open_optsAndrii Nakryiko
2022-10-21selftests/bpf: Adapt cgroup effective query uapi changePu Lehui
2022-10-21bpftool: Fix wrong cgroup attach flags being assigned to effective progsPu Lehui
2022-10-21bpf, cgroup: Reject prog_attach_flags array when effective queryPu Lehui
2022-10-21libbpf: Fix NULL pointer exception in API btf_dump__dump_type_dataXin Liu
2022-10-21libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd setAndrii Nakryiko
2022-10-21selftests/xsk: Avoid use-after-free on ctxIan Rogers
2022-10-21selftests/xsk: Add missing close() on netns fdMaciej Fijalkowski
2022-10-21bpftool: Fix a wrong type cast in btf_dumper_intLam Thai
2022-10-21libbpf: Initialize err in probe_map_createFlorian Fainelli
2022-10-21objtool: Preserve special st_shndx indexes in elf_update_symbolSami Tolvanen
2022-09-30Merge tag 'perf-tools-fixes-for-v6.0-2022-09-29' of git://git.kernel.org/pub/...Linus Torvalds
2022-09-30Merge tag 'for-linus-6.0' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-09-30Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-09-30KVM: selftests: Compare insn opcodes directly in fix_hypercall_testSean Christopherson
2022-09-30KVM: selftests: Implement memcmp(), memcpy(), and memset() for guest useSean Christopherson
2022-09-30KVM: selftests: Gracefully handle empty stack tracesDavid Matlack
2022-09-30KVM: selftests: replace assertion with warning in access_tracking_perf_testEmanuele Giuseppe Esposito
2022-09-29perf build: Fixup disabling of -Wdeprecated-declarations for the python scrip...Arnaldo Carvalho de Melo
2022-09-29perf tests mmap-basic: Remove unused variable to address clang 15 warningJiri Olsa