aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-07-03kselftest/arm64: Specify SVE data when testing VL set in sve-ptraceMark Brown1-1/+2
2025-07-03kselftest/arm64: Fix test for streaming FPSIMD write in sve-ptraceMark Brown1-1/+3
2025-07-03kselftest/arm64: Fix check for setting new VLs in sve-ptraceMark Brown1-1/+1
2025-07-03kselftest/arm64: Convert tpidr2 test to use kselftest.hMark Brown2-104/+38
2025-07-02selftests: drv-net: Add test for devlink-rate traffic class bandwidth distributionCarolina Jubran5-3/+474
2025-07-02selftest: netdevsim: Add devlink rate tc-bw testCarolina Jubran1-0/+53
2025-07-02selftest: net: extend msg_zerocopy test with forwardingWillem de Bruijn2-31/+77
2025-07-02vsock/test: Add test for null ptr deref when transport changesLuigi Leonardi2-0/+171
2025-07-02vsock/test: Add macros to identify transportsLuigi Leonardi1-0/+4
2025-07-02selftests/bpf: Allow veristat compile standaloneMykyta Yatsenko1-3/+4
2025-07-02kselftest/arm64/mte: Add MTE_STORE_ONLY testcasesYeoreum Yun2-20/+366
2025-07-02kselftest/arm64/mte: Preparation for mte store only testYeoreum Yun9-22/+33
2025-07-02kselftest/arm64/abi: Add MTE_STORE_ONLY feature hwcap testYeoreum Yun1-0/+6
2025-07-02selftests/bpf: Negative test case for ref_obj_id in argsPaul Chaignon1-0/+24
2025-07-02selftests/bpf: null checks for rdonly_untrusted_mem should be preservedEduard Zingerman1-0/+21
2025-07-02selftests/bpf: Don't call fsopen() as privileged userMatteo Croce1-20/+21
2025-07-02kselftest/arm64/mte: Add mtefar tests on check_mmap_optionsYeoreum Yun1-23/+171
2025-07-02kselftest/arm64/mte: Refactor check_mmap_option testYeoreum Yun1-52/+311
2025-07-02kselftest/arm64/mte: Add verification for address tag in signal handlerYeoreum Yun1-10/+28
2025-07-02kselftest/arm64/mte: Add address tag related macro and functionYeoreum Yun3-0/+27
2025-07-02kselftest/arm64/mte: Check MTE_FAR feature is supportedYeoreum Yun2-0/+5
2025-07-02kselftest/arm64/mte: Register mte signal handler with SA_EXPOSE_TAGBITSYeoreum Yun9-13/+23
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/git/jgg/iommufdLinus 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/scm/linux/kernel/git/akpm/mmLinus 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