aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-07-02kselftest/arm64: Add MTE_FAR hwcap testYeoreum Yun1-0/+6
2025-07-02Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-13/+36
2025-07-02selftests/kernfs: test xattr retrievalChristian Brauner3-1/+40
2025-07-02selftests/bpf: Add tests for bpf_cgroup_read_xattrSong Liu4-0/+366
2025-07-01selftests: seg6: fix instaces typo in commentsAndrea Mayer4-4/+4
2025-07-02selftests: tracing: Enable fprobe events before checking enable_functionsMasami Hiramatsu (Google)1-11/+19
2025-07-01selftests: pp-bench: remove page_pool_put_page wrapperMina Almasry1-9/+3
2025-07-01selftests: pp-bench: remove unneeded linux/version.hMina Almasry1-5/+2
2025-07-01selftests/tc-testing: Enable CONFIG_IP_SETSebastian Andrzej Siewior1-0/+1
2025-07-01selftests/bpf: Add negative test cases for snprintfPaul Chaignon1-0/+2
2025-07-01selftests/bpf: Fix spelling mistake "subtration" -> "subtraction"Colin Ian King1-2/+2
2025-07-01selftests/bpf: Enable dynptr/test_probe_read_user_str_dynptrMykyta Yatsenko1-1/+0
2025-07-01selftests: vDSO: vdso_standalone_test_x86: Replace source file with symlinkThomas Weißschuh1-58/+1
2025-07-01selftests: vDSO: vdso_test_getrandom: Always print TAP headerThomas Weißschuh1-2/+4
2025-07-01selftests: vDSO: vdso_test_correctness: Fix -Wstrict-prototypesThomas Weißschuh2-2/+2
2025-07-01selftests: vDSO: Enable -WallThomas Weißschuh1-1/+1
2025-07-01selftests: vDSO: vdso_config: Avoid -Wunused-variablesThomas Weißschuh1-0/+2
2025-07-01selftests: vDSO: vdso_test_getrandom: Avoid -WunusedThomas Weißschuh1-1/+2
2025-07-01selftests: vDSO: vdso_test_getrandom: Drop unused include of linux/compiler.hThomas Weißschuh1-1/+0
2025-07-01selftests: vDSO: clock_getres: Drop unused include of err.hThomas Weißschuh1-1/+0
2025-07-01selftests: vDSO: chacha: Correctly skip test if necessaryThomas Weißschuh1-1/+2
2025-06-30selftests: net: Add a selftest for externally validated neighbor entriesIdo Schimmel2-0/+367
2025-06-30cxl_test: Limit location for fake CFMWS to mappable rangeJonathan Cameron2-1/+7
2025-06-28tools/nolibc: MIPS: add support for N64 and N32 ABIsThomas Weißschuh2-1/+27
2025-06-27Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+5
2025-06-27selftests/bpf: bpf_rdonly_cast u{8,16,32,64} access testsEduard Zingerman1-0/+41
2025-06-27selftests/bpf: improve error messages in veristatMykyta Yatsenko1-11/+25
2025-06-27selftests/net: packetdrill: add tcp_dsack_mult.pktEric Dumazet1-0/+45
2025-06-27selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattrSong Liu4-97/+49
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds1-2/+3
2025-06-26Merge branch 'vfs-6.17.bpf' of https://git.kernel.org/pub/scm/linux/kernel/gi...Alexei Starovoitov4-0/+366
2025-06-26selftests: forwarding: lib: Split setup_wait()Petr Machata4-5/+10
2025-06-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-0/+95
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-99/+280
2025-06-26selftests/bpf: Test array presets in veristatMykyta Yatsenko2-24/+159
2025-06-26selftests/bpf: Support array presets in veristatMykyta Yatsenko1-50/+189
2025-06-26selftests/bpf: Separate var preset parsing in veristatMykyta Yatsenko1-53/+99
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov53-363/+1494
2025-06-26selftests/bpf: Add tests for string kfuncsViktor Malik4-0/+212
2025-06-26selftests/bpf: Allow macros in __retvalViktor Malik3-23/+19
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-5/+139
2025-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-85/+112
2025-06-25selftests/mm: fix validate_addr() helperDev Jain1-2/+5
2025-06-25netlink: specs: ethtool: replace underscores with dashes in namesJakub Kicinski1-1/+1
2025-06-25selftests: drv-net: test RSS Netlink notificationsJakub Kicinski1-0/+89
2025-06-25selftests/bpf: adapt one more case in test_lru_map to the new target_freeWillem de Bruijn1-15/+18
2025-06-25selftests/bpf: check operations on untrusted ro pointers to memEduard Zingerman2-0/+145
2025-06-25selftests/bpf: Add tests for BPF_NEG range tracking logicSong Liu1-0/+70
2025-06-25bpf: Add range tracking for BPF_NEGSong Liu2-10/+23
2025-06-25selftests/bpf: Fix usdt multispec failure with arm64/clang20 selftest buildYonghong Song1-4/+10