summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-12-07libbpf: Fix invalid return address register in s390Daniel T. Lee
2025-12-07libbpf, riscv: Use a0 for RC registerYixun Lan
2025-12-07libbpf: Fix riscv register namesIlya Leoshkevich
2025-12-07selftests/bpf: Don't rely on preserving volatile in PT_REGS macros in loop3Andrii Nakryiko
2025-12-07selftests: mptcp: join: rm: set backup flagMatthieu Baerts (NGI0)
2025-12-07selftests: mptcp: connect: fix fallback note due to OoOMatthieu Baerts (NGI0)
2025-12-07tracing/tools: Fix incorrcet short option in usage text for --threadsZhang Chujun
2025-12-07selftests: net: use BASH for bareudp testingPo-Hsu Lin
2025-12-07selftests: netdevsim: set test timeout to 10 minutesJakub Kicinski
2025-12-07selftests: netdevsim: Fix ethtool-coalesce.sh fail by installing ethtool-comm...Wang Liang
2025-12-07netdevsim: add Makefile for selftestsDavid Wei
2025-12-07selftests/net: use destination options instead of hop-by-hopAnubhav Singh
2025-12-07selftests/net: fix GRO coalesce test and add ext header coalesce testsRichard Gobert
2025-12-07selftests/net: fix out-of-order delivery of FIN in gro:tcp testAnubhav Singh
2025-12-07selftests/Makefile: include $(INSTALL_DEP_TARGETS) in clean target to clean n...Nai-Chen Cheng
2025-12-07selftests: Replace sleep with slowwaitDavid Ahern
2025-12-07selftests: Disable dad for ipv6 in fcnal-test.shDavid Ahern
2025-12-07selftests: traceroute: Use require_command()Ido Schimmel
2025-12-07selftests/net: Ensure assert() triggers in psock_tpacket.cWake Liu
2025-12-07selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8Wake Liu
2025-12-07tools/power x86_energy_perf_policy: Prefer driver HWP limitsLen Brown
2025-12-07tools/power x86_energy_perf_policy: Enhance HWP enableLen Brown
2025-12-07tools/power x86_energy_perf_policy: Fix incorrect fopen mode usageKaushlendra Kumar
2025-12-07tools/cpupower: Fix incorrect size in cpuidle_state_disable()Kaushlendra Kumar
2025-12-07tools/cpupower: fix error return value in cpupower_write_sysfs()Kaushlendra Kumar
2025-12-07selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2Ricardo B. Marlière
2025-12-07libbpf: Fix powerpc's stack register definition in bpf_tracing.hAndrii Nakryiko
2025-12-07libbpf: Normalize PT_REGS_xxx() macro definitionsAndrii Nakryiko
2025-12-07riscv, libbpf: Add RISC-V (RV64) support to bpf_tracing.hBjörn Töpel
2025-10-29Revert "perf test: Don't leak workload gopipe in PERF_RECORD_*"Niko Mauno
2025-10-19selftests: mptcp: join: validate C-flag + def limitMatthieu Baerts (NGI0)
2025-10-19minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
2025-10-19rseq/selftests: Use weak symbol reference, not definition, to link with glibcSean Christopherson
2025-10-19tools build: Align warning options with perfLeo Yan
2025-10-19perf test: Don't leak workload gopipe in PERF_RECORD_*Ian Rogers
2025-10-19perf session: Fix handling when buffer exceeds 2 GiBLeo Yan
2025-10-19perf util: Fix compression checks returning -1 as boolYunseong Kim
2025-10-19libperf event: Ensure tracing data is multiple of 8 sizedIan Rogers
2025-10-19perf evsel: Avoid container_of on a NULL leaderIan Rogers
2025-10-19nvdimm: ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe()Guangshuo Li
2025-10-19tools/nolibc: make time_t robust if __kernel_old_time_t is missing in host he...Zhouyi Zhou
2025-10-19selftests: watchdog: skip ping loop if WDIOF_KEEPALIVEPING not supportedAkhilesh Patil
2025-10-19libbpf: Fix reuse of DEVMAPYureka Lilian
2025-10-19selftests: arm64: Check fread return value in exec_targetBala-Vignesh-Reddy
2025-10-19perf subcmd: avoid crash in exclude_cmds when excludes is emptyhupu
2025-10-02selftests: fib_nexthops: Fix creation of non-FDB nexthopsIdo Schimmel
2025-09-09perf bpf-event: Fix use-after-free in synthesisIan Rogers
2025-08-28selftests: mptcp: pm: check flush doesn't reset limitsMatthieu Baerts (NGI0)
2025-08-28selftests: mptcp: Initialize variables to quiet gcc 12 warningsMat Martineau
2025-08-28selftests: mptcp: add missing join checkMatthieu Baerts