summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2026-01-06selftests: hw-net: rss-input-xfrm: try to enable the xfrm at the startJakub Kicinski-6/+38
2026-01-06ipv6: preserve insertion order for same-scope addressesYumei Huang-1/+1
2026-01-06perf parse-events: Fix evsel allocation failureFaisal Bukhari-2/+5
2026-01-06perf data: Fix coding styleDerek Foreman-9/+6
2026-01-06perf data: Allow filtering conversion by time rangeDerek Foreman-0/+96
2026-01-06perf build: Skip nondistro build test if libbfd is oldJames Clark-0/+5
2026-01-06perf build: Feature test for libbfd thread safety APIJames Clark-0/+28
2026-01-06perf build: Remove unused libbfd-buildid feature testJames Clark-20/+0
2026-01-06perf build: Do all non-distro feature checks in one goJames Clark-20/+12
2026-01-06perf build: Remove FEATURE_CHECK_LDFLAGS-disassembler-{four-args,init-styled}...Roberto Sassu-9/+3
2026-01-06perf test java symbol: Additional libperf-jvmti.so path checkIan Rogers-0/+4
2026-01-06perf test: Fix test case perf evlist tests for s390xThomas Richter-2/+3
2026-01-06docs: find-unused-docs.sh: fixup directory usageRandy Dunlap-1/+1
2026-01-06selftests/bpf: Update xdp_context_test_run test to check maximum metadata sizeToke Høiland-Jørgensen-3/+11
2026-01-06perf pmu: Relax uncore wildcard matching to allow numeric suffixZide Chen-6/+8
2026-01-06selftests/nolibc: always build sparc32 tests with -mcpu=v8Thomas Weißschuh-1/+1
2026-01-06tools/nolibc: align sys_vfork() with sys_fork()Thomas Weißschuh-13/+13
2026-01-06selftests/nolibc: drop NOLIBC_SYSROOT=0 logicThomas Weißschuh-6/+0
2026-01-06selftests/nolibc: add static assertions around time types handlingThomas Weißschuh-0/+22
2026-01-06tools/nolibc: add __nolibc_static_assert()Thomas Weißschuh-0/+8
2026-01-06tools/nolibc: add compiler version detection macrosThomas Weißschuh-0/+16
2026-01-06tools/nolibc: remove time conversionsThomas Weißschuh-76/+8
2026-01-06selftests/nolibc: test compatibility of nolibc and kernel time typesThomas Weißschuh-0/+29
2026-01-06tools/rtla: Remove unused function declarationsCosta Shulyupin-4/+0
2026-01-05selftests: mptcp: Mark xerror and die_perror __noreturnAnkit Khushwaha-6/+11
2026-01-05selftests/tc-testing: Add test case redirecting to self on egressVictor Nogueira-0/+47
2026-01-05vsock/test: Test setting SO_ZEROCOPY on accept()ed socketMichal Luczaj-0/+32
2026-01-05kunit: qemu_configs: Add 32-bit big endian ARM configurationThomas Weißschuh-0/+16
2026-01-05kunit: tool: Don't overwrite test status based on subtest countsThomas Weißschuh-0/+7
2026-01-05kunit: tool: Add test for nested test result reportingThomas Weißschuh-0/+17
2026-01-05kunit: respect KBUILD_OUTPUT env variable by defaultRyota Sakamoto-1/+25
2026-01-05kselftest/arm64: Support FORCE_TARGETSMark Brown-2/+4
2026-01-05cxl/mem: Introduce cxl_memdev_attach for CXL-dependent operationDan Williams-1/+1
2026-01-05cxl/mem: Drop @host argument to devm_cxl_add_memdev()Dan Williams-1/+1
2026-01-05perf symbol: Remove Rust symbol workaroundsGary Guo-15/+4
2026-01-05compiler-context-analysis: Remove __cond_lock() function-like helperMarco Elver-2/+0
2026-01-05Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo-240/+478
2026-01-05memblock test: include <linux/sizes.h> from tools mm.h stubMike Rapoport (Microsoft)-0/+1
2026-01-04objtool/rust: add one more `noreturn` Rust functionFUJITA Tomonori-1/+2
2026-01-04Merge branch 'rcu-torture.20260104a' into rcu-nextBoqun Feng-24/+205
2026-01-04rcutorture: Add --kill-previous option to terminate previous kvm.sh runsJoel Fernandes-1/+24
2026-01-04rcutorture: Prevent concurrent kvm.sh runs on same source treeJoel Fernandes-0/+18
2026-01-04tools/nolibc: always use 64-bit time typesThomas Weißschuh-5/+6
2026-01-04tools/nolibc: use custom structs timespec and timevalThomas Weißschuh-1/+18
2026-01-04tools/nolibc/select: avoid libgcc 64-bit multiplicationsThomas Weißschuh-2/+2
2026-01-04tools/nolibc/gettimeofday: avoid libgcc 64-bit divisionsThomas Weißschuh-1/+1
2026-01-04tools/nolibc: prefer explicit 64-bit time-related system callsThomas Weißschuh-34/+34
2026-01-04tools/nolibc/time: drop invocation of gettimeofday system callThomas Weißschuh-4/+0
2026-01-04tools/nolibc/select: drop non-pselect based implementationsThomas Weißschuh-12/+1
2026-01-04tools/nolibc/poll: drop __NR_poll fallbackThomas Weißschuh-3/+1