summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-02-08selftests/mm: build with -O2Kevin Brodsky
2025-02-08ktest.pl: Check kernelrelease return in get_versionRicardo B. Marliere
2025-02-08selftests/ftrace: Fix to use remount when testing mount GID optionMasami Hiramatsu (Google)
2025-02-08selftests/rseq: Fix handling of glibc without rseq supportMathieu Desnoyers
2025-02-08tools/power turbostat: Fix forked child affinity regressionLen Brown
2025-02-08tools/power turbostat: Fix PMT mmaped file size roundingPatryk Wlazlyn
2025-02-08perf test: Skip syscall enum test if no landlock syscallNamhyung Kim
2025-02-08perf trace: Fix runtime error of index out of boundsHoward Chu
2025-02-08perf annotate: Use an array for the disassembler preferenceIan Rogers
2025-02-08selftests: net/{lib,openvswitch}: extend CFLAGS to keep options from environmentJan Stancek
2025-02-08selftests: mptcp: extend CFLAGS to keep options from environmentJan Stancek
2025-02-08tools: ynl: c: correct reverse decode of empty attrsJakub Kicinski
2025-02-08net: netdevsim: try to close UDP port harness racesJakub Kicinski
2025-02-08perf trace: Fix BPF loading failure (-E2BIG)Howard Chu
2025-02-08tools/bootconfig: Fix the wrong format specifierLuo Yifan
2025-02-08perf lock: Fix parse_lock_type which only retrieve one lock flagChun-Tse Shao
2025-02-08tools: Sync if_xdp.h uapi tooling headerVishal Chourasia
2025-02-08libbpf: Fix incorrect traversal end type ID when marking BTF_IS_EMBEDDEDPu Lehui
2025-02-08libbpf: Fix return zero when elf_begin failedPu Lehui
2025-02-08selftests/bpf: Fix btf leak on new btf alloc failure in btf_distill testPu Lehui
2025-02-08selftests/bpf: Fix undefined UINT_MAX in veristat.cTony Ambardar
2025-02-08perf inject: Fix use without initialization of local variablesIan Rogers
2025-02-08perf test stat: Avoid hybrid assumption when virtualizedIan Rogers
2025-02-08perf report: Fix misleading help message about --demangleJiachen Zhang
2025-02-08perf MANIFEST: Add arch/*/include/uapi/asm/bpf_perf_event.h to the perf tarballArnaldo Carvalho de Melo
2025-02-08perf symbol: Prefer non-label symbols with same addressNamhyung Kim
2025-02-08perf namespaces: Fixup the nsinfo__in_pidns() return type, its boolArnaldo Carvalho de Melo
2025-02-08perf namespaces: Introduce nsinfo__set_in_pidns()Arnaldo Carvalho de Melo
2025-02-08perf machine: Don't ignore _etext when not a text symbolChristophe Leroy
2025-02-08perf maps: Fix display of kernel symbolsChristophe Leroy
2025-02-08perf top: Don't complain about lack of vmlinux when not resolving some kernel...Arnaldo Carvalho de Melo
2025-02-08selftests/bpf: Avoid generating untracked files when running bpf selftestsJiayuan Chen
2025-02-08perf stat: Fix trailing comma when there is no metric unitJames Clark
2025-02-08ktest.pl: Remove unused declarations in run_bisect_test functionBa Jing
2025-02-08perf expr: Initialize is_test value in expr__ctx_new()Levi Yun
2025-02-08tools build: Remove the libunwind feature tests from the ones detected when t...Arnaldo Carvalho de Melo
2025-02-08perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()Zhongqiu Han
2025-02-08perf header: Fix one memory leakage in process_bpf_prog_info()Zhongqiu Han
2025-02-08perf header: Fix one memory leakage in process_bpf_btf()Zhongqiu Han
2025-02-08selftests/bpf: Fix fill_link_info selftest on powerpcSaket Kumar Bhaskar
2025-02-08tools features: Don't check for libunwind devel files by defaultArnaldo Carvalho de Melo
2025-02-08libbpf: Fix segfault due to libelf functions not setting errnoQuentin Monnet
2025-02-08tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bindMarco Leogrande
2025-02-08libbpf: don't adjust USDT semaphore address if .stapsdt.base addr is missingAndrii Nakryiko
2025-02-08selftests/landlock: Fix error messageMickaël Salaün
2025-02-08selftests/landlock: Fix build with non-default pthread linkingMickaël Salaün
2025-02-08selftests: harness: fix printing of mismatch values in __EXPECT()Dmitry V. Levin
2025-02-08selftests: timers: clocksource-switch: Adapt progress to kselftest frameworkGeert Uytterhoeven
2025-02-08selftests: ktap_helpers: Fix uninitialized variableMickaël Salaün
2025-02-08cpupower: fix TSC MHz calculationHe Rongguang