summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-01-06selftests/nolibc: add static assertions around time types handlingThomas Weißschuh2-0/+22
2026-01-06tools/nolibc: add __nolibc_static_assert()Thomas Weißschuh1-0/+8
2026-01-06tools/nolibc: add compiler version detection macrosThomas Weißschuh1-0/+16
2026-01-06tools/nolibc: remove time conversionsThomas Weißschuh2-76/+8
2026-01-06selftests/nolibc: test compatibility of nolibc and kernel time typesThomas Weißschuh1-0/+29
2026-01-06tools/rtla: Remove unused function declarationsCosta Shulyupin2-4/+0
2026-01-06selftests: mptcp: Mark xerror and die_perror __noreturnAnkit Khushwaha5-6/+11
2026-01-06selftests/tc-testing: Add test case redirecting to self on egressVictor Nogueira1-0/+47
2026-01-06vsock/test: Test setting SO_ZEROCOPY on accept()ed socketMichal Luczaj1-0/+32
2026-01-06kunit: qemu_configs: Add 32-bit big endian ARM configurationThomas Weißschuh1-0/+16
2026-01-06kunit: tool: Don't overwrite test status based on subtest countsThomas Weißschuh3-0/+7
2026-01-06kunit: tool: Add test for nested test result reportingThomas Weißschuh2-0/+17
2026-01-06kunit: respect KBUILD_OUTPUT env variable by defaultRyota Sakamoto2-1/+25
2026-01-06kselftest/arm64: Support FORCE_TARGETSMark Brown1-2/+4
2026-01-05cxl/mem: Introduce cxl_memdev_attach for CXL-dependent operationDan Williams1-1/+1
2026-01-05cxl/mem: Drop @host argument to devm_cxl_add_memdev()Dan Williams1-1/+1
2026-01-05perf symbol: Remove Rust symbol workaroundsGary Guo1-15/+4
2026-01-05compiler-context-analysis: Remove __cond_lock() function-like helperMarco Elver1-2/+0
2026-01-05Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo68-240/+478
2026-01-05memblock test: include <linux/sizes.h> from tools mm.h stubMike Rapoport (Microsoft)1-0/+1
2026-01-05objtool/rust: add one more `noreturn` Rust functionFUJITA Tomonori1-1/+2
2026-01-04Merge branch 'rcu-torture.20260104a' into rcu-nextBoqun Feng5-24/+205
2026-01-04rcutorture: Add --kill-previous option to terminate previous kvm.sh runsJoel Fernandes1-1/+24
2026-01-04rcutorture: Prevent concurrent kvm.sh runs on same source treeJoel Fernandes2-0/+18
2026-01-04tools/nolibc: always use 64-bit time typesThomas Weißschuh2-5/+6
2026-01-04tools/nolibc: use custom structs timespec and timevalThomas Weißschuh2-1/+18
2026-01-04tools/nolibc/select: avoid libgcc 64-bit multiplicationsThomas Weißschuh1-2/+2
2026-01-04tools/nolibc/gettimeofday: avoid libgcc 64-bit divisionsThomas Weißschuh1-1/+1
2026-01-04tools/nolibc: prefer explicit 64-bit time-related system callsThomas Weißschuh4-34/+34
2026-01-04tools/nolibc/time: drop invocation of gettimeofday system callThomas Weißschuh1-4/+0
2026-01-04tools/nolibc/select: drop non-pselect based implementationsThomas Weißschuh1-12/+1
2026-01-04tools/nolibc/poll: drop __NR_poll fallbackThomas Weißschuh1-3/+1
2026-01-04tools/nolibc/poll: use kernel types for system call invocationsThomas Weißschuh2-2/+2
2026-01-04tools/nolibc: always use 64-bit mode for s390 header checksThomas Weißschuh1-1/+4
2026-01-04tools/nolibc: add ptrace supportBenjamin Berg4-0/+37
2026-01-03Merge tag 'perf-tools-fixes-for-v6.19-2026-01-02' of git://git.kernel.org/pub...Linus Torvalds35-28/+170
2026-01-02Merge tag 'linux_kselftest-fixes-6.19-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds3-4/+12
2026-01-02Merge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-6/+83
2026-01-02selftests: bpf: Fix test_bpf_nf for trusted args becoming defaultPuranjay Mohan3-8/+61
2026-01-02selftests: bpf: fix cgroup_hierarchical_statsPuranjay Mohan1-3/+3
2026-01-02selftests: bpf: fix test_kfunc_dynptr_paramPuranjay Mohan1-3/+2
2026-01-02selftests: bpf: Update failure message for rbtree_failPuranjay Mohan1-1/+1
2026-01-02selftests: bpf: Update kfunc_param_nullable test for new error messagePuranjay Mohan1-1/+1
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan2-11/+11
2026-01-01selftests: netfilter: nft_concat_range.sh: add check for overlap detection bugFlorian Westphal1-1/+44
2026-01-01torture: Include commit discription in testid.txtPaul E. McKenney1-1/+1
2026-01-01torture: Make config2csv.sh properly handle comments in .boot filesPaul E. McKenney1-1/+1
2026-01-01torture: Make kvm-series.sh give run numbers and totalsPaul E. McKenney1-1/+4
2026-01-01torture: Make kvm-series.sh give build numbers and totalsPaul E. McKenney1-1/+6
2026-01-01torture: Parallelize kvm-series.sh guest-OS executionPaul E. McKenney1-21/+153