The ARM64 (AArch64) architecture changes have been submitted for the now-open Linux 6.13 merge window.
Notable with the ARM64 code for Linux 6.13 is bringing support for executing Linux within protected virtual machines (VMs) using the Arm Confidential Compute Architecture (CCA). The other notable feature are the kernel bits for Guarded Control Stack (GCS) handling to prevent some forms of ROP attacks.
The kernel bits around Arm Confidential Compute Architecture are now upstream in Linux 6.13 for dealing with protected VMs along similar likes to AMD SEV-SNP and Intel TDX. Arm has been working on the Linux CCA support going back to early 2023.
The Guarded Control Stack support has come together nicely and is good to ship too. GCC 15 recently merged GCS support on the code generation side.
Other ARM64 changes for Linux 6.13 include AT_HWCAP3 support, in-kernel use of AArch64 memcpy instructions, various kernel optimizations, and more. See this pull request for all the details.