summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-10-15nvdimm: ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe()Guangshuo Li1-1/+12
2025-10-15selftests/mm: skip soft-dirty tests when CONFIG_MEM_SOFT_DIRTY is disabledLance Yang4-20/+24
2025-10-15selftests/bpf: Fix realloc size in bpf_get_addrsJiri Olsa1-1/+1
2025-10-15selftests/bpf: move get_ksyms and get_addrs to trace_helpers.cMenglong Dong3-217/+220
2025-10-15selftests/bpf: Fix typos and grammar in test sourcesShubham Sharma28-36/+36
2025-10-15iommu/selftest: prevent use of uninitialized variableAlessandro Zanni1-5/+3
2025-10-15selftests/mm: fix va_high_addr_switch.sh failure on x86_64Chunyu Hu1-2/+2
2025-10-15tools: ynl: fix undefined variable nameMatthieu Baerts (NGI0)1-1/+1
2025-10-15libbpf: Fix error when st-prefix_ops and ops from differ btfD. Wythe1-19/+17
2025-10-15tools/nolibc: add stdbool.h to nolibc includesAndré Almeida1-0/+1
2025-10-15tools/nolibc: make time_t robust if __kernel_old_time_t is missing in host he...Zhouyi Zhou1-1/+1
2025-10-15selftests: always install UAPI headers to the correct directoryThomas Weißschuh1-1/+4
2025-10-15selftest/futex: Compile also with libnuma < 2.0.16Sebastian Andrzej Siewior2-12/+14
2025-10-15selftest/futex: Make the error check more precise for futex_numa_mpolAndré Almeida1-15/+21
2025-10-15selftests/futex: Fix futex_wait() for 32bit ARMDan Carpenter2-1/+12
2025-10-15selftests/kselftest_harness: Add harness-selftest.expected to TEST_FILESYi Lai1-0/+1
2025-10-15selftests: watchdog: skip ping loop if WDIOF_KEEPALIVEPING not supportedAkhilesh Patil1-0/+6
2025-10-15ACPICA: Apply ACPI_NONSTRINGAhmed Salem1-2/+2
2025-10-15selftests: vDSO: vdso_test_abi: Correctly skip whole test with missing vDSOThomas Weißschuh1-5/+4
2025-10-15selftests: vDSO: Fix -Wunitialized in powerpc VDSO_CALL() wrapperThomas Weißschuh1-4/+3
2025-10-15selftests/bpf: Fix count write in testapp_xdp_metadata_copy()Ricardo B. Marlière1-13/+1
2025-10-15selftests/nolibc: fix EXPECT_NZ macroBenjamin Berg1-2/+2
2025-10-15tools/nolibc: avoid error in dup2() if old fd equals new fdThomas Weißschuh1-0/+13
2025-10-15selftests/futex: Fix some futex_numa_mpol subtestsWaiman Long1-4/+2
2025-10-15selftests/futex: Remove the -g parameter from futex_priv_hashSebastian Andrzej Siewior2-2/+0
2025-10-15libbpf: Export bpf_object__prepare symbolMykyta Yatsenko1-1/+1
2025-10-15tools/nolibc: fix error return value of clock_nanosleep()Thomas Weißschuh2-2/+4
2025-10-15libbpf: Fix reuse of DEVMAPYureka Lilian1-0/+10
2025-10-15bpf/selftests: Fix test_tcpnotify_userMatt Bobrowski2-11/+10
2025-10-15selftests/bpf: Copy test_kmods when installing selftestAmery Hung1-1/+1
2025-10-15selftests: cgroup: Make test_pids backwards compatibleMichal Koutný3-0/+16
2025-10-15kselftest/arm64/gcs: Correctly check return value when disabling GCSThomas Weißschuh1-1/+1
2025-10-15selftests: arm64: Fix -Waddress warning in tpidr2 testBala-Vignesh-Reddy1-4/+4
2025-10-15selftests: arm64: Check fread return value in exec_targetBala-Vignesh-Reddy1-1/+6
2025-09-27Merge tag 'trace-tools-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2025-09-27rtla/actions: Fix condition for buffer reallocationWander Lairson Costa1-1/+1
2025-09-27rtla: Fix buffer overflow in actions_parseIvan Pravdin1-1/+1
2025-09-25Merge tag 'net-6.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-6/+46
2025-09-24selftests: fib_nexthops: Add test cases for FDB status changeIdo Schimmel1-0/+40
2025-09-24selftests: fib_nexthops: Fix creation of non-FDB nexthopsIdo Schimmel1-6/+6
2025-09-22Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-09-19Merge tag 'loongarch-fixes-6.17-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+42
2025-09-19iommufd/selftest: Update the fail_nth limitJason Gunthorpe1-1/+1
2025-09-18Merge tag 'net-6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds13-25/+364
2025-09-18objtool/LoongArch: Mark special atomic instruction as INSN_BUG typeTiezhu Yang2-0/+33
2025-09-18objtool/LoongArch: Mark types based on break immediate codeTiezhu Yang1-3/+9
2025-09-18selftests: tls: test skb copy under mem pressure and OOBJakub Kicinski1-0/+16
2025-09-18selftest: packetdrill: Add tcp_fastopen_server_reset-after-disconnect.pkt.Kuniyuki Iwashima1-0/+26
2025-09-18selftests: bonding: add vlan over bond testingHangbin Liu2-0/+59
2025-09-17Merge tag 'perf-tools-fixes-for-v6.17-2025-09-16' of git://git.kernel.org/pub...Linus Torvalds3-5/+14