summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-06-19tools/resolve_btfids: Fix build when cross compiling kernel with clang.Suleiman Souhlal1-1/+1
2025-06-19objtool/rust: relax slice condition to cover more `noreturn` Rust functionsMiguel Ojeda1-1/+2
2025-06-19tools/power turbostat: Fix AMD package-energy reportingGautham R. Shenoy1-5/+36
2025-06-19selftests: net: build net/lib dependency in all targetBui Quang Minh1-1/+1
2025-06-19perf callchain: Always populate the addr_location map when adding IPIan Rogers3-5/+11
2025-06-19perf trace: Set errpid to false for rseq and set_robust_listAnubhav Shelat1-2/+2
2025-06-19perf trace: Always print return value for syscalls returning a pidAnubhav Shelat1-1/+1
2025-06-19perf record: Fix incorrect --user-regs commentsDapeng Mi1-1/+1
2025-06-19perf symbol: Fix use-after-free in filename__read_build_idIan Rogers1-98/+70
2025-06-19perf tests switch-tracking: Fix timestamp comparisonLeo Yan1-1/+1
2025-06-19perf scripts python: exported-sql-viewer.py: Fix pattern matching with Python 3Adrian Hunter1-1/+4
2025-06-19perf intel-pt: Fix PEBS-via-PT data_srcAdrian Hunter1-3/+202
2025-06-19perf tests: Fix 'perf report' tests installationMichael Petlan1-1/+2
2025-06-19perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids()Namhyung Kim1-0/+3
2025-06-19perf symbol-minimal: Fix double free in filename__read_build_idIan Rogers1-16/+18
2025-06-19perf ui browser hists: Set actions->thread before calling do_zoom_thread()Arnaldo Carvalho de Melo1-1/+1
2025-06-19perf build: Warn when libdebuginfod devel files are not availableArnaldo Carvalho de Melo1-0/+2
2025-06-19libbpf: Use proper errno value in nlattrAnton Protopopov1-8/+7
2025-06-19selftests/bpf: Fix caps for __xlated/jited_unprivLuis Gerhorst1-6/+8
2025-06-19bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernelsYiFei Zhu1-1/+1
2025-06-19bpf: Fix uninitialized values in BPF_{CORE,PROBE}_READAnton Protopopov1-0/+6
2025-06-19libbpf: Use proper errno value in linkerAnton Protopopov1-2/+2
2025-06-19Use thread-safe function pointer in libbpf_printJonathan Wiepert1-1/+1
2025-06-19libbpf: Remove sample_period init in perf_bufferTao Chen1-1/+0
2025-06-19libbpf: Fix event name too long errorFeng Yang1-27/+16
2025-06-19libbpf: Fix buffer overflow in bpf_object__init_progViktor Malik1-1/+1
2025-06-19selftests/bpf: Fix bpf_nf selftest failureSaket Kumar Bhaskar1-0/+6
2025-06-19selftests/seccomp: fix negative_ENOSYS tracer tests on arm32Terry Tritton1-6/+0
2025-06-19selftests/seccomp: fix syscall_restart test for arm compatNeill Kapron1-2/+5
2025-06-19kselftest: cpufreq: Get rid of double suspend in rtcwake caseNĂ­colas F. R. A. Prado1-1/+2
2025-06-19x86/insn: Fix opcode map (!REX2) superscript tagsMasami Hiramatsu (Google)1-25/+25
2025-06-19tools/x86/kcpuid: Fix error handlingAhmed S. Darwish1-24/+23
2025-05-29tools: ynl-gen: validate 0 len strings from kernelDavid Wei1-1/+1
2025-05-29bpftool: Fix readlink usage in get_fd_typeViktor Malik1-1/+2
2025-05-29bridge: mdb: Allow replace of a host-joined groupPetr Machata1-1/+1
2025-05-29tools: ynl-gen: don't output external constantsJakub Kicinski1-0/+3
2025-05-29tools/power turbostat: Clustered Uncore MHz counters should honor show/hide o...Len Brown2-1/+13
2025-05-29kunit: tool: Use qboot on QEMU x86_64Brendan Jackman1-1/+3
2025-05-29libbpf: Fix out-of-bound readNandakumar Edamana1-1/+1
2025-05-29selftests/net: have `gro.sh -t` return a correct exit codeKevin Krakauer1-1/+2
2025-05-29iommufd: Disallow allocating nested parent domain with fault IDYi Liu1-0/+4
2025-05-29bpf: Allow pre-ordering for bpf cgroup progsYonghong Song1-0/+1
2025-05-29objtool: Fix error handling inconsistencies in check()Josh Poimboeuf1-4/+6
2025-05-29tools/build: Don't pass test log files to linkerIan Rogers1-1/+5
2025-05-29objtool: Properly disable uaccess validationJosh Poimboeuf1-2/+9
2025-05-29selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failureIhor Solodrai1-1/+0
2025-05-22vsock/test: Fix occasional failure in SIOCOUTQ testsKonstantin Shkolnyy1-12/+16
2025-05-22tests/ncdevmem: Fix double-free of queue arrayCosmin Ratiu1-33/+22
2025-05-22selftests: ncdevmem: Switch to AF_INET6Stanislav Fomichev1-29/+68
2025-05-22selftests: ncdevmem: Make client_ip optionalStanislav Fomichev1-3/+9