aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-02-10selftests: hsr: Add tests for more link faults with PRPFelix Maurer1-5/+74
2026-02-10selftests: hsr: Add tests for faulty linksFelix Maurer3-11/+272
2026-02-10selftests: hsr: Check duplicates on HSR with VLANFelix Maurer2-117/+67
2026-02-10selftests: hsr: Add ping test for PRPFelix Maurer2-0/+148
2026-02-10objtool/rust: add one more `noreturn` Rust functionMiguel Ojeda1-1/+2
2026-02-09tools: ynltool: add qstats analysis for HW-GRO efficiency / savingsJakub Kicinski1-5/+71
2026-02-09tools: ynltool: factor out qstat dumpingJakub Kicinski1-54/+41
2026-02-09Merge tag 'docs-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds18-362/+1088
2026-02-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds6-29/+76
2026-02-09Merge tag 'nolibc-20260206-for-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibcLinus Torvalds17-153/+299
2026-02-09Merge tag 'thermal-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-24/+54
2026-02-09Merge tag 'pm-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-12/+18
2026-02-09Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds62-227/+2059
2026-02-09Merge tag 'vfs-7.0-rc1.namespace' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds8-23/+1422
2026-02-09selftests: riscv: vstate_exec_nolibc: Use the regular prctl() functionThomas Weißschuh1-4/+4
2026-02-09selftests: riscv: verify ptrace accepts valid vector csr valuesSergey Matyukevich1-0/+261
2026-02-09selftests: riscv: verify ptrace rejects invalid vector csr inputsSergey Matyukevich1-0/+317
2026-02-09selftests: riscv: verify syscalls discard vector contextSergey Matyukevich1-0/+123
2026-02-09selftests: riscv: verify initial vector state with ptraceSergey Matyukevich1-0/+135
2026-02-09selftests: riscv: test ptrace vector interfaceSergey Matyukevich5-1/+115
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds5-0/+10
2026-02-09docs: kdoc_parser: allow __exit in function prototypesRandy Dunlap1-0/+1
2026-02-09perf test: Fix test case perftool-testsuite_report for s390Thomas Richter1-2/+2
2026-02-09perf test code_with_type.sh: Skip test if rust wasn't available at build timeArnaldo Carvalho de Melo1-0/+5
2026-02-09perf tests workload: Formatting for code_with_type.rsDmitrii Dolgov1-1/+5
2026-02-09Merge tag 'kvm-x86-svm-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-18/+119
2026-02-09Merge tag 'rcu.release.v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rcu/linuxLinus Torvalds7-26/+205
2026-02-09Merge tag 'linux_kselftest-next-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds9-17/+57
2026-02-09Merge tag 'kvm-x86-selftests-6.20' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini27-570/+1242
2026-02-09Merge tag 'linux_kselftest-kunit-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds6-30/+180
2026-02-09Merge tag 'kvmarm-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini10-23/+134
2026-02-09Merge tag 'loongarch-kvm-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson into HEADPaolo Bonzini2-0/+97
2026-02-09tools build: Fix rust feature detectionArnaldo Carvalho de Melo2-2/+2
2026-02-09spi: tools: Add include folder to .gitignoreFrancesco Lavra1-0/+1
2026-02-08perf tests: Test annotate with data type profiling and CDmitrii Dolgov1-8/+23
2026-02-08perf tests: Test annotate with data type profiling and rustDmitrii Dolgov1-0/+69
2026-02-08perf test workload: Add code_with_type test workloadDmitrii Dolgov8-1/+99
2026-02-08tools build: Add a feature test for rust compilerDmitrii Dolgov5-2/+27
2026-02-08perf test parse-metric: Ensure aggregate counts appear to have runIan Rogers1-0/+2
2026-02-08perf test record.sh: Fix shellcheck warningIan Rogers1-1/+1
2026-02-07Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-13/+42
2026-02-06selftests: mptcp: connect: fix maybe-uninitialize warnMatthieu Baerts (NGI0)1-1/+1
2026-02-06selftests/bpf: Fix outdated test on storage->smapAmery Hung1-17/+2
2026-02-06selftests/bpf: Choose another percpu variable in bpf for btf_dump testAmery Hung1-2/+2
2026-02-06selftests/bpf: Remove test_task_storage_map_stress_lookupAmery Hung2-166/+0
2026-02-06selftests/bpf: Update task_local_storage/task_storage_nodeadlock testAmery Hung1-5/+2
2026-02-06selftests/bpf: Update task_local_storage/recursion testAmery Hung2-17/+7
2026-02-06selftests/bpf: Update sk_storage_omem_uncharge testAmery Hung1-9/+3
2026-02-06perf build: Reduce pmu-events related copying and mkdirsIan Rogers1-68/+149
2026-02-06vfio: selftests: only build tests on arm64 and x86_64Ted Logan1-0/+9