| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-15 | selftests: arm64: Fix -Waddress warning in tpidr2 test |  Bala-Vignesh-Reddy | 1 | -4/+4 |
| 2025-07-24 | Merge branch 'for-next/feat_mte_store_only' into for-next/core |  Catalin Marinas | 1 | -0/+6 |
| 2025-07-24 | Merge branches 'for-next/livepatch', 'for-next/user-contig-bbml2', 'for-next/misc', 'for-next/acpi', 'for-next/debug-entry', 'for-next/feat_mte_tagged_far', 'for-next/kselftest', 'for-next/mdscr-cleanup' and 'for-next/vmap-stack', remote-tracking branch 'arm64/for-next/perf' into for-next/core |  Catalin Marinas | 3 | -104/+48 |
| 2025-07-17 | kselftest/arm4: Provide local defines for AT_HWCAP3 |  Mark Brown | 1 | -0/+4 |
| 2025-07-03 | kselftest/arm64: Convert tpidr2 test to use kselftest.h |  Mark Brown | 2 | -104/+38 |
| 2025-07-02 | kselftest/arm64/abi: Add MTE_STORE_ONLY feature hwcap test |  Yeoreum Yun | 1 | -0/+6 |
| 2025-07-02 | kselftest/arm64: Add MTE_FAR hwcap test |  Yeoreum Yun | 1 | -0/+6 |
| 2025-05-08 | kselftest/arm64: tpidr2: Adjust to new clone() behaviour |  Mark Rutland | 1 | -2/+12 |
| 2025-01-20 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 1 | -2/+233 |
| 2025-01-08 | kselftest/arm64: Add 2024 dpISA extensions to hwcap test |  Mark Brown | 1 | -2/+233 |
| 2024-12-13 | kselftest/arm64: abi: fix SVCR detection |  Weizhao Ouyang | 1 | -17/+15 |
| 2024-11-14 | Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'for-next/tlb', 'for-next/misc', 'for-next/mte', 'for-next/sysreg', 'for-next/stacktrace', 'for-next/hwcap3', 'for-next/kselftest', 'for-next/crc32', 'for-next/guest-cca', 'for-next/haft' and 'for-next/scs', remote-tracking... |  Catalin Marinas | 2 | -7/+26 |
| 2024-11-11 | kselftest/arm64: Fix printf() compiler warnings in the arm64 syscall-abi.c tests |  Catalin Marinas | 1 | -4/+4 |
| 2024-11-01 | kselftest/arm64: Fix encoding for SVE B16B16 test |  Mark Brown | 1 | -2/+2 |
| 2024-10-17 | kselftest/arm64: hwcap: fix f8dp2 cpuinfo name |  Andre Przywara | 1 | -1/+1 |
| 2024-10-04 | kselftest/arm64: Verify the GCS hwcap |  Mark Brown | 1 | -0/+19 |
| 2024-09-12 | Merge branch 'for-next/selftests' into for-next/core |  Will Deacon | 1 | -2/+2 |
| 2024-09-04 | kselftest/arm64: add HWCAP test for FEAT_S1POE |  Joey Gouly | 1 | -0/+14 |
| 2024-08-30 | kselftest/arm64: Fix build warnings for ptrace |  Dev Jain | 1 | -2/+2 |
| 2024-07-23 | kselftest: missing arg in ptrace.c |  Remington Brasga | 1 | -1/+1 |
| 2024-06-12 | kselftest/arm64: Fix redundancy of a testcase |  Dev Jain | 1 | -1/+1 |
| 2024-04-28 | kselftest/arm64: Remove unused parameters in abi test |  xieming | 1 | -1/+1 |
| 2024-03-07 | kselftest/arm64: Add 2023 DPISA hwcap test coverage |  Mark Brown | 1 | -0/+217 |
| 2023-12-11 | kselftest/arm64: Improve output for skipped TPIDR2 ABI test |  Mark Brown | 1 | -7/+11 |
| 2023-10-13 | kselftest/arm64: add FEAT_LSE128 to hwcap test |  Joey Gouly | 1 | -0/+21 |
| 2023-10-13 | selftests/arm64: add HWCAP2_LRCPC3 test |  Joey Gouly | 1 | -0/+20 |
| 2023-09-29 | kselftest/arm64: Verify HWCAP2_SVE_B16B16 |  Mark Brown | 1 | -0/+13 |
| 2023-08-25 | Merge branch 'for-next/selftests' into for-next/core |  Will Deacon | 2 | -64/+276 |
| 2023-08-18 | kselftest/arm64: Fix hwcaps selftest build |  Mark Brown | 1 | -1/+2 |
| 2023-08-16 | kselftest/arm64: add jscvt feature to hwcap test |  Zeng Heng | 1 | -0/+13 |
| 2023-08-16 | kselftest/arm64: add pmull feature to hwcap test |  Zeng Heng | 1 | -0/+13 |
| 2023-08-16 | kselftest/arm64: add AES feature check to hwcap test |  Zeng Heng | 1 | -0/+13 |
| 2023-08-16 | kselftest/arm64: add SHA1 and related features to hwcap test |  Zeng Heng | 1 | -0/+39 |
| 2023-08-11 | kselftest/arm64: Size sycall-abi buffers for the actual maximum VL |  Mark Brown | 1 | -15/+23 |
| 2023-08-11 | kselftest/arm64: add lse and lse2 features to hwcap test |  Zeng Heng | 1 | -0/+30 |
| 2023-08-11 | kselftest/arm64: add test item that support to capturing the SIGBUS signal |  Zeng Heng | 1 | -10/+23 |
| 2023-08-11 | kselftest/arm64: add DEF_SIGHANDLER_FUNC() and DEF_INST_RAISE_SIG() helpers |  Zeng Heng | 1 | -42/+74 |
| 2023-08-11 | kselftest/arm64: add crc32 feature to hwcap test |  Zeng Heng | 1 | -0/+12 |
| 2023-08-11 | kselftest/arm64: add float-point feature to hwcap test |  Zeng Heng | 1 | -0/+12 |
| 2023-08-04 | kselftest/arm64: add RCpc load-acquire to hwcap test |  Zeng Heng | 1 | -0/+26 |
| 2023-08-04 | selftests/arm64: add HWCAP2_HBC test |  Joey Gouly | 1 | -0/+15 |
| 2023-06-23 | Merge 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 Marinas | 2 | -1/+53 |
| 2023-06-05 | kselftest/arm64: add MOPS to hwcap test |  Kristina Martsenko | 1 | -0/+22 |
| 2023-05-26 | kselftest/arm64: Add a smoke test for ptracing hardware break/watch points |  Mark Brown | 1 | -1/+31 |
| 2023-02-10 | Merge 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 Marinas | 3 | -65/+286 |
| 2023-01-20 | kselftest/arm64: Correct buffer size for SME ZA storage |  Zenghui Yu | 1 | -2/+2 |
| 2023-01-20 | kselftest/arm64: Remove the local NUM_VL definition |  Zenghui Yu | 1 | -2/+0 |
| 2023-01-20 | kselftest/arm64: Add coverage of SME 2 and 2.1 hwcaps |  Mark Brown | 1 | -0/+115 |
| 2023-01-20 | kselftest/arm64: Add SME2 coverage to syscall-abi |  Mark Brown | 2 | -3/+80 |
| 2023-01-12 | kselftest/arm64: Only enumerate power of two VLs in syscall-abi |  Mark Brown | 1 | -2/+2 |