aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-19kselftest/arm64: Don't probe the current VL for unsupported vector typesMark Brown1-3/+11
2023-12-11kselftest/arm64: Log SVCR when the SME tests barfMark Brown3-0/+21
2023-12-11kselftest/arm64: Improve output for skipped TPIDR2 ABI testMark Brown1-7/+11
2023-11-23kselftest/arm64: Fix output formatting for za-forkMark Brown1-1/+1
2023-10-26Merge branch 'for-next/feat_lse128' into for-next/coreCatalin Marinas1-0/+21
2023-10-26Merge branch 'for-next/feat_lrcpc3' into for-next/coreCatalin Marinas1-0/+20
2023-10-26Merge branch 'for-next/feat_sve_b16b16' into for-next/coreCatalin Marinas1-0/+13
2023-10-13kselftest/arm64: add FEAT_LSE128 to hwcap testJoey Gouly1-0/+21
2023-10-13selftests/arm64: add HWCAP2_LRCPC3 testJoey Gouly1-0/+20
2023-09-29kselftest/arm64: Verify HWCAP2_SVE_B16B16Mark Brown1-0/+13
2023-09-25kselftest/arm64: Validate SVCR in streaming SVE stress testMark Brown1-0/+19
2023-08-25Merge branch 'for-next/selftests' into for-next/coreWill Deacon12-124/+452
2023-08-18kselftest/arm64: Fix hwcaps selftest buildMark Brown1-1/+2
2023-08-16kselftest/arm64: add jscvt feature to hwcap testZeng Heng1-0/+13
2023-08-16kselftest/arm64: add pmull feature to hwcap testZeng Heng1-0/+13
2023-08-16kselftest/arm64: add AES feature check to hwcap testZeng Heng1-0/+13
2023-08-16kselftest/arm64: add SHA1 and related features to hwcap testZeng Heng1-0/+39
2023-08-16kselftest/arm64: build BTI tests in output directoryAndre Przywara2-27/+20
2023-08-16kselftest/arm64: fix a memleak in zt_regs_run()Ding Xiang1-0/+1
2023-08-11kselftest/arm64: Size sycall-abi buffers for the actual maximum VLMark Brown1-15/+23
2023-08-11kselftest/arm64: add lse and lse2 features to hwcap testZeng Heng1-0/+30
2023-08-11kselftest/arm64: add test item that support to capturing the SIGBUS signalZeng Heng1-10/+23
2023-08-11kselftest/arm64: add DEF_SIGHANDLER_FUNC() and DEF_INST_RAISE_SIG() helpersZeng Heng1-43/+75
2023-08-11kselftest/arm64: add crc32 feature to hwcap testZeng Heng1-0/+12
2023-08-11kselftest/arm64: add float-point feature to hwcap testZeng Heng1-0/+12
2023-08-04kselftest/arm64: Use the tools/include compiler.h rather than our ownMark Brown4-27/+3
2023-08-04kselftest/arm64: Use shared OPTIMZER_HIDE_VAR() definitonMark Brown1-1/+3
2023-08-04kselftest/arm64: Make the tools/include headers availableMark Brown1-0/+2
2023-08-04kselftest/arm64: Exit streaming mode after collecting signal contextMark Brown1-1/+24
2023-08-04kselftest/arm64: add RCpc load-acquire to hwcap testZeng Heng1-0/+26
2023-08-04selftests/arm64: add HWCAP2_HBC testJoey Gouly1-0/+15
2023-07-27kselftest/arm64: Validate that changing one VL type does not affect anotherMark Brown1-1/+21
2023-07-27kselftest/arm64: Add a test case for SVE VL changes with SME activeMark Brown1-3/+102
2023-07-14selftests/arm64: fix build failure during the "emit_tests" stepJohn Hubbard1-1/+1
2023-06-23Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2-decode', 'for-next/kselftest', 'for-next/misc', 'for-next/feat_mops', 'for-next/module-alloc', 'for-next/sysreg', 'for-next/cpucap', 'for-next/acpi', 'for-next/kdump', 'for-next/acpi-doc', 'for-next/doc' and 'for-next/t...Catalin Marinas5-3/+142
2023-06-23kselftest/arm64: Add a test case for TPIDR2 restoreMark Brown2-1/+87
2023-06-21kselftest/arm64: Log signal code and address for unexpected signalsMark Brown1-1/+2
2023-06-05kselftest/arm64: add MOPS to hwcap testKristina Martsenko1-0/+22
2023-05-26kselftest/arm64: Add a smoke test for ptracing hardware break/watch pointsMark Brown1-1/+31
2023-04-11kselftest/arm64: Convert za-fork to use kselftest.hMark Brown2-73/+17
2023-02-23Merge tag 'linux-kselftest-next-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-2/+2
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-next/misc', 'for-next/sme2', 'for-next/tpidr2', 'for-next/scs', 'for-next/compat-hwcap', 'for-next/ftrace', 'for-next/efi-boot-mmu-on', 'for-next/ptrauth' and 'for-next/pseudo-nmi', remote-tracking branch 'arm64/for-next...Catalin Marinas31-111/+1535
2023-02-07kselftest/arm64: Don't require FA64 for streaming SVE+ZA testsMark Brown1-6/+1
2023-02-07kselftest/arm64: Copy whole EXTRA contextMark Brown1-2/+4
2023-02-01kselftest/arm64: Fix enumeration of systems without 128 bit SME for SSVE+ZAMark Brown1-0/+4
2023-02-01kselftest/arm64: Fix enumeration of systems without 128 bit SMEMark Brown2-0/+8
2023-02-01kselftest/arm64: Don't require FA64 for streaming SVE testsMark Brown1-6/+1
2023-01-31kselftest/arm64: Remove redundant _start labels from zt-testMark Brown1-1/+0
2023-01-31kselftest/arm64: Limit the maximum VL we try to set via ptraceMark Brown2-4/+24
2023-01-30selftests: arm64: Fix incorrect kernel headers search pathMathieu Desnoyers2-2/+2