summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
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
2026-01-04tools/nolibc/poll: use kernel types for system call invocationsThomas Weißschuh-2/+2
2026-01-04tools/nolibc: always use 64-bit mode for s390 header checksThomas Weißschuh-1/+4
2026-01-04tools/nolibc: add ptrace supportBenjamin Berg-0/+37
2026-01-02Merge tag 'perf-tools-fixes-for-v6.19-2026-01-02' of git://git.kernel.org/pub...Linus Torvalds-28/+170
2026-01-02Merge tag 'linux_kselftest-fixes-6.19-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds-4/+12
2026-01-02Merge tag 'block-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+83
2026-01-02selftests: bpf: Fix test_bpf_nf for trusted args becoming defaultPuranjay Mohan-8/+61
2026-01-02selftests: bpf: fix cgroup_hierarchical_statsPuranjay Mohan-3/+3
2026-01-02selftests: bpf: fix test_kfunc_dynptr_paramPuranjay Mohan-3/+2
2026-01-02selftests: bpf: Update failure message for rbtree_failPuranjay Mohan-1/+1
2026-01-02selftests: bpf: Update kfunc_param_nullable test for new error messagePuranjay Mohan-1/+1
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan-11/+11
2026-01-01selftests: netfilter: nft_concat_range.sh: add check for overlap detection bugFlorian Westphal-1/+44
2026-01-01torture: Include commit discription in testid.txtPaul E. McKenney-1/+1
2026-01-01torture: Make config2csv.sh properly handle comments in .boot filesPaul E. McKenney-1/+1
2026-01-01torture: Make kvm-series.sh give run numbers and totalsPaul E. McKenney-1/+4
2026-01-01torture: Make kvm-series.sh give build numbers and totalsPaul E. McKenney-1/+6
2026-01-01torture: Parallelize kvm-series.sh guest-OS executionPaul E. McKenney-21/+153