summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-06-04bpftool: Fix readlink usage in get_fd_typeViktor Malik1-1/+2
2025-06-04tools/build: Don't pass test log files to linkerIan Rogers1-1/+5
2025-05-02selftests: ublk: fix test_stripe_04Ming Lei1-0/+24
2025-05-02pm: cpupower: bench: Prevent NULL dereference on malloc failureZhongqiu Han1-0/+4
2025-04-10perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo1-0/+5
2025-04-10perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo1-1/+5
2025-04-10perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo1-1/+1
2025-04-10perf units: Fix insufficient array spaceArnaldo Carvalho de Melo1-1/+1
2025-03-13perf bench: Fix undefined behavior in cmpworker()Kuan-Wei Chiu1-1/+6
2025-03-13udp: gso: do not drop small packets when PMTU reducesYan Zhai1-0/+26
2025-03-13ktest.pl: Check kernelrelease return in get_versionRicardo B. Marliere1-0/+5
2025-03-13perf trace: Fix runtime error of index out of boundsHoward Chu1-1/+5
2025-03-13perf report: Fix misleading help message about --demangleJiachen Zhang1-1/+1
2025-03-13perf top: Don't complain about lack of vmlinux when not resolving some kernel...Arnaldo Carvalho de Melo1-1/+1
2025-03-13ktest.pl: Remove unused declarations in run_bisect_test functionBa Jing1-2/+0
2025-03-13perf header: Fix one memory leakage in process_bpf_prog_info()Zhongqiu Han3-4/+8
2025-03-13perf header: Fix one memory leakage in process_bpf_btf()Zhongqiu Han1-1/+2
2025-03-13tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bindMarco Leogrande1-0/+1
2025-03-13selftests: harness: fix printing of mismatch values in __EXPECT()Dmitry V. Levin1-12/+12
2025-03-13selftests/harness: Display signed values correctlyKees Cook1-5/+37
2025-03-13cpupower: fix TSC MHz calculationHe Rongguang1-6/+9
2025-03-13perf cs-etm: Add missing variable in cs_etm__process_queues()Ben Hutchings1-1/+1
2024-12-14perf trace: Avoid garbage when not printing a syscall's argumentsBenjamin Peterson1-2/+3
2024-12-14perf trace: Do not lose last events in a raceBenjamin Peterson1-7/+2
2024-12-14perf probe: Correct demangled symbols in C++ programLeo Yan1-2/+15
2024-12-14perf cs-etm: Don't flush when packet_queue fills upJames Clark1-7/+18
2024-12-14powerpc/vdso: Flag VDSO64 entry points as functionsChristophe Leroy1-2/+1
2024-12-14selftests: net: really check for bg process completionPaolo Abeni1-1/+1
2024-12-14selftests/watchdog-test: Fix system accidentally reset after watchdog-testLi Zhijian1-0/+6
2024-11-08usbip: tools: Fix detach_port() invalid port error pathZongmin Zhou1-0/+1
2024-11-08tools/iio: Add memory allocation failure check for trigger_nameZhu Jun1-0/+4
2024-11-08ktest.pl: Avoid false positives with grub2 skip regexDaniel Jordan1-1/+1
2024-11-08selftests: vDSO: fix vDSO symbols lookup for powerpc64Christophe Leroy1-1/+2
2024-11-08selftests: breakpoints: use remaining time to check if suspend succeedYifei Liu1-1/+4
2024-11-08perf time-utils: Fix 32-bit nsec parsingIan Rogers1-2/+2
2024-11-08perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong1-1/+4
2024-11-08perf sched timehist: Fix missing free of session in perf_sched__timehist()Yang Jihong1-1/+2
2024-11-08selftests/bpf: Fix error compiling test_lru_map.cTony Ambardar1-1/+2
2024-11-08selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar1-0/+1
2024-11-08selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar1-0/+1
2024-11-08selftests/bpf: Fix compile error from rlim_t in sk_storage_map.cTony Ambardar1-1/+1
2024-11-08selftests: breakpoints: Fix a typo of function nameMasami Hiramatsu1-1/+1
2024-09-12libbpf: Add NULL checks to bpf_object__{prev_map,next_map}Andreas Ziegler1-2/+2
2024-09-04tools: move alignment-related macros to new <linux/align.h>Alexander Lobakin2-0/+13
2024-09-04tc-testing: don't access non-existent variable on exceptionSimon Horman1-1/+0
2024-09-04bitmap: introduce generic optimized bitmap_size()Alexander Lobakin1-3/+4
2024-08-19selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRTYonghong Song1-1/+2
2024-08-19libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko3-7/+9
2024-08-19selftests/sigaltstack: Fix ppc64 GCC buildMichael Ellerman1-1/+1
2024-08-19tools/memory-model: Fix bug in lock.catAlan Stern1-10/+10